b2g/chrome/jar.mn

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 #filter substitution
michael@0 2 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 5
michael@0 6
michael@0 7 chrome.jar:
michael@0 8 % content branding %content/branding/
michael@0 9 % content b2g %content/
michael@0 10
michael@0 11 content/arrow.svg (content/arrow.svg)
michael@0 12 * content/settings.js (content/settings.js)
michael@0 13 * content/shell.html (content/shell.html)
michael@0 14 * content/shell.js (content/shell.js)
michael@0 15 content/shell.css (content/shell.css)
michael@0 16 content/devtools.js (content/devtools.js)
michael@0 17 #ifdef FXOS_SIMULATOR
michael@0 18 content/desktop.css (content/desktop.css)
michael@0 19 content/images/desktop/home-black.png (content/images/desktop/home-black.png)
michael@0 20 content/images/desktop/home-white.png (content/images/desktop/home-white.png)
michael@0 21 content/images/desktop/rotate.png (content/images/desktop/rotate.png)
michael@0 22 #endif
michael@0 23 #ifndef MOZ_WIDGET_GONK
michael@0 24 content/desktop.js (content/desktop.js)
michael@0 25 content/screen.js (content/screen.js)
michael@0 26 content/runapp.js (content/runapp.js)
michael@0 27 #endif
michael@0 28 * content/content.css (content/content.css)
michael@0 29 content/touchcontrols.css (content/touchcontrols.css)
michael@0 30
michael@0 31 * content/payment.js (content/payment.js)
michael@0 32 content/identity.js (content/identity.js)
michael@0 33
michael@0 34 % override chrome://global/skin/media/videocontrols.css chrome://b2g/content/touchcontrols.css
michael@0 35 % override chrome://global/content/aboutCertError.xhtml chrome://b2g/content/aboutCertError.xhtml
michael@0 36 % override chrome://global/skin/netError.css chrome://b2g/content/netError.css
michael@0 37
michael@0 38 content/ErrorPage.js (content/ErrorPage.js)
michael@0 39 content/aboutCertError.xhtml (content/aboutCertError.xhtml)
michael@0 40 content/netError.css (content/netError.css)
michael@0 41 content/images/errorpage-larry-black.png (content/images/errorpage-larry-black.png)
michael@0 42 content/images/errorpage-larry-white.png (content/images/errorpage-larry-white.png)
michael@0 43 content/images/errorpage-warning.png (content/images/errorpage-warning.png)
michael@0 44 content/images/arrowdown-16.png (content/images/arrowdown-16.png)
michael@0 45 content/images/arrowright-16.png (content/images/arrowright-16.png)
michael@0 46 content/images/scrubber-hdpi.png (content/images/scrubber-hdpi.png)
michael@0 47 content/images/unmute-hdpi.png (content/images/unmute-hdpi.png)
michael@0 48 content/images/pause-hdpi.png (content/images/pause-hdpi.png)
michael@0 49 content/images/play-hdpi.png (content/images/play-hdpi.png)
michael@0 50 content/images/mute-hdpi.png (content/images/mute-hdpi.png)
michael@0 51 content/images/fullscreen-hdpi.png (content/images/fullscreen-hdpi.png)
michael@0 52 content/images/exitfullscreen-hdpi.png (content/images/exitfullscreen-hdpi.png)
michael@0 53 content/images/throbber.png (content/images/throbber.png)
michael@0 54 content/images/error.png (content/images/error.png)

mercurial