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.

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

mercurial