browser/components/places/jar.mn

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 browser.jar:
michael@0 6 % overlay chrome://browser/content/places/places.xul chrome://browser/content/places/downloadsViewOverlay.xul
michael@0 7 # Provide another URI for the bookmarkProperties dialog so we can persist the
michael@0 8 # attributes separately
michael@0 9 content/browser/places/bookmarkProperties2.xul (content/bookmarkProperties.xul)
michael@0 10 * content/browser/places/places.xul (content/places.xul)
michael@0 11 * content/browser/places/places.js (content/places.js)
michael@0 12 content/browser/places/places.css (content/places.css)
michael@0 13 content/browser/places/organizer.css (content/organizer.css)
michael@0 14 content/browser/places/bookmarkProperties.xul (content/bookmarkProperties.xul)
michael@0 15 content/browser/places/bookmarkProperties.js (content/bookmarkProperties.js)
michael@0 16 content/browser/places/placesOverlay.xul (content/placesOverlay.xul)
michael@0 17 * content/browser/places/menu.xml (content/menu.xml)
michael@0 18 content/browser/places/tree.xml (content/tree.xml)
michael@0 19 content/browser/places/controller.js (content/controller.js)
michael@0 20 content/browser/places/treeView.js (content/treeView.js)
michael@0 21 * content/browser/places/browserPlacesViews.js (content/browserPlacesViews.js)
michael@0 22 # keep the Places version of the history sidebar at history/history-panel.xul
michael@0 23 # to prevent having to worry about between versions of the browser
michael@0 24 * content/browser/history/history-panel.xul (content/history-panel.xul)
michael@0 25 content/browser/places/history-panel.js (content/history-panel.js)
michael@0 26 # ditto for the bookmarks sidebar
michael@0 27 content/browser/bookmarks/bookmarksPanel.xul (content/bookmarksPanel.xul)
michael@0 28 content/browser/bookmarks/bookmarksPanel.js (content/bookmarksPanel.js)
michael@0 29 * content/browser/bookmarks/sidebarUtils.js (content/sidebarUtils.js)
michael@0 30 content/browser/places/moveBookmarks.xul (content/moveBookmarks.xul)
michael@0 31 content/browser/places/moveBookmarks.js (content/moveBookmarks.js)
michael@0 32 content/browser/places/editBookmarkOverlay.xul (content/editBookmarkOverlay.xul)
michael@0 33 content/browser/places/editBookmarkOverlay.js (content/editBookmarkOverlay.js)
michael@0 34 * content/browser/places/downloadsViewOverlay.xul (content/downloadsViewOverlay.xul)

mercurial