summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-04-20 20:49:37 -0700
committerThomas Groman <tgroman@nuegia.net>2020-04-20 20:49:37 -0700
commitf9cab004186edb425a9b88ad649726605080a17c (patch)
treee2dae51d3144e83d097a12e7a1499e3ea93f90be
parentf428692de8b59ab89a66502c079e1823dfda8aeb (diff)
downloadwebbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.gz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.lz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.tar.xz
webbrowser-f9cab004186edb425a9b88ad649726605080a17c.zip
move browser to webbrowser/
-rw-r--r--webbrowser/LICENSE (renamed from LICENSE)0
-rw-r--r--webbrowser/Makefile.in (renamed from Makefile.in)0
-rw-r--r--webbrowser/app-rules.mk (renamed from app-rules.mk)0
-rw-r--r--webbrowser/app.mozbuild (renamed from app.mozbuild)0
-rw-r--r--webbrowser/app/Makefile.in (renamed from app/Makefile.in)0
-rw-r--r--webbrowser/app/application.ini (renamed from app/application.ini)0
-rw-r--r--webbrowser/app/blocklist.xml (renamed from app/blocklist.xml)0
-rw-r--r--webbrowser/app/macbuild/Contents/CodeResources (renamed from app/macbuild/Contents/CodeResources)0
-rw-r--r--webbrowser/app/macbuild/Contents/Info.plist.in (renamed from app/macbuild/Contents/Info.plist.in)0
-rw-r--r--webbrowser/app/macbuild/Contents/MacOS-files.in (renamed from app/macbuild/Contents/MacOS-files.in)0
-rw-r--r--webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in (renamed from app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in)0
-rw-r--r--webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources (renamed from app/macbuild/Contents/_CodeSignature/CodeResources)0
-rw-r--r--webbrowser/app/macversion.py (renamed from app/macversion.py)0
-rw-r--r--webbrowser/app/module.ver (renamed from app/module.ver)0
-rw-r--r--webbrowser/app/moz.build (renamed from app/moz.build)0
-rw-r--r--webbrowser/app/nsBrowserApp.cpp (renamed from app/nsBrowserApp.cpp)0
-rw-r--r--webbrowser/app/palemoon.exe.manifest (renamed from app/palemoon.exe.manifest)0
-rw-r--r--webbrowser/app/permissions (renamed from app/permissions)0
-rw-r--r--webbrowser/app/profile/channel-prefs.js (renamed from app/profile/channel-prefs.js)0
-rw-r--r--webbrowser/app/profile/extensions/moz.build (renamed from app/profile/extensions/moz.build)0
-rw-r--r--webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in (renamed from app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in)0
-rw-r--r--webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in (renamed from app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in)0
-rw-r--r--webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build (renamed from app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build)0
-rw-r--r--webbrowser/app/profile/pagethemes.rdf (renamed from app/profile/pagethemes.rdf)0
-rw-r--r--webbrowser/app/profile/prefs.js (renamed from app/profile/prefs.js)0
-rw-r--r--webbrowser/app/profile/webbrowser.js (renamed from app/profile/webbrowser.js)0
-rw-r--r--webbrowser/app/splash.rc (renamed from app/splash.rc)0
-rw-r--r--webbrowser/base/content/aboutDialog.css (renamed from base/content/aboutDialog.css)0
-rw-r--r--webbrowser/base/content/aboutDialog.js (renamed from base/content/aboutDialog.js)0
-rw-r--r--webbrowser/base/content/aboutDialog.xul (renamed from base/content/aboutDialog.xul)0
-rw-r--r--webbrowser/base/content/autocomplete.css (renamed from base/content/autocomplete.css)0
-rw-r--r--webbrowser/base/content/autocomplete.xml (renamed from base/content/autocomplete.xml)0
-rw-r--r--webbrowser/base/content/autorecovery.js (renamed from base/content/autorecovery.js)0
-rw-r--r--webbrowser/base/content/autorecovery.xul (renamed from base/content/autorecovery.xul)0
-rw-r--r--webbrowser/base/content/baseMenuOverlay.xul (renamed from base/content/baseMenuOverlay.xul)0
-rw-r--r--webbrowser/base/content/browser-addons.js (renamed from base/content/browser-addons.js)0
-rw-r--r--webbrowser/base/content/browser-appmenu.inc (renamed from base/content/browser-appmenu.inc)0
-rw-r--r--webbrowser/base/content/browser-charsetmenu.inc (renamed from base/content/browser-charsetmenu.inc)0
-rw-r--r--webbrowser/base/content/browser-context.inc (renamed from base/content/browser-context.inc)0
-rw-r--r--webbrowser/base/content/browser-devtools-theme.js (renamed from base/content/browser-devtools-theme.js)0
-rw-r--r--webbrowser/base/content/browser-doctype.inc (renamed from base/content/browser-doctype.inc)0
-rw-r--r--webbrowser/base/content/browser-feeds.js (renamed from base/content/browser-feeds.js)0
-rw-r--r--webbrowser/base/content/browser-fullScreen.js (renamed from base/content/browser-fullScreen.js)0
-rw-r--r--webbrowser/base/content/browser-fullZoom.js (renamed from base/content/browser-fullZoom.js)0
-rw-r--r--webbrowser/base/content/browser-gestureSupport.js (renamed from base/content/browser-gestureSupport.js)0
-rw-r--r--webbrowser/base/content/browser-menubar.inc (renamed from base/content/browser-menubar.inc)0
-rw-r--r--webbrowser/base/content/browser-menudragging.js (renamed from base/content/browser-menudragging.js)0
-rw-r--r--webbrowser/base/content/browser-menudragging.xul (renamed from base/content/browser-menudragging.xul)0
-rw-r--r--webbrowser/base/content/browser-places.js (renamed from base/content/browser-places.js)0
-rw-r--r--webbrowser/base/content/browser-plugins.js (renamed from base/content/browser-plugins.js)0
-rw-r--r--webbrowser/base/content/browser-sets.inc (renamed from base/content/browser-sets.inc)0
-rw-r--r--webbrowser/base/content/browser-syncui.js (renamed from base/content/browser-syncui.js)0
-rw-r--r--webbrowser/base/content/browser-tabPreviews.js (renamed from base/content/browser-tabPreviews.js)0
-rw-r--r--webbrowser/base/content/browser-tabPreviews.xml (renamed from base/content/browser-tabPreviews.xml)0
-rw-r--r--webbrowser/base/content/browser-thumbnails.js (renamed from base/content/browser-thumbnails.js)0
-rw-r--r--webbrowser/base/content/browser-title.css (renamed from base/content/browser-title.css)0
-rw-r--r--webbrowser/base/content/browser-uacompat.js (renamed from base/content/browser-uacompat.js)0
-rw-r--r--webbrowser/base/content/browser-webrtcUI.js (renamed from base/content/browser-webrtcUI.js)0
-rw-r--r--webbrowser/base/content/browser.css (renamed from base/content/browser.css)0
-rw-r--r--webbrowser/base/content/browser.js (renamed from base/content/browser.js)0
-rw-r--r--webbrowser/base/content/browser.xul (renamed from base/content/browser.xul)0
-rw-r--r--webbrowser/base/content/browserMountPoints.inc (renamed from base/content/browserMountPoints.inc)0
-rw-r--r--webbrowser/base/content/content.js (renamed from base/content/content.js)0
-rw-r--r--webbrowser/base/content/downloadManagerOverlay.xul (renamed from base/content/downloadManagerOverlay.xul)0
-rw-r--r--webbrowser/base/content/global-devtools-theme-scripts.inc (renamed from base/content/global-devtools-theme-scripts.inc)0
-rw-r--r--webbrowser/base/content/global-scripts.inc (renamed from base/content/global-scripts.inc)0
-rw-r--r--webbrowser/base/content/hiddenWindow.xul (renamed from base/content/hiddenWindow.xul)0
-rw-r--r--webbrowser/base/content/highlighter.css (renamed from base/content/highlighter.css)0
-rw-r--r--webbrowser/base/content/jsConsoleOverlay.xul (renamed from base/content/jsConsoleOverlay.xul)0
-rw-r--r--webbrowser/base/content/macBrowserOverlay.xul (renamed from base/content/macBrowserOverlay.xul)0
-rw-r--r--webbrowser/base/content/nsContextMenu.js (renamed from base/content/nsContextMenu.js)0
-rw-r--r--webbrowser/base/content/openLocation.js (renamed from base/content/openLocation.js)0
-rw-r--r--webbrowser/base/content/openLocation.xul (renamed from base/content/openLocation.xul)0
-rw-r--r--webbrowser/base/content/overrides/app-license.html (renamed from base/content/overrides/app-license.html)0
-rw-r--r--webbrowser/base/content/padlock.css (renamed from base/content/padlock.css)0
-rw-r--r--webbrowser/base/content/padlock.js (renamed from base/content/padlock.js)0
-rw-r--r--webbrowser/base/content/padlock.xul (renamed from base/content/padlock.xul)0
-rw-r--r--webbrowser/base/content/padlock_classic_broken.png (renamed from base/content/padlock_classic_broken.png)bin726 -> 726 bytes
-rw-r--r--webbrowser/base/content/padlock_classic_ev.png (renamed from base/content/padlock_classic_ev.png)bin566 -> 566 bytes
-rw-r--r--webbrowser/base/content/padlock_classic_https.png (renamed from base/content/padlock_classic_https.png)bin589 -> 589 bytes
-rw-r--r--webbrowser/base/content/padlock_classic_low.png (renamed from base/content/padlock_classic_low.png)bin682 -> 682 bytes
-rw-r--r--webbrowser/base/content/padlock_mod_broken.png (renamed from base/content/padlock_mod_broken.png)bin728 -> 728 bytes
-rw-r--r--webbrowser/base/content/padlock_mod_ev.png (renamed from base/content/padlock_mod_ev.png)bin290 -> 290 bytes
-rw-r--r--webbrowser/base/content/padlock_mod_https.png (renamed from base/content/padlock_mod_https.png)bin338 -> 338 bytes
-rw-r--r--webbrowser/base/content/padlock_mod_low.png (renamed from base/content/padlock_mod_low.png)bin386 -> 386 bytes
-rw-r--r--webbrowser/base/content/palemoon.xhtml (renamed from base/content/palemoon.xhtml)0
-rw-r--r--webbrowser/base/content/popup-notifications.inc (renamed from base/content/popup-notifications.inc)0
-rw-r--r--webbrowser/base/content/safeMode.css (renamed from base/content/safeMode.css)0
-rw-r--r--webbrowser/base/content/safeMode.js (renamed from base/content/safeMode.js)0
-rw-r--r--webbrowser/base/content/safeMode.xul (renamed from base/content/safeMode.xul)0
-rw-r--r--webbrowser/base/content/sanitize.js (renamed from base/content/sanitize.js)0
-rw-r--r--webbrowser/base/content/sanitize.xul (renamed from base/content/sanitize.xul)0
-rw-r--r--webbrowser/base/content/sanitizeDialog.css (renamed from base/content/sanitizeDialog.css)0
-rw-r--r--webbrowser/base/content/sanitizeDialog.js (renamed from base/content/sanitizeDialog.js)0
-rw-r--r--webbrowser/base/content/softwareUpdateOverlay.xul (renamed from base/content/softwareUpdateOverlay.xul)0
-rw-r--r--webbrowser/base/content/tabbrowser.css (renamed from base/content/tabbrowser.css)0
-rw-r--r--webbrowser/base/content/tabbrowser.xml (renamed from base/content/tabbrowser.xml)0
-rw-r--r--webbrowser/base/content/test/general/audio.ogg (renamed from base/content/test/general/audio.ogg)bin47411 -> 47411 bytes
-rw-r--r--webbrowser/base/content/urlbarBindings.xml (renamed from base/content/urlbarBindings.xml)0
-rw-r--r--webbrowser/base/content/utilityOverlay.js (renamed from base/content/utilityOverlay.js)0
-rw-r--r--webbrowser/base/content/viewSourceOverlay.xul (renamed from base/content/viewSourceOverlay.xul)0
-rw-r--r--webbrowser/base/content/web-panels.js (renamed from base/content/web-panels.js)0
-rw-r--r--webbrowser/base/content/web-panels.xul (renamed from base/content/web-panels.xul)0
-rw-r--r--webbrowser/base/content/win6BrowserOverlay.xul (renamed from base/content/win6BrowserOverlay.xul)0
-rw-r--r--webbrowser/base/jar.mn (renamed from base/jar.mn)0
-rw-r--r--webbrowser/base/moz.build (renamed from base/moz.build)0
-rw-r--r--webbrowser/branding/shared/background.png (renamed from branding/shared/background.png)bin115 -> 115 bytes
-rw-r--r--webbrowser/branding/shared/branding.mozbuild (renamed from branding/shared/branding.mozbuild)0
-rw-r--r--webbrowser/branding/shared/locales/browserconfig.properties (renamed from branding/shared/locales/browserconfig.properties)0
-rw-r--r--webbrowser/branding/shared/newtab.ico (renamed from branding/shared/newtab.ico)bin1150 -> 1150 bytes
-rw-r--r--webbrowser/branding/shared/newwindow.ico (renamed from branding/shared/newwindow.ico)bin1150 -> 1150 bytes
-rw-r--r--webbrowser/branding/shared/pbmode.ico (renamed from branding/shared/pbmode.ico)bin1150 -> 1150 bytes
-rw-r--r--webbrowser/branding/shared/pref/preferences.inc (renamed from branding/shared/pref/preferences.inc)0
-rw-r--r--webbrowser/branding/shared/pref/uaoverrides.inc (renamed from branding/shared/pref/uaoverrides.inc)0
-rw-r--r--webbrowser/branding/unofficial/VisualElements_150.png (renamed from branding/unofficial/VisualElements_150.png)bin19030 -> 19030 bytes
-rw-r--r--webbrowser/branding/unofficial/VisualElements_70.png (renamed from branding/unofficial/VisualElements_70.png)bin5861 -> 5861 bytes
-rw-r--r--webbrowser/branding/unofficial/appname.bmp (renamed from branding/unofficial/appname.bmp)bin11158 -> 11158 bytes
-rw-r--r--webbrowser/branding/unofficial/branding.nsi (renamed from branding/unofficial/branding.nsi)0
-rw-r--r--webbrowser/branding/unofficial/configure.sh (renamed from branding/unofficial/configure.sh)0
-rw-r--r--webbrowser/branding/unofficial/content/about-background.png (renamed from branding/unofficial/content/about-background.png)bin95145 -> 95145 bytes
-rw-r--r--webbrowser/branding/unofficial/content/about-logo.png (renamed from branding/unofficial/content/about-logo.png)bin15708 -> 15708 bytes
-rw-r--r--webbrowser/branding/unofficial/content/about-logo@2x.png (renamed from branding/unofficial/content/about-logo@2x.png)bin49779 -> 49779 bytes
-rw-r--r--webbrowser/branding/unofficial/content/about.png (renamed from branding/unofficial/content/about.png)bin13027 -> 13027 bytes
-rw-r--r--webbrowser/branding/unofficial/content/aboutDialog.css (renamed from branding/unofficial/content/aboutDialog.css)0
-rw-r--r--webbrowser/branding/unofficial/content/icon48.png (renamed from branding/unofficial/content/icon48.png)bin2145 -> 2145 bytes
-rw-r--r--webbrowser/branding/unofficial/content/icon64.png (renamed from branding/unofficial/content/icon64.png)bin3025 -> 3025 bytes
-rw-r--r--webbrowser/branding/unofficial/content/jar.mn (renamed from branding/unofficial/content/jar.mn)0
-rw-r--r--webbrowser/branding/unofficial/content/moz.build (renamed from branding/unofficial/content/moz.build)0
-rw-r--r--webbrowser/branding/unofficial/default16.png (renamed from branding/unofficial/default16.png)bin693 -> 693 bytes
-rw-r--r--webbrowser/branding/unofficial/default32.png (renamed from branding/unofficial/default32.png)bin1624 -> 1624 bytes
-rw-r--r--webbrowser/branding/unofficial/default48.png (renamed from branding/unofficial/default48.png)bin2771 -> 2771 bytes
-rw-r--r--webbrowser/branding/unofficial/disk.icns (renamed from branding/unofficial/disk.icns)bin39250 -> 39250 bytes
-rw-r--r--webbrowser/branding/unofficial/document.icns (renamed from branding/unofficial/document.icns)bin12451 -> 12451 bytes
-rw-r--r--webbrowser/branding/unofficial/document.ico (renamed from branding/unofficial/document.ico)bin22486 -> 22486 bytes
-rw-r--r--webbrowser/branding/unofficial/dsstore (renamed from branding/unofficial/dsstore)bin6148 -> 6148 bytes
-rw-r--r--webbrowser/branding/unofficial/firefox.icns (renamed from branding/unofficial/firefox.icns)bin12079 -> 12079 bytes
-rw-r--r--webbrowser/branding/unofficial/firefox.ico (renamed from branding/unofficial/firefox.ico)bin22486 -> 22486 bytes
-rw-r--r--webbrowser/branding/unofficial/locales/browserconfig.properties (renamed from branding/unofficial/locales/browserconfig.properties)0
-rw-r--r--webbrowser/branding/unofficial/locales/en-US/brand.dtd (renamed from branding/unofficial/locales/en-US/brand.dtd)0
-rw-r--r--webbrowser/branding/unofficial/locales/en-US/brand.properties (renamed from branding/unofficial/locales/en-US/brand.properties)0
-rw-r--r--webbrowser/branding/unofficial/locales/jar.mn (renamed from branding/unofficial/locales/jar.mn)0
-rw-r--r--webbrowser/branding/unofficial/locales/moz.build (renamed from branding/unofficial/locales/moz.build)0
-rw-r--r--webbrowser/branding/unofficial/moz.build (renamed from branding/unofficial/moz.build)0
-rw-r--r--webbrowser/branding/unofficial/mozicon128.png (renamed from branding/unofficial/mozicon128.png)bin11024 -> 11024 bytes
-rw-r--r--webbrowser/branding/unofficial/pref/webbrowser-branding.js (renamed from branding/unofficial/pref/webbrowser-branding.js)0
-rw-r--r--webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml (renamed from branding/unofficial/webbrowser.VisualElementsManifest.xml)0
-rw-r--r--webbrowser/branding/unofficial/webbrowser.desktop (renamed from branding/unofficial/webbrowser.desktop)0
-rw-r--r--webbrowser/branding/unofficial/wizHeader.bmp (renamed from branding/unofficial/wizHeader.bmp)bin25818 -> 25818 bytes
-rw-r--r--webbrowser/branding/unofficial/wizHeaderRTL.bmp (renamed from branding/unofficial/wizHeaderRTL.bmp)bin25818 -> 25818 bytes
-rw-r--r--webbrowser/branding/unofficial/wizWatermark.bmp (renamed from branding/unofficial/wizWatermark.bmp)bin154542 -> 154542 bytes
-rw-r--r--webbrowser/branding/unstable/VisualElements_150.png (renamed from branding/unstable/VisualElements_150.png)bin34257 -> 34257 bytes
-rw-r--r--webbrowser/branding/unstable/VisualElements_70.png (renamed from branding/unstable/VisualElements_70.png)bin9508 -> 9508 bytes
-rw-r--r--webbrowser/branding/unstable/appname.bmp (renamed from branding/unstable/appname.bmp)bin11158 -> 11158 bytes
-rw-r--r--webbrowser/branding/unstable/branding.nsi (renamed from branding/unstable/branding.nsi)0
-rw-r--r--webbrowser/branding/unstable/configure.sh (renamed from branding/unstable/configure.sh)0
-rw-r--r--webbrowser/branding/unstable/content/about-background.jpg (renamed from branding/unstable/content/about-background.jpg)bin115006 -> 115006 bytes
-rw-r--r--webbrowser/branding/unstable/content/about-logo.png (renamed from branding/unstable/content/about-logo.png)bin42470 -> 42470 bytes
-rw-r--r--webbrowser/branding/unstable/content/about-logo@2x.png (renamed from branding/unstable/content/about-logo@2x.png)bin120348 -> 120348 bytes
-rw-r--r--webbrowser/branding/unstable/content/about-wordmark.png (renamed from branding/unstable/content/about-wordmark.png)bin11708 -> 11708 bytes
-rw-r--r--webbrowser/branding/unstable/content/about.png (renamed from branding/unstable/content/about.png)bin55384 -> 55384 bytes
-rw-r--r--webbrowser/branding/unstable/content/aboutDialog.css (renamed from branding/unstable/content/aboutDialog.css)0
-rw-r--r--webbrowser/branding/unstable/content/icon48.png (renamed from branding/unstable/content/icon48.png)bin4855 -> 4855 bytes
-rw-r--r--webbrowser/branding/unstable/content/icon64.png (renamed from branding/unstable/content/icon64.png)bin6531 -> 6531 bytes
-rw-r--r--webbrowser/branding/unstable/content/jar.mn (renamed from branding/unstable/content/jar.mn)0
-rw-r--r--webbrowser/branding/unstable/content/moz.build (renamed from branding/unstable/content/moz.build)0
-rw-r--r--webbrowser/branding/unstable/default16.png (renamed from branding/unstable/default16.png)bin872 -> 872 bytes
-rw-r--r--webbrowser/branding/unstable/default32.png (renamed from branding/unstable/default32.png)bin2499 -> 2499 bytes
-rw-r--r--webbrowser/branding/unstable/default48.png (renamed from branding/unstable/default48.png)bin4855 -> 4855 bytes
-rw-r--r--webbrowser/branding/unstable/disk.icns (renamed from branding/unstable/disk.icns)bin39250 -> 39250 bytes
-rw-r--r--webbrowser/branding/unstable/document.icns (renamed from branding/unstable/document.icns)bin12451 -> 12451 bytes
-rw-r--r--webbrowser/branding/unstable/document.ico (renamed from branding/unstable/document.ico)bin19790 -> 19790 bytes
-rw-r--r--webbrowser/branding/unstable/dsstore (renamed from branding/unstable/dsstore)bin6148 -> 6148 bytes
-rw-r--r--webbrowser/branding/unstable/firefox.icns (renamed from branding/unstable/firefox.icns)bin59809 -> 59809 bytes
-rw-r--r--webbrowser/branding/unstable/firefox.ico (renamed from branding/unstable/firefox.ico)bin100371 -> 100371 bytes
-rw-r--r--webbrowser/branding/unstable/locales/en-US/brand.dtd (renamed from branding/unstable/locales/en-US/brand.dtd)0
-rw-r--r--webbrowser/branding/unstable/locales/en-US/brand.properties (renamed from branding/unstable/locales/en-US/brand.properties)0
-rw-r--r--webbrowser/branding/unstable/locales/jar.mn (renamed from branding/unstable/locales/jar.mn)0
-rw-r--r--webbrowser/branding/unstable/locales/moz.build (renamed from branding/unstable/locales/moz.build)0
-rw-r--r--webbrowser/branding/unstable/moz.build (renamed from branding/unstable/moz.build)0
-rw-r--r--webbrowser/branding/unstable/mozicon128.png (renamed from branding/unstable/mozicon128.png)bin24891 -> 24891 bytes
-rw-r--r--webbrowser/branding/unstable/palemoon.VisualElementsManifest.xml (renamed from branding/unstable/palemoon.VisualElementsManifest.xml)0
-rw-r--r--webbrowser/branding/unstable/pref/palemoon-branding.js (renamed from branding/unstable/pref/palemoon-branding.js)0
-rw-r--r--webbrowser/branding/unstable/wizHeader.bmp (renamed from branding/unstable/wizHeader.bmp)bin25818 -> 25818 bytes
-rw-r--r--webbrowser/branding/unstable/wizHeaderRTL.bmp (renamed from branding/unstable/wizHeaderRTL.bmp)bin25818 -> 25818 bytes
-rw-r--r--webbrowser/branding/unstable/wizWatermark.bmp (renamed from branding/unstable/wizWatermark.bmp)bin154542 -> 154542 bytes
-rw-r--r--webbrowser/build.mk (renamed from build.mk)0
-rw-r--r--webbrowser/components/BrowserComponents.manifest (renamed from components/BrowserComponents.manifest)0
-rw-r--r--webbrowser/components/abouthome/aboutHome.css (renamed from components/abouthome/aboutHome.css)0
-rw-r--r--webbrowser/components/abouthome/aboutHome.js (renamed from components/abouthome/aboutHome.js)0
-rw-r--r--webbrowser/components/abouthome/aboutHome.xhtml (renamed from components/abouthome/aboutHome.xhtml)0
-rw-r--r--webbrowser/components/abouthome/addons.png (renamed from components/abouthome/addons.png)bin1444 -> 1444 bytes
-rw-r--r--webbrowser/components/abouthome/addons@2x.png (renamed from components/abouthome/addons@2x.png)bin3783 -> 3783 bytes
-rw-r--r--webbrowser/components/abouthome/bookmarks.png (renamed from components/abouthome/bookmarks.png)bin1276 -> 1276 bytes
-rw-r--r--webbrowser/components/abouthome/bookmarks@2x.png (renamed from components/abouthome/bookmarks@2x.png)bin2946 -> 2946 bytes
-rw-r--r--webbrowser/components/abouthome/downloads.png (renamed from components/abouthome/downloads.png)bin898 -> 898 bytes
-rw-r--r--webbrowser/components/abouthome/downloads@2x.png (renamed from components/abouthome/downloads@2x.png)bin2018 -> 2018 bytes
-rw-r--r--webbrowser/components/abouthome/history.png (renamed from components/abouthome/history.png)bin1654 -> 1654 bytes
-rw-r--r--webbrowser/components/abouthome/history@2x.png (renamed from components/abouthome/history@2x.png)bin4629 -> 4629 bytes
-rw-r--r--webbrowser/components/abouthome/jar.mn (renamed from components/abouthome/jar.mn)0
-rw-r--r--webbrowser/components/abouthome/moz.build (renamed from components/abouthome/moz.build)0
-rw-r--r--webbrowser/components/abouthome/noise.png (renamed from components/abouthome/noise.png)bin4025 -> 4025 bytes
-rw-r--r--webbrowser/components/abouthome/restore-large.png (renamed from components/abouthome/restore-large.png)bin2841 -> 2841 bytes
-rw-r--r--webbrowser/components/abouthome/restore-large@2x.png (renamed from components/abouthome/restore-large@2x.png)bin7267 -> 7267 bytes
-rw-r--r--webbrowser/components/abouthome/restore.png (renamed from components/abouthome/restore.png)bin1796 -> 1796 bytes
-rw-r--r--webbrowser/components/abouthome/restore@2x.png (renamed from components/abouthome/restore@2x.png)bin4810 -> 4810 bytes
-rw-r--r--webbrowser/components/abouthome/settings.png (renamed from components/abouthome/settings.png)bin1557 -> 1557 bytes
-rw-r--r--webbrowser/components/abouthome/settings@2x.png (renamed from components/abouthome/settings@2x.png)bin3836 -> 3836 bytes
-rw-r--r--webbrowser/components/abouthome/snippet1.png (renamed from components/abouthome/snippet1.png)bin1470 -> 1470 bytes
-rw-r--r--webbrowser/components/abouthome/snippet1@2x.png (renamed from components/abouthome/snippet1@2x.png)bin3243 -> 3243 bytes
-rw-r--r--webbrowser/components/abouthome/snippet2.png (renamed from components/abouthome/snippet2.png)bin3287 -> 3287 bytes
-rw-r--r--webbrowser/components/abouthome/snippet2@2x.png (renamed from components/abouthome/snippet2@2x.png)bin11027 -> 11027 bytes
-rw-r--r--webbrowser/components/abouthome/sync.png (renamed from components/abouthome/sync.png)bin1879 -> 1879 bytes
-rw-r--r--webbrowser/components/abouthome/sync@2x.png (renamed from components/abouthome/sync@2x.png)bin4615 -> 4615 bytes
-rw-r--r--webbrowser/components/build/Makefile.in (renamed from components/build/Makefile.in)0
-rw-r--r--webbrowser/components/build/moz.build (renamed from components/build/moz.build)0
-rw-r--r--webbrowser/components/build/nsBrowserCompsCID.h (renamed from components/build/nsBrowserCompsCID.h)0
-rw-r--r--webbrowser/components/build/nsModule.cpp (renamed from components/build/nsModule.cpp)0
-rw-r--r--webbrowser/components/certerror/content/aboutCertError.css (renamed from components/certerror/content/aboutCertError.css)0
-rw-r--r--webbrowser/components/certerror/content/aboutCertError.xhtml (renamed from components/certerror/content/aboutCertError.xhtml)0
-rw-r--r--webbrowser/components/certerror/jar.mn (renamed from components/certerror/jar.mn)0
-rw-r--r--webbrowser/components/certerror/moz.build (renamed from components/certerror/moz.build)0
-rw-r--r--webbrowser/components/dirprovider/DirectoryProvider.cpp (renamed from components/dirprovider/DirectoryProvider.cpp)0
-rw-r--r--webbrowser/components/dirprovider/DirectoryProvider.h (renamed from components/dirprovider/DirectoryProvider.h)0
-rw-r--r--webbrowser/components/dirprovider/moz.build (renamed from components/dirprovider/moz.build)0
-rw-r--r--webbrowser/components/distribution.js (renamed from components/distribution.js)0
-rw-r--r--webbrowser/components/downloads/BrowserDownloads.manifest (renamed from components/downloads/BrowserDownloads.manifest)0
-rw-r--r--webbrowser/components/downloads/DownloadsCommon.jsm (renamed from components/downloads/DownloadsCommon.jsm)0
-rw-r--r--webbrowser/components/downloads/DownloadsLogger.jsm (renamed from components/downloads/DownloadsLogger.jsm)0
-rw-r--r--webbrowser/components/downloads/DownloadsStartup.js (renamed from components/downloads/DownloadsStartup.js)0
-rw-r--r--webbrowser/components/downloads/DownloadsTaskbar.jsm (renamed from components/downloads/DownloadsTaskbar.jsm)0
-rw-r--r--webbrowser/components/downloads/DownloadsUI.js (renamed from components/downloads/DownloadsUI.js)0
-rw-r--r--webbrowser/components/downloads/DownloadsViewUI.jsm (renamed from components/downloads/DownloadsViewUI.jsm)0
-rw-r--r--webbrowser/components/downloads/content/allDownloadsViewOverlay.css (renamed from components/downloads/content/allDownloadsViewOverlay.css)0
-rw-r--r--webbrowser/components/downloads/content/allDownloadsViewOverlay.js (renamed from components/downloads/content/allDownloadsViewOverlay.js)0
-rw-r--r--webbrowser/components/downloads/content/allDownloadsViewOverlay.xul (renamed from components/downloads/content/allDownloadsViewOverlay.xul)0
-rw-r--r--webbrowser/components/downloads/content/contentAreaDownloadsView.css (renamed from components/downloads/content/contentAreaDownloadsView.css)0
-rw-r--r--webbrowser/components/downloads/content/contentAreaDownloadsView.js (renamed from components/downloads/content/contentAreaDownloadsView.js)0
-rw-r--r--webbrowser/components/downloads/content/contentAreaDownloadsView.xul (renamed from components/downloads/content/contentAreaDownloadsView.xul)0
-rw-r--r--webbrowser/components/downloads/content/download.css (renamed from components/downloads/content/download.css)0
-rw-r--r--webbrowser/components/downloads/content/download.xml (renamed from components/downloads/content/download.xml)0
-rw-r--r--webbrowser/components/downloads/content/downloads.css (renamed from components/downloads/content/downloads.css)0
-rw-r--r--webbrowser/components/downloads/content/downloads.js (renamed from components/downloads/content/downloads.js)0
-rw-r--r--webbrowser/components/downloads/content/downloadsOverlay.xul (renamed from components/downloads/content/downloadsOverlay.xul)0
-rw-r--r--webbrowser/components/downloads/content/indicator.js (renamed from components/downloads/content/indicator.js)0
-rw-r--r--webbrowser/components/downloads/content/indicatorOverlay.xul (renamed from components/downloads/content/indicatorOverlay.xul)0
-rw-r--r--webbrowser/components/downloads/jar.mn (renamed from components/downloads/jar.mn)0
-rw-r--r--webbrowser/components/downloads/moz.build (renamed from components/downloads/moz.build)0
-rw-r--r--webbrowser/components/feeds/BrowserFeeds.manifest (renamed from components/feeds/BrowserFeeds.manifest)0
-rw-r--r--webbrowser/components/feeds/FeedConverter.js (renamed from components/feeds/FeedConverter.js)0
-rw-r--r--webbrowser/components/feeds/FeedWriter.js (renamed from components/feeds/FeedWriter.js)0
-rw-r--r--webbrowser/components/feeds/WebContentConverter.js (renamed from components/feeds/WebContentConverter.js)0
-rw-r--r--webbrowser/components/feeds/content/subscribe.css (renamed from components/feeds/content/subscribe.css)0
-rw-r--r--webbrowser/components/feeds/content/subscribe.js (renamed from components/feeds/content/subscribe.js)0
-rw-r--r--webbrowser/components/feeds/content/subscribe.xhtml (renamed from components/feeds/content/subscribe.xhtml)0
-rw-r--r--webbrowser/components/feeds/content/subscribe.xml (renamed from components/feeds/content/subscribe.xml)0
-rw-r--r--webbrowser/components/feeds/jar.mn (renamed from components/feeds/jar.mn)0
-rw-r--r--webbrowser/components/feeds/moz.build (renamed from components/feeds/moz.build)0
-rw-r--r--webbrowser/components/feeds/nsFeedSniffer.cpp (renamed from components/feeds/nsFeedSniffer.cpp)0
-rw-r--r--webbrowser/components/feeds/nsFeedSniffer.h (renamed from components/feeds/nsFeedSniffer.h)0
-rw-r--r--webbrowser/components/feeds/nsIFeedResultService.idl (renamed from components/feeds/nsIFeedResultService.idl)0
-rw-r--r--webbrowser/components/feeds/nsIWebContentConverterRegistrar.idl (renamed from components/feeds/nsIWebContentConverterRegistrar.idl)0
-rw-r--r--webbrowser/components/fuel/fuelApplication.js (renamed from components/fuel/fuelApplication.js)0
-rw-r--r--webbrowser/components/fuel/fuelApplication.manifest (renamed from components/fuel/fuelApplication.manifest)0
-rw-r--r--webbrowser/components/fuel/fuelIApplication.idl (renamed from components/fuel/fuelIApplication.idl)0
-rw-r--r--webbrowser/components/fuel/moz.build (renamed from components/fuel/moz.build)0
-rw-r--r--webbrowser/components/moz.build (renamed from components/moz.build)0
-rw-r--r--webbrowser/components/newtab/cells.js (renamed from components/newtab/cells.js)0
-rw-r--r--webbrowser/components/newtab/drag.js (renamed from components/newtab/drag.js)0
-rw-r--r--webbrowser/components/newtab/dragDataHelper.js (renamed from components/newtab/dragDataHelper.js)0
-rw-r--r--webbrowser/components/newtab/drop.js (renamed from components/newtab/drop.js)0
-rw-r--r--webbrowser/components/newtab/dropPreview.js (renamed from components/newtab/dropPreview.js)0
-rw-r--r--webbrowser/components/newtab/dropTargetShim.js (renamed from components/newtab/dropTargetShim.js)0
-rw-r--r--webbrowser/components/newtab/grid.js (renamed from components/newtab/grid.js)0
-rw-r--r--webbrowser/components/newtab/jar.mn (renamed from components/newtab/jar.mn)0
-rw-r--r--webbrowser/components/newtab/moz.build (renamed from components/newtab/moz.build)0
-rw-r--r--webbrowser/components/newtab/newTab.css (renamed from components/newtab/newTab.css)0
-rw-r--r--webbrowser/components/newtab/newTab.js (renamed from components/newtab/newTab.js)0
-rw-r--r--webbrowser/components/newtab/newTab.xhtml (renamed from components/newtab/newTab.xhtml)0
-rw-r--r--webbrowser/components/newtab/page.js (renamed from components/newtab/page.js)0
-rw-r--r--webbrowser/components/newtab/search.js (renamed from components/newtab/search.js)0
-rw-r--r--webbrowser/components/newtab/sites.js (renamed from components/newtab/sites.js)0
-rw-r--r--webbrowser/components/newtab/transformations.js (renamed from components/newtab/transformations.js)0
-rw-r--r--webbrowser/components/newtab/undo.js (renamed from components/newtab/undo.js)0
-rw-r--r--webbrowser/components/newtab/updater.js (renamed from components/newtab/updater.js)0
-rw-r--r--webbrowser/components/nsAboutRedirector.js (renamed from components/nsAboutRedirector.js)0
-rw-r--r--webbrowser/components/nsBrowserContentHandler.js (renamed from components/nsBrowserContentHandler.js)0
-rw-r--r--webbrowser/components/nsBrowserGlue.js (renamed from components/nsBrowserGlue.js)0
-rw-r--r--webbrowser/components/nsIBrowserGlue.idl (renamed from components/nsIBrowserGlue.idl)0
-rw-r--r--webbrowser/components/nsIBrowserHandler.idl (renamed from components/nsIBrowserHandler.idl)0
-rw-r--r--webbrowser/components/pageinfo/feeds.js (renamed from components/pageinfo/feeds.js)0
-rw-r--r--webbrowser/components/pageinfo/feeds.xml (renamed from components/pageinfo/feeds.xml)0
-rw-r--r--webbrowser/components/pageinfo/jar.mn (renamed from components/pageinfo/jar.mn)0
-rw-r--r--webbrowser/components/pageinfo/moz.build (renamed from components/pageinfo/moz.build)0
-rw-r--r--webbrowser/components/pageinfo/pageInfo.css (renamed from components/pageinfo/pageInfo.css)0
-rw-r--r--webbrowser/components/pageinfo/pageInfo.js (renamed from components/pageinfo/pageInfo.js)0
-rw-r--r--webbrowser/components/pageinfo/pageInfo.xml (renamed from components/pageinfo/pageInfo.xml)0
-rw-r--r--webbrowser/components/pageinfo/pageInfo.xul (renamed from components/pageinfo/pageInfo.xul)0
-rw-r--r--webbrowser/components/pageinfo/permissions.js (renamed from components/pageinfo/permissions.js)0
-rw-r--r--webbrowser/components/pageinfo/security.js (renamed from components/pageinfo/security.js)0
-rw-r--r--webbrowser/components/permissions/aboutPermissions.css (renamed from components/permissions/aboutPermissions.css)0
-rw-r--r--webbrowser/components/permissions/aboutPermissions.js (renamed from components/permissions/aboutPermissions.js)0
-rw-r--r--webbrowser/components/permissions/aboutPermissions.xml (renamed from components/permissions/aboutPermissions.xml)0
-rw-r--r--webbrowser/components/permissions/aboutPermissions.xul (renamed from components/permissions/aboutPermissions.xul)0
-rw-r--r--webbrowser/components/permissions/jar.mn (renamed from components/permissions/jar.mn)0
-rw-r--r--webbrowser/components/permissions/moz.build (renamed from components/permissions/moz.build)0
-rw-r--r--webbrowser/components/places/PlacesUIUtils.jsm (renamed from components/places/PlacesUIUtils.jsm)0
-rw-r--r--webbrowser/components/places/content/bookmarkProperties.js (renamed from components/places/content/bookmarkProperties.js)0
-rw-r--r--webbrowser/components/places/content/bookmarkProperties.xul (renamed from components/places/content/bookmarkProperties.xul)0
-rw-r--r--webbrowser/components/places/content/bookmarksPanel.js (renamed from components/places/content/bookmarksPanel.js)0
-rw-r--r--webbrowser/components/places/content/bookmarksPanel.xul (renamed from components/places/content/bookmarksPanel.xul)0
-rw-r--r--webbrowser/components/places/content/browserPlacesViews.js (renamed from components/places/content/browserPlacesViews.js)0
-rw-r--r--webbrowser/components/places/content/controller.js (renamed from components/places/content/controller.js)0
-rw-r--r--webbrowser/components/places/content/downloadsViewOverlay.xul (renamed from components/places/content/downloadsViewOverlay.xul)0
-rw-r--r--webbrowser/components/places/content/editBookmarkOverlay.js (renamed from components/places/content/editBookmarkOverlay.js)0
-rw-r--r--webbrowser/components/places/content/editBookmarkOverlay.xul (renamed from components/places/content/editBookmarkOverlay.xul)0
-rw-r--r--webbrowser/components/places/content/history-panel.js (renamed from components/places/content/history-panel.js)0
-rw-r--r--webbrowser/components/places/content/history-panel.xul (renamed from components/places/content/history-panel.xul)0
-rw-r--r--webbrowser/components/places/content/menu.xml (renamed from components/places/content/menu.xml)0
-rw-r--r--webbrowser/components/places/content/moveBookmarks.js (renamed from components/places/content/moveBookmarks.js)0
-rw-r--r--webbrowser/components/places/content/moveBookmarks.xul (renamed from components/places/content/moveBookmarks.xul)0
-rw-r--r--webbrowser/components/places/content/organizer.css (renamed from components/places/content/organizer.css)0
-rw-r--r--webbrowser/components/places/content/places.css (renamed from components/places/content/places.css)0
-rw-r--r--webbrowser/components/places/content/places.js (renamed from components/places/content/places.js)0
-rw-r--r--webbrowser/components/places/content/places.xul (renamed from components/places/content/places.xul)0
-rw-r--r--webbrowser/components/places/content/placesOverlay.xul (renamed from components/places/content/placesOverlay.xul)0
-rw-r--r--webbrowser/components/places/content/sidebarUtils.js (renamed from components/places/content/sidebarUtils.js)0
-rw-r--r--webbrowser/components/places/content/tree.xml (renamed from components/places/content/tree.xml)0
-rw-r--r--webbrowser/components/places/content/treeView.js (renamed from components/places/content/treeView.js)0
-rw-r--r--webbrowser/components/places/jar.mn (renamed from components/places/jar.mn)0
-rw-r--r--webbrowser/components/places/moz.build (renamed from components/places/moz.build)0
-rw-r--r--webbrowser/components/preferences/advanced.js (renamed from components/preferences/advanced.js)0
-rw-r--r--webbrowser/components/preferences/advanced.xul (renamed from components/preferences/advanced.xul)0
-rw-r--r--webbrowser/components/preferences/applicationManager.js (renamed from components/preferences/applicationManager.js)0
-rw-r--r--webbrowser/components/preferences/applicationManager.xul (renamed from components/preferences/applicationManager.xul)0
-rw-r--r--webbrowser/components/preferences/applications.js (renamed from components/preferences/applications.js)0
-rw-r--r--webbrowser/components/preferences/applications.xul (renamed from components/preferences/applications.xul)0
-rw-r--r--webbrowser/components/preferences/colors.xul (renamed from components/preferences/colors.xul)0
-rw-r--r--webbrowser/components/preferences/connection.js (renamed from components/preferences/connection.js)0
-rw-r--r--webbrowser/components/preferences/connection.xul (renamed from components/preferences/connection.xul)0
-rw-r--r--webbrowser/components/preferences/content.js (renamed from components/preferences/content.js)0
-rw-r--r--webbrowser/components/preferences/content.xul (renamed from components/preferences/content.xul)0
-rw-r--r--webbrowser/components/preferences/cookies.js (renamed from components/preferences/cookies.js)0
-rw-r--r--webbrowser/components/preferences/cookies.xul (renamed from components/preferences/cookies.xul)0
-rw-r--r--webbrowser/components/preferences/fonts.js (renamed from components/preferences/fonts.js)0
-rw-r--r--webbrowser/components/preferences/fonts.xul (renamed from components/preferences/fonts.xul)0
-rw-r--r--webbrowser/components/preferences/handlers.css (renamed from components/preferences/handlers.css)0
-rw-r--r--webbrowser/components/preferences/handlers.xml (renamed from components/preferences/handlers.xml)0
-rw-r--r--webbrowser/components/preferences/jar.mn (renamed from components/preferences/jar.mn)0
-rw-r--r--webbrowser/components/preferences/languages.js (renamed from components/preferences/languages.js)0
-rw-r--r--webbrowser/components/preferences/languages.xul (renamed from components/preferences/languages.xul)0
-rw-r--r--webbrowser/components/preferences/main.js (renamed from components/preferences/main.js)0
-rw-r--r--webbrowser/components/preferences/main.xul (renamed from components/preferences/main.xul)0
-rw-r--r--webbrowser/components/preferences/moz.build (renamed from components/preferences/moz.build)0
-rw-r--r--webbrowser/components/preferences/newtaburl.js (renamed from components/preferences/newtaburl.js)0
-rw-r--r--webbrowser/components/preferences/permissions.js (renamed from components/preferences/permissions.js)0
-rw-r--r--webbrowser/components/preferences/permissions.xul (renamed from components/preferences/permissions.xul)0
-rw-r--r--webbrowser/components/preferences/preferences.xul (renamed from components/preferences/preferences.xul)0
-rw-r--r--webbrowser/components/preferences/privacy.js (renamed from components/preferences/privacy.js)0
-rw-r--r--webbrowser/components/preferences/privacy.xul (renamed from components/preferences/privacy.xul)0
-rw-r--r--webbrowser/components/preferences/sanitize.js (renamed from components/preferences/sanitize.js)0
-rw-r--r--webbrowser/components/preferences/sanitize.xul (renamed from components/preferences/sanitize.xul)0
-rw-r--r--webbrowser/components/preferences/security.js (renamed from components/preferences/security.js)0
-rw-r--r--webbrowser/components/preferences/security.xul (renamed from components/preferences/security.xul)0
-rw-r--r--webbrowser/components/preferences/selectBookmark.js (renamed from components/preferences/selectBookmark.js)0
-rw-r--r--webbrowser/components/preferences/selectBookmark.xul (renamed from components/preferences/selectBookmark.xul)0
-rw-r--r--webbrowser/components/preferences/sync.js (renamed from components/preferences/sync.js)0
-rw-r--r--webbrowser/components/preferences/sync.xul (renamed from components/preferences/sync.xul)0
-rw-r--r--webbrowser/components/preferences/tabs.js (renamed from components/preferences/tabs.js)0
-rw-r--r--webbrowser/components/preferences/tabs.xul (renamed from components/preferences/tabs.xul)0
-rw-r--r--webbrowser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml (renamed from components/privatebrowsing/content/aboutPrivateBrowsing.xhtml)0
-rw-r--r--webbrowser/components/privatebrowsing/jar.mn (renamed from components/privatebrowsing/jar.mn)0
-rw-r--r--webbrowser/components/privatebrowsing/moz.build (renamed from components/privatebrowsing/moz.build)0
-rw-r--r--webbrowser/components/search/content/engineManager.js (renamed from components/search/content/engineManager.js)0
-rw-r--r--webbrowser/components/search/content/engineManager.xul (renamed from components/search/content/engineManager.xul)0
-rw-r--r--webbrowser/components/search/content/search.xml (renamed from components/search/content/search.xml)0
-rw-r--r--webbrowser/components/search/content/searchbarBindings.css (renamed from components/search/content/searchbarBindings.css)0
-rw-r--r--webbrowser/components/search/jar.mn (renamed from components/search/jar.mn)0
-rw-r--r--webbrowser/components/search/moz.build (renamed from components/search/moz.build)0
-rw-r--r--webbrowser/components/sessionstore/DocumentUtils.jsm (renamed from components/sessionstore/DocumentUtils.jsm)0
-rw-r--r--webbrowser/components/sessionstore/SessionStorage.jsm (renamed from components/sessionstore/SessionStorage.jsm)0
-rw-r--r--webbrowser/components/sessionstore/SessionStore.jsm (renamed from components/sessionstore/SessionStore.jsm)0
-rw-r--r--webbrowser/components/sessionstore/XPathGenerator.jsm (renamed from components/sessionstore/XPathGenerator.jsm)0
-rw-r--r--webbrowser/components/sessionstore/_SessionFile.jsm (renamed from components/sessionstore/_SessionFile.jsm)0
-rw-r--r--webbrowser/components/sessionstore/content/aboutSessionRestore.js (renamed from components/sessionstore/content/aboutSessionRestore.js)0
-rw-r--r--webbrowser/components/sessionstore/content/aboutSessionRestore.xhtml (renamed from components/sessionstore/content/aboutSessionRestore.xhtml)0
-rw-r--r--webbrowser/components/sessionstore/content/content-sessionStore.js (renamed from components/sessionstore/content/content-sessionStore.js)0
-rw-r--r--webbrowser/components/sessionstore/jar.mn (renamed from components/sessionstore/jar.mn)0
-rw-r--r--webbrowser/components/sessionstore/moz.build (renamed from components/sessionstore/moz.build)0
-rw-r--r--webbrowser/components/sessionstore/nsISessionStartup.idl (renamed from components/sessionstore/nsISessionStartup.idl)0
-rw-r--r--webbrowser/components/sessionstore/nsISessionStore.idl (renamed from components/sessionstore/nsISessionStore.idl)0
-rw-r--r--webbrowser/components/sessionstore/nsSessionStartup.js (renamed from components/sessionstore/nsSessionStartup.js)0
-rw-r--r--webbrowser/components/sessionstore/nsSessionStore.js (renamed from components/sessionstore/nsSessionStore.js)0
-rw-r--r--webbrowser/components/sessionstore/nsSessionStore.manifest (renamed from components/sessionstore/nsSessionStore.manifest)0
-rw-r--r--webbrowser/components/shell/ShellService.jsm (renamed from components/shell/ShellService.jsm)0
-rw-r--r--webbrowser/components/shell/content/setDesktopBackground.js (renamed from components/shell/content/setDesktopBackground.js)0
-rw-r--r--webbrowser/components/shell/content/setDesktopBackground.xul (renamed from components/shell/content/setDesktopBackground.xul)0
-rw-r--r--webbrowser/components/shell/jar.mn (renamed from components/shell/jar.mn)0
-rw-r--r--webbrowser/components/shell/moz.build (renamed from components/shell/moz.build)0
-rw-r--r--webbrowser/components/shell/nsGNOMEShellService.cpp (renamed from components/shell/nsGNOMEShellService.cpp)0
-rw-r--r--webbrowser/components/shell/nsGNOMEShellService.h (renamed from components/shell/nsGNOMEShellService.h)0
-rw-r--r--webbrowser/components/shell/nsIGNOMEShellService.idl (renamed from components/shell/nsIGNOMEShellService.idl)0
-rw-r--r--webbrowser/components/shell/nsIMacShellService.idl (renamed from components/shell/nsIMacShellService.idl)0
-rw-r--r--webbrowser/components/shell/nsIShellService.idl (renamed from components/shell/nsIShellService.idl)0
-rw-r--r--webbrowser/components/shell/nsIWindowsShellService.idl (renamed from components/shell/nsIWindowsShellService.idl)0
-rw-r--r--webbrowser/components/shell/nsMacShellService.cpp (renamed from components/shell/nsMacShellService.cpp)0
-rw-r--r--webbrowser/components/shell/nsMacShellService.h (renamed from components/shell/nsMacShellService.h)0
-rw-r--r--webbrowser/components/shell/nsSetDefaultBrowser.js (renamed from components/shell/nsSetDefaultBrowser.js)0
-rw-r--r--webbrowser/components/shell/nsSetDefaultBrowser.manifest (renamed from components/shell/nsSetDefaultBrowser.manifest)0
-rw-r--r--webbrowser/components/shell/nsShellService.h (renamed from components/shell/nsShellService.h)0
-rw-r--r--webbrowser/components/shell/nsWindowsShellService.cpp (renamed from components/shell/nsWindowsShellService.cpp)0
-rw-r--r--webbrowser/components/shell/nsWindowsShellService.h (renamed from components/shell/nsWindowsShellService.h)0
-rw-r--r--webbrowser/components/statusbar/Downloads.jsm (renamed from components/statusbar/Downloads.jsm)0
-rw-r--r--webbrowser/components/statusbar/Progress.jsm (renamed from components/statusbar/Progress.jsm)0
-rw-r--r--webbrowser/components/statusbar/Status.jsm (renamed from components/statusbar/Status.jsm)0
-rw-r--r--webbrowser/components/statusbar/Status4Evar.jsm (renamed from components/statusbar/Status4Evar.jsm)0
-rw-r--r--webbrowser/components/statusbar/Toolbars.jsm (renamed from components/statusbar/Toolbars.jsm)0
-rw-r--r--webbrowser/components/statusbar/content-thunk.js (renamed from components/statusbar/content-thunk.js)0
-rw-r--r--webbrowser/components/statusbar/content/overlay.css (renamed from components/statusbar/content/overlay.css)0
-rw-r--r--webbrowser/components/statusbar/content/overlay.js (renamed from components/statusbar/content/overlay.js)0
-rw-r--r--webbrowser/components/statusbar/content/overlay.xul (renamed from components/statusbar/content/overlay.xul)0
-rw-r--r--webbrowser/components/statusbar/content/prefs.css (renamed from components/statusbar/content/prefs.css)0
-rw-r--r--webbrowser/components/statusbar/content/prefs.js (renamed from components/statusbar/content/prefs.js)0
-rw-r--r--webbrowser/components/statusbar/content/prefs.xml (renamed from components/statusbar/content/prefs.xml)0
-rw-r--r--webbrowser/components/statusbar/content/prefs.xul (renamed from components/statusbar/content/prefs.xul)0
-rw-r--r--webbrowser/components/statusbar/content/tabbrowser.xml (renamed from components/statusbar/content/tabbrowser.xml)0
-rw-r--r--webbrowser/components/statusbar/jar.mn (renamed from components/statusbar/jar.mn)0
-rw-r--r--webbrowser/components/statusbar/moz.build (renamed from components/statusbar/moz.build)0
-rw-r--r--webbrowser/components/statusbar/status4evar.idl (renamed from components/statusbar/status4evar.idl)0
-rw-r--r--webbrowser/components/statusbar/status4evar.js (renamed from components/statusbar/status4evar.js)0
-rw-r--r--webbrowser/components/statusbar/status4evar.manifest (renamed from components/statusbar/status4evar.manifest)0
-rw-r--r--webbrowser/components/sync/aboutSyncTabs-bindings.xml (renamed from components/sync/aboutSyncTabs-bindings.xml)0
-rw-r--r--webbrowser/components/sync/aboutSyncTabs.css (renamed from components/sync/aboutSyncTabs.css)0
-rw-r--r--webbrowser/components/sync/aboutSyncTabs.js (renamed from components/sync/aboutSyncTabs.js)0
-rw-r--r--webbrowser/components/sync/aboutSyncTabs.xul (renamed from components/sync/aboutSyncTabs.xul)0
-rw-r--r--webbrowser/components/sync/addDevice.js (renamed from components/sync/addDevice.js)0
-rw-r--r--webbrowser/components/sync/addDevice.xul (renamed from components/sync/addDevice.xul)0
-rw-r--r--webbrowser/components/sync/genericChange.js (renamed from components/sync/genericChange.js)0
-rw-r--r--webbrowser/components/sync/genericChange.xul (renamed from components/sync/genericChange.xul)0
-rw-r--r--webbrowser/components/sync/jar.mn (renamed from components/sync/jar.mn)0
-rw-r--r--webbrowser/components/sync/key.xhtml (renamed from components/sync/key.xhtml)0
-rw-r--r--webbrowser/components/sync/moz.build (renamed from components/sync/moz.build)0
-rw-r--r--webbrowser/components/sync/notification.xml (renamed from components/sync/notification.xml)0
-rw-r--r--webbrowser/components/sync/progress.js (renamed from components/sync/progress.js)0
-rw-r--r--webbrowser/components/sync/progress.xhtml (renamed from components/sync/progress.xhtml)0
-rw-r--r--webbrowser/components/sync/quota.js (renamed from components/sync/quota.js)0
-rw-r--r--webbrowser/components/sync/quota.xul (renamed from components/sync/quota.xul)0
-rw-r--r--webbrowser/components/sync/setup.js (renamed from components/sync/setup.js)0
-rw-r--r--webbrowser/components/sync/setup.xul (renamed from components/sync/setup.xul)0
-rw-r--r--webbrowser/components/sync/utils.js (renamed from components/sync/utils.js)0
-rw-r--r--webbrowser/config/mozconfig (renamed from config/mozconfig)0
-rw-r--r--webbrowser/config/mozconfigs/common (renamed from config/mozconfigs/common)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/beta (renamed from config/mozconfigs/linux32/beta)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/common-opt (renamed from config/mozconfigs/linux32/common-opt)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/debug (renamed from config/mozconfigs/linux32/debug)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/debug-asan (renamed from config/mozconfigs/linux32/debug-asan)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/l10n-mozconfig (renamed from config/mozconfigs/linux32/l10n-mozconfig)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/release (renamed from config/mozconfigs/linux32/release)0
-rw-r--r--webbrowser/config/mozconfigs/linux32/valgrind (renamed from config/mozconfigs/linux32/valgrind)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/beta (renamed from config/mozconfigs/linux64/beta)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/common-opt (renamed from config/mozconfigs/linux64/common-opt)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/debug (renamed from config/mozconfigs/linux64/debug)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/debug-asan (renamed from config/mozconfigs/linux64/debug-asan)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/debug-static-analysis-clang (renamed from config/mozconfigs/linux64/debug-static-analysis-clang)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/l10n-mozconfig (renamed from config/mozconfigs/linux64/l10n-mozconfig)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/release (renamed from config/mozconfigs/linux64/release)0
-rw-r--r--webbrowser/config/mozconfigs/linux64/valgrind (renamed from config/mozconfigs/linux64/valgrind)0
-rw-r--r--webbrowser/config/mozconfigs/macosx-universal/beta (renamed from config/mozconfigs/macosx-universal/beta)0
-rw-r--r--webbrowser/config/mozconfigs/macosx-universal/common-opt (renamed from config/mozconfigs/macosx-universal/common-opt)0
-rw-r--r--webbrowser/config/mozconfigs/macosx-universal/l10n-mozconfig (renamed from config/mozconfigs/macosx-universal/l10n-mozconfig)0
-rw-r--r--webbrowser/config/mozconfigs/macosx-universal/release (renamed from config/mozconfigs/macosx-universal/release)0
-rw-r--r--webbrowser/config/mozconfigs/macosx64/debug (renamed from config/mozconfigs/macosx64/debug)0
-rw-r--r--webbrowser/config/mozconfigs/macosx64/debug-asan (renamed from config/mozconfigs/macosx64/debug-asan)0
-rw-r--r--webbrowser/config/mozconfigs/macosx64/l10n-mozconfig (renamed from config/mozconfigs/macosx64/l10n-mozconfig)0
-rw-r--r--webbrowser/config/mozconfigs/win32/beta (renamed from config/mozconfigs/win32/beta)0
-rw-r--r--webbrowser/config/mozconfigs/win32/common-opt (renamed from config/mozconfigs/win32/common-opt)0
-rw-r--r--webbrowser/config/mozconfigs/win32/debug (renamed from config/mozconfigs/win32/debug)0
-rw-r--r--webbrowser/config/mozconfigs/win32/l10n-mozconfig (renamed from config/mozconfigs/win32/l10n-mozconfig)0
-rw-r--r--webbrowser/config/mozconfigs/win32/release (renamed from config/mozconfigs/win32/release)0
-rw-r--r--webbrowser/config/mozconfigs/win64/debug (renamed from config/mozconfigs/win64/debug)0
-rw-r--r--webbrowser/config/mozconfigs/win64/nightly (renamed from config/mozconfigs/win64/nightly)0
-rw-r--r--webbrowser/config/tooltool-manifests/linux32/clang.manifest (renamed from config/tooltool-manifests/linux32/clang.manifest)0
-rw-r--r--webbrowser/config/tooltool-manifests/linux32/releng.manifest (renamed from config/tooltool-manifests/linux32/releng.manifest)0
-rw-r--r--webbrowser/config/tooltool-manifests/linux64/clang.manifest (renamed from config/tooltool-manifests/linux64/clang.manifest)0
-rw-r--r--webbrowser/config/tooltool-manifests/linux64/releng.manifest (renamed from config/tooltool-manifests/linux64/releng.manifest)0
-rw-r--r--webbrowser/config/tooltool-manifests/macosx64/releng.manifest (renamed from config/tooltool-manifests/macosx64/releng.manifest)0
-rw-r--r--webbrowser/config/version.txt (renamed from config/version.txt)0
-rw-r--r--webbrowser/configure.in (renamed from configure.in)0
-rw-r--r--webbrowser/confvars.sh (renamed from confvars.sh)0
-rw-r--r--webbrowser/defs.mk (renamed from defs.mk)0
-rw-r--r--webbrowser/doc/BUILD (renamed from doc/BUILD)0
-rw-r--r--webbrowser/doc/mozconfig.example (renamed from doc/mozconfig.example)0
-rw-r--r--webbrowser/installer/Makefile.in (renamed from installer/Makefile.in)0
-rw-r--r--webbrowser/installer/moz.build (renamed from installer/moz.build)0
-rw-r--r--webbrowser/installer/package-manifest.in (renamed from installer/package-manifest.in)0
-rw-r--r--webbrowser/installer/removed-files.in (renamed from installer/removed-files.in)0
-rw-r--r--webbrowser/installer/windows/Makefile.in (renamed from installer/windows/Makefile.in)0
-rw-r--r--webbrowser/installer/windows/app.tag (renamed from installer/windows/app.tag)0
-rw-r--r--webbrowser/installer/windows/moz.build (renamed from installer/windows/moz.build)0
-rw-r--r--webbrowser/installer/windows/nsis/defines.nsi.in (renamed from installer/windows/nsis/defines.nsi.in)0
-rw-r--r--webbrowser/installer/windows/nsis/installer.nsi (renamed from installer/windows/nsis/installer.nsi)0
-rw-r--r--webbrowser/installer/windows/nsis/shared.nsh (renamed from installer/windows/nsis/shared.nsh)0
-rw-r--r--webbrowser/installer/windows/nsis/uninstaller.nsi (renamed from installer/windows/nsis/uninstaller.nsi)0
-rw-r--r--webbrowser/installer/windows/nsis/updater_append.ini (renamed from installer/windows/nsis/updater_append.ini)0
-rw-r--r--webbrowser/locales/Makefile.in (renamed from locales/Makefile.in)0
-rw-r--r--webbrowser/locales/all-locales (renamed from locales/all-locales)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser-region/region.properties (renamed from locales/en-US/chrome/browser-region/region.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/aboutCertError.dtd (renamed from locales/en-US/chrome/browser/aboutCertError.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/aboutDialog.dtd (renamed from locales/en-US/chrome/browser/aboutDialog.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/aboutHome.dtd (renamed from locales/en-US/chrome/browser/aboutHome.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd (renamed from locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/aboutSessionRestore.dtd (renamed from locales/en-US/chrome/browser/aboutSessionRestore.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/aboutSyncTabs.dtd (renamed from locales/en-US/chrome/browser/aboutSyncTabs.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/baseMenuOverlay.dtd (renamed from locales/en-US/chrome/browser/baseMenuOverlay.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/browser.dtd (renamed from locales/en-US/chrome/browser/browser.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/browser.properties (renamed from locales/en-US/chrome/browser/browser.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/charsetMenu.dtd (renamed from locales/en-US/chrome/browser/charsetMenu.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/charsetMenu.properties (renamed from locales/en-US/chrome/browser/charsetMenu.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/charsetOverlay.dtd (renamed from locales/en-US/chrome/browser/charsetOverlay.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/downloads/downloads.dtd (renamed from locales/en-US/chrome/browser/downloads/downloads.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/downloads/downloads.properties (renamed from locales/en-US/chrome/browser/downloads/downloads.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/engineManager.dtd (renamed from locales/en-US/chrome/browser/engineManager.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/engineManager.properties (renamed from locales/en-US/chrome/browser/engineManager.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/feeds/subscribe.dtd (renamed from locales/en-US/chrome/browser/feeds/subscribe.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties (renamed from locales/en-US/chrome/browser/feeds/subscribe.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/newTab.dtd (renamed from locales/en-US/chrome/browser/newTab.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/newTab.properties (renamed from locales/en-US/chrome/browser/newTab.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/openLocation.dtd (renamed from locales/en-US/chrome/browser/openLocation.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/openLocation.properties (renamed from locales/en-US/chrome/browser/openLocation.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/pageInfo.dtd (renamed from locales/en-US/chrome/browser/pageInfo.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/pageInfo.properties (renamed from locales/en-US/chrome/browser/pageInfo.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/palemoon.dtd (renamed from locales/en-US/chrome/browser/palemoon.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd (renamed from locales/en-US/chrome/browser/permissions/aboutPermissions.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/permissions/aboutPermissions.properties (renamed from locales/en-US/chrome/browser/permissions/aboutPermissions.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/places/bookmarkProperties.properties (renamed from locales/en-US/chrome/browser/places/bookmarkProperties.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd (renamed from locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/places/moveBookmarks.dtd (renamed from locales/en-US/chrome/browser/places/moveBookmarks.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/places/places.dtd (renamed from locales/en-US/chrome/browser/places/places.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/places/places.properties (renamed from locales/en-US/chrome/browser/places/places.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/advanced.dtd (renamed from locales/en-US/chrome/browser/preferences/advanced.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/applicationManager.dtd (renamed from locales/en-US/chrome/browser/preferences/applicationManager.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/applicationManager.properties (renamed from locales/en-US/chrome/browser/preferences/applicationManager.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/applications.dtd (renamed from locales/en-US/chrome/browser/preferences/applications.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/colors.dtd (renamed from locales/en-US/chrome/browser/preferences/colors.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/connection.dtd (renamed from locales/en-US/chrome/browser/preferences/connection.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/content.dtd (renamed from locales/en-US/chrome/browser/preferences/content.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/cookies.dtd (renamed from locales/en-US/chrome/browser/preferences/cookies.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/fonts.dtd (renamed from locales/en-US/chrome/browser/preferences/fonts.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/languages.dtd (renamed from locales/en-US/chrome/browser/preferences/languages.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/main.dtd (renamed from locales/en-US/chrome/browser/preferences/main.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/permissions.dtd (renamed from locales/en-US/chrome/browser/preferences/permissions.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/preferences.dtd (renamed from locales/en-US/chrome/browser/preferences/preferences.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/preferences.properties (renamed from locales/en-US/chrome/browser/preferences/preferences.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/privacy.dtd (renamed from locales/en-US/chrome/browser/preferences/privacy.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/security.dtd (renamed from locales/en-US/chrome/browser/preferences/security.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/selectBookmark.dtd (renamed from locales/en-US/chrome/browser/preferences/selectBookmark.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/sync.dtd (renamed from locales/en-US/chrome/browser/preferences/sync.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/preferences/tabs.dtd (renamed from locales/en-US/chrome/browser/preferences/tabs.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/quitDialog.properties (renamed from locales/en-US/chrome/browser/quitDialog.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/safeMode.dtd (renamed from locales/en-US/chrome/browser/safeMode.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/sanitize.dtd (renamed from locales/en-US/chrome/browser/sanitize.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/search.properties (renamed from locales/en-US/chrome/browser/search.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/searchbar.dtd (renamed from locales/en-US/chrome/browser/searchbar.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/setDesktopBackground.dtd (renamed from locales/en-US/chrome/browser/setDesktopBackground.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/shellservice.properties (renamed from locales/en-US/chrome/browser/shellservice.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/statusbar/meta.properties (renamed from locales/en-US/chrome/browser/statusbar/meta.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/statusbar/overlay.properties (renamed from locales/en-US/chrome/browser/statusbar/overlay.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/statusbar/prefs.properties (renamed from locales/en-US/chrome/browser/statusbar/prefs.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd (renamed from locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd (renamed from locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncBrand.dtd (renamed from locales/en-US/chrome/browser/syncBrand.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncGenericChange.properties (renamed from locales/en-US/chrome/browser/syncGenericChange.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncKey.dtd (renamed from locales/en-US/chrome/browser/syncKey.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncProgress.dtd (renamed from locales/en-US/chrome/browser/syncProgress.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncQuota.dtd (renamed from locales/en-US/chrome/browser/syncQuota.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncQuota.properties (renamed from locales/en-US/chrome/browser/syncQuota.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncSetup.dtd (renamed from locales/en-US/chrome/browser/syncSetup.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/syncSetup.properties (renamed from locales/en-US/chrome/browser/syncSetup.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/tabbrowser.dtd (renamed from locales/en-US/chrome/browser/tabbrowser.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/tabbrowser.properties (renamed from locales/en-US/chrome/browser/tabbrowser.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/browser/taskbar.properties (renamed from locales/en-US/chrome/browser/taskbar.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/overrides/appstrings.properties (renamed from locales/en-US/chrome/overrides/appstrings.properties)0
-rw-r--r--webbrowser/locales/en-US/chrome/overrides/netError.dtd (renamed from locales/en-US/chrome/overrides/netError.dtd)0
-rw-r--r--webbrowser/locales/en-US/chrome/overrides/settingsChange.dtd (renamed from locales/en-US/chrome/overrides/settingsChange.dtd)0
-rw-r--r--webbrowser/locales/en-US/crashreporter/crashreporter-override.ini (renamed from locales/en-US/crashreporter/crashreporter-override.ini)0
-rw-r--r--webbrowser/locales/en-US/defines.inc (renamed from locales/en-US/defines.inc)0
-rw-r--r--webbrowser/locales/en-US/installer/custom.properties (renamed from locales/en-US/installer/custom.properties)0
-rw-r--r--webbrowser/locales/en-US/installer/mui.properties (renamed from locales/en-US/installer/mui.properties)0
-rw-r--r--webbrowser/locales/en-US/installer/override.properties (renamed from locales/en-US/installer/override.properties)0
-rw-r--r--webbrowser/locales/en-US/profile/bookmarks.inc (renamed from locales/en-US/profile/bookmarks.inc)0
-rw-r--r--webbrowser/locales/en-US/profile/chrome/userChrome-example.css (renamed from locales/en-US/profile/chrome/userChrome-example.css)0
-rw-r--r--webbrowser/locales/en-US/profile/chrome/userContent-example.css (renamed from locales/en-US/profile/chrome/userContent-example.css)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/amazondotcom.xml (renamed from locales/en-US/searchplugins/amazondotcom.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/answers.xml (renamed from locales/en-US/searchplugins/answers.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/bing.xml (renamed from locales/en-US/searchplugins/bing.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/creativecommons.xml (renamed from locales/en-US/searchplugins/creativecommons.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/duckduckgo-html.xml (renamed from locales/en-US/searchplugins/duckduckgo-html.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/duckduckgo.xml (renamed from locales/en-US/searchplugins/duckduckgo.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/eBay.xml (renamed from locales/en-US/searchplugins/eBay.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/list.txt (renamed from locales/en-US/searchplugins/list.txt)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/wikipedia.xml (renamed from locales/en-US/searchplugins/wikipedia.xml)0
-rw-r--r--webbrowser/locales/en-US/searchplugins/yahoo.xml (renamed from locales/en-US/searchplugins/yahoo.xml)0
-rw-r--r--webbrowser/locales/en-US/updater/updater.ini (renamed from locales/en-US/updater/updater.ini)0
-rw-r--r--webbrowser/locales/en-US/webbrowser-l10n.js (renamed from locales/en-US/webbrowser-l10n.js)0
-rw-r--r--webbrowser/locales/filter.py (renamed from locales/filter.py)0
-rw-r--r--webbrowser/locales/generic/extract-bookmarks.py (renamed from locales/generic/extract-bookmarks.py)0
-rw-r--r--webbrowser/locales/generic/profile/bookmarks.html.in (renamed from locales/generic/profile/bookmarks.html.in)0
-rw-r--r--webbrowser/locales/generic/profile/localstore.rdf (renamed from locales/generic/profile/localstore.rdf)0
-rw-r--r--webbrowser/locales/generic/profile/mimeTypes.rdf (renamed from locales/generic/profile/mimeTypes.rdf)0
-rw-r--r--webbrowser/locales/jar.mn (renamed from locales/jar.mn)0
-rw-r--r--webbrowser/locales/l10n.ini (renamed from locales/l10n.ini)0
-rw-r--r--webbrowser/locales/moz.build (renamed from locales/moz.build)0
-rw-r--r--webbrowser/locales/shipped-locales (renamed from locales/shipped-locales)0
-rw-r--r--webbrowser/modules/AboutHomeUtils.jsm (renamed from modules/AboutHomeUtils.jsm)0
-rw-r--r--webbrowser/modules/AutoCompletePopup.jsm (renamed from modules/AutoCompletePopup.jsm)0
-rw-r--r--webbrowser/modules/BrowserNewTabPreloader.jsm (renamed from modules/BrowserNewTabPreloader.jsm)0
-rw-r--r--webbrowser/modules/CharsetMenu.jsm (renamed from modules/CharsetMenu.jsm)0
-rw-r--r--webbrowser/modules/FormSubmitObserver.jsm (renamed from modules/FormSubmitObserver.jsm)0
-rw-r--r--webbrowser/modules/FormValidationHandler.jsm (renamed from modules/FormValidationHandler.jsm)0
-rw-r--r--webbrowser/modules/NetworkPrioritizer.jsm (renamed from modules/NetworkPrioritizer.jsm)0
-rw-r--r--webbrowser/modules/PageMenu.jsm (renamed from modules/PageMenu.jsm)0
-rw-r--r--webbrowser/modules/PopupNotifications.jsm (renamed from modules/PopupNotifications.jsm)0
-rw-r--r--webbrowser/modules/QuotaManager.jsm (renamed from modules/QuotaManager.jsm)0
-rw-r--r--webbrowser/modules/RecentWindow.jsm (renamed from modules/RecentWindow.jsm)0
-rw-r--r--webbrowser/modules/SharedFrame.jsm (renamed from modules/SharedFrame.jsm)0
-rw-r--r--webbrowser/modules/Windows8WindowFrameColor.jsm (renamed from modules/Windows8WindowFrameColor.jsm)0
-rw-r--r--webbrowser/modules/WindowsJumpLists.jsm (renamed from modules/WindowsJumpLists.jsm)0
-rw-r--r--webbrowser/modules/WindowsPreviewPerTab.jsm (renamed from modules/WindowsPreviewPerTab.jsm)0
-rw-r--r--webbrowser/modules/moz.build (renamed from modules/moz.build)0
-rw-r--r--webbrowser/modules/offlineAppCache.jsm (renamed from modules/offlineAppCache.jsm)0
-rw-r--r--webbrowser/modules/openLocationLastURL.jsm (renamed from modules/openLocationLastURL.jsm)0
-rw-r--r--webbrowser/modules/webrtcUI.jsm (renamed from modules/webrtcUI.jsm)0
-rw-r--r--webbrowser/moz.build (renamed from moz.build)0
-rw-r--r--webbrowser/moz.configure (renamed from moz.configure)0
-rw-r--r--webbrowser/themes/LICENSE (renamed from themes/LICENSE)0
-rw-r--r--webbrowser/themes/linux/Geolocation-16.png (renamed from themes/linux/Geolocation-16.png)bin606 -> 606 bytes
-rw-r--r--webbrowser/themes/linux/Geolocation-64.png (renamed from themes/linux/Geolocation-64.png)bin8056 -> 8056 bytes
-rw-r--r--webbrowser/themes/linux/Go-arrow.png (renamed from themes/linux/Go-arrow.png)bin573 -> 573 bytes
-rw-r--r--webbrowser/themes/linux/Info.png (renamed from themes/linux/Info.png)bin767 -> 767 bytes
-rw-r--r--webbrowser/themes/linux/KUI-close.png (renamed from themes/linux/KUI-close.png)bin393 -> 393 bytes
-rw-r--r--webbrowser/themes/linux/Makefile.in (renamed from themes/linux/Makefile.in)0
-rw-r--r--webbrowser/themes/linux/Privacy-16.png (renamed from themes/linux/Privacy-16.png)bin822 -> 822 bytes
-rw-r--r--webbrowser/themes/linux/Privacy-32.png (renamed from themes/linux/Privacy-32.png)bin2085 -> 2085 bytes
-rw-r--r--webbrowser/themes/linux/Privacy-48.png (renamed from themes/linux/Privacy-48.png)bin3422 -> 3422 bytes
-rw-r--r--webbrowser/themes/linux/Privacy-64.png (renamed from themes/linux/Privacy-64.png)bin4828 -> 4828 bytes
-rw-r--r--webbrowser/themes/linux/Secure.png (renamed from themes/linux/Secure.png)bin865 -> 865 bytes
-rw-r--r--webbrowser/themes/linux/Security-broken.png (renamed from themes/linux/Security-broken.png)bin928 -> 928 bytes
-rw-r--r--webbrowser/themes/linux/Toolbar-small.png (renamed from themes/linux/Toolbar-small.png)bin5429 -> 5429 bytes
-rw-r--r--webbrowser/themes/linux/Toolbar.png (renamed from themes/linux/Toolbar.png)bin8925 -> 8925 bytes
-rw-r--r--webbrowser/themes/linux/aboutCertError.css (renamed from themes/linux/aboutCertError.css)0
-rw-r--r--webbrowser/themes/linux/aboutCertError_sectionCollapsed-rtl.png (renamed from themes/linux/aboutCertError_sectionCollapsed-rtl.png)bin791 -> 791 bytes
-rw-r--r--webbrowser/themes/linux/aboutCertError_sectionCollapsed.png (renamed from themes/linux/aboutCertError_sectionCollapsed.png)bin776 -> 776 bytes
-rw-r--r--webbrowser/themes/linux/aboutCertError_sectionExpanded.png (renamed from themes/linux/aboutCertError_sectionExpanded.png)bin767 -> 767 bytes
-rw-r--r--webbrowser/themes/linux/aboutPrivateBrowsing.css (renamed from themes/linux/aboutPrivateBrowsing.css)0
-rw-r--r--webbrowser/themes/linux/aboutSessionRestore-window-icon.png (renamed from themes/linux/aboutSessionRestore-window-icon.png)bin405 -> 405 bytes
-rw-r--r--webbrowser/themes/linux/aboutSessionRestore.css (renamed from themes/linux/aboutSessionRestore.css)0
-rw-r--r--webbrowser/themes/linux/aboutSyncTabs.css (renamed from themes/linux/aboutSyncTabs.css)0
-rw-r--r--webbrowser/themes/linux/actionicon-tab.png (renamed from themes/linux/actionicon-tab.png)bin236 -> 236 bytes
-rw-r--r--webbrowser/themes/linux/autocomplete.css (renamed from themes/linux/autocomplete.css)0
-rw-r--r--webbrowser/themes/linux/browser.css (renamed from themes/linux/browser.css)0
-rw-r--r--webbrowser/themes/linux/click-to-play-warning-stripes.png (renamed from themes/linux/click-to-play-warning-stripes.png)bin1563 -> 1563 bytes
-rw-r--r--webbrowser/themes/linux/communicator/communicator.css (renamed from themes/linux/communicator/communicator.css)0
-rw-r--r--webbrowser/themes/linux/communicator/jar.mn (renamed from themes/linux/communicator/jar.mn)0
-rw-r--r--webbrowser/themes/linux/communicator/moz.build (renamed from themes/linux/communicator/moz.build)0
-rw-r--r--webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css (renamed from themes/linux/downloads/allDownloadsViewOverlay.css)0
-rw-r--r--webbrowser/themes/linux/downloads/buttons.png (renamed from themes/linux/downloads/buttons.png)bin5091 -> 5091 bytes
-rw-r--r--webbrowser/themes/linux/downloads/contentAreaDownloadsView.css (renamed from themes/linux/downloads/contentAreaDownloadsView.css)0
-rw-r--r--webbrowser/themes/linux/downloads/download-glow-small.png (renamed from themes/linux/downloads/download-glow-small.png)bin556 -> 556 bytes
-rw-r--r--webbrowser/themes/linux/downloads/download-glow.png (renamed from themes/linux/downloads/download-glow.png)bin723 -> 723 bytes
-rw-r--r--webbrowser/themes/linux/downloads/download-notification-finish.png (renamed from themes/linux/downloads/download-notification-finish.png)bin3626 -> 3626 bytes
-rw-r--r--webbrowser/themes/linux/downloads/download-notification-start.png (renamed from themes/linux/downloads/download-notification-start.png)bin3166 -> 3166 bytes
-rw-r--r--webbrowser/themes/linux/downloads/download-summary.png (renamed from themes/linux/downloads/download-summary.png)bin691 -> 691 bytes
-rw-r--r--webbrowser/themes/linux/downloads/downloads.css (renamed from themes/linux/downloads/downloads.css)0
-rw-r--r--webbrowser/themes/linux/engineManager.css (renamed from themes/linux/engineManager.css)0
-rw-r--r--webbrowser/themes/linux/feeds/feedIcon.png (renamed from themes/linux/feeds/feedIcon.png)bin1794 -> 1794 bytes
-rw-r--r--webbrowser/themes/linux/feeds/feedIcon16.png (renamed from themes/linux/feeds/feedIcon16.png)bin799 -> 799 bytes
-rw-r--r--webbrowser/themes/linux/feeds/subscribe-ui.css (renamed from themes/linux/feeds/subscribe-ui.css)0
-rw-r--r--webbrowser/themes/linux/feeds/subscribe.css (renamed from themes/linux/feeds/subscribe.css)0
-rw-r--r--webbrowser/themes/linux/icon.png (renamed from themes/linux/icon.png)bin2185 -> 2185 bytes
-rw-r--r--webbrowser/themes/linux/identity-icons-generic.png (renamed from themes/linux/identity-icons-generic.png)bin965 -> 965 bytes
-rw-r--r--webbrowser/themes/linux/identity-icons-https-ev.png (renamed from themes/linux/identity-icons-https-ev.png)bin708 -> 708 bytes
-rw-r--r--webbrowser/themes/linux/identity-icons-https-mixed-active.png (renamed from themes/linux/identity-icons-https-mixed-active.png)bin984 -> 984 bytes
-rw-r--r--webbrowser/themes/linux/identity-icons-https.png (renamed from themes/linux/identity-icons-https.png)bin672 -> 672 bytes
-rw-r--r--webbrowser/themes/linux/identity.png (renamed from themes/linux/identity.png)bin9690 -> 9690 bytes
-rw-r--r--webbrowser/themes/linux/imagedocument.png (renamed from themes/linux/imagedocument.png)bin2185 -> 2185 bytes
-rw-r--r--webbrowser/themes/linux/jar.mn (renamed from themes/linux/jar.mn)0
-rw-r--r--webbrowser/themes/linux/mixed-content-blocked-16.png (renamed from themes/linux/mixed-content-blocked-16.png)bin346 -> 346 bytes
-rw-r--r--webbrowser/themes/linux/mixed-content-blocked-64.png (renamed from themes/linux/mixed-content-blocked-64.png)bin2063 -> 2063 bytes
-rw-r--r--webbrowser/themes/linux/monitor.png (renamed from themes/linux/monitor.png)bin6217 -> 6217 bytes
-rw-r--r--webbrowser/themes/linux/monitor_16-10.png (renamed from themes/linux/monitor_16-10.png)bin6787 -> 6787 bytes
-rw-r--r--webbrowser/themes/linux/moz.build (renamed from themes/linux/moz.build)0
-rw-r--r--webbrowser/themes/linux/newtab/newTab.css (renamed from themes/linux/newtab/newTab.css)0
-rw-r--r--webbrowser/themes/linux/page-livemarks.png (renamed from themes/linux/page-livemarks.png)bin799 -> 799 bytes
-rw-r--r--webbrowser/themes/linux/pageInfo.css (renamed from themes/linux/pageInfo.css)0
-rw-r--r--webbrowser/themes/linux/pageInfo.png (renamed from themes/linux/pageInfo.png)bin8849 -> 8849 bytes
-rw-r--r--webbrowser/themes/linux/permissions/aboutPermissions.css (renamed from themes/linux/permissions/aboutPermissions.css)0
-rw-r--r--webbrowser/themes/linux/places/bookmarksMenu.png (renamed from themes/linux/places/bookmarksMenu.png)bin461 -> 461 bytes
-rw-r--r--webbrowser/themes/linux/places/bookmarksToolbar.png (renamed from themes/linux/places/bookmarksToolbar.png)bin508 -> 508 bytes
-rw-r--r--webbrowser/themes/linux/places/calendar.png (renamed from themes/linux/places/calendar.png)bin670 -> 670 bytes
-rw-r--r--webbrowser/themes/linux/places/downloads.png (renamed from themes/linux/places/downloads.png)bin599 -> 599 bytes
-rw-r--r--webbrowser/themes/linux/places/editBookmarkOverlay.css (renamed from themes/linux/places/editBookmarkOverlay.css)0
-rw-r--r--webbrowser/themes/linux/places/livemark-item.png (renamed from themes/linux/places/livemark-item.png)bin863 -> 863 bytes
-rw-r--r--webbrowser/themes/linux/places/organizer.css (renamed from themes/linux/places/organizer.css)0
-rw-r--r--webbrowser/themes/linux/places/organizer.xml (renamed from themes/linux/places/organizer.xml)0
-rw-r--r--webbrowser/themes/linux/places/pageStarred.png (renamed from themes/linux/places/pageStarred.png)bin767 -> 767 bytes
-rw-r--r--webbrowser/themes/linux/places/places.css (renamed from themes/linux/places/places.css)0
-rw-r--r--webbrowser/themes/linux/places/query.png (renamed from themes/linux/places/query.png)bin678 -> 678 bytes
-rw-r--r--webbrowser/themes/linux/places/star-icons.png (renamed from themes/linux/places/star-icons.png)bin1106 -> 1106 bytes
-rw-r--r--webbrowser/themes/linux/places/starPage.png (renamed from themes/linux/places/starPage.png)bin723 -> 723 bytes
-rw-r--r--webbrowser/themes/linux/places/starred48.png (renamed from themes/linux/places/starred48.png)bin2658 -> 2658 bytes
-rw-r--r--webbrowser/themes/linux/places/tag.png (renamed from themes/linux/places/tag.png)bin877 -> 877 bytes
-rw-r--r--webbrowser/themes/linux/places/toolbarDropMarker.png (renamed from themes/linux/places/toolbarDropMarker.png)bin583 -> 583 bytes
-rw-r--r--webbrowser/themes/linux/places/unsortedBookmarks.png (renamed from themes/linux/places/unsortedBookmarks.png)bin748 -> 748 bytes
-rw-r--r--webbrowser/themes/linux/places/unstarred48.png (renamed from themes/linux/places/unstarred48.png)bin2255 -> 2255 bytes
-rw-r--r--webbrowser/themes/linux/pointerLock-16.png (renamed from themes/linux/pointerLock-16.png)bin249 -> 249 bytes
-rw-r--r--webbrowser/themes/linux/pointerLock-64.png (renamed from themes/linux/pointerLock-64.png)bin1119 -> 1119 bytes
-rw-r--r--webbrowser/themes/linux/preferences/Options-sync.png (renamed from themes/linux/preferences/Options-sync.png)bin3585 -> 3585 bytes
-rw-r--r--webbrowser/themes/linux/preferences/Options.png (renamed from themes/linux/preferences/Options.png)bin12680 -> 12680 bytes
-rw-r--r--webbrowser/themes/linux/preferences/alwaysAsk.png (renamed from themes/linux/preferences/alwaysAsk.png)bin575 -> 575 bytes
-rw-r--r--webbrowser/themes/linux/preferences/applications.css (renamed from themes/linux/preferences/applications.css)0
-rw-r--r--webbrowser/themes/linux/preferences/mail.png (renamed from themes/linux/preferences/mail.png)bin548 -> 548 bytes
-rw-r--r--webbrowser/themes/linux/preferences/preferences.css (renamed from themes/linux/preferences/preferences.css)0
-rw-r--r--webbrowser/themes/linux/privatebrowsing-mask.png (renamed from themes/linux/privatebrowsing-mask.png)bin1355 -> 1355 bytes
-rw-r--r--webbrowser/themes/linux/sanitizeDialog.css (renamed from themes/linux/sanitizeDialog.css)0
-rw-r--r--webbrowser/themes/linux/searchbar.css (renamed from themes/linux/searchbar.css)0
-rw-r--r--webbrowser/themes/linux/setDesktopBackground.css (renamed from themes/linux/setDesktopBackground.css)0
-rw-r--r--webbrowser/themes/linux/slowStartup-16.png (renamed from themes/linux/slowStartup-16.png)bin478 -> 478 bytes
-rw-r--r--webbrowser/themes/linux/statusbar/overlay.css (renamed from themes/linux/statusbar/overlay.css)0
-rw-r--r--webbrowser/themes/linux/statusbar/prefs.css (renamed from themes/linux/statusbar/prefs.css)0
-rw-r--r--webbrowser/themes/linux/sync-128.png (renamed from themes/linux/sync-128.png)bin20229 -> 20229 bytes
-rw-r--r--webbrowser/themes/linux/sync-16-throbber.png (renamed from themes/linux/sync-16-throbber.png)bin10365 -> 10365 bytes
-rw-r--r--webbrowser/themes/linux/sync-16.png (renamed from themes/linux/sync-16.png)bin1847 -> 1847 bytes
-rw-r--r--webbrowser/themes/linux/sync-24-throbber.png (renamed from themes/linux/sync-24-throbber.png)bin15774 -> 15774 bytes
-rw-r--r--webbrowser/themes/linux/sync-32.png (renamed from themes/linux/sync-32.png)bin3384 -> 3384 bytes
-rw-r--r--webbrowser/themes/linux/sync-bg.png (renamed from themes/linux/sync-bg.png)bin21309 -> 21309 bytes
-rw-r--r--webbrowser/themes/linux/sync-desktopIcon.png (renamed from themes/linux/sync-desktopIcon.png)bin291 -> 291 bytes
-rw-r--r--webbrowser/themes/linux/sync-mobileIcon.png (renamed from themes/linux/sync-mobileIcon.png)bin352 -> 352 bytes
-rw-r--r--webbrowser/themes/linux/syncCommon.css (renamed from themes/linux/syncCommon.css)0
-rw-r--r--webbrowser/themes/linux/syncProgress.css (renamed from themes/linux/syncProgress.css)0
-rw-r--r--webbrowser/themes/linux/syncQuota.css (renamed from themes/linux/syncQuota.css)0
-rw-r--r--webbrowser/themes/linux/syncSetup.css (renamed from themes/linux/syncSetup.css)0
-rw-r--r--webbrowser/themes/linux/tabbrowser/alltabs.png (renamed from themes/linux/tabbrowser/alltabs.png)bin192 -> 192 bytes
-rw-r--r--webbrowser/themes/linux/tabbrowser/connecting.png (renamed from themes/linux/tabbrowser/connecting.png)bin8540 -> 8540 bytes
-rw-r--r--webbrowser/themes/linux/tabbrowser/loading.png (renamed from themes/linux/tabbrowser/loading.png)bin12184 -> 12184 bytes
-rw-r--r--webbrowser/themes/linux/tabbrowser/tab-overflow-border.png (renamed from themes/linux/tabbrowser/tab-overflow-border.png)bin193 -> 193 bytes
-rw-r--r--webbrowser/themes/linux/tabbrowser/tab.png (renamed from themes/linux/tabbrowser/tab.png)bin353 -> 353 bytes
-rw-r--r--webbrowser/themes/linux/tabbrowser/tabDragIndicator.png (renamed from themes/linux/tabbrowser/tabDragIndicator.png)bin450 -> 450 bytes
-rw-r--r--webbrowser/themes/linux/urlbar-arrow.png (renamed from themes/linux/urlbar-arrow.png)bin305 -> 305 bytes
-rw-r--r--webbrowser/themes/linux/web-notifications-icon.svg (renamed from themes/linux/web-notifications-icon.svg)0
-rw-r--r--webbrowser/themes/linux/web-notifications-tray.svg (renamed from themes/linux/web-notifications-tray.svg)0
-rw-r--r--webbrowser/themes/linux/webRTC-shareDevice-16.png (renamed from themes/linux/webRTC-shareDevice-16.png)bin224 -> 224 bytes
-rw-r--r--webbrowser/themes/linux/webRTC-shareDevice-64.png (renamed from themes/linux/webRTC-shareDevice-64.png)bin1097 -> 1097 bytes
-rw-r--r--webbrowser/themes/linux/webRTC-sharingDevice-16.png (renamed from themes/linux/webRTC-sharingDevice-16.png)bin404 -> 404 bytes
-rw-r--r--webbrowser/themes/moz.build (renamed from themes/moz.build)0
-rw-r--r--webbrowser/themes/osx/Geolocation-16.png (renamed from themes/osx/Geolocation-16.png)bin704 -> 704 bytes
-rw-r--r--webbrowser/themes/osx/Geolocation-64.png (renamed from themes/osx/Geolocation-64.png)bin8424 -> 8424 bytes
-rw-r--r--webbrowser/themes/osx/Info.png (renamed from themes/osx/Info.png)bin641 -> 641 bytes
-rw-r--r--webbrowser/themes/osx/KUI-background.png (renamed from themes/osx/KUI-background.png)bin222 -> 222 bytes
-rw-r--r--webbrowser/themes/osx/KUI-close.png (renamed from themes/osx/KUI-close.png)bin393 -> 393 bytes
-rw-r--r--webbrowser/themes/osx/Makefile.in (renamed from themes/osx/Makefile.in)0
-rw-r--r--webbrowser/themes/osx/Privacy-16.png (renamed from themes/osx/Privacy-16.png)bin800 -> 800 bytes
-rw-r--r--webbrowser/themes/osx/Privacy-32.png (renamed from themes/osx/Privacy-32.png)bin1995 -> 1995 bytes
-rw-r--r--webbrowser/themes/osx/Privacy-48.png (renamed from themes/osx/Privacy-48.png)bin3884 -> 3884 bytes
-rw-r--r--webbrowser/themes/osx/Privacy-64.png (renamed from themes/osx/Privacy-64.png)bin8140 -> 8140 bytes
-rw-r--r--webbrowser/themes/osx/Search-glass.png (renamed from themes/osx/Search-glass.png)bin1448 -> 1448 bytes
-rw-r--r--webbrowser/themes/osx/Secure24.png (renamed from themes/osx/Secure24.png)bin1098 -> 1098 bytes
-rw-r--r--webbrowser/themes/osx/Toolbar-glass.png (renamed from themes/osx/Toolbar-glass.png)bin18355 -> 18355 bytes
-rw-r--r--webbrowser/themes/osx/Toolbar-inverted.png (renamed from themes/osx/Toolbar-inverted.png)bin4653 -> 4653 bytes
-rw-r--r--webbrowser/themes/osx/Toolbar.png (renamed from themes/osx/Toolbar.png)bin15505 -> 15505 bytes
-rw-r--r--webbrowser/themes/osx/aboutCertError.css (renamed from themes/osx/aboutCertError.css)0
-rw-r--r--webbrowser/themes/osx/aboutCertError_sectionCollapsed-rtl.png (renamed from themes/osx/aboutCertError_sectionCollapsed-rtl.png)bin791 -> 791 bytes
-rw-r--r--webbrowser/themes/osx/aboutCertError_sectionCollapsed.png (renamed from themes/osx/aboutCertError_sectionCollapsed.png)bin776 -> 776 bytes
-rw-r--r--webbrowser/themes/osx/aboutCertError_sectionExpanded.png (renamed from themes/osx/aboutCertError_sectionExpanded.png)bin767 -> 767 bytes
-rw-r--r--webbrowser/themes/osx/aboutPrivateBrowsing.css (renamed from themes/osx/aboutPrivateBrowsing.css)0
-rw-r--r--webbrowser/themes/osx/aboutSessionRestore.css (renamed from themes/osx/aboutSessionRestore.css)0
-rw-r--r--webbrowser/themes/osx/aboutSyncTabs.css (renamed from themes/osx/aboutSyncTabs.css)0
-rw-r--r--webbrowser/themes/osx/actionicon-tab.png (renamed from themes/osx/actionicon-tab.png)bin425 -> 425 bytes
-rw-r--r--webbrowser/themes/osx/appmenu-dropmarker.png (renamed from themes/osx/appmenu-dropmarker.png)bin262 -> 262 bytes
-rw-r--r--webbrowser/themes/osx/appmenu-icons.png (renamed from themes/osx/appmenu-icons.png)bin2115 -> 2115 bytes
-rw-r--r--webbrowser/themes/osx/autocomplete.css (renamed from themes/osx/autocomplete.css)0
-rw-r--r--webbrowser/themes/osx/browser.css (renamed from themes/osx/browser.css)0
-rw-r--r--webbrowser/themes/osx/click-to-play-warning-stripes.png (renamed from themes/osx/click-to-play-warning-stripes.png)bin1563 -> 1563 bytes
-rw-r--r--webbrowser/themes/osx/communicator/communicator.css (renamed from themes/osx/communicator/communicator.css)0
-rw-r--r--webbrowser/themes/osx/communicator/jar.mn (renamed from themes/osx/communicator/jar.mn)0
-rw-r--r--webbrowser/themes/osx/communicator/moz.build (renamed from themes/osx/communicator/moz.build)0
-rw-r--r--webbrowser/themes/osx/downloads/allDownloadsViewOverlay.css (renamed from themes/osx/downloads/allDownloadsViewOverlay.css)0
-rw-r--r--webbrowser/themes/osx/downloads/buttons.png (renamed from themes/osx/downloads/buttons.png)bin6881 -> 6881 bytes
-rw-r--r--webbrowser/themes/osx/downloads/contentAreaDownloadsView.css (renamed from themes/osx/downloads/contentAreaDownloadsView.css)0
-rw-r--r--webbrowser/themes/osx/downloads/download-glow.png (renamed from themes/osx/downloads/download-glow.png)bin546 -> 546 bytes
-rw-r--r--webbrowser/themes/osx/downloads/download-notification-finish.png (renamed from themes/osx/downloads/download-notification-finish.png)bin3755 -> 3755 bytes
-rw-r--r--webbrowser/themes/osx/downloads/download-notification-start.png (renamed from themes/osx/downloads/download-notification-start.png)bin3166 -> 3166 bytes
-rw-r--r--webbrowser/themes/osx/downloads/download-summary.png (renamed from themes/osx/downloads/download-summary.png)bin741 -> 741 bytes
-rw-r--r--webbrowser/themes/osx/downloads/downloads.css (renamed from themes/osx/downloads/downloads.css)0
-rw-r--r--webbrowser/themes/osx/engineManager.css (renamed from themes/osx/engineManager.css)0
-rw-r--r--webbrowser/themes/osx/feeds/feed-icons-16.png (renamed from themes/osx/feeds/feed-icons-16.png)bin2187 -> 2187 bytes
-rw-r--r--webbrowser/themes/osx/feeds/feedIcon.png (renamed from themes/osx/feeds/feedIcon.png)bin1833 -> 1833 bytes
-rw-r--r--webbrowser/themes/osx/feeds/feedIcon16.png (renamed from themes/osx/feeds/feedIcon16.png)bin791 -> 791 bytes
-rw-r--r--webbrowser/themes/osx/feeds/subscribe-ui.css (renamed from themes/osx/feeds/subscribe-ui.css)0
-rw-r--r--webbrowser/themes/osx/feeds/subscribe.css (renamed from themes/osx/feeds/subscribe.css)0
-rw-r--r--webbrowser/themes/osx/icon.png (renamed from themes/osx/icon.png)bin2185 -> 2185 bytes
-rw-r--r--webbrowser/themes/osx/identity-icons-generic.png (renamed from themes/osx/identity-icons-generic.png)bin965 -> 965 bytes
-rw-r--r--webbrowser/themes/osx/identity-icons-https-ev.png (renamed from themes/osx/identity-icons-https-ev.png)bin708 -> 708 bytes
-rw-r--r--webbrowser/themes/osx/identity-icons-https-mixed-active.png (renamed from themes/osx/identity-icons-https-mixed-active.png)bin984 -> 984 bytes
-rw-r--r--webbrowser/themes/osx/identity-icons-https.png (renamed from themes/osx/identity-icons-https.png)bin672 -> 672 bytes
-rw-r--r--webbrowser/themes/osx/identity.png (renamed from themes/osx/identity.png)bin10508 -> 10508 bytes
-rw-r--r--webbrowser/themes/osx/imagedocument.png (renamed from themes/osx/imagedocument.png)bin2185 -> 2185 bytes
-rw-r--r--webbrowser/themes/osx/jar.mn (renamed from themes/osx/jar.mn)0
-rw-r--r--webbrowser/themes/osx/keyhole-forward-mask.svg (renamed from themes/osx/keyhole-forward-mask.svg)0
-rw-r--r--webbrowser/themes/osx/livemark-folder.png (renamed from themes/osx/livemark-folder.png)bin680 -> 680 bytes
-rw-r--r--webbrowser/themes/osx/menu-back.png (renamed from themes/osx/menu-back.png)bin341 -> 341 bytes
-rw-r--r--webbrowser/themes/osx/menu-forward.png (renamed from themes/osx/menu-forward.png)bin343 -> 343 bytes
-rw-r--r--webbrowser/themes/osx/mixed-content-blocked-16.png (renamed from themes/osx/mixed-content-blocked-16.png)bin346 -> 346 bytes
-rw-r--r--webbrowser/themes/osx/mixed-content-blocked-64.png (renamed from themes/osx/mixed-content-blocked-64.png)bin2063 -> 2063 bytes
-rw-r--r--webbrowser/themes/osx/monitor.png (renamed from themes/osx/monitor.png)bin6217 -> 6217 bytes
-rw-r--r--webbrowser/themes/osx/monitor_16-10.png (renamed from themes/osx/monitor_16-10.png)bin6787 -> 6787 bytes
-rw-r--r--webbrowser/themes/osx/moz.build (renamed from themes/osx/moz.build)0
-rw-r--r--webbrowser/themes/osx/newtab/newTab.css (renamed from themes/osx/newtab/newTab.css)0
-rw-r--r--webbrowser/themes/osx/page-livemarks.png (renamed from themes/osx/page-livemarks.png)bin683 -> 683 bytes
-rw-r--r--webbrowser/themes/osx/page-livemarks@2x.png (renamed from themes/osx/page-livemarks@2x.png)bin1167 -> 1167 bytes
-rw-r--r--webbrowser/themes/osx/pageInfo.css (renamed from themes/osx/pageInfo.css)0
-rw-r--r--webbrowser/themes/osx/pageInfo.png (renamed from themes/osx/pageInfo.png)bin8118 -> 8118 bytes
-rw-r--r--webbrowser/themes/osx/panel-expander-closed.png (renamed from themes/osx/panel-expander-closed.png)bin155 -> 155 bytes
-rw-r--r--webbrowser/themes/osx/panel-expander-closed@2x.png (renamed from themes/osx/panel-expander-closed@2x.png)bin362 -> 362 bytes
-rw-r--r--webbrowser/themes/osx/panel-expander-open.png (renamed from themes/osx/panel-expander-open.png)bin155 -> 155 bytes
-rw-r--r--webbrowser/themes/osx/panel-expander-open@2x.png (renamed from themes/osx/panel-expander-open@2x.png)bin356 -> 356 bytes
-rw-r--r--webbrowser/themes/osx/panel-plus-sign.png (renamed from themes/osx/panel-plus-sign.png)bin212 -> 212 bytes
-rw-r--r--webbrowser/themes/osx/permissions/aboutPermissions.css (renamed from themes/osx/permissions/aboutPermissions.css)0
-rw-r--r--webbrowser/themes/osx/places/allBookmarks.png (renamed from themes/osx/places/allBookmarks.png)bin673 -> 673 bytes
-rw-r--r--webbrowser/themes/osx/places/bookmark.png (renamed from themes/osx/places/bookmark.png)bin1779 -> 1779 bytes
-rw-r--r--webbrowser/themes/osx/places/bookmarksMenu.png (renamed from themes/osx/places/bookmarksMenu.png)bin353 -> 353 bytes
-rw-r--r--webbrowser/themes/osx/places/bookmarksToolbar.png (renamed from themes/osx/places/bookmarksToolbar.png)bin524 -> 524 bytes
-rw-r--r--webbrowser/themes/osx/places/bookmarksToolbar@2x.png (renamed from themes/osx/places/bookmarksToolbar@2x.png)bin1179 -> 1179 bytes
-rw-r--r--webbrowser/themes/osx/places/calendar.png (renamed from themes/osx/places/calendar.png)bin614 -> 614 bytes
-rw-r--r--webbrowser/themes/osx/places/downloads.png (renamed from themes/osx/places/downloads.png)bin678 -> 678 bytes
-rw-r--r--webbrowser/themes/osx/places/editBookmark.png (renamed from themes/osx/places/editBookmark.png)bin1642 -> 1642 bytes
-rw-r--r--webbrowser/themes/osx/places/editBookmarkOverlay.css (renamed from themes/osx/places/editBookmarkOverlay.css)0
-rw-r--r--webbrowser/themes/osx/places/expander-closed-active.png (renamed from themes/osx/places/expander-closed-active.png)bin1329 -> 1329 bytes
-rw-r--r--webbrowser/themes/osx/places/expander-closed.png (renamed from themes/osx/places/expander-closed.png)bin837 -> 837 bytes
-rw-r--r--webbrowser/themes/osx/places/expander-open-active.png (renamed from themes/osx/places/expander-open-active.png)bin1329 -> 1329 bytes
-rw-r--r--webbrowser/themes/osx/places/expander-open.png (renamed from themes/osx/places/expander-open.png)bin818 -> 818 bytes
-rw-r--r--webbrowser/themes/osx/places/folderDropArrow.png (renamed from themes/osx/places/folderDropArrow.png)bin201 -> 201 bytes
-rw-r--r--webbrowser/themes/osx/places/folderDropArrow@2x.png (renamed from themes/osx/places/folderDropArrow@2x.png)bin443 -> 443 bytes
-rw-r--r--webbrowser/themes/osx/places/history.png (renamed from themes/osx/places/history.png)bin843 -> 843 bytes
-rw-r--r--webbrowser/themes/osx/places/history@2x.png (renamed from themes/osx/places/history@2x.png)bin1872 -> 1872 bytes
-rw-r--r--webbrowser/themes/osx/places/libraryToolbar.png (renamed from themes/osx/places/libraryToolbar.png)bin2217 -> 2217 bytes
-rw-r--r--webbrowser/themes/osx/places/livemark-item.png (renamed from themes/osx/places/livemark-item.png)bin863 -> 863 bytes
-rw-r--r--webbrowser/themes/osx/places/organizer.css (renamed from themes/osx/places/organizer.css)0
-rw-r--r--webbrowser/themes/osx/places/places.css (renamed from themes/osx/places/places.css)0
-rw-r--r--webbrowser/themes/osx/places/query.png (renamed from themes/osx/places/query.png)bin549 -> 549 bytes
-rw-r--r--webbrowser/themes/osx/places/query@2x.png (renamed from themes/osx/places/query@2x.png)bin1055 -> 1055 bytes
-rw-r--r--webbrowser/themes/osx/places/starred48.png (renamed from themes/osx/places/starred48.png)bin1785 -> 1785 bytes
-rw-r--r--webbrowser/themes/osx/places/tag.png (renamed from themes/osx/places/tag.png)bin789 -> 789 bytes
-rw-r--r--webbrowser/themes/osx/places/tag@2x.png (renamed from themes/osx/places/tag@2x.png)bin1593 -> 1593 bytes
-rw-r--r--webbrowser/themes/osx/places/toolbarDropMarker.png (renamed from themes/osx/places/toolbarDropMarker.png)bin302 -> 302 bytes
-rw-r--r--webbrowser/themes/osx/places/unfiledBookmarks.png (renamed from themes/osx/places/unfiledBookmarks.png)bin586 -> 586 bytes
-rw-r--r--webbrowser/themes/osx/places/unfiledBookmarks@2x.png (renamed from themes/osx/places/unfiledBookmarks@2x.png)bin1289 -> 1289 bytes
-rw-r--r--webbrowser/themes/osx/places/unsortedBookmarks.png (renamed from themes/osx/places/unsortedBookmarks.png)bin780 -> 780 bytes
-rw-r--r--webbrowser/themes/osx/places/unstarred48.png (renamed from themes/osx/places/unstarred48.png)bin818 -> 818 bytes
-rw-r--r--webbrowser/themes/osx/pointerLock-16.png (renamed from themes/osx/pointerLock-16.png)bin249 -> 249 bytes
-rw-r--r--webbrowser/themes/osx/pointerLock-64.png (renamed from themes/osx/pointerLock-64.png)bin1119 -> 1119 bytes
-rw-r--r--webbrowser/themes/osx/preferences/Options-sync.png (renamed from themes/osx/preferences/Options-sync.png)bin3585 -> 3585 bytes
-rw-r--r--webbrowser/themes/osx/preferences/Options.png (renamed from themes/osx/preferences/Options.png)bin9077 -> 9077 bytes
-rw-r--r--webbrowser/themes/osx/preferences/alwaysAsk.png (renamed from themes/osx/preferences/alwaysAsk.png)bin446 -> 446 bytes
-rw-r--r--webbrowser/themes/osx/preferences/application.png (renamed from themes/osx/preferences/application.png)bin441 -> 441 bytes
-rw-r--r--webbrowser/themes/osx/preferences/applications.css (renamed from themes/osx/preferences/applications.css)0
-rw-r--r--webbrowser/themes/osx/preferences/mail.png (renamed from themes/osx/preferences/mail.png)bin630 -> 630 bytes
-rw-r--r--webbrowser/themes/osx/preferences/preferences.css (renamed from themes/osx/preferences/preferences.css)0
-rw-r--r--webbrowser/themes/osx/preferences/saveFile.png (renamed from themes/osx/preferences/saveFile.png)bin791 -> 791 bytes
-rw-r--r--webbrowser/themes/osx/privatebrowsing-dark.png (renamed from themes/osx/privatebrowsing-dark.png)bin1355 -> 1355 bytes
-rw-r--r--webbrowser/themes/osx/privatebrowsing-light.png (renamed from themes/osx/privatebrowsing-light.png)bin696 -> 696 bytes
-rw-r--r--webbrowser/themes/osx/privatebrowsing-mask.png (renamed from themes/osx/privatebrowsing-mask.png)bin1074 -> 1074 bytes
-rw-r--r--webbrowser/themes/osx/privatebrowsing-mask@2x.png (renamed from themes/osx/privatebrowsing-mask@2x.png)bin2639 -> 2639 bytes
-rw-r--r--webbrowser/themes/osx/reload-stop-go.png (renamed from themes/osx/reload-stop-go.png)bin1945 -> 1945 bytes
-rw-r--r--webbrowser/themes/osx/sanitizeDialog.css (renamed from themes/osx/sanitizeDialog.css)0
-rw-r--r--webbrowser/themes/osx/searchbar-dropdown-arrow.png (renamed from themes/osx/searchbar-dropdown-arrow.png)bin509 -> 509 bytes
-rw-r--r--webbrowser/themes/osx/searchbar.css (renamed from themes/osx/searchbar.css)0
-rw-r--r--webbrowser/themes/osx/setDesktopBackground.css (renamed from themes/osx/setDesktopBackground.css)0
-rw-r--r--webbrowser/themes/osx/shared.inc (renamed from themes/osx/shared.inc)0
-rw-r--r--webbrowser/themes/osx/slowStartup-16.png (renamed from themes/osx/slowStartup-16.png)bin512 -> 512 bytes
-rw-r--r--webbrowser/themes/osx/statusbar/overlay.css (renamed from themes/osx/statusbar/overlay.css)0
-rw-r--r--webbrowser/themes/osx/statusbar/prefs.css (renamed from themes/osx/statusbar/prefs.css)0
-rw-r--r--webbrowser/themes/osx/sync-128.png (renamed from themes/osx/sync-128.png)bin20229 -> 20229 bytes
-rw-r--r--webbrowser/themes/osx/sync-16.png (renamed from themes/osx/sync-16.png)bin1847 -> 1847 bytes
-rw-r--r--webbrowser/themes/osx/sync-32.png (renamed from themes/osx/sync-32.png)bin3384 -> 3384 bytes
-rw-r--r--webbrowser/themes/osx/sync-bg.png (renamed from themes/osx/sync-bg.png)bin21309 -> 21309 bytes
-rw-r--r--webbrowser/themes/osx/sync-desktopIcon.png (renamed from themes/osx/sync-desktopIcon.png)bin291 -> 291 bytes
-rw-r--r--webbrowser/themes/osx/sync-mobileIcon.png (renamed from themes/osx/sync-mobileIcon.png)bin352 -> 352 bytes
-rw-r--r--webbrowser/themes/osx/sync-throbber.png (renamed from themes/osx/sync-throbber.png)bin10362 -> 10362 bytes
-rw-r--r--webbrowser/themes/osx/syncCommon.css (renamed from themes/osx/syncCommon.css)0
-rw-r--r--webbrowser/themes/osx/syncProgress.css (renamed from themes/osx/syncProgress.css)0
-rw-r--r--webbrowser/themes/osx/syncQuota.css (renamed from themes/osx/syncQuota.css)0
-rw-r--r--webbrowser/themes/osx/syncSetup.css (renamed from themes/osx/syncSetup.css)0
-rw-r--r--webbrowser/themes/osx/tabbrowser/alltabs-inverted.png (renamed from themes/osx/tabbrowser/alltabs-inverted.png)bin469 -> 469 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/alltabs.png (renamed from themes/osx/tabbrowser/alltabs.png)bin584 -> 584 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/connecting.png (renamed from themes/osx/tabbrowser/connecting.png)bin8540 -> 8540 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/loading.png (renamed from themes/osx/tabbrowser/loading.png)bin10727 -> 10727 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/newtab-glass.png (renamed from themes/osx/tabbrowser/newtab-glass.png)bin398 -> 398 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/newtab-inverted.png (renamed from themes/osx/tabbrowser/newtab-inverted.png)bin247 -> 247 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/newtab.png (renamed from themes/osx/tabbrowser/newtab.png)bin237 -> 237 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/tab-arrow-left-glass.png (renamed from themes/osx/tabbrowser/tab-arrow-left-glass.png)bin331 -> 331 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/tab-arrow-left-inverted.png (renamed from themes/osx/tabbrowser/tab-arrow-left-inverted.png)bin250 -> 250 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/tab-arrow-left.png (renamed from themes/osx/tabbrowser/tab-arrow-left.png)bin368 -> 368 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/tab-overflow-border.png (renamed from themes/osx/tabbrowser/tab-overflow-border.png)bin193 -> 193 bytes
-rw-r--r--webbrowser/themes/osx/tabbrowser/tabDragIndicator.png (renamed from themes/osx/tabbrowser/tabDragIndicator.png)bin3117 -> 3117 bytes
-rw-r--r--webbrowser/themes/osx/toolbarbutton-dropdown-arrow-inverted.png (renamed from themes/osx/toolbarbutton-dropdown-arrow-inverted.png)bin221 -> 221 bytes
-rw-r--r--webbrowser/themes/osx/toolbarbutton-dropdown-arrow.png (renamed from themes/osx/toolbarbutton-dropdown-arrow.png)bin287 -> 287 bytes
-rw-r--r--webbrowser/themes/osx/urlbar-arrow.png (renamed from themes/osx/urlbar-arrow.png)bin305 -> 305 bytes
-rw-r--r--webbrowser/themes/osx/urlbar-history-dropmarker.png (renamed from themes/osx/urlbar-history-dropmarker.png)bin480 -> 480 bytes
-rw-r--r--webbrowser/themes/osx/urlbar-popup-blocked.png (renamed from themes/osx/urlbar-popup-blocked.png)bin745 -> 745 bytes
-rw-r--r--webbrowser/themes/osx/web-notifications-icon.svg (renamed from themes/osx/web-notifications-icon.svg)0
-rw-r--r--webbrowser/themes/osx/web-notifications-tray.svg (renamed from themes/osx/web-notifications-tray.svg)0
-rw-r--r--webbrowser/themes/osx/webRTC-shareDevice-16.png (renamed from themes/osx/webRTC-shareDevice-16.png)bin233 -> 233 bytes
-rw-r--r--webbrowser/themes/osx/webRTC-shareDevice-64.png (renamed from themes/osx/webRTC-shareDevice-64.png)bin1097 -> 1097 bytes
-rw-r--r--webbrowser/themes/osx/webRTC-sharingDevice-16.png (renamed from themes/osx/webRTC-sharingDevice-16.png)bin404 -> 404 bytes
-rw-r--r--webbrowser/themes/shared/browser.inc (renamed from themes/shared/browser.inc)0
-rw-r--r--webbrowser/themes/shared/newtab/controls.png (renamed from themes/shared/newtab/controls.png)bin4180 -> 4180 bytes
-rw-r--r--webbrowser/themes/shared/newtab/newTab.css.inc (renamed from themes/shared/newtab/newTab.css.inc)0
-rw-r--r--webbrowser/themes/shared/newtab/noise.png (renamed from themes/shared/newtab/noise.png)bin2118 -> 2118 bytes
-rw-r--r--webbrowser/themes/shared/newtab/pinned.png (renamed from themes/shared/newtab/pinned.png)bin307 -> 307 bytes
-rw-r--r--webbrowser/themes/shared/plugin-doorhanger.inc.css (renamed from themes/shared/plugin-doorhanger.inc.css)0
-rw-r--r--webbrowser/themes/shared/plugins/notification-pluginAlert.png (renamed from themes/shared/plugins/notification-pluginAlert.png)bin648 -> 648 bytes
-rw-r--r--webbrowser/themes/shared/plugins/notification-pluginAlert@2x.png (renamed from themes/shared/plugins/notification-pluginAlert@2x.png)bin1189 -> 1189 bytes
-rw-r--r--webbrowser/themes/shared/plugins/notification-pluginBlocked.png (renamed from themes/shared/plugins/notification-pluginBlocked.png)bin968 -> 968 bytes
-rw-r--r--webbrowser/themes/shared/plugins/notification-pluginBlocked@2x.png (renamed from themes/shared/plugins/notification-pluginBlocked@2x.png)bin2067 -> 2067 bytes
-rw-r--r--webbrowser/themes/shared/plugins/notification-pluginNormal.png (renamed from themes/shared/plugins/notification-pluginNormal.png)bin340 -> 340 bytes
-rw-r--r--webbrowser/themes/shared/plugins/notification-pluginNormal@2x.png (renamed from themes/shared/plugins/notification-pluginNormal@2x.png)bin469 -> 469 bytes
-rw-r--r--webbrowser/themes/shared/statusbar/dynamic.css (renamed from themes/shared/statusbar/dynamic.css)0
-rw-r--r--webbrowser/themes/shared/statusbar/overlay.css (renamed from themes/shared/statusbar/overlay.css)0
-rw-r--r--webbrowser/themes/shared/statusbar/pms16.png (renamed from themes/shared/statusbar/pms16.png)bin604 -> 604 bytes
-rw-r--r--webbrowser/themes/shared/statusbar/pms24.png (renamed from themes/shared/statusbar/pms24.png)bin774 -> 774 bytes
-rw-r--r--webbrowser/themes/shared/statusbar/prefs.css (renamed from themes/shared/statusbar/prefs.css)0
-rw-r--r--webbrowser/themes/shared/statusbar/pulse.png (renamed from themes/shared/statusbar/pulse.png)bin2775 -> 2775 bytes
-rw-r--r--webbrowser/themes/shared/statusbar/throbber-idle.png (renamed from themes/shared/statusbar/throbber-idle.png)bin713 -> 713 bytes
-rw-r--r--webbrowser/themes/shared/statusbar/throbberStatic.png (renamed from themes/shared/statusbar/throbberStatic.png)bin1736 -> 1736 bytes
-rw-r--r--webbrowser/themes/shared/tabbrowser/tab-audio-small.svg (renamed from themes/shared/tabbrowser/tab-audio-small.svg)0
-rw-r--r--webbrowser/themes/shared/tabbrowser/tab-audio.svg (renamed from themes/shared/tabbrowser/tab-audio.svg)0
-rw-r--r--webbrowser/themes/windows/Geolocation-16.png (renamed from themes/windows/Geolocation-16.png)bin704 -> 704 bytes
-rw-r--r--webbrowser/themes/windows/Geolocation-64.png (renamed from themes/windows/Geolocation-64.png)bin8424 -> 8424 bytes
-rw-r--r--webbrowser/themes/windows/Info.png (renamed from themes/windows/Info.png)bin615 -> 615 bytes
-rw-r--r--webbrowser/themes/windows/KUI-background.png (renamed from themes/windows/KUI-background.png)bin222 -> 222 bytes
-rw-r--r--webbrowser/themes/windows/KUI-close.png (renamed from themes/windows/KUI-close.png)bin393 -> 393 bytes
-rw-r--r--webbrowser/themes/windows/Makefile.in (renamed from themes/windows/Makefile.in)0
-rw-r--r--webbrowser/themes/windows/Privacy-16.png (renamed from themes/windows/Privacy-16.png)bin798 -> 798 bytes
-rw-r--r--webbrowser/themes/windows/Privacy-32.png (renamed from themes/windows/Privacy-32.png)bin1997 -> 1997 bytes
-rw-r--r--webbrowser/themes/windows/Privacy-48.png (renamed from themes/windows/Privacy-48.png)bin3912 -> 3912 bytes
-rw-r--r--webbrowser/themes/windows/Privacy-64.png (renamed from themes/windows/Privacy-64.png)bin8172 -> 8172 bytes
-rw-r--r--webbrowser/themes/windows/Push-16.png (renamed from themes/windows/Push-16.png)bin704 -> 704 bytes
-rw-r--r--webbrowser/themes/windows/Push-64.png (renamed from themes/windows/Push-64.png)bin8388 -> 8388 bytes
-rw-r--r--webbrowser/themes/windows/Secure24.png (renamed from themes/windows/Secure24.png)bin1117 -> 1117 bytes
-rw-r--r--webbrowser/themes/windows/Toolbar-glass.png (renamed from themes/windows/Toolbar-glass.png)bin18803 -> 18803 bytes
-rw-r--r--webbrowser/themes/windows/Toolbar-glass.svg (renamed from themes/windows/Toolbar-glass.svg)0
-rw-r--r--webbrowser/themes/windows/Toolbar-inverted.png (renamed from themes/windows/Toolbar-inverted.png)bin7101 -> 7101 bytes
-rw-r--r--webbrowser/themes/windows/Toolbar-inverted.svg (renamed from themes/windows/Toolbar-inverted.svg)0
-rw-r--r--webbrowser/themes/windows/Toolbar.png (renamed from themes/windows/Toolbar.png)bin16015 -> 16015 bytes
-rw-r--r--webbrowser/themes/windows/Toolbar.svg (renamed from themes/windows/Toolbar.svg)0
-rw-r--r--webbrowser/themes/windows/aboutCertError.css (renamed from themes/windows/aboutCertError.css)0
-rw-r--r--webbrowser/themes/windows/aboutCertError_sectionCollapsed-rtl.png (renamed from themes/windows/aboutCertError_sectionCollapsed-rtl.png)bin791 -> 791 bytes
-rw-r--r--webbrowser/themes/windows/aboutCertError_sectionCollapsed.png (renamed from themes/windows/aboutCertError_sectionCollapsed.png)bin776 -> 776 bytes
-rw-r--r--webbrowser/themes/windows/aboutCertError_sectionExpanded.png (renamed from themes/windows/aboutCertError_sectionExpanded.png)bin767 -> 767 bytes
-rw-r--r--webbrowser/themes/windows/aboutPrivateBrowsing.css (renamed from themes/windows/aboutPrivateBrowsing.css)0
-rw-r--r--webbrowser/themes/windows/aboutSessionRestore-window-icon.png (renamed from themes/windows/aboutSessionRestore-window-icon.png)bin352 -> 352 bytes
-rw-r--r--webbrowser/themes/windows/aboutSessionRestore.css (renamed from themes/windows/aboutSessionRestore.css)0
-rw-r--r--webbrowser/themes/windows/aboutSyncTabs.css (renamed from themes/windows/aboutSyncTabs.css)0
-rw-r--r--webbrowser/themes/windows/actionicon-tab.png (renamed from themes/windows/actionicon-tab.png)bin425 -> 425 bytes
-rw-r--r--webbrowser/themes/windows/appmenu-dropmarker.png (renamed from themes/windows/appmenu-dropmarker.png)bin262 -> 262 bytes
-rw-r--r--webbrowser/themes/windows/appmenu-icons.png (renamed from themes/windows/appmenu-icons.png)bin2115 -> 2115 bytes
-rw-r--r--webbrowser/themes/windows/autocomplete.css (renamed from themes/windows/autocomplete.css)0
-rw-r--r--webbrowser/themes/windows/browser.css (renamed from themes/windows/browser.css)0
-rw-r--r--webbrowser/themes/windows/caption-buttons.svg (renamed from themes/windows/caption-buttons.svg)0
-rw-r--r--webbrowser/themes/windows/click-to-play-warning-stripes.png (renamed from themes/windows/click-to-play-warning-stripes.png)bin1563 -> 1563 bytes
-rw-r--r--webbrowser/themes/windows/communicator/communicator.css (renamed from themes/windows/communicator/communicator.css)0
-rw-r--r--webbrowser/themes/windows/communicator/jar.mn (renamed from themes/windows/communicator/jar.mn)0
-rw-r--r--webbrowser/themes/windows/communicator/moz.build (renamed from themes/windows/communicator/moz.build)0
-rw-r--r--webbrowser/themes/windows/downloads/allDownloadsViewOverlay.css (renamed from themes/windows/downloads/allDownloadsViewOverlay.css)0
-rw-r--r--webbrowser/themes/windows/downloads/buttons.png (renamed from themes/windows/downloads/buttons.png)bin6881 -> 6881 bytes
-rw-r--r--webbrowser/themes/windows/downloads/contentAreaDownloadsView.css (renamed from themes/windows/downloads/contentAreaDownloadsView.css)0
-rw-r--r--webbrowser/themes/windows/downloads/download-notification-finish.png (renamed from themes/windows/downloads/download-notification-finish.png)bin3755 -> 3755 bytes
-rw-r--r--webbrowser/themes/windows/downloads/download-notification-start.png (renamed from themes/windows/downloads/download-notification-start.png)bin3166 -> 3166 bytes
-rw-r--r--webbrowser/themes/windows/downloads/download-summary.png (renamed from themes/windows/downloads/download-summary.png)bin741 -> 741 bytes
-rw-r--r--webbrowser/themes/windows/downloads/downloads.css (renamed from themes/windows/downloads/downloads.css)0
-rw-r--r--webbrowser/themes/windows/engineManager.css (renamed from themes/windows/engineManager.css)0
-rw-r--r--webbrowser/themes/windows/feeds/feed-icons-16.png (renamed from themes/windows/feeds/feed-icons-16.png)bin2138 -> 2138 bytes
-rw-r--r--webbrowser/themes/windows/feeds/feedIcon.png (renamed from themes/windows/feeds/feedIcon.png)bin1885 -> 1885 bytes
-rw-r--r--webbrowser/themes/windows/feeds/feedIcon16.png (renamed from themes/windows/feeds/feedIcon16.png)bin787 -> 787 bytes
-rw-r--r--webbrowser/themes/windows/feeds/subscribe-ui.css (renamed from themes/windows/feeds/subscribe-ui.css)0
-rw-r--r--webbrowser/themes/windows/feeds/subscribe.css (renamed from themes/windows/feeds/subscribe.css)0
-rw-r--r--webbrowser/themes/windows/icon.png (renamed from themes/windows/icon.png)bin2185 -> 2185 bytes
-rw-r--r--webbrowser/themes/windows/identity-icons-generic.png (renamed from themes/windows/identity-icons-generic.png)bin965 -> 965 bytes
-rw-r--r--webbrowser/themes/windows/identity-icons-https-ev.png (renamed from themes/windows/identity-icons-https-ev.png)bin708 -> 708 bytes
-rw-r--r--webbrowser/themes/windows/identity-icons-https-mixed-active.png (renamed from themes/windows/identity-icons-https-mixed-active.png)bin984 -> 984 bytes
-rw-r--r--webbrowser/themes/windows/identity-icons-https.png (renamed from themes/windows/identity-icons-https.png)bin672 -> 672 bytes
-rw-r--r--webbrowser/themes/windows/identity.png (renamed from themes/windows/identity.png)bin11844 -> 11844 bytes
-rw-r--r--webbrowser/themes/windows/imagedocument.png (renamed from themes/windows/imagedocument.png)bin2185 -> 2185 bytes
-rw-r--r--webbrowser/themes/windows/jar.mn (renamed from themes/windows/jar.mn)0
-rw-r--r--webbrowser/themes/windows/keyhole-forward-mask.svg (renamed from themes/windows/keyhole-forward-mask.svg)0
-rw-r--r--webbrowser/themes/windows/livemark-folder.png (renamed from themes/windows/livemark-folder.png)bin626 -> 626 bytes
-rw-r--r--webbrowser/themes/windows/menu-back.png (renamed from themes/windows/menu-back.png)bin435 -> 435 bytes
-rw-r--r--webbrowser/themes/windows/menu-forward.png (renamed from themes/windows/menu-forward.png)bin434 -> 434 bytes
-rw-r--r--webbrowser/themes/windows/mixed-content-blocked-16.png (renamed from themes/windows/mixed-content-blocked-16.png)bin346 -> 346 bytes
-rw-r--r--webbrowser/themes/windows/mixed-content-blocked-64.png (renamed from themes/windows/mixed-content-blocked-64.png)bin2063 -> 2063 bytes
-rw-r--r--webbrowser/themes/windows/monitor.png (renamed from themes/windows/monitor.png)bin6217 -> 6217 bytes
-rw-r--r--webbrowser/themes/windows/monitor_16-10.png (renamed from themes/windows/monitor_16-10.png)bin6787 -> 6787 bytes
-rw-r--r--webbrowser/themes/windows/moz.build (renamed from themes/windows/moz.build)0
-rw-r--r--webbrowser/themes/windows/newtab/newTab.css (renamed from themes/windows/newtab/newTab.css)0
-rw-r--r--webbrowser/themes/windows/pageInfo.css (renamed from themes/windows/pageInfo.css)0
-rw-r--r--webbrowser/themes/windows/pageInfo.png (renamed from themes/windows/pageInfo.png)bin8432 -> 8432 bytes
-rw-r--r--webbrowser/themes/windows/permissions/aboutPermissions.css (renamed from themes/windows/permissions/aboutPermissions.css)0
-rw-r--r--webbrowser/themes/windows/places/allBookmarks.png (renamed from themes/windows/places/allBookmarks.png)bin612 -> 612 bytes
-rw-r--r--webbrowser/themes/windows/places/bookmark.png (renamed from themes/windows/places/bookmark.png)bin1779 -> 1779 bytes
-rw-r--r--webbrowser/themes/windows/places/bookmarksMenu.png (renamed from themes/windows/places/bookmarksMenu.png)bin346 -> 346 bytes
-rw-r--r--webbrowser/themes/windows/places/bookmarksToolbar.png (renamed from themes/windows/places/bookmarksToolbar.png)bin380 -> 380 bytes
-rw-r--r--webbrowser/themes/windows/places/calendar.png (renamed from themes/windows/places/calendar.png)bin637 -> 637 bytes
-rw-r--r--webbrowser/themes/windows/places/downloads.png (renamed from themes/windows/places/downloads.png)bin674 -> 674 bytes
-rw-r--r--webbrowser/themes/windows/places/editBookmark.png (renamed from themes/windows/places/editBookmark.png)bin1642 -> 1642 bytes
-rw-r--r--webbrowser/themes/windows/places/editBookmarkOverlay.css (renamed from themes/windows/places/editBookmarkOverlay.css)0
-rw-r--r--webbrowser/themes/windows/places/history.png (renamed from themes/windows/places/history.png)bin871 -> 871 bytes
-rw-r--r--webbrowser/themes/windows/places/libraryToolbar.png (renamed from themes/windows/places/libraryToolbar.png)bin1331 -> 1331 bytes
-rw-r--r--webbrowser/themes/windows/places/livemark-item.png (renamed from themes/windows/places/livemark-item.png)bin863 -> 863 bytes
-rw-r--r--webbrowser/themes/windows/places/organizer.css (renamed from themes/windows/places/organizer.css)0
-rw-r--r--webbrowser/themes/windows/places/places.css (renamed from themes/windows/places/places.css)0
-rw-r--r--webbrowser/themes/windows/places/query.png (renamed from themes/windows/places/query.png)bin602 -> 602 bytes
-rw-r--r--webbrowser/themes/windows/places/starred48.png (renamed from themes/windows/places/starred48.png)bin1911 -> 1911 bytes
-rw-r--r--webbrowser/themes/windows/places/tag.png (renamed from themes/windows/places/tag.png)bin676 -> 676 bytes
-rw-r--r--webbrowser/themes/windows/places/toolbarDropMarker.png (renamed from themes/windows/places/toolbarDropMarker.png)bin223 -> 223 bytes
-rw-r--r--webbrowser/themes/windows/places/unsortedBookmarks.png (renamed from themes/windows/places/unsortedBookmarks.png)bin762 -> 762 bytes
-rw-r--r--webbrowser/themes/windows/places/unstarred48.png (renamed from themes/windows/places/unstarred48.png)bin818 -> 818 bytes
-rw-r--r--webbrowser/themes/windows/pointerLock-16.png (renamed from themes/windows/pointerLock-16.png)bin249 -> 249 bytes
-rw-r--r--webbrowser/themes/windows/pointerLock-64.png (renamed from themes/windows/pointerLock-64.png)bin1119 -> 1119 bytes
-rw-r--r--webbrowser/themes/windows/preferences/Options-sync.png (renamed from themes/windows/preferences/Options-sync.png)bin3585 -> 3585 bytes
-rw-r--r--webbrowser/themes/windows/preferences/Options.png (renamed from themes/windows/preferences/Options.png)bin8899 -> 8899 bytes
-rw-r--r--webbrowser/themes/windows/preferences/alwaysAsk.png (renamed from themes/windows/preferences/alwaysAsk.png)bin439 -> 439 bytes
-rw-r--r--webbrowser/themes/windows/preferences/application.png (renamed from themes/windows/preferences/application.png)bin419 -> 419 bytes
-rw-r--r--webbrowser/themes/windows/preferences/applications.css (renamed from themes/windows/preferences/applications.css)0
-rw-r--r--webbrowser/themes/windows/preferences/mail.png (renamed from themes/windows/preferences/mail.png)bin549 -> 549 bytes
-rw-r--r--webbrowser/themes/windows/preferences/preferences.css (renamed from themes/windows/preferences/preferences.css)0
-rw-r--r--webbrowser/themes/windows/preferences/saveFile.png (renamed from themes/windows/preferences/saveFile.png)bin767 -> 767 bytes
-rw-r--r--webbrowser/themes/windows/privatebrowsing-dark.png (renamed from themes/windows/privatebrowsing-dark.png)bin1355 -> 1355 bytes
-rw-r--r--webbrowser/themes/windows/privatebrowsing-light.png (renamed from themes/windows/privatebrowsing-light.png)bin696 -> 696 bytes
-rw-r--r--webbrowser/themes/windows/reload-stop-go.png (renamed from themes/windows/reload-stop-go.png)bin1945 -> 1945 bytes
-rw-r--r--webbrowser/themes/windows/sanitize.png (renamed from themes/windows/sanitize.png)bin779 -> 779 bytes
-rw-r--r--webbrowser/themes/windows/sanitizeDialog.css (renamed from themes/windows/sanitizeDialog.css)0
-rw-r--r--webbrowser/themes/windows/searchbar-dropdown-arrow.png (renamed from themes/windows/searchbar-dropdown-arrow.png)bin517 -> 517 bytes
-rw-r--r--webbrowser/themes/windows/searchbar.css (renamed from themes/windows/searchbar.css)0
-rw-r--r--webbrowser/themes/windows/setDesktopBackground.css (renamed from themes/windows/setDesktopBackground.css)0
-rw-r--r--webbrowser/themes/windows/slowStartup-16.png (renamed from themes/windows/slowStartup-16.png)bin512 -> 512 bytes
-rw-r--r--webbrowser/themes/windows/statusbar/overlay.css (renamed from themes/windows/statusbar/overlay.css)0
-rw-r--r--webbrowser/themes/windows/statusbar/prefs.css (renamed from themes/windows/statusbar/prefs.css)0
-rw-r--r--webbrowser/themes/windows/sync-128.png (renamed from themes/windows/sync-128.png)bin20229 -> 20229 bytes
-rw-r--r--webbrowser/themes/windows/sync-16.png (renamed from themes/windows/sync-16.png)bin1847 -> 1847 bytes
-rw-r--r--webbrowser/themes/windows/sync-32.png (renamed from themes/windows/sync-32.png)bin3384 -> 3384 bytes
-rw-r--r--webbrowser/themes/windows/sync-bg.png (renamed from themes/windows/sync-bg.png)bin21309 -> 21309 bytes
-rw-r--r--webbrowser/themes/windows/sync-desktopIcon.png (renamed from themes/windows/sync-desktopIcon.png)bin291 -> 291 bytes
-rw-r--r--webbrowser/themes/windows/sync-mobileIcon.png (renamed from themes/windows/sync-mobileIcon.png)bin352 -> 352 bytes
-rw-r--r--webbrowser/themes/windows/sync-throbber.png (renamed from themes/windows/sync-throbber.png)bin10362 -> 10362 bytes
-rw-r--r--webbrowser/themes/windows/syncCommon.css (renamed from themes/windows/syncCommon.css)0
-rw-r--r--webbrowser/themes/windows/syncProgress.css (renamed from themes/windows/syncProgress.css)0
-rw-r--r--webbrowser/themes/windows/syncQuota.css (renamed from themes/windows/syncQuota.css)0
-rw-r--r--webbrowser/themes/windows/syncSetup.css (renamed from themes/windows/syncSetup.css)0
-rw-r--r--webbrowser/themes/windows/tabbrowser/alltabs-inverted.png (renamed from themes/windows/tabbrowser/alltabs-inverted.png)bin469 -> 469 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/alltabs.png (renamed from themes/windows/tabbrowser/alltabs.png)bin584 -> 584 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/connecting.png (renamed from themes/windows/tabbrowser/connecting.png)bin8540 -> 8540 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/loading.png (renamed from themes/windows/tabbrowser/loading.png)bin10727 -> 10727 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/newtab-glass.png (renamed from themes/windows/tabbrowser/newtab-glass.png)bin398 -> 398 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/newtab-inverted.png (renamed from themes/windows/tabbrowser/newtab-inverted.png)bin247 -> 247 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/newtab.png (renamed from themes/windows/tabbrowser/newtab.png)bin237 -> 237 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/tab-arrow-left-glass.png (renamed from themes/windows/tabbrowser/tab-arrow-left-glass.png)bin331 -> 331 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/tab-arrow-left-inverted.png (renamed from themes/windows/tabbrowser/tab-arrow-left-inverted.png)bin250 -> 250 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/tab-arrow-left.png (renamed from themes/windows/tabbrowser/tab-arrow-left.png)bin368 -> 368 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/tab-overflow-border.png (renamed from themes/windows/tabbrowser/tab-overflow-border.png)bin193 -> 193 bytes
-rw-r--r--webbrowser/themes/windows/tabbrowser/tabDragIndicator.png (renamed from themes/windows/tabbrowser/tabDragIndicator.png)bin3117 -> 3117 bytes
-rw-r--r--webbrowser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png (renamed from themes/windows/toolbarbutton-dropdown-arrow-inverted.png)bin221 -> 221 bytes
-rw-r--r--webbrowser/themes/windows/toolbarbutton-dropdown-arrow.png (renamed from themes/windows/toolbarbutton-dropdown-arrow.png)bin287 -> 287 bytes
-rw-r--r--webbrowser/themes/windows/urlbar-arrow.png (renamed from themes/windows/urlbar-arrow.png)bin305 -> 305 bytes
-rw-r--r--webbrowser/themes/windows/urlbar-history-dropmarker.png (renamed from themes/windows/urlbar-history-dropmarker.png)bin480 -> 480 bytes
-rw-r--r--webbrowser/themes/windows/urlbar-popup-blocked.png (renamed from themes/windows/urlbar-popup-blocked.png)bin745 -> 745 bytes
-rw-r--r--webbrowser/themes/windows/web-notifications-icon.svg (renamed from themes/windows/web-notifications-icon.svg)0
-rw-r--r--webbrowser/themes/windows/web-notifications-tray.svg (renamed from themes/windows/web-notifications-tray.svg)0
-rw-r--r--webbrowser/themes/windows/webRTC-shareDevice-16.png (renamed from themes/windows/webRTC-shareDevice-16.png)bin233 -> 233 bytes
-rw-r--r--webbrowser/themes/windows/webRTC-shareDevice-64.png (renamed from themes/windows/webRTC-shareDevice-64.png)bin1097 -> 1097 bytes
-rw-r--r--webbrowser/themes/windows/webRTC-sharingDevice-16.png (renamed from themes/windows/webRTC-sharingDevice-16.png)bin404 -> 404 bytes
1079 files changed, 0 insertions, 0 deletions
diff --git a/LICENSE b/webbrowser/LICENSE
index e3b7160..e3b7160 100644
--- a/LICENSE
+++ b/webbrowser/LICENSE
diff --git a/Makefile.in b/webbrowser/Makefile.in
index 92527ea..92527ea 100644
--- a/Makefile.in
+++ b/webbrowser/Makefile.in
diff --git a/app-rules.mk b/webbrowser/app-rules.mk
index 2c31653..2c31653 100644
--- a/app-rules.mk
+++ b/webbrowser/app-rules.mk
diff --git a/app.mozbuild b/webbrowser/app.mozbuild
index 5f1c0b9..5f1c0b9 100644
--- a/app.mozbuild
+++ b/webbrowser/app.mozbuild
diff --git a/app/Makefile.in b/webbrowser/app/Makefile.in
index 10dff6d..10dff6d 100644
--- a/app/Makefile.in
+++ b/webbrowser/app/Makefile.in
diff --git a/app/application.ini b/webbrowser/app/application.ini
index 70d07ec..70d07ec 100644
--- a/app/application.ini
+++ b/webbrowser/app/application.ini
diff --git a/app/blocklist.xml b/webbrowser/app/blocklist.xml
index 4bc4be1..4bc4be1 100644
--- a/app/blocklist.xml
+++ b/webbrowser/app/blocklist.xml
diff --git a/app/macbuild/Contents/CodeResources b/webbrowser/app/macbuild/Contents/CodeResources
index 1a65e20..1a65e20 100644
--- a/app/macbuild/Contents/CodeResources
+++ b/webbrowser/app/macbuild/Contents/CodeResources
diff --git a/app/macbuild/Contents/Info.plist.in b/webbrowser/app/macbuild/Contents/Info.plist.in
index b224064..b224064 100644
--- a/app/macbuild/Contents/Info.plist.in
+++ b/webbrowser/app/macbuild/Contents/Info.plist.in
diff --git a/app/macbuild/Contents/MacOS-files.in b/webbrowser/app/macbuild/Contents/MacOS-files.in
index 561366d..561366d 100644
--- a/app/macbuild/Contents/MacOS-files.in
+++ b/webbrowser/app/macbuild/Contents/MacOS-files.in
diff --git a/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in b/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
index 74d192c..74d192c 100644
--- a/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
+++ b/webbrowser/app/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
diff --git a/app/macbuild/Contents/_CodeSignature/CodeResources b/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources
index 6f6e20e..6f6e20e 100644
--- a/app/macbuild/Contents/_CodeSignature/CodeResources
+++ b/webbrowser/app/macbuild/Contents/_CodeSignature/CodeResources
diff --git a/app/macversion.py b/webbrowser/app/macversion.py
index 839aac1..839aac1 100644
--- a/app/macversion.py
+++ b/webbrowser/app/macversion.py
diff --git a/app/module.ver b/webbrowser/app/module.ver
index 7a00230..7a00230 100644
--- a/app/module.ver
+++ b/webbrowser/app/module.ver
diff --git a/app/moz.build b/webbrowser/app/moz.build
index 07c4ba5..07c4ba5 100644
--- a/app/moz.build
+++ b/webbrowser/app/moz.build
diff --git a/app/nsBrowserApp.cpp b/webbrowser/app/nsBrowserApp.cpp
index 8b06135..8b06135 100644
--- a/app/nsBrowserApp.cpp
+++ b/webbrowser/app/nsBrowserApp.cpp
diff --git a/app/palemoon.exe.manifest b/webbrowser/app/palemoon.exe.manifest
index 465effa..465effa 100644
--- a/app/palemoon.exe.manifest
+++ b/webbrowser/app/palemoon.exe.manifest
diff --git a/app/permissions b/webbrowser/app/permissions
index 4d90be8..4d90be8 100644
--- a/app/permissions
+++ b/webbrowser/app/permissions
diff --git a/app/profile/channel-prefs.js b/webbrowser/app/profile/channel-prefs.js
index feb27c1..feb27c1 100644
--- a/app/profile/channel-prefs.js
+++ b/webbrowser/app/profile/channel-prefs.js
diff --git a/app/profile/extensions/moz.build b/webbrowser/app/profile/extensions/moz.build
index df43182..df43182 100644
--- a/app/profile/extensions/moz.build
+++ b/webbrowser/app/profile/extensions/moz.build
diff --git a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in b/webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in
index ff9319d..ff9319d 100644
--- a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in
+++ b/webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in
diff --git a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in b/webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in
index f495013..f495013 100644
--- a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in
+++ b/webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf.in
diff --git a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build b/webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build
index e14ac8e..e14ac8e 100644
--- a/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build
+++ b/webbrowser/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/moz.build
diff --git a/app/profile/pagethemes.rdf b/webbrowser/app/profile/pagethemes.rdf
index 3d09b95..3d09b95 100644
--- a/app/profile/pagethemes.rdf
+++ b/webbrowser/app/profile/pagethemes.rdf
diff --git a/app/profile/prefs.js b/webbrowser/app/profile/prefs.js
index 8c6f0d6..8c6f0d6 100644
--- a/app/profile/prefs.js
+++ b/webbrowser/app/profile/prefs.js
diff --git a/app/profile/webbrowser.js b/webbrowser/app/profile/webbrowser.js
index b7698a8..b7698a8 100644
--- a/app/profile/webbrowser.js
+++ b/webbrowser/app/profile/webbrowser.js
diff --git a/app/splash.rc b/webbrowser/app/splash.rc
index 539c342..539c342 100644
--- a/app/splash.rc
+++ b/webbrowser/app/splash.rc
diff --git a/base/content/aboutDialog.css b/webbrowser/base/content/aboutDialog.css
index d96eba5..d96eba5 100644
--- a/base/content/aboutDialog.css
+++ b/webbrowser/base/content/aboutDialog.css
diff --git a/base/content/aboutDialog.js b/webbrowser/base/content/aboutDialog.js
index e4e18f2..e4e18f2 100644
--- a/base/content/aboutDialog.js
+++ b/webbrowser/base/content/aboutDialog.js
diff --git a/base/content/aboutDialog.xul b/webbrowser/base/content/aboutDialog.xul
index 91fa81e..91fa81e 100644
--- a/base/content/aboutDialog.xul
+++ b/webbrowser/base/content/aboutDialog.xul
diff --git a/base/content/autocomplete.css b/webbrowser/base/content/autocomplete.css
index 960bdc4..960bdc4 100644
--- a/base/content/autocomplete.css
+++ b/webbrowser/base/content/autocomplete.css
diff --git a/base/content/autocomplete.xml b/webbrowser/base/content/autocomplete.xml
index bd09284..bd09284 100644
--- a/base/content/autocomplete.xml
+++ b/webbrowser/base/content/autocomplete.xml
diff --git a/base/content/autorecovery.js b/webbrowser/base/content/autorecovery.js
index 01a092f..01a092f 100644
--- a/base/content/autorecovery.js
+++ b/webbrowser/base/content/autorecovery.js
diff --git a/base/content/autorecovery.xul b/webbrowser/base/content/autorecovery.xul
index 866bdf2..866bdf2 100644
--- a/base/content/autorecovery.xul
+++ b/webbrowser/base/content/autorecovery.xul
diff --git a/base/content/baseMenuOverlay.xul b/webbrowser/base/content/baseMenuOverlay.xul
index bccdec2..bccdec2 100644
--- a/base/content/baseMenuOverlay.xul
+++ b/webbrowser/base/content/baseMenuOverlay.xul
diff --git a/base/content/browser-addons.js b/webbrowser/base/content/browser-addons.js
index 630a0cf..630a0cf 100644
--- a/base/content/browser-addons.js
+++ b/webbrowser/base/content/browser-addons.js
diff --git a/base/content/browser-appmenu.inc b/webbrowser/base/content/browser-appmenu.inc
index 9d202c9..9d202c9 100644
--- a/base/content/browser-appmenu.inc
+++ b/webbrowser/base/content/browser-appmenu.inc
diff --git a/base/content/browser-charsetmenu.inc b/webbrowser/base/content/browser-charsetmenu.inc
index 628de13..628de13 100644
--- a/base/content/browser-charsetmenu.inc
+++ b/webbrowser/base/content/browser-charsetmenu.inc
diff --git a/base/content/browser-context.inc b/webbrowser/base/content/browser-context.inc
index 38c4725..38c4725 100644
--- a/base/content/browser-context.inc
+++ b/webbrowser/base/content/browser-context.inc
diff --git a/base/content/browser-devtools-theme.js b/webbrowser/base/content/browser-devtools-theme.js
index 7b21dde..7b21dde 100644
--- a/base/content/browser-devtools-theme.js
+++ b/webbrowser/base/content/browser-devtools-theme.js
diff --git a/base/content/browser-doctype.inc b/webbrowser/base/content/browser-doctype.inc
index 6ee6384..6ee6384 100644
--- a/base/content/browser-doctype.inc
+++ b/webbrowser/base/content/browser-doctype.inc
diff --git a/base/content/browser-feeds.js b/webbrowser/base/content/browser-feeds.js
index c678772..c678772 100644
--- a/base/content/browser-feeds.js
+++ b/webbrowser/base/content/browser-feeds.js
diff --git a/base/content/browser-fullScreen.js b/webbrowser/base/content/browser-fullScreen.js
index e816ce5..e816ce5 100644
--- a/base/content/browser-fullScreen.js
+++ b/webbrowser/base/content/browser-fullScreen.js
diff --git a/base/content/browser-fullZoom.js b/webbrowser/base/content/browser-fullZoom.js
index 890cd84..890cd84 100644
--- a/base/content/browser-fullZoom.js
+++ b/webbrowser/base/content/browser-fullZoom.js
diff --git a/base/content/browser-gestureSupport.js b/webbrowser/base/content/browser-gestureSupport.js
index 13eb71b..13eb71b 100644
--- a/base/content/browser-gestureSupport.js
+++ b/webbrowser/base/content/browser-gestureSupport.js
diff --git a/base/content/browser-menubar.inc b/webbrowser/base/content/browser-menubar.inc
index fc6bc76..fc6bc76 100644
--- a/base/content/browser-menubar.inc
+++ b/webbrowser/base/content/browser-menubar.inc
diff --git a/base/content/browser-menudragging.js b/webbrowser/base/content/browser-menudragging.js
index f3f00d7..f3f00d7 100644
--- a/base/content/browser-menudragging.js
+++ b/webbrowser/base/content/browser-menudragging.js
diff --git a/base/content/browser-menudragging.xul b/webbrowser/base/content/browser-menudragging.xul
index f5cabe5..f5cabe5 100644
--- a/base/content/browser-menudragging.xul
+++ b/webbrowser/base/content/browser-menudragging.xul
diff --git a/base/content/browser-places.js b/webbrowser/base/content/browser-places.js
index 590fe7e..590fe7e 100644
--- a/base/content/browser-places.js
+++ b/webbrowser/base/content/browser-places.js
diff --git a/base/content/browser-plugins.js b/webbrowser/base/content/browser-plugins.js
index 8382682..8382682 100644
--- a/base/content/browser-plugins.js
+++ b/webbrowser/base/content/browser-plugins.js
diff --git a/base/content/browser-sets.inc b/webbrowser/base/content/browser-sets.inc
index 78fce26..78fce26 100644
--- a/base/content/browser-sets.inc
+++ b/webbrowser/base/content/browser-sets.inc
diff --git a/base/content/browser-syncui.js b/webbrowser/base/content/browser-syncui.js
index 86f6f48..86f6f48 100644
--- a/base/content/browser-syncui.js
+++ b/webbrowser/base/content/browser-syncui.js
diff --git a/base/content/browser-tabPreviews.js b/webbrowser/base/content/browser-tabPreviews.js
index e0755b8..e0755b8 100644
--- a/base/content/browser-tabPreviews.js
+++ b/webbrowser/base/content/browser-tabPreviews.js
diff --git a/base/content/browser-tabPreviews.xml b/webbrowser/base/content/browser-tabPreviews.xml
index 4f54321..4f54321 100644
--- a/base/content/browser-tabPreviews.xml
+++ b/webbrowser/base/content/browser-tabPreviews.xml
diff --git a/base/content/browser-thumbnails.js b/webbrowser/base/content/browser-thumbnails.js
index 079b0ac..079b0ac 100644
--- a/base/content/browser-thumbnails.js
+++ b/webbrowser/base/content/browser-thumbnails.js
diff --git a/base/content/browser-title.css b/webbrowser/base/content/browser-title.css
index 5f7e775..5f7e775 100644
--- a/base/content/browser-title.css
+++ b/webbrowser/base/content/browser-title.css
diff --git a/base/content/browser-uacompat.js b/webbrowser/base/content/browser-uacompat.js
index 933aa55..933aa55 100644
--- a/base/content/browser-uacompat.js
+++ b/webbrowser/base/content/browser-uacompat.js
diff --git a/base/content/browser-webrtcUI.js b/webbrowser/base/content/browser-webrtcUI.js
index d59134c..d59134c 100644
--- a/base/content/browser-webrtcUI.js
+++ b/webbrowser/base/content/browser-webrtcUI.js
diff --git a/base/content/browser.css b/webbrowser/base/content/browser.css
index a2970ae..a2970ae 100644
--- a/base/content/browser.css
+++ b/webbrowser/base/content/browser.css
diff --git a/base/content/browser.js b/webbrowser/base/content/browser.js
index 7615bc9..7615bc9 100644
--- a/base/content/browser.js
+++ b/webbrowser/base/content/browser.js
diff --git a/base/content/browser.xul b/webbrowser/base/content/browser.xul
index 0a249af..0a249af 100644
--- a/base/content/browser.xul
+++ b/webbrowser/base/content/browser.xul
diff --git a/base/content/browserMountPoints.inc b/webbrowser/base/content/browserMountPoints.inc
index e4315b0..e4315b0 100644
--- a/base/content/browserMountPoints.inc
+++ b/webbrowser/base/content/browserMountPoints.inc
diff --git a/base/content/content.js b/webbrowser/base/content/content.js
index 211a24a..211a24a 100644
--- a/base/content/content.js
+++ b/webbrowser/base/content/content.js
diff --git a/base/content/downloadManagerOverlay.xul b/webbrowser/base/content/downloadManagerOverlay.xul
index 9987820..9987820 100644
--- a/base/content/downloadManagerOverlay.xul
+++ b/webbrowser/base/content/downloadManagerOverlay.xul
diff --git a/base/content/global-devtools-theme-scripts.inc b/webbrowser/base/content/global-devtools-theme-scripts.inc
index 408728e..408728e 100644
--- a/base/content/global-devtools-theme-scripts.inc
+++ b/webbrowser/base/content/global-devtools-theme-scripts.inc
diff --git a/base/content/global-scripts.inc b/webbrowser/base/content/global-scripts.inc
index b4de574..b4de574 100644
--- a/base/content/global-scripts.inc
+++ b/webbrowser/base/content/global-scripts.inc
diff --git a/base/content/hiddenWindow.xul b/webbrowser/base/content/hiddenWindow.xul
index bf201fd..bf201fd 100644
--- a/base/content/hiddenWindow.xul
+++ b/webbrowser/base/content/hiddenWindow.xul
diff --git a/base/content/highlighter.css b/webbrowser/base/content/highlighter.css
index 8fb9d80..8fb9d80 100644
--- a/base/content/highlighter.css
+++ b/webbrowser/base/content/highlighter.css
diff --git a/base/content/jsConsoleOverlay.xul b/webbrowser/base/content/jsConsoleOverlay.xul
index 1bc518d..1bc518d 100644
--- a/base/content/jsConsoleOverlay.xul
+++ b/webbrowser/base/content/jsConsoleOverlay.xul
diff --git a/base/content/macBrowserOverlay.xul b/webbrowser/base/content/macBrowserOverlay.xul
index b1ae838..b1ae838 100644
--- a/base/content/macBrowserOverlay.xul
+++ b/webbrowser/base/content/macBrowserOverlay.xul
diff --git a/base/content/nsContextMenu.js b/webbrowser/base/content/nsContextMenu.js
index 916dd26..916dd26 100644
--- a/base/content/nsContextMenu.js
+++ b/webbrowser/base/content/nsContextMenu.js
diff --git a/base/content/openLocation.js b/webbrowser/base/content/openLocation.js
index 7ad2f7c..7ad2f7c 100644
--- a/base/content/openLocation.js
+++ b/webbrowser/base/content/openLocation.js
diff --git a/base/content/openLocation.xul b/webbrowser/base/content/openLocation.xul
index 7bafed0..7bafed0 100644
--- a/base/content/openLocation.xul
+++ b/webbrowser/base/content/openLocation.xul
diff --git a/base/content/overrides/app-license.html b/webbrowser/base/content/overrides/app-license.html
index 2d2e3d5..2d2e3d5 100644
--- a/base/content/overrides/app-license.html
+++ b/webbrowser/base/content/overrides/app-license.html
diff --git a/base/content/padlock.css b/webbrowser/base/content/padlock.css
index 649cb27..649cb27 100644
--- a/base/content/padlock.css
+++ b/webbrowser/base/content/padlock.css
diff --git a/base/content/padlock.js b/webbrowser/base/content/padlock.js
index 9c29524..9c29524 100644
--- a/base/content/padlock.js
+++ b/webbrowser/base/content/padlock.js
diff --git a/base/content/padlock.xul b/webbrowser/base/content/padlock.xul
index e820c19..e820c19 100644
--- a/base/content/padlock.xul
+++ b/webbrowser/base/content/padlock.xul
diff --git a/base/content/padlock_classic_broken.png b/webbrowser/base/content/padlock_classic_broken.png
index 437036f..437036f 100644
--- a/base/content/padlock_classic_broken.png
+++ b/webbrowser/base/content/padlock_classic_broken.png
Binary files differ
diff --git a/base/content/padlock_classic_ev.png b/webbrowser/base/content/padlock_classic_ev.png
index b3f80c0..b3f80c0 100644
--- a/base/content/padlock_classic_ev.png
+++ b/webbrowser/base/content/padlock_classic_ev.png
Binary files differ
diff --git a/base/content/padlock_classic_https.png b/webbrowser/base/content/padlock_classic_https.png
index 86026c0..86026c0 100644
--- a/base/content/padlock_classic_https.png
+++ b/webbrowser/base/content/padlock_classic_https.png
Binary files differ
diff --git a/base/content/padlock_classic_low.png b/webbrowser/base/content/padlock_classic_low.png
index 652ad09..652ad09 100644
--- a/base/content/padlock_classic_low.png
+++ b/webbrowser/base/content/padlock_classic_low.png
Binary files differ
diff --git a/base/content/padlock_mod_broken.png b/webbrowser/base/content/padlock_mod_broken.png
index 33a6c06..33a6c06 100644
--- a/base/content/padlock_mod_broken.png
+++ b/webbrowser/base/content/padlock_mod_broken.png
Binary files differ
diff --git a/base/content/padlock_mod_ev.png b/webbrowser/base/content/padlock_mod_ev.png
index 3dfdcbd..3dfdcbd 100644
--- a/base/content/padlock_mod_ev.png
+++ b/webbrowser/base/content/padlock_mod_ev.png
Binary files differ
diff --git a/base/content/padlock_mod_https.png b/webbrowser/base/content/padlock_mod_https.png
index d494b42..d494b42 100644
--- a/base/content/padlock_mod_https.png
+++ b/webbrowser/base/content/padlock_mod_https.png
Binary files differ
diff --git a/base/content/padlock_mod_low.png b/webbrowser/base/content/padlock_mod_low.png
index 29179ef..29179ef 100644
--- a/base/content/padlock_mod_low.png
+++ b/webbrowser/base/content/padlock_mod_low.png
Binary files differ
diff --git a/base/content/palemoon.xhtml b/webbrowser/base/content/palemoon.xhtml
index f145550..f145550 100644
--- a/base/content/palemoon.xhtml
+++ b/webbrowser/base/content/palemoon.xhtml
diff --git a/base/content/popup-notifications.inc b/webbrowser/base/content/popup-notifications.inc
index 31a72b4..31a72b4 100644
--- a/base/content/popup-notifications.inc
+++ b/webbrowser/base/content/popup-notifications.inc
diff --git a/base/content/safeMode.css b/webbrowser/base/content/safeMode.css
index 4f093a4..4f093a4 100644
--- a/base/content/safeMode.css
+++ b/webbrowser/base/content/safeMode.css
diff --git a/base/content/safeMode.js b/webbrowser/base/content/safeMode.js
index e1e5c72..e1e5c72 100644
--- a/base/content/safeMode.js
+++ b/webbrowser/base/content/safeMode.js
diff --git a/base/content/safeMode.xul b/webbrowser/base/content/safeMode.xul
index 656df6e..656df6e 100644
--- a/base/content/safeMode.xul
+++ b/webbrowser/base/content/safeMode.xul
diff --git a/base/content/sanitize.js b/webbrowser/base/content/sanitize.js
index b4d13d8..b4d13d8 100644
--- a/base/content/sanitize.js
+++ b/webbrowser/base/content/sanitize.js
diff --git a/base/content/sanitize.xul b/webbrowser/base/content/sanitize.xul
index 691be92..691be92 100644
--- a/base/content/sanitize.xul
+++ b/webbrowser/base/content/sanitize.xul
diff --git a/base/content/sanitizeDialog.css b/webbrowser/base/content/sanitizeDialog.css
index 27c3c08..27c3c08 100644
--- a/base/content/sanitizeDialog.css
+++ b/webbrowser/base/content/sanitizeDialog.css
diff --git a/base/content/sanitizeDialog.js b/webbrowser/base/content/sanitizeDialog.js
index 7861132..7861132 100644
--- a/base/content/sanitizeDialog.js
+++ b/webbrowser/base/content/sanitizeDialog.js
diff --git a/base/content/softwareUpdateOverlay.xul b/webbrowser/base/content/softwareUpdateOverlay.xul
index 01170e4..01170e4 100644
--- a/base/content/softwareUpdateOverlay.xul
+++ b/webbrowser/base/content/softwareUpdateOverlay.xul
diff --git a/base/content/tabbrowser.css b/webbrowser/base/content/tabbrowser.css
index 43536b2..43536b2 100644
--- a/base/content/tabbrowser.css
+++ b/webbrowser/base/content/tabbrowser.css
diff --git a/base/content/tabbrowser.xml b/webbrowser/base/content/tabbrowser.xml
index b5edd54..b5edd54 100644
--- a/base/content/tabbrowser.xml
+++ b/webbrowser/base/content/tabbrowser.xml
diff --git a/base/content/test/general/audio.ogg b/webbrowser/base/content/test/general/audio.ogg
index 7e6ef77..7e6ef77 100644
--- a/base/content/test/general/audio.ogg
+++ b/webbrowser/base/content/test/general/audio.ogg
Binary files differ
diff --git a/base/content/urlbarBindings.xml b/webbrowser/base/content/urlbarBindings.xml
index d2d9cc7..d2d9cc7 100644
--- a/base/content/urlbarBindings.xml
+++ b/webbrowser/base/content/urlbarBindings.xml
diff --git a/base/content/utilityOverlay.js b/webbrowser/base/content/utilityOverlay.js
index 1d284ba..1d284ba 100644
--- a/base/content/utilityOverlay.js
+++ b/webbrowser/base/content/utilityOverlay.js
diff --git a/base/content/viewSourceOverlay.xul b/webbrowser/base/content/viewSourceOverlay.xul
index 8b40ddf..8b40ddf 100644
--- a/base/content/viewSourceOverlay.xul
+++ b/webbrowser/base/content/viewSourceOverlay.xul
diff --git a/base/content/web-panels.js b/webbrowser/base/content/web-panels.js
index 6e2bf5b..6e2bf5b 100644
--- a/base/content/web-panels.js
+++ b/webbrowser/base/content/web-panels.js
diff --git a/base/content/web-panels.xul b/webbrowser/base/content/web-panels.xul
index ea1e2eb..ea1e2eb 100644
--- a/base/content/web-panels.xul
+++ b/webbrowser/base/content/web-panels.xul
diff --git a/base/content/win6BrowserOverlay.xul b/webbrowser/base/content/win6BrowserOverlay.xul
index a69e3f6..a69e3f6 100644
--- a/base/content/win6BrowserOverlay.xul
+++ b/webbrowser/base/content/win6BrowserOverlay.xul
diff --git a/base/jar.mn b/webbrowser/base/jar.mn
index 735b6d0..735b6d0 100644
--- a/base/jar.mn
+++ b/webbrowser/base/jar.mn
diff --git a/base/moz.build b/webbrowser/base/moz.build
index e81e45c..e81e45c 100644
--- a/base/moz.build
+++ b/webbrowser/base/moz.build
diff --git a/branding/shared/background.png b/webbrowser/branding/shared/background.png
index 3594557..3594557 100644
--- a/branding/shared/background.png
+++ b/webbrowser/branding/shared/background.png
Binary files differ
diff --git a/branding/shared/branding.mozbuild b/webbrowser/branding/shared/branding.mozbuild
index 6298061..6298061 100644
--- a/branding/shared/branding.mozbuild
+++ b/webbrowser/branding/shared/branding.mozbuild
diff --git a/branding/shared/locales/browserconfig.properties b/webbrowser/branding/shared/locales/browserconfig.properties
index 139e884..139e884 100644
--- a/branding/shared/locales/browserconfig.properties
+++ b/webbrowser/branding/shared/locales/browserconfig.properties
diff --git a/branding/shared/newtab.ico b/webbrowser/branding/shared/newtab.ico
index 6e3fee6..6e3fee6 100644
--- a/branding/shared/newtab.ico
+++ b/webbrowser/branding/shared/newtab.ico
Binary files differ
diff --git a/branding/shared/newwindow.ico b/webbrowser/branding/shared/newwindow.ico
index a300935..a300935 100644
--- a/branding/shared/newwindow.ico
+++ b/webbrowser/branding/shared/newwindow.ico
Binary files differ
diff --git a/branding/shared/pbmode.ico b/webbrowser/branding/shared/pbmode.ico
index d217994..d217994 100644
--- a/branding/shared/pbmode.ico
+++ b/webbrowser/branding/shared/pbmode.ico
Binary files differ
diff --git a/branding/shared/pref/preferences.inc b/webbrowser/branding/shared/pref/preferences.inc
index 9f7c7d8..9f7c7d8 100644
--- a/branding/shared/pref/preferences.inc
+++ b/webbrowser/branding/shared/pref/preferences.inc
diff --git a/branding/shared/pref/uaoverrides.inc b/webbrowser/branding/shared/pref/uaoverrides.inc
index c3286f7..c3286f7 100644
--- a/branding/shared/pref/uaoverrides.inc
+++ b/webbrowser/branding/shared/pref/uaoverrides.inc
diff --git a/branding/unofficial/VisualElements_150.png b/webbrowser/branding/unofficial/VisualElements_150.png
index 3fc7deb..3fc7deb 100644
--- a/branding/unofficial/VisualElements_150.png
+++ b/webbrowser/branding/unofficial/VisualElements_150.png
Binary files differ
diff --git a/branding/unofficial/VisualElements_70.png b/webbrowser/branding/unofficial/VisualElements_70.png
index be9f667..be9f667 100644
--- a/branding/unofficial/VisualElements_70.png
+++ b/webbrowser/branding/unofficial/VisualElements_70.png
Binary files differ
diff --git a/branding/unofficial/appname.bmp b/webbrowser/branding/unofficial/appname.bmp
index e12534a..e12534a 100644
--- a/branding/unofficial/appname.bmp
+++ b/webbrowser/branding/unofficial/appname.bmp
Binary files differ
diff --git a/branding/unofficial/branding.nsi b/webbrowser/branding/unofficial/branding.nsi
index e863d85..e863d85 100644
--- a/branding/unofficial/branding.nsi
+++ b/webbrowser/branding/unofficial/branding.nsi
diff --git a/branding/unofficial/configure.sh b/webbrowser/branding/unofficial/configure.sh
index 07ddffb..07ddffb 100644
--- a/branding/unofficial/configure.sh
+++ b/webbrowser/branding/unofficial/configure.sh
diff --git a/branding/unofficial/content/about-background.png b/webbrowser/branding/unofficial/content/about-background.png
index c034041..c034041 100644
--- a/branding/unofficial/content/about-background.png
+++ b/webbrowser/branding/unofficial/content/about-background.png
Binary files differ
diff --git a/branding/unofficial/content/about-logo.png b/webbrowser/branding/unofficial/content/about-logo.png
index 4c05766..4c05766 100644
--- a/branding/unofficial/content/about-logo.png
+++ b/webbrowser/branding/unofficial/content/about-logo.png
Binary files differ
diff --git a/branding/unofficial/content/about-logo@2x.png b/webbrowser/branding/unofficial/content/about-logo@2x.png
index db6b4d8..db6b4d8 100644
--- a/branding/unofficial/content/about-logo@2x.png
+++ b/webbrowser/branding/unofficial/content/about-logo@2x.png
Binary files differ
diff --git a/branding/unofficial/content/about.png b/webbrowser/branding/unofficial/content/about.png
index 7457f5e..7457f5e 100644
--- a/branding/unofficial/content/about.png
+++ b/webbrowser/branding/unofficial/content/about.png
Binary files differ
diff --git a/branding/unofficial/content/aboutDialog.css b/webbrowser/branding/unofficial/content/aboutDialog.css
index 5cc6b42..5cc6b42 100644
--- a/branding/unofficial/content/aboutDialog.css
+++ b/webbrowser/branding/unofficial/content/aboutDialog.css
diff --git a/branding/unofficial/content/icon48.png b/webbrowser/branding/unofficial/content/icon48.png
index 46b752d..46b752d 100644
--- a/branding/unofficial/content/icon48.png
+++ b/webbrowser/branding/unofficial/content/icon48.png
Binary files differ
diff --git a/branding/unofficial/content/icon64.png b/webbrowser/branding/unofficial/content/icon64.png
index 23aabb4..23aabb4 100644
--- a/branding/unofficial/content/icon64.png
+++ b/webbrowser/branding/unofficial/content/icon64.png
Binary files differ
diff --git a/branding/unofficial/content/jar.mn b/webbrowser/branding/unofficial/content/jar.mn
index 3536957..3536957 100644
--- a/branding/unofficial/content/jar.mn
+++ b/webbrowser/branding/unofficial/content/jar.mn
diff --git a/branding/unofficial/content/moz.build b/webbrowser/branding/unofficial/content/moz.build
index c97072b..c97072b 100644
--- a/branding/unofficial/content/moz.build
+++ b/webbrowser/branding/unofficial/content/moz.build
diff --git a/branding/unofficial/default16.png b/webbrowser/branding/unofficial/default16.png
index d115f71..d115f71 100644
--- a/branding/unofficial/default16.png
+++ b/webbrowser/branding/unofficial/default16.png
Binary files differ
diff --git a/branding/unofficial/default32.png b/webbrowser/branding/unofficial/default32.png
index 8bc578f..8bc578f 100644
--- a/branding/unofficial/default32.png
+++ b/webbrowser/branding/unofficial/default32.png
Binary files differ
diff --git a/branding/unofficial/default48.png b/webbrowser/branding/unofficial/default48.png
index a9ae407..a9ae407 100644
--- a/branding/unofficial/default48.png
+++ b/webbrowser/branding/unofficial/default48.png
Binary files differ
diff --git a/branding/unofficial/disk.icns b/webbrowser/branding/unofficial/disk.icns
index e97e490..e97e490 100644
--- a/branding/unofficial/disk.icns
+++ b/webbrowser/branding/unofficial/disk.icns
Binary files differ
diff --git a/branding/unofficial/document.icns b/webbrowser/branding/unofficial/document.icns
index dd5f7aa..dd5f7aa 100644
--- a/branding/unofficial/document.icns
+++ b/webbrowser/branding/unofficial/document.icns
Binary files differ
diff --git a/branding/unofficial/document.ico b/webbrowser/branding/unofficial/document.ico
index 44a707b..44a707b 100644
--- a/branding/unofficial/document.ico
+++ b/webbrowser/branding/unofficial/document.ico
Binary files differ
diff --git a/branding/unofficial/dsstore b/webbrowser/branding/unofficial/dsstore
index bbba9ec..bbba9ec 100644
--- a/branding/unofficial/dsstore
+++ b/webbrowser/branding/unofficial/dsstore
Binary files differ
diff --git a/branding/unofficial/firefox.icns b/webbrowser/branding/unofficial/firefox.icns
index 117ddb1..117ddb1 100644
--- a/branding/unofficial/firefox.icns
+++ b/webbrowser/branding/unofficial/firefox.icns
Binary files differ
diff --git a/branding/unofficial/firefox.ico b/webbrowser/branding/unofficial/firefox.ico
index e4d3195..e4d3195 100644
--- a/branding/unofficial/firefox.ico
+++ b/webbrowser/branding/unofficial/firefox.ico
Binary files differ
diff --git a/branding/unofficial/locales/browserconfig.properties b/webbrowser/branding/unofficial/locales/browserconfig.properties
index e69de29..e69de29 100644
--- a/branding/unofficial/locales/browserconfig.properties
+++ b/webbrowser/branding/unofficial/locales/browserconfig.properties
diff --git a/branding/unofficial/locales/en-US/brand.dtd b/webbrowser/branding/unofficial/locales/en-US/brand.dtd
index bd195c8..bd195c8 100644
--- a/branding/unofficial/locales/en-US/brand.dtd
+++ b/webbrowser/branding/unofficial/locales/en-US/brand.dtd
diff --git a/branding/unofficial/locales/en-US/brand.properties b/webbrowser/branding/unofficial/locales/en-US/brand.properties
index 2c48195..2c48195 100644
--- a/branding/unofficial/locales/en-US/brand.properties
+++ b/webbrowser/branding/unofficial/locales/en-US/brand.properties
diff --git a/branding/unofficial/locales/jar.mn b/webbrowser/branding/unofficial/locales/jar.mn
index 9de6cfc..9de6cfc 100644
--- a/branding/unofficial/locales/jar.mn
+++ b/webbrowser/branding/unofficial/locales/jar.mn
diff --git a/branding/unofficial/locales/moz.build b/webbrowser/branding/unofficial/locales/moz.build
index dca25bf..dca25bf 100644
--- a/branding/unofficial/locales/moz.build
+++ b/webbrowser/branding/unofficial/locales/moz.build
diff --git a/branding/unofficial/moz.build b/webbrowser/branding/unofficial/moz.build
index 8cb9013..8cb9013 100644
--- a/branding/unofficial/moz.build
+++ b/webbrowser/branding/unofficial/moz.build
diff --git a/branding/unofficial/mozicon128.png b/webbrowser/branding/unofficial/mozicon128.png
index 4617ee6..4617ee6 100644
--- a/branding/unofficial/mozicon128.png
+++ b/webbrowser/branding/unofficial/mozicon128.png
Binary files differ
diff --git a/branding/unofficial/pref/webbrowser-branding.js b/webbrowser/branding/unofficial/pref/webbrowser-branding.js
index f32870b..f32870b 100644
--- a/branding/unofficial/pref/webbrowser-branding.js
+++ b/webbrowser/branding/unofficial/pref/webbrowser-branding.js
diff --git a/branding/unofficial/webbrowser.VisualElementsManifest.xml b/webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml
index 070bfc9..070bfc9 100644
--- a/branding/unofficial/webbrowser.VisualElementsManifest.xml
+++ b/webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml
diff --git a/branding/unofficial/webbrowser.desktop b/webbrowser/branding/unofficial/webbrowser.desktop
index 4981599..4981599 100644
--- a/branding/unofficial/webbrowser.desktop
+++ b/webbrowser/branding/unofficial/webbrowser.desktop
diff --git a/branding/unofficial/wizHeader.bmp b/webbrowser/branding/unofficial/wizHeader.bmp
index a566996..a566996 100644
--- a/branding/unofficial/wizHeader.bmp
+++ b/webbrowser/branding/unofficial/wizHeader.bmp
Binary files differ
diff --git a/branding/unofficial/wizHeaderRTL.bmp b/webbrowser/branding/unofficial/wizHeaderRTL.bmp
index 137fe5b..137fe5b 100644
--- a/branding/unofficial/wizHeaderRTL.bmp
+++ b/webbrowser/branding/unofficial/wizHeaderRTL.bmp
Binary files differ
diff --git a/branding/unofficial/wizWatermark.bmp b/webbrowser/branding/unofficial/wizWatermark.bmp
index b229261..b229261 100644
--- a/branding/unofficial/wizWatermark.bmp
+++ b/webbrowser/branding/unofficial/wizWatermark.bmp
Binary files differ
diff --git a/branding/unstable/VisualElements_150.png b/webbrowser/branding/unstable/VisualElements_150.png
index 320623d..320623d 100644
--- a/branding/unstable/VisualElements_150.png
+++ b/webbrowser/branding/unstable/VisualElements_150.png
Binary files differ
diff --git a/branding/unstable/VisualElements_70.png b/webbrowser/branding/unstable/VisualElements_70.png
index cb4c868..cb4c868 100644
--- a/branding/unstable/VisualElements_70.png
+++ b/webbrowser/branding/unstable/VisualElements_70.png
Binary files differ
diff --git a/branding/unstable/appname.bmp b/webbrowser/branding/unstable/appname.bmp
index 78e227a..78e227a 100644
--- a/branding/unstable/appname.bmp
+++ b/webbrowser/branding/unstable/appname.bmp
Binary files differ
diff --git a/branding/unstable/branding.nsi b/webbrowser/branding/unstable/branding.nsi
index 535cfde..535cfde 100644
--- a/branding/unstable/branding.nsi
+++ b/webbrowser/branding/unstable/branding.nsi
diff --git a/branding/unstable/configure.sh b/webbrowser/branding/unstable/configure.sh
index 8943f58..8943f58 100644
--- a/branding/unstable/configure.sh
+++ b/webbrowser/branding/unstable/configure.sh
diff --git a/branding/unstable/content/about-background.jpg b/webbrowser/branding/unstable/content/about-background.jpg
index a33b331..a33b331 100644
--- a/branding/unstable/content/about-background.jpg
+++ b/webbrowser/branding/unstable/content/about-background.jpg
Binary files differ
diff --git a/branding/unstable/content/about-logo.png b/webbrowser/branding/unstable/content/about-logo.png
index aa79de6..aa79de6 100644
--- a/branding/unstable/content/about-logo.png
+++ b/webbrowser/branding/unstable/content/about-logo.png
Binary files differ
diff --git a/branding/unstable/content/about-logo@2x.png b/webbrowser/branding/unstable/content/about-logo@2x.png
index 5d507a6..5d507a6 100644
--- a/branding/unstable/content/about-logo@2x.png
+++ b/webbrowser/branding/unstable/content/about-logo@2x.png
Binary files differ
diff --git a/branding/unstable/content/about-wordmark.png b/webbrowser/branding/unstable/content/about-wordmark.png
index bf09f15..bf09f15 100644
--- a/branding/unstable/content/about-wordmark.png
+++ b/webbrowser/branding/unstable/content/about-wordmark.png
Binary files differ
diff --git a/branding/unstable/content/about.png b/webbrowser/branding/unstable/content/about.png
index d158863..d158863 100644
--- a/branding/unstable/content/about.png
+++ b/webbrowser/branding/unstable/content/about.png
Binary files differ
diff --git a/branding/unstable/content/aboutDialog.css b/webbrowser/branding/unstable/content/aboutDialog.css
index de71f25..de71f25 100644
--- a/branding/unstable/content/aboutDialog.css
+++ b/webbrowser/branding/unstable/content/aboutDialog.css
diff --git a/branding/unstable/content/icon48.png b/webbrowser/branding/unstable/content/icon48.png
index 9572134..9572134 100644
--- a/branding/unstable/content/icon48.png
+++ b/webbrowser/branding/unstable/content/icon48.png
Binary files differ
diff --git a/branding/unstable/content/icon64.png b/webbrowser/branding/unstable/content/icon64.png
index c370f33..c370f33 100644
--- a/branding/unstable/content/icon64.png
+++ b/webbrowser/branding/unstable/content/icon64.png
Binary files differ
diff --git a/branding/unstable/content/jar.mn b/webbrowser/branding/unstable/content/jar.mn
index fcb7890..fcb7890 100644
--- a/branding/unstable/content/jar.mn
+++ b/webbrowser/branding/unstable/content/jar.mn
diff --git a/branding/unstable/content/moz.build b/webbrowser/branding/unstable/content/moz.build
index c97072b..c97072b 100644
--- a/branding/unstable/content/moz.build
+++ b/webbrowser/branding/unstable/content/moz.build
diff --git a/branding/unstable/default16.png b/webbrowser/branding/unstable/default16.png
index d239402..d239402 100644
--- a/branding/unstable/default16.png
+++ b/webbrowser/branding/unstable/default16.png
Binary files differ
diff --git a/branding/unstable/default32.png b/webbrowser/branding/unstable/default32.png
index 05ccab8..05ccab8 100644
--- a/branding/unstable/default32.png
+++ b/webbrowser/branding/unstable/default32.png
Binary files differ
diff --git a/branding/unstable/default48.png b/webbrowser/branding/unstable/default48.png
index 9572134..9572134 100644
--- a/branding/unstable/default48.png
+++ b/webbrowser/branding/unstable/default48.png
Binary files differ
diff --git a/branding/unstable/disk.icns b/webbrowser/branding/unstable/disk.icns
index e97e490..e97e490 100644
--- a/branding/unstable/disk.icns
+++ b/webbrowser/branding/unstable/disk.icns
Binary files differ
diff --git a/branding/unstable/document.icns b/webbrowser/branding/unstable/document.icns
index dd5f7aa..dd5f7aa 100644
--- a/branding/unstable/document.icns
+++ b/webbrowser/branding/unstable/document.icns
Binary files differ
diff --git a/branding/unstable/document.ico b/webbrowser/branding/unstable/document.ico
index d5c730b..d5c730b 100644
--- a/branding/unstable/document.ico
+++ b/webbrowser/branding/unstable/document.ico
Binary files differ
diff --git a/branding/unstable/dsstore b/webbrowser/branding/unstable/dsstore
index bbba9ec..bbba9ec 100644
--- a/branding/unstable/dsstore
+++ b/webbrowser/branding/unstable/dsstore
Binary files differ
diff --git a/branding/unstable/firefox.icns b/webbrowser/branding/unstable/firefox.icns
index 3df606a..3df606a 100644
--- a/branding/unstable/firefox.icns
+++ b/webbrowser/branding/unstable/firefox.icns
Binary files differ
diff --git a/branding/unstable/firefox.ico b/webbrowser/branding/unstable/firefox.ico
index 605c876..605c876 100644
--- a/branding/unstable/firefox.ico
+++ b/webbrowser/branding/unstable/firefox.ico
Binary files differ
diff --git a/branding/unstable/locales/en-US/brand.dtd b/webbrowser/branding/unstable/locales/en-US/brand.dtd
index 9a26025..9a26025 100644
--- a/branding/unstable/locales/en-US/brand.dtd
+++ b/webbrowser/branding/unstable/locales/en-US/brand.dtd
diff --git a/branding/unstable/locales/en-US/brand.properties b/webbrowser/branding/unstable/locales/en-US/brand.properties
index 7d4b469..7d4b469 100644
--- a/branding/unstable/locales/en-US/brand.properties
+++ b/webbrowser/branding/unstable/locales/en-US/brand.properties
diff --git a/branding/unstable/locales/jar.mn b/webbrowser/branding/unstable/locales/jar.mn
index 9de6cfc..9de6cfc 100644
--- a/branding/unstable/locales/jar.mn
+++ b/webbrowser/branding/unstable/locales/jar.mn
diff --git a/branding/unstable/locales/moz.build b/webbrowser/branding/unstable/locales/moz.build
index 3a54c0c..3a54c0c 100644
--- a/branding/unstable/locales/moz.build
+++ b/webbrowser/branding/unstable/locales/moz.build
diff --git a/branding/unstable/moz.build b/webbrowser/branding/unstable/moz.build
index 8cb9013..8cb9013 100644
--- a/branding/unstable/moz.build
+++ b/webbrowser/branding/unstable/moz.build
diff --git a/branding/unstable/mozicon128.png b/webbrowser/branding/unstable/mozicon128.png
index fa8a685..fa8a685 100644
--- a/branding/unstable/mozicon128.png
+++ b/webbrowser/branding/unstable/mozicon128.png
Binary files differ
diff --git a/branding/unstable/palemoon.VisualElementsManifest.xml b/webbrowser/branding/unstable/palemoon.VisualElementsManifest.xml
index 3bdebe2..3bdebe2 100644
--- a/branding/unstable/palemoon.VisualElementsManifest.xml
+++ b/webbrowser/branding/unstable/palemoon.VisualElementsManifest.xml
diff --git a/branding/unstable/pref/palemoon-branding.js b/webbrowser/branding/unstable/pref/palemoon-branding.js
index 2cd64fa..2cd64fa 100644
--- a/branding/unstable/pref/palemoon-branding.js
+++ b/webbrowser/branding/unstable/pref/palemoon-branding.js
diff --git a/branding/unstable/wizHeader.bmp b/webbrowser/branding/unstable/wizHeader.bmp
index 12e08e8..12e08e8 100644
--- a/branding/unstable/wizHeader.bmp
+++ b/webbrowser/branding/unstable/wizHeader.bmp
Binary files differ
diff --git a/branding/unstable/wizHeaderRTL.bmp b/webbrowser/branding/unstable/wizHeaderRTL.bmp
index eb8b9f4..eb8b9f4 100644
--- a/branding/unstable/wizHeaderRTL.bmp
+++ b/webbrowser/branding/unstable/wizHeaderRTL.bmp
Binary files differ
diff --git a/branding/unstable/wizWatermark.bmp b/webbrowser/branding/unstable/wizWatermark.bmp
index 8c39d51..8c39d51 100644
--- a/branding/unstable/wizWatermark.bmp
+++ b/webbrowser/branding/unstable/wizWatermark.bmp
Binary files differ
diff --git a/build.mk b/webbrowser/build.mk
index 62f25ce..62f25ce 100644
--- a/build.mk
+++ b/webbrowser/build.mk
diff --git a/components/BrowserComponents.manifest b/webbrowser/components/BrowserComponents.manifest
index 0ff14d0..0ff14d0 100644
--- a/components/BrowserComponents.manifest
+++ b/webbrowser/components/BrowserComponents.manifest
diff --git a/components/abouthome/aboutHome.css b/webbrowser/components/abouthome/aboutHome.css
index 2b062e8..2b062e8 100644
--- a/components/abouthome/aboutHome.css
+++ b/webbrowser/components/abouthome/aboutHome.css
diff --git a/components/abouthome/aboutHome.js b/webbrowser/components/abouthome/aboutHome.js
index 6ff8eee..6ff8eee 100644
--- a/components/abouthome/aboutHome.js
+++ b/webbrowser/components/abouthome/aboutHome.js
diff --git a/components/abouthome/aboutHome.xhtml b/webbrowser/components/abouthome/aboutHome.xhtml
index d72ec49..d72ec49 100644
--- a/components/abouthome/aboutHome.xhtml
+++ b/webbrowser/components/abouthome/aboutHome.xhtml
diff --git a/components/abouthome/addons.png b/webbrowser/components/abouthome/addons.png
index 41519ce..41519ce 100644
--- a/components/abouthome/addons.png
+++ b/webbrowser/components/abouthome/addons.png
Binary files differ
diff --git a/components/abouthome/addons@2x.png b/webbrowser/components/abouthome/addons@2x.png
index d4d04ee..d4d04ee 100644
--- a/components/abouthome/addons@2x.png
+++ b/webbrowser/components/abouthome/addons@2x.png
Binary files differ
diff --git a/components/abouthome/bookmarks.png b/webbrowser/components/abouthome/bookmarks.png
index 5c7e194..5c7e194 100644
--- a/components/abouthome/bookmarks.png
+++ b/webbrowser/components/abouthome/bookmarks.png
Binary files differ
diff --git a/components/abouthome/bookmarks@2x.png b/webbrowser/components/abouthome/bookmarks@2x.png
index 7ede007..7ede007 100644
--- a/components/abouthome/bookmarks@2x.png
+++ b/webbrowser/components/abouthome/bookmarks@2x.png
Binary files differ
diff --git a/components/abouthome/downloads.png b/webbrowser/components/abouthome/downloads.png
index 3d4d10e..3d4d10e 100644
--- a/components/abouthome/downloads.png
+++ b/webbrowser/components/abouthome/downloads.png
Binary files differ
diff --git a/components/abouthome/downloads@2x.png b/webbrowser/components/abouthome/downloads@2x.png
index d384a22..d384a22 100644
--- a/components/abouthome/downloads@2x.png
+++ b/webbrowser/components/abouthome/downloads@2x.png
Binary files differ
diff --git a/components/abouthome/history.png b/webbrowser/components/abouthome/history.png
index ae742b1..ae742b1 100644
--- a/components/abouthome/history.png
+++ b/webbrowser/components/abouthome/history.png
Binary files differ
diff --git a/components/abouthome/history@2x.png b/webbrowser/components/abouthome/history@2x.png
index 696902e..696902e 100644
--- a/components/abouthome/history@2x.png
+++ b/webbrowser/components/abouthome/history@2x.png
Binary files differ
diff --git a/components/abouthome/jar.mn b/webbrowser/components/abouthome/jar.mn
index e1ae4ac..e1ae4ac 100644
--- a/components/abouthome/jar.mn
+++ b/webbrowser/components/abouthome/jar.mn
diff --git a/components/abouthome/moz.build b/webbrowser/components/abouthome/moz.build
index 2d64d50..2d64d50 100644
--- a/components/abouthome/moz.build
+++ b/webbrowser/components/abouthome/moz.build
diff --git a/components/abouthome/noise.png b/webbrowser/components/abouthome/noise.png
index 3467cf4..3467cf4 100644
--- a/components/abouthome/noise.png
+++ b/webbrowser/components/abouthome/noise.png
Binary files differ
diff --git a/components/abouthome/restore-large.png b/webbrowser/components/abouthome/restore-large.png
index ef593e6..ef593e6 100644
--- a/components/abouthome/restore-large.png
+++ b/webbrowser/components/abouthome/restore-large.png
Binary files differ
diff --git a/components/abouthome/restore-large@2x.png b/webbrowser/components/abouthome/restore-large@2x.png
index d5c71d0..d5c71d0 100644
--- a/components/abouthome/restore-large@2x.png
+++ b/webbrowser/components/abouthome/restore-large@2x.png
Binary files differ
diff --git a/components/abouthome/restore.png b/webbrowser/components/abouthome/restore.png
index 5c3d6f4..5c3d6f4 100644
--- a/components/abouthome/restore.png
+++ b/webbrowser/components/abouthome/restore.png
Binary files differ
diff --git a/components/abouthome/restore@2x.png b/webbrowser/components/abouthome/restore@2x.png
index 5acb630..5acb630 100644
--- a/components/abouthome/restore@2x.png
+++ b/webbrowser/components/abouthome/restore@2x.png
Binary files differ
diff --git a/components/abouthome/settings.png b/webbrowser/components/abouthome/settings.png
index 4b0c309..4b0c309 100644
--- a/components/abouthome/settings.png
+++ b/webbrowser/components/abouthome/settings.png
Binary files differ
diff --git a/components/abouthome/settings@2x.png b/webbrowser/components/abouthome/settings@2x.png
index c77cb9a..c77cb9a 100644
--- a/components/abouthome/settings@2x.png
+++ b/webbrowser/components/abouthome/settings@2x.png
Binary files differ
diff --git a/components/abouthome/snippet1.png b/webbrowser/components/abouthome/snippet1.png
index ce2ec55..ce2ec55 100644
--- a/components/abouthome/snippet1.png
+++ b/webbrowser/components/abouthome/snippet1.png
Binary files differ
diff --git a/components/abouthome/snippet1@2x.png b/webbrowser/components/abouthome/snippet1@2x.png
index f57cd0a..f57cd0a 100644
--- a/components/abouthome/snippet1@2x.png
+++ b/webbrowser/components/abouthome/snippet1@2x.png
Binary files differ
diff --git a/components/abouthome/snippet2.png b/webbrowser/components/abouthome/snippet2.png
index e0724fb..e0724fb 100644
--- a/components/abouthome/snippet2.png
+++ b/webbrowser/components/abouthome/snippet2.png
Binary files differ
diff --git a/components/abouthome/snippet2@2x.png b/webbrowser/components/abouthome/snippet2@2x.png
index 40577f5..40577f5 100644
--- a/components/abouthome/snippet2@2x.png
+++ b/webbrowser/components/abouthome/snippet2@2x.png
Binary files differ
diff --git a/components/abouthome/sync.png b/webbrowser/components/abouthome/sync.png
index 11e40cc..11e40cc 100644
--- a/components/abouthome/sync.png
+++ b/webbrowser/components/abouthome/sync.png
Binary files differ
diff --git a/components/abouthome/sync@2x.png b/webbrowser/components/abouthome/sync@2x.png
index 6354f5b..6354f5b 100644
--- a/components/abouthome/sync@2x.png
+++ b/webbrowser/components/abouthome/sync@2x.png
Binary files differ
diff --git a/components/build/Makefile.in b/webbrowser/components/build/Makefile.in
index 2387227..2387227 100644
--- a/components/build/Makefile.in
+++ b/webbrowser/components/build/Makefile.in
diff --git a/components/build/moz.build b/webbrowser/components/build/moz.build
index ea1f771..ea1f771 100644
--- a/components/build/moz.build
+++ b/webbrowser/components/build/moz.build
diff --git a/components/build/nsBrowserCompsCID.h b/webbrowser/components/build/nsBrowserCompsCID.h
index bbaa9ab..bbaa9ab 100644
--- a/components/build/nsBrowserCompsCID.h
+++ b/webbrowser/components/build/nsBrowserCompsCID.h
diff --git a/components/build/nsModule.cpp b/webbrowser/components/build/nsModule.cpp
index f98fc08..f98fc08 100644
--- a/components/build/nsModule.cpp
+++ b/webbrowser/components/build/nsModule.cpp
diff --git a/components/certerror/content/aboutCertError.css b/webbrowser/components/certerror/content/aboutCertError.css
index 059d812..059d812 100644
--- a/components/certerror/content/aboutCertError.css
+++ b/webbrowser/components/certerror/content/aboutCertError.css
diff --git a/components/certerror/content/aboutCertError.xhtml b/webbrowser/components/certerror/content/aboutCertError.xhtml
index c8a7e44..c8a7e44 100644
--- a/components/certerror/content/aboutCertError.xhtml
+++ b/webbrowser/components/certerror/content/aboutCertError.xhtml
diff --git a/components/certerror/jar.mn b/webbrowser/components/certerror/jar.mn
index 08e0710..08e0710 100644
--- a/components/certerror/jar.mn
+++ b/webbrowser/components/certerror/jar.mn
diff --git a/components/certerror/moz.build b/webbrowser/components/certerror/moz.build
index c97072b..c97072b 100644
--- a/components/certerror/moz.build
+++ b/webbrowser/components/certerror/moz.build
diff --git a/components/dirprovider/DirectoryProvider.cpp b/webbrowser/components/dirprovider/DirectoryProvider.cpp
index 85728b3..85728b3 100644
--- a/components/dirprovider/DirectoryProvider.cpp
+++ b/webbrowser/components/dirprovider/DirectoryProvider.cpp
diff --git a/components/dirprovider/DirectoryProvider.h b/webbrowser/components/dirprovider/DirectoryProvider.h
index 43fa85a..43fa85a 100644
--- a/components/dirprovider/DirectoryProvider.h
+++ b/webbrowser/components/dirprovider/DirectoryProvider.h
diff --git a/components/dirprovider/moz.build b/webbrowser/components/dirprovider/moz.build
index b01c4a3..b01c4a3 100644
--- a/components/dirprovider/moz.build
+++ b/webbrowser/components/dirprovider/moz.build
diff --git a/components/distribution.js b/webbrowser/components/distribution.js
index 121e55b..121e55b 100644
--- a/components/distribution.js
+++ b/webbrowser/components/distribution.js
diff --git a/components/downloads/BrowserDownloads.manifest b/webbrowser/components/downloads/BrowserDownloads.manifest
index 1881ca1..1881ca1 100644
--- a/components/downloads/BrowserDownloads.manifest
+++ b/webbrowser/components/downloads/BrowserDownloads.manifest
diff --git a/components/downloads/DownloadsCommon.jsm b/webbrowser/components/downloads/DownloadsCommon.jsm
index efe31ce..efe31ce 100644
--- a/components/downloads/DownloadsCommon.jsm
+++ b/webbrowser/components/downloads/DownloadsCommon.jsm
diff --git a/components/downloads/DownloadsLogger.jsm b/webbrowser/components/downloads/DownloadsLogger.jsm
index 1218539..1218539 100644
--- a/components/downloads/DownloadsLogger.jsm
+++ b/webbrowser/components/downloads/DownloadsLogger.jsm
diff --git a/components/downloads/DownloadsStartup.js b/webbrowser/components/downloads/DownloadsStartup.js
index e1dd207..e1dd207 100644
--- a/components/downloads/DownloadsStartup.js
+++ b/webbrowser/components/downloads/DownloadsStartup.js
diff --git a/components/downloads/DownloadsTaskbar.jsm b/webbrowser/components/downloads/DownloadsTaskbar.jsm
index cf915ab..cf915ab 100644
--- a/components/downloads/DownloadsTaskbar.jsm
+++ b/webbrowser/components/downloads/DownloadsTaskbar.jsm
diff --git a/components/downloads/DownloadsUI.js b/webbrowser/components/downloads/DownloadsUI.js
index afdbda8..afdbda8 100644
--- a/components/downloads/DownloadsUI.js
+++ b/webbrowser/components/downloads/DownloadsUI.js
diff --git a/components/downloads/DownloadsViewUI.jsm b/webbrowser/components/downloads/DownloadsViewUI.jsm
index ede593e..ede593e 100644
--- a/components/downloads/DownloadsViewUI.jsm
+++ b/webbrowser/components/downloads/DownloadsViewUI.jsm
diff --git a/components/downloads/content/allDownloadsViewOverlay.css b/webbrowser/components/downloads/content/allDownloadsViewOverlay.css
index c062ae4..c062ae4 100644
--- a/components/downloads/content/allDownloadsViewOverlay.css
+++ b/webbrowser/components/downloads/content/allDownloadsViewOverlay.css
diff --git a/components/downloads/content/allDownloadsViewOverlay.js b/webbrowser/components/downloads/content/allDownloadsViewOverlay.js
index 4830f21..4830f21 100644
--- a/components/downloads/content/allDownloadsViewOverlay.js
+++ b/webbrowser/components/downloads/content/allDownloadsViewOverlay.js
diff --git a/components/downloads/content/allDownloadsViewOverlay.xul b/webbrowser/components/downloads/content/allDownloadsViewOverlay.xul
index 4e9bfd1..4e9bfd1 100644
--- a/components/downloads/content/allDownloadsViewOverlay.xul
+++ b/webbrowser/components/downloads/content/allDownloadsViewOverlay.xul
diff --git a/components/downloads/content/contentAreaDownloadsView.css b/webbrowser/components/downloads/content/contentAreaDownloadsView.css
index abaae1f..abaae1f 100644
--- a/components/downloads/content/contentAreaDownloadsView.css
+++ b/webbrowser/components/downloads/content/contentAreaDownloadsView.css
diff --git a/components/downloads/content/contentAreaDownloadsView.js b/webbrowser/components/downloads/content/contentAreaDownloadsView.js
index fbb18ab..fbb18ab 100644
--- a/components/downloads/content/contentAreaDownloadsView.js
+++ b/webbrowser/components/downloads/content/contentAreaDownloadsView.js
diff --git a/components/downloads/content/contentAreaDownloadsView.xul b/webbrowser/components/downloads/content/contentAreaDownloadsView.xul
index a91de1e..a91de1e 100644
--- a/components/downloads/content/contentAreaDownloadsView.xul
+++ b/webbrowser/components/downloads/content/contentAreaDownloadsView.xul
diff --git a/components/downloads/content/download.css b/webbrowser/components/downloads/content/download.css
index 7412fa7..7412fa7 100644
--- a/components/downloads/content/download.css
+++ b/webbrowser/components/downloads/content/download.css
diff --git a/components/downloads/content/download.xml b/webbrowser/components/downloads/content/download.xml
index 542901b..542901b 100644
--- a/components/downloads/content/download.xml
+++ b/webbrowser/components/downloads/content/download.xml
diff --git a/components/downloads/content/downloads.css b/webbrowser/components/downloads/content/downloads.css
index 825db68..825db68 100644
--- a/components/downloads/content/downloads.css
+++ b/webbrowser/components/downloads/content/downloads.css
diff --git a/components/downloads/content/downloads.js b/webbrowser/components/downloads/content/downloads.js
index ee1c690..ee1c690 100644
--- a/components/downloads/content/downloads.js
+++ b/webbrowser/components/downloads/content/downloads.js
diff --git a/components/downloads/content/downloadsOverlay.xul b/webbrowser/components/downloads/content/downloadsOverlay.xul
index ca35ee3..ca35ee3 100644
--- a/components/downloads/content/downloadsOverlay.xul
+++ b/webbrowser/components/downloads/content/downloadsOverlay.xul
diff --git a/components/downloads/content/indicator.js b/webbrowser/components/downloads/content/indicator.js
index 1a2175a..1a2175a 100644
--- a/components/downloads/content/indicator.js
+++ b/webbrowser/components/downloads/content/indicator.js
diff --git a/components/downloads/content/indicatorOverlay.xul b/webbrowser/components/downloads/content/indicatorOverlay.xul
index efb6cab..efb6cab 100644
--- a/components/downloads/content/indicatorOverlay.xul
+++ b/webbrowser/components/downloads/content/indicatorOverlay.xul
diff --git a/components/downloads/jar.mn b/webbrowser/components/downloads/jar.mn
index 8c0b519..8c0b519 100644
--- a/components/downloads/jar.mn
+++ b/webbrowser/components/downloads/jar.mn
diff --git a/components/downloads/moz.build b/webbrowser/components/downloads/moz.build
index abfaab7..abfaab7 100644
--- a/components/downloads/moz.build
+++ b/webbrowser/components/downloads/moz.build
diff --git a/components/feeds/BrowserFeeds.manifest b/webbrowser/components/feeds/BrowserFeeds.manifest
index a584323..a584323 100644
--- a/components/feeds/BrowserFeeds.manifest
+++ b/webbrowser/components/feeds/BrowserFeeds.manifest
diff --git a/components/feeds/FeedConverter.js b/webbrowser/components/feeds/FeedConverter.js
index d0f5737..d0f5737 100644
--- a/components/feeds/FeedConverter.js
+++ b/webbrowser/components/feeds/FeedConverter.js
diff --git a/components/feeds/FeedWriter.js b/webbrowser/components/feeds/FeedWriter.js
index facde58..facde58 100644
--- a/components/feeds/FeedWriter.js
+++ b/webbrowser/components/feeds/FeedWriter.js
diff --git a/components/feeds/WebContentConverter.js b/webbrowser/components/feeds/WebContentConverter.js
index 42e2ede..42e2ede 100644
--- a/components/feeds/WebContentConverter.js
+++ b/webbrowser/components/feeds/WebContentConverter.js
diff --git a/components/feeds/content/subscribe.css b/webbrowser/components/feeds/content/subscribe.css
index bf2524d..bf2524d 100644
--- a/components/feeds/content/subscribe.css
+++ b/webbrowser/components/feeds/content/subscribe.css
diff --git a/components/feeds/content/subscribe.js b/webbrowser/components/feeds/content/subscribe.js
index ab2eac4..ab2eac4 100644
--- a/components/feeds/content/subscribe.js
+++ b/webbrowser/components/feeds/content/subscribe.js
diff --git a/components/feeds/content/subscribe.xhtml b/webbrowser/components/feeds/content/subscribe.xhtml
index 8ad069f..8ad069f 100644
--- a/components/feeds/content/subscribe.xhtml
+++ b/webbrowser/components/feeds/content/subscribe.xhtml
diff --git a/components/feeds/content/subscribe.xml b/webbrowser/components/feeds/content/subscribe.xml
index 949bcfd..949bcfd 100644
--- a/components/feeds/content/subscribe.xml
+++ b/webbrowser/components/feeds/content/subscribe.xml
diff --git a/components/feeds/jar.mn b/webbrowser/components/feeds/jar.mn
index f8896f8..f8896f8 100644
--- a/components/feeds/jar.mn
+++ b/webbrowser/components/feeds/jar.mn
diff --git a/components/feeds/moz.build b/webbrowser/components/feeds/moz.build
index 736920a..736920a 100644
--- a/components/feeds/moz.build
+++ b/webbrowser/components/feeds/moz.build
diff --git a/components/feeds/nsFeedSniffer.cpp b/webbrowser/components/feeds/nsFeedSniffer.cpp
index f314d3d..f314d3d 100644
--- a/components/feeds/nsFeedSniffer.cpp
+++ b/webbrowser/components/feeds/nsFeedSniffer.cpp
diff --git a/components/feeds/nsFeedSniffer.h b/webbrowser/components/feeds/nsFeedSniffer.h
index a0eb986..a0eb986 100644
--- a/components/feeds/nsFeedSniffer.h
+++ b/webbrowser/components/feeds/nsFeedSniffer.h
diff --git a/components/feeds/nsIFeedResultService.idl b/webbrowser/components/feeds/nsIFeedResultService.idl
index cb0f332..cb0f332 100644
--- a/components/feeds/nsIFeedResultService.idl
+++ b/webbrowser/components/feeds/nsIFeedResultService.idl
diff --git a/components/feeds/nsIWebContentConverterRegistrar.idl b/webbrowser/components/feeds/nsIWebContentConverterRegistrar.idl
index 08ce2f4..08ce2f4 100644
--- a/components/feeds/nsIWebContentConverterRegistrar.idl
+++ b/webbrowser/components/feeds/nsIWebContentConverterRegistrar.idl
diff --git a/components/fuel/fuelApplication.js b/webbrowser/components/fuel/fuelApplication.js
index bc3a091..bc3a091 100644
--- a/components/fuel/fuelApplication.js
+++ b/webbrowser/components/fuel/fuelApplication.js
diff --git a/components/fuel/fuelApplication.manifest b/webbrowser/components/fuel/fuelApplication.manifest
index 67e6d0f..67e6d0f 100644
--- a/components/fuel/fuelApplication.manifest
+++ b/webbrowser/components/fuel/fuelApplication.manifest
diff --git a/components/fuel/fuelIApplication.idl b/webbrowser/components/fuel/fuelIApplication.idl
index 69b51b0..69b51b0 100644
--- a/components/fuel/fuelIApplication.idl
+++ b/webbrowser/components/fuel/fuelIApplication.idl
diff --git a/components/fuel/moz.build b/webbrowser/components/fuel/moz.build
index 5c468f2..5c468f2 100644
--- a/components/fuel/moz.build
+++ b/webbrowser/components/fuel/moz.build
diff --git a/components/moz.build b/webbrowser/components/moz.build
index 48d4552..48d4552 100644
--- a/components/moz.build
+++ b/webbrowser/components/moz.build
diff --git a/components/newtab/cells.js b/webbrowser/components/newtab/cells.js
index 47d4ef5..47d4ef5 100644
--- a/components/newtab/cells.js
+++ b/webbrowser/components/newtab/cells.js
diff --git a/components/newtab/drag.js b/webbrowser/components/newtab/drag.js
index e3928eb..e3928eb 100644
--- a/components/newtab/drag.js
+++ b/webbrowser/components/newtab/drag.js
diff --git a/components/newtab/dragDataHelper.js b/webbrowser/components/newtab/dragDataHelper.js
index 675ff26..675ff26 100644
--- a/components/newtab/dragDataHelper.js
+++ b/webbrowser/components/newtab/dragDataHelper.js
diff --git a/components/newtab/drop.js b/webbrowser/components/newtab/drop.js
index 7486524..7486524 100644
--- a/components/newtab/drop.js
+++ b/webbrowser/components/newtab/drop.js
diff --git a/components/newtab/dropPreview.js b/webbrowser/components/newtab/dropPreview.js
index fd7587a..fd7587a 100644
--- a/components/newtab/dropPreview.js
+++ b/webbrowser/components/newtab/dropPreview.js
diff --git a/components/newtab/dropTargetShim.js b/webbrowser/components/newtab/dropTargetShim.js
index 57a97fa..57a97fa 100644
--- a/components/newtab/dropTargetShim.js
+++ b/webbrowser/components/newtab/dropTargetShim.js
diff --git a/components/newtab/grid.js b/webbrowser/components/newtab/grid.js
index e63ea54..e63ea54 100644
--- a/components/newtab/grid.js
+++ b/webbrowser/components/newtab/grid.js
diff --git a/components/newtab/jar.mn b/webbrowser/components/newtab/jar.mn
index 2d62914..2d62914 100644
--- a/components/newtab/jar.mn
+++ b/webbrowser/components/newtab/jar.mn
diff --git a/components/newtab/moz.build b/webbrowser/components/newtab/moz.build
index 2d64d50..2d64d50 100644
--- a/components/newtab/moz.build
+++ b/webbrowser/components/newtab/moz.build
diff --git a/components/newtab/newTab.css b/webbrowser/components/newtab/newTab.css
index 3c7cfa1..3c7cfa1 100644
--- a/components/newtab/newTab.css
+++ b/webbrowser/components/newtab/newTab.css
diff --git a/components/newtab/newTab.js b/webbrowser/components/newtab/newTab.js
index 0022f21..0022f21 100644
--- a/components/newtab/newTab.js
+++ b/webbrowser/components/newtab/newTab.js
diff --git a/components/newtab/newTab.xhtml b/webbrowser/components/newtab/newTab.xhtml
index de000e7..de000e7 100644
--- a/components/newtab/newTab.xhtml
+++ b/webbrowser/components/newtab/newTab.xhtml
diff --git a/components/newtab/page.js b/webbrowser/components/newtab/page.js
index 34387fd..34387fd 100644
--- a/components/newtab/page.js
+++ b/webbrowser/components/newtab/page.js
diff --git a/components/newtab/search.js b/webbrowser/components/newtab/search.js
index 8bc959e..8bc959e 100644
--- a/components/newtab/search.js
+++ b/webbrowser/components/newtab/search.js
diff --git a/components/newtab/sites.js b/webbrowser/components/newtab/sites.js
index cb56752..cb56752 100644
--- a/components/newtab/sites.js
+++ b/webbrowser/components/newtab/sites.js
diff --git a/components/newtab/transformations.js b/webbrowser/components/newtab/transformations.js
index f7db0ad..f7db0ad 100644
--- a/components/newtab/transformations.js
+++ b/webbrowser/components/newtab/transformations.js
diff --git a/components/newtab/undo.js b/webbrowser/components/newtab/undo.js
index b856914..b856914 100644
--- a/components/newtab/undo.js
+++ b/webbrowser/components/newtab/undo.js
diff --git a/components/newtab/updater.js b/webbrowser/components/newtab/updater.js
index 2bab74d..2bab74d 100644
--- a/components/newtab/updater.js
+++ b/webbrowser/components/newtab/updater.js
diff --git a/components/nsAboutRedirector.js b/webbrowser/components/nsAboutRedirector.js
index 4d99a78..4d99a78 100644
--- a/components/nsAboutRedirector.js
+++ b/webbrowser/components/nsAboutRedirector.js
diff --git a/components/nsBrowserContentHandler.js b/webbrowser/components/nsBrowserContentHandler.js
index e7f1414..e7f1414 100644
--- a/components/nsBrowserContentHandler.js
+++ b/webbrowser/components/nsBrowserContentHandler.js
diff --git a/components/nsBrowserGlue.js b/webbrowser/components/nsBrowserGlue.js
index e8eefa4..e8eefa4 100644
--- a/components/nsBrowserGlue.js
+++ b/webbrowser/components/nsBrowserGlue.js
diff --git a/components/nsIBrowserGlue.idl b/webbrowser/components/nsIBrowserGlue.idl
index 1bb82a9..1bb82a9 100644
--- a/components/nsIBrowserGlue.idl
+++ b/webbrowser/components/nsIBrowserGlue.idl
diff --git a/components/nsIBrowserHandler.idl b/webbrowser/components/nsIBrowserHandler.idl
index 74292f9..74292f9 100644
--- a/components/nsIBrowserHandler.idl
+++ b/webbrowser/components/nsIBrowserHandler.idl
diff --git a/components/pageinfo/feeds.js b/webbrowser/components/pageinfo/feeds.js
index 468d8c1..468d8c1 100644
--- a/components/pageinfo/feeds.js
+++ b/webbrowser/components/pageinfo/feeds.js
diff --git a/components/pageinfo/feeds.xml b/webbrowser/components/pageinfo/feeds.xml
index 782c05a..782c05a 100644
--- a/components/pageinfo/feeds.xml
+++ b/webbrowser/components/pageinfo/feeds.xml
diff --git a/components/pageinfo/jar.mn b/webbrowser/components/pageinfo/jar.mn
index 229f991..229f991 100644
--- a/components/pageinfo/jar.mn
+++ b/webbrowser/components/pageinfo/jar.mn
diff --git a/components/pageinfo/moz.build b/webbrowser/components/pageinfo/moz.build
index 2d64d50..2d64d50 100644
--- a/components/pageinfo/moz.build
+++ b/webbrowser/components/pageinfo/moz.build
diff --git a/components/pageinfo/pageInfo.css b/webbrowser/components/pageinfo/pageInfo.css
index 622b56b..622b56b 100644
--- a/components/pageinfo/pageInfo.css
+++ b/webbrowser/components/pageinfo/pageInfo.css
diff --git a/components/pageinfo/pageInfo.js b/webbrowser/components/pageinfo/pageInfo.js
index 600174a..600174a 100644
--- a/components/pageinfo/pageInfo.js
+++ b/webbrowser/components/pageinfo/pageInfo.js
diff --git a/components/pageinfo/pageInfo.xml b/webbrowser/components/pageinfo/pageInfo.xml
index 20d3300..20d3300 100644
--- a/components/pageinfo/pageInfo.xml
+++ b/webbrowser/components/pageinfo/pageInfo.xml
diff --git a/components/pageinfo/pageInfo.xul b/webbrowser/components/pageinfo/pageInfo.xul
index c7c486a..c7c486a 100644
--- a/components/pageinfo/pageInfo.xul
+++ b/webbrowser/components/pageinfo/pageInfo.xul
diff --git a/components/pageinfo/permissions.js b/webbrowser/components/pageinfo/permissions.js
index 4f8382f..4f8382f 100644
--- a/components/pageinfo/permissions.js
+++ b/webbrowser/components/pageinfo/permissions.js
diff --git a/components/pageinfo/security.js b/webbrowser/components/pageinfo/security.js
index e791ab9..e791ab9 100644
--- a/components/pageinfo/security.js
+++ b/webbrowser/components/pageinfo/security.js
diff --git a/components/permissions/aboutPermissions.css b/webbrowser/components/permissions/aboutPermissions.css
index d73b6a8..d73b6a8 100644
--- a/components/permissions/aboutPermissions.css
+++ b/webbrowser/components/permissions/aboutPermissions.css
diff --git a/components/permissions/aboutPermissions.js b/webbrowser/components/permissions/aboutPermissions.js
index 421b65a..421b65a 100644
--- a/components/permissions/aboutPermissions.js
+++ b/webbrowser/components/permissions/aboutPermissions.js
diff --git a/components/permissions/aboutPermissions.xml b/webbrowser/components/permissions/aboutPermissions.xml
index 2932ea0..2932ea0 100644
--- a/components/permissions/aboutPermissions.xml
+++ b/webbrowser/components/permissions/aboutPermissions.xml
diff --git a/components/permissions/aboutPermissions.xul b/webbrowser/components/permissions/aboutPermissions.xul
index dfee147..dfee147 100644
--- a/components/permissions/aboutPermissions.xul
+++ b/webbrowser/components/permissions/aboutPermissions.xul
diff --git a/components/permissions/jar.mn b/webbrowser/components/permissions/jar.mn
index c788938..c788938 100644
--- a/components/permissions/jar.mn
+++ b/webbrowser/components/permissions/jar.mn
diff --git a/components/permissions/moz.build b/webbrowser/components/permissions/moz.build
index 3bbe672..3bbe672 100644
--- a/components/permissions/moz.build
+++ b/webbrowser/components/permissions/moz.build
diff --git a/components/places/PlacesUIUtils.jsm b/webbrowser/components/places/PlacesUIUtils.jsm
index e3a9e13..e3a9e13 100644
--- a/components/places/PlacesUIUtils.jsm
+++ b/webbrowser/components/places/PlacesUIUtils.jsm
diff --git a/components/places/content/bookmarkProperties.js b/webbrowser/components/places/content/bookmarkProperties.js
index e1d1077..e1d1077 100644
--- a/components/places/content/bookmarkProperties.js
+++ b/webbrowser/components/places/content/bookmarkProperties.js
diff --git a/components/places/content/bookmarkProperties.xul b/webbrowser/components/places/content/bookmarkProperties.xul
index 2c04f8b..2c04f8b 100644
--- a/components/places/content/bookmarkProperties.xul
+++ b/webbrowser/components/places/content/bookmarkProperties.xul
diff --git a/components/places/content/bookmarksPanel.js b/webbrowser/components/places/content/bookmarksPanel.js
index c964bd0..c964bd0 100644
--- a/components/places/content/bookmarksPanel.js
+++ b/webbrowser/components/places/content/bookmarksPanel.js
diff --git a/components/places/content/bookmarksPanel.xul b/webbrowser/components/places/content/bookmarksPanel.xul
index 45744bb..45744bb 100644
--- a/components/places/content/bookmarksPanel.xul
+++ b/webbrowser/components/places/content/bookmarksPanel.xul
diff --git a/components/places/content/browserPlacesViews.js b/webbrowser/components/places/content/browserPlacesViews.js
index 8b90dd2..8b90dd2 100644
--- a/components/places/content/browserPlacesViews.js
+++ b/webbrowser/components/places/content/browserPlacesViews.js
diff --git a/components/places/content/controller.js b/webbrowser/components/places/content/controller.js
index f4e272e..f4e272e 100644
--- a/components/places/content/controller.js
+++ b/webbrowser/components/places/content/controller.js
diff --git a/components/places/content/downloadsViewOverlay.xul b/webbrowser/components/places/content/downloadsViewOverlay.xul
index 8e2d775..8e2d775 100644
--- a/components/places/content/downloadsViewOverlay.xul
+++ b/webbrowser/components/places/content/downloadsViewOverlay.xul
diff --git a/components/places/content/editBookmarkOverlay.js b/webbrowser/components/places/content/editBookmarkOverlay.js
index 69d7d32..69d7d32 100644
--- a/components/places/content/editBookmarkOverlay.js
+++ b/webbrowser/components/places/content/editBookmarkOverlay.js
diff --git a/components/places/content/editBookmarkOverlay.xul b/webbrowser/components/places/content/editBookmarkOverlay.xul
index 196369d..196369d 100644
--- a/components/places/content/editBookmarkOverlay.xul
+++ b/webbrowser/components/places/content/editBookmarkOverlay.xul
diff --git a/components/places/content/history-panel.js b/webbrowser/components/places/content/history-panel.js
index cda39dd..cda39dd 100644
--- a/components/places/content/history-panel.js
+++ b/webbrowser/components/places/content/history-panel.js
diff --git a/components/places/content/history-panel.xul b/webbrowser/components/places/content/history-panel.xul
index d1c875a..d1c875a 100644
--- a/components/places/content/history-panel.xul
+++ b/webbrowser/components/places/content/history-panel.xul
diff --git a/components/places/content/menu.xml b/webbrowser/components/places/content/menu.xml
index d4041ec..d4041ec 100644
--- a/components/places/content/menu.xml
+++ b/webbrowser/components/places/content/menu.xml
diff --git a/components/places/content/moveBookmarks.js b/webbrowser/components/places/content/moveBookmarks.js
index 964604f..964604f 100644
--- a/components/places/content/moveBookmarks.js
+++ b/webbrowser/components/places/content/moveBookmarks.js
diff --git a/components/places/content/moveBookmarks.xul b/webbrowser/components/places/content/moveBookmarks.xul
index b6e75f3..b6e75f3 100644
--- a/components/places/content/moveBookmarks.xul
+++ b/webbrowser/components/places/content/moveBookmarks.xul
diff --git a/components/places/content/organizer.css b/webbrowser/components/places/content/organizer.css
index 47b1832..47b1832 100644
--- a/components/places/content/organizer.css
+++ b/webbrowser/components/places/content/organizer.css
diff --git a/components/places/content/places.css b/webbrowser/components/places/content/places.css
index 5151cca..5151cca 100644
--- a/components/places/content/places.css
+++ b/webbrowser/components/places/content/places.css
diff --git a/components/places/content/places.js b/webbrowser/components/places/content/places.js
index 40dbcb9..40dbcb9 100644
--- a/components/places/content/places.js
+++ b/webbrowser/components/places/content/places.js
diff --git a/components/places/content/places.xul b/webbrowser/components/places/content/places.xul
index 92e8a70..92e8a70 100644
--- a/components/places/content/places.xul
+++ b/webbrowser/components/places/content/places.xul
diff --git a/components/places/content/placesOverlay.xul b/webbrowser/components/places/content/placesOverlay.xul
index 59115a5..59115a5 100644
--- a/components/places/content/placesOverlay.xul
+++ b/webbrowser/components/places/content/placesOverlay.xul
diff --git a/components/places/content/sidebarUtils.js b/webbrowser/components/places/content/sidebarUtils.js
index 06ed537..06ed537 100644
--- a/components/places/content/sidebarUtils.js
+++ b/webbrowser/components/places/content/sidebarUtils.js
diff --git a/components/places/content/tree.xml b/webbrowser/components/places/content/tree.xml
index 05b0169..05b0169 100644
--- a/components/places/content/tree.xml
+++ b/webbrowser/components/places/content/tree.xml
diff --git a/components/places/content/treeView.js b/webbrowser/components/places/content/treeView.js
index aba7314..aba7314 100644
--- a/components/places/content/treeView.js
+++ b/webbrowser/components/places/content/treeView.js
diff --git a/components/places/jar.mn b/webbrowser/components/places/jar.mn
index 41222e1..41222e1 100644
--- a/components/places/jar.mn
+++ b/webbrowser/components/places/jar.mn
diff --git a/components/places/moz.build b/webbrowser/components/places/moz.build
index f8b0d12..f8b0d12 100644
--- a/components/places/moz.build
+++ b/webbrowser/components/places/moz.build
diff --git a/components/preferences/advanced.js b/webbrowser/components/preferences/advanced.js
index aab58b3..aab58b3 100644
--- a/components/preferences/advanced.js
+++ b/webbrowser/components/preferences/advanced.js
diff --git a/components/preferences/advanced.xul b/webbrowser/components/preferences/advanced.xul
index e5f3bb1..e5f3bb1 100644
--- a/components/preferences/advanced.xul
+++ b/webbrowser/components/preferences/advanced.xul
diff --git a/components/preferences/applicationManager.js b/webbrowser/components/preferences/applicationManager.js
index 5213183..5213183 100644
--- a/components/preferences/applicationManager.js
+++ b/webbrowser/components/preferences/applicationManager.js
diff --git a/components/preferences/applicationManager.xul b/webbrowser/components/preferences/applicationManager.xul
index b5605c2..b5605c2 100644
--- a/components/preferences/applicationManager.xul
+++ b/webbrowser/components/preferences/applicationManager.xul
diff --git a/components/preferences/applications.js b/webbrowser/components/preferences/applications.js
index d06f9f9..d06f9f9 100644
--- a/components/preferences/applications.js
+++ b/webbrowser/components/preferences/applications.js
diff --git a/components/preferences/applications.xul b/webbrowser/components/preferences/applications.xul
index 2e6fa54..2e6fa54 100644
--- a/components/preferences/applications.xul
+++ b/webbrowser/components/preferences/applications.xul
diff --git a/components/preferences/colors.xul b/webbrowser/components/preferences/colors.xul
index f2109ae..f2109ae 100644
--- a/components/preferences/colors.xul
+++ b/webbrowser/components/preferences/colors.xul
diff --git a/components/preferences/connection.js b/webbrowser/components/preferences/connection.js
index da038c9..da038c9 100644
--- a/components/preferences/connection.js
+++ b/webbrowser/components/preferences/connection.js
diff --git a/components/preferences/connection.xul b/webbrowser/components/preferences/connection.xul
index e6079dd..e6079dd 100644
--- a/components/preferences/connection.xul
+++ b/webbrowser/components/preferences/connection.xul
diff --git a/components/preferences/content.js b/webbrowser/components/preferences/content.js
index 5ae84c2..5ae84c2 100644
--- a/components/preferences/content.js
+++ b/webbrowser/components/preferences/content.js
diff --git a/components/preferences/content.xul b/webbrowser/components/preferences/content.xul
index 23d942e..23d942e 100644
--- a/components/preferences/content.xul
+++ b/webbrowser/components/preferences/content.xul
diff --git a/components/preferences/cookies.js b/webbrowser/components/preferences/cookies.js
index 4fa47ee..4fa47ee 100644
--- a/components/preferences/cookies.js
+++ b/webbrowser/components/preferences/cookies.js
diff --git a/components/preferences/cookies.xul b/webbrowser/components/preferences/cookies.xul
index 60725e9..60725e9 100644
--- a/components/preferences/cookies.xul
+++ b/webbrowser/components/preferences/cookies.xul
diff --git a/components/preferences/fonts.js b/webbrowser/components/preferences/fonts.js
index e9f93a2..e9f93a2 100644
--- a/components/preferences/fonts.js
+++ b/webbrowser/components/preferences/fonts.js
diff --git a/components/preferences/fonts.xul b/webbrowser/components/preferences/fonts.xul
index 97c6869..97c6869 100644
--- a/components/preferences/fonts.xul
+++ b/webbrowser/components/preferences/fonts.xul
diff --git a/components/preferences/handlers.css b/webbrowser/components/preferences/handlers.css
index 9a1d474..9a1d474 100644
--- a/components/preferences/handlers.css
+++ b/webbrowser/components/preferences/handlers.css
diff --git a/components/preferences/handlers.xml b/webbrowser/components/preferences/handlers.xml
index 5fb915c..5fb915c 100644
--- a/components/preferences/handlers.xml
+++ b/webbrowser/components/preferences/handlers.xml
diff --git a/components/preferences/jar.mn b/webbrowser/components/preferences/jar.mn
index 6e143de..6e143de 100644
--- a/components/preferences/jar.mn
+++ b/webbrowser/components/preferences/jar.mn
diff --git a/components/preferences/languages.js b/webbrowser/components/preferences/languages.js
index 8d2b394..8d2b394 100644
--- a/components/preferences/languages.js
+++ b/webbrowser/components/preferences/languages.js
diff --git a/components/preferences/languages.xul b/webbrowser/components/preferences/languages.xul
index 6fd8232..6fd8232 100644
--- a/components/preferences/languages.xul
+++ b/webbrowser/components/preferences/languages.xul
diff --git a/components/preferences/main.js b/webbrowser/components/preferences/main.js
index 07e09ff..07e09ff 100644
--- a/components/preferences/main.js
+++ b/webbrowser/components/preferences/main.js
diff --git a/components/preferences/main.xul b/webbrowser/components/preferences/main.xul
index bb51947..bb51947 100644
--- a/components/preferences/main.xul
+++ b/webbrowser/components/preferences/main.xul
diff --git a/components/preferences/moz.build b/webbrowser/components/preferences/moz.build
index 31fddae..31fddae 100644
--- a/components/preferences/moz.build
+++ b/webbrowser/components/preferences/moz.build
diff --git a/components/preferences/newtaburl.js b/webbrowser/components/preferences/newtaburl.js
index 3c82df8..3c82df8 100644
--- a/components/preferences/newtaburl.js
+++ b/webbrowser/components/preferences/newtaburl.js
diff --git a/components/preferences/permissions.js b/webbrowser/components/preferences/permissions.js
index 4b1bf41..4b1bf41 100644
--- a/components/preferences/permissions.js
+++ b/webbrowser/components/preferences/permissions.js
diff --git a/components/preferences/permissions.xul b/webbrowser/components/preferences/permissions.xul
index 33806cc..33806cc 100644
--- a/components/preferences/permissions.xul
+++ b/webbrowser/components/preferences/permissions.xul
diff --git a/components/preferences/preferences.xul b/webbrowser/components/preferences/preferences.xul
index a1d9c8c..a1d9c8c 100644
--- a/components/preferences/preferences.xul
+++ b/webbrowser/components/preferences/preferences.xul
diff --git a/components/preferences/privacy.js b/webbrowser/components/preferences/privacy.js
index e2a871a..e2a871a 100644
--- a/components/preferences/privacy.js
+++ b/webbrowser/components/preferences/privacy.js
diff --git a/components/preferences/privacy.xul b/webbrowser/components/preferences/privacy.xul
index d2f8106..d2f8106 100644
--- a/components/preferences/privacy.xul
+++ b/webbrowser/components/preferences/privacy.xul
diff --git a/components/preferences/sanitize.js b/webbrowser/components/preferences/sanitize.js
index 15e6f58..15e6f58 100644
--- a/components/preferences/sanitize.js
+++ b/webbrowser/components/preferences/sanitize.js
diff --git a/components/preferences/sanitize.xul b/webbrowser/components/preferences/sanitize.xul
index 829b5df..829b5df 100644
--- a/components/preferences/sanitize.xul
+++ b/webbrowser/components/preferences/sanitize.xul
diff --git a/components/preferences/security.js b/webbrowser/components/preferences/security.js
index a0f283d..a0f283d 100644
--- a/components/preferences/security.js
+++ b/webbrowser/components/preferences/security.js
diff --git a/components/preferences/security.xul b/webbrowser/components/preferences/security.xul
index bae6cca..bae6cca 100644
--- a/components/preferences/security.xul
+++ b/webbrowser/components/preferences/security.xul
diff --git a/components/preferences/selectBookmark.js b/webbrowser/components/preferences/selectBookmark.js
index c7ce022..c7ce022 100644
--- a/components/preferences/selectBookmark.js
+++ b/webbrowser/components/preferences/selectBookmark.js
diff --git a/components/preferences/selectBookmark.xul b/webbrowser/components/preferences/selectBookmark.xul
index 5547534..5547534 100644
--- a/components/preferences/selectBookmark.xul
+++ b/webbrowser/components/preferences/selectBookmark.xul
diff --git a/components/preferences/sync.js b/webbrowser/components/preferences/sync.js
index f29728d..f29728d 100644
--- a/components/preferences/sync.js
+++ b/webbrowser/components/preferences/sync.js
diff --git a/components/preferences/sync.xul b/webbrowser/components/preferences/sync.xul
index 52f5a95..52f5a95 100644
--- a/components/preferences/sync.xul
+++ b/webbrowser/components/preferences/sync.xul
diff --git a/components/preferences/tabs.js b/webbrowser/components/preferences/tabs.js
index b09cb60..b09cb60 100644
--- a/components/preferences/tabs.js
+++ b/webbrowser/components/preferences/tabs.js
diff --git a/components/preferences/tabs.xul b/webbrowser/components/preferences/tabs.xul
index 64529d6..64529d6 100644
--- a/components/preferences/tabs.xul
+++ b/webbrowser/components/preferences/tabs.xul
diff --git a/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml b/webbrowser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
index 95744cf..95744cf 100644
--- a/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
+++ b/webbrowser/components/privatebrowsing/content/aboutPrivateBrowsing.xhtml
diff --git a/components/privatebrowsing/jar.mn b/webbrowser/components/privatebrowsing/jar.mn
index 75e985c..75e985c 100644
--- a/components/privatebrowsing/jar.mn
+++ b/webbrowser/components/privatebrowsing/jar.mn
diff --git a/components/privatebrowsing/moz.build b/webbrowser/components/privatebrowsing/moz.build
index c97072b..c97072b 100644
--- a/components/privatebrowsing/moz.build
+++ b/webbrowser/components/privatebrowsing/moz.build
diff --git a/components/search/content/engineManager.js b/webbrowser/components/search/content/engineManager.js
index 993d48b..993d48b 100644
--- a/components/search/content/engineManager.js
+++ b/webbrowser/components/search/content/engineManager.js
diff --git a/components/search/content/engineManager.xul b/webbrowser/components/search/content/engineManager.xul
index 1152ef8..1152ef8 100644
--- a/components/search/content/engineManager.xul
+++ b/webbrowser/components/search/content/engineManager.xul
diff --git a/components/search/content/search.xml b/webbrowser/components/search/content/search.xml
index 0c33b15..0c33b15 100644
--- a/components/search/content/search.xml
+++ b/webbrowser/components/search/content/search.xml
diff --git a/components/search/content/searchbarBindings.css b/webbrowser/components/search/content/searchbarBindings.css
index b20e215..b20e215 100644
--- a/components/search/content/searchbarBindings.css
+++ b/webbrowser/components/search/content/searchbarBindings.css
diff --git a/components/search/jar.mn b/webbrowser/components/search/jar.mn
index e6c42f9..e6c42f9 100644
--- a/components/search/jar.mn
+++ b/webbrowser/components/search/jar.mn
diff --git a/components/search/moz.build b/webbrowser/components/search/moz.build
index c97072b..c97072b 100644
--- a/components/search/moz.build
+++ b/webbrowser/components/search/moz.build
diff --git a/components/sessionstore/DocumentUtils.jsm b/webbrowser/components/sessionstore/DocumentUtils.jsm
index 6b3f729..6b3f729 100644
--- a/components/sessionstore/DocumentUtils.jsm
+++ b/webbrowser/components/sessionstore/DocumentUtils.jsm
diff --git a/components/sessionstore/SessionStorage.jsm b/webbrowser/components/sessionstore/SessionStorage.jsm
index 64aef35..64aef35 100644
--- a/components/sessionstore/SessionStorage.jsm
+++ b/webbrowser/components/sessionstore/SessionStorage.jsm
diff --git a/components/sessionstore/SessionStore.jsm b/webbrowser/components/sessionstore/SessionStore.jsm
index e19a578..e19a578 100644
--- a/components/sessionstore/SessionStore.jsm
+++ b/webbrowser/components/sessionstore/SessionStore.jsm
diff --git a/components/sessionstore/XPathGenerator.jsm b/webbrowser/components/sessionstore/XPathGenerator.jsm
index 83ff2b8..83ff2b8 100644
--- a/components/sessionstore/XPathGenerator.jsm
+++ b/webbrowser/components/sessionstore/XPathGenerator.jsm
diff --git a/components/sessionstore/_SessionFile.jsm b/webbrowser/components/sessionstore/_SessionFile.jsm
index 62b4d16..62b4d16 100644
--- a/components/sessionstore/_SessionFile.jsm
+++ b/webbrowser/components/sessionstore/_SessionFile.jsm
diff --git a/components/sessionstore/content/aboutSessionRestore.js b/webbrowser/components/sessionstore/content/aboutSessionRestore.js
index 2b6f9ea..2b6f9ea 100644
--- a/components/sessionstore/content/aboutSessionRestore.js
+++ b/webbrowser/components/sessionstore/content/aboutSessionRestore.js
diff --git a/components/sessionstore/content/aboutSessionRestore.xhtml b/webbrowser/components/sessionstore/content/aboutSessionRestore.xhtml
index 6b22250..6b22250 100644
--- a/components/sessionstore/content/aboutSessionRestore.xhtml
+++ b/webbrowser/components/sessionstore/content/aboutSessionRestore.xhtml
diff --git a/components/sessionstore/content/content-sessionStore.js b/webbrowser/components/sessionstore/content/content-sessionStore.js
index e3e956e..e3e956e 100644
--- a/components/sessionstore/content/content-sessionStore.js
+++ b/webbrowser/components/sessionstore/content/content-sessionStore.js
diff --git a/components/sessionstore/jar.mn b/webbrowser/components/sessionstore/jar.mn
index 825b00f..825b00f 100644
--- a/components/sessionstore/jar.mn
+++ b/webbrowser/components/sessionstore/jar.mn
diff --git a/components/sessionstore/moz.build b/webbrowser/components/sessionstore/moz.build
index 84278da..84278da 100644
--- a/components/sessionstore/moz.build
+++ b/webbrowser/components/sessionstore/moz.build
diff --git a/components/sessionstore/nsISessionStartup.idl b/webbrowser/components/sessionstore/nsISessionStartup.idl
index a8e786d..a8e786d 100644
--- a/components/sessionstore/nsISessionStartup.idl
+++ b/webbrowser/components/sessionstore/nsISessionStartup.idl
diff --git a/components/sessionstore/nsISessionStore.idl b/webbrowser/components/sessionstore/nsISessionStore.idl
index 0490772..0490772 100644
--- a/components/sessionstore/nsISessionStore.idl
+++ b/webbrowser/components/sessionstore/nsISessionStore.idl
diff --git a/components/sessionstore/nsSessionStartup.js b/webbrowser/components/sessionstore/nsSessionStartup.js
index 04037c1..04037c1 100644
--- a/components/sessionstore/nsSessionStartup.js
+++ b/webbrowser/components/sessionstore/nsSessionStartup.js
diff --git a/components/sessionstore/nsSessionStore.js b/webbrowser/components/sessionstore/nsSessionStore.js
index 38713d5..38713d5 100644
--- a/components/sessionstore/nsSessionStore.js
+++ b/webbrowser/components/sessionstore/nsSessionStore.js
diff --git a/components/sessionstore/nsSessionStore.manifest b/webbrowser/components/sessionstore/nsSessionStore.manifest
index b136b41..b136b41 100644
--- a/components/sessionstore/nsSessionStore.manifest
+++ b/webbrowser/components/sessionstore/nsSessionStore.manifest
diff --git a/components/shell/ShellService.jsm b/webbrowser/components/shell/ShellService.jsm
index 74632b6..74632b6 100644
--- a/components/shell/ShellService.jsm
+++ b/webbrowser/components/shell/ShellService.jsm
diff --git a/components/shell/content/setDesktopBackground.js b/webbrowser/components/shell/content/setDesktopBackground.js
index 53cc70d..53cc70d 100644
--- a/components/shell/content/setDesktopBackground.js
+++ b/webbrowser/components/shell/content/setDesktopBackground.js
diff --git a/components/shell/content/setDesktopBackground.xul b/webbrowser/components/shell/content/setDesktopBackground.xul
index d7d4079..d7d4079 100644
--- a/components/shell/content/setDesktopBackground.xul
+++ b/webbrowser/components/shell/content/setDesktopBackground.xul
diff --git a/components/shell/jar.mn b/webbrowser/components/shell/jar.mn
index 0864e1b..0864e1b 100644
--- a/components/shell/jar.mn
+++ b/webbrowser/components/shell/jar.mn
diff --git a/components/shell/moz.build b/webbrowser/components/shell/moz.build
index 16bffd7..16bffd7 100644
--- a/components/shell/moz.build
+++ b/webbrowser/components/shell/moz.build
diff --git a/components/shell/nsGNOMEShellService.cpp b/webbrowser/components/shell/nsGNOMEShellService.cpp
index 9bc5f59..9bc5f59 100644
--- a/components/shell/nsGNOMEShellService.cpp
+++ b/webbrowser/components/shell/nsGNOMEShellService.cpp
diff --git a/components/shell/nsGNOMEShellService.h b/webbrowser/components/shell/nsGNOMEShellService.h
index a7b0038..a7b0038 100644
--- a/components/shell/nsGNOMEShellService.h
+++ b/webbrowser/components/shell/nsGNOMEShellService.h
diff --git a/components/shell/nsIGNOMEShellService.idl b/webbrowser/components/shell/nsIGNOMEShellService.idl
index 842ce5e..842ce5e 100644
--- a/components/shell/nsIGNOMEShellService.idl
+++ b/webbrowser/components/shell/nsIGNOMEShellService.idl
diff --git a/components/shell/nsIMacShellService.idl b/webbrowser/components/shell/nsIMacShellService.idl
index 6a532bb..6a532bb 100644
--- a/components/shell/nsIMacShellService.idl
+++ b/webbrowser/components/shell/nsIMacShellService.idl
diff --git a/components/shell/nsIShellService.idl b/webbrowser/components/shell/nsIShellService.idl
index 3e7e94b..3e7e94b 100644
--- a/components/shell/nsIShellService.idl
+++ b/webbrowser/components/shell/nsIShellService.idl
diff --git a/components/shell/nsIWindowsShellService.idl b/webbrowser/components/shell/nsIWindowsShellService.idl
index 57ed370..57ed370 100644
--- a/components/shell/nsIWindowsShellService.idl
+++ b/webbrowser/components/shell/nsIWindowsShellService.idl
diff --git a/components/shell/nsMacShellService.cpp b/webbrowser/components/shell/nsMacShellService.cpp
index d8d6403..d8d6403 100644
--- a/components/shell/nsMacShellService.cpp
+++ b/webbrowser/components/shell/nsMacShellService.cpp
diff --git a/components/shell/nsMacShellService.h b/webbrowser/components/shell/nsMacShellService.h
index db95278..db95278 100644
--- a/components/shell/nsMacShellService.h
+++ b/webbrowser/components/shell/nsMacShellService.h
diff --git a/components/shell/nsSetDefaultBrowser.js b/webbrowser/components/shell/nsSetDefaultBrowser.js
index c7a78c5..c7a78c5 100644
--- a/components/shell/nsSetDefaultBrowser.js
+++ b/webbrowser/components/shell/nsSetDefaultBrowser.js
diff --git a/components/shell/nsSetDefaultBrowser.manifest b/webbrowser/components/shell/nsSetDefaultBrowser.manifest
index bf3c0f0..bf3c0f0 100644
--- a/components/shell/nsSetDefaultBrowser.manifest
+++ b/webbrowser/components/shell/nsSetDefaultBrowser.manifest
diff --git a/components/shell/nsShellService.h b/webbrowser/components/shell/nsShellService.h
index 516a842..516a842 100644
--- a/components/shell/nsShellService.h
+++ b/webbrowser/components/shell/nsShellService.h
diff --git a/components/shell/nsWindowsShellService.cpp b/webbrowser/components/shell/nsWindowsShellService.cpp
index c4039b9..c4039b9 100644
--- a/components/shell/nsWindowsShellService.cpp
+++ b/webbrowser/components/shell/nsWindowsShellService.cpp
diff --git a/components/shell/nsWindowsShellService.h b/webbrowser/components/shell/nsWindowsShellService.h
index 06c6c3c..06c6c3c 100644
--- a/components/shell/nsWindowsShellService.h
+++ b/webbrowser/components/shell/nsWindowsShellService.h
diff --git a/components/statusbar/Downloads.jsm b/webbrowser/components/statusbar/Downloads.jsm
index 091fdad..091fdad 100644
--- a/components/statusbar/Downloads.jsm
+++ b/webbrowser/components/statusbar/Downloads.jsm
diff --git a/components/statusbar/Progress.jsm b/webbrowser/components/statusbar/Progress.jsm
index 69d55db..69d55db 100644
--- a/components/statusbar/Progress.jsm
+++ b/webbrowser/components/statusbar/Progress.jsm
diff --git a/components/statusbar/Status.jsm b/webbrowser/components/statusbar/Status.jsm
index dbdd1fc..dbdd1fc 100644
--- a/components/statusbar/Status.jsm
+++ b/webbrowser/components/statusbar/Status.jsm
diff --git a/components/statusbar/Status4Evar.jsm b/webbrowser/components/statusbar/Status4Evar.jsm
index 6400f2e..6400f2e 100644
--- a/components/statusbar/Status4Evar.jsm
+++ b/webbrowser/components/statusbar/Status4Evar.jsm
diff --git a/components/statusbar/Toolbars.jsm b/webbrowser/components/statusbar/Toolbars.jsm
index 321efd0..321efd0 100644
--- a/components/statusbar/Toolbars.jsm
+++ b/webbrowser/components/statusbar/Toolbars.jsm
diff --git a/components/statusbar/content-thunk.js b/webbrowser/components/statusbar/content-thunk.js
index fe1fbab..fe1fbab 100644
--- a/components/statusbar/content-thunk.js
+++ b/webbrowser/components/statusbar/content-thunk.js
diff --git a/components/statusbar/content/overlay.css b/webbrowser/components/statusbar/content/overlay.css
index fd34521..fd34521 100644
--- a/components/statusbar/content/overlay.css
+++ b/webbrowser/components/statusbar/content/overlay.css
diff --git a/components/statusbar/content/overlay.js b/webbrowser/components/statusbar/content/overlay.js
index b868aaf..b868aaf 100644
--- a/components/statusbar/content/overlay.js
+++ b/webbrowser/components/statusbar/content/overlay.js
diff --git a/components/statusbar/content/overlay.xul b/webbrowser/components/statusbar/content/overlay.xul
index b9934ee..b9934ee 100644
--- a/components/statusbar/content/overlay.xul
+++ b/webbrowser/components/statusbar/content/overlay.xul
diff --git a/components/statusbar/content/prefs.css b/webbrowser/components/statusbar/content/prefs.css
index bafaa61..bafaa61 100644
--- a/components/statusbar/content/prefs.css
+++ b/webbrowser/components/statusbar/content/prefs.css
diff --git a/components/statusbar/content/prefs.js b/webbrowser/components/statusbar/content/prefs.js
index 47fd4b6..47fd4b6 100644
--- a/components/statusbar/content/prefs.js
+++ b/webbrowser/components/statusbar/content/prefs.js
diff --git a/components/statusbar/content/prefs.xml b/webbrowser/components/statusbar/content/prefs.xml
index 44baab1..44baab1 100644
--- a/components/statusbar/content/prefs.xml
+++ b/webbrowser/components/statusbar/content/prefs.xml
diff --git a/components/statusbar/content/prefs.xul b/webbrowser/components/statusbar/content/prefs.xul
index dd41582..dd41582 100644
--- a/components/statusbar/content/prefs.xul
+++ b/webbrowser/components/statusbar/content/prefs.xul
diff --git a/components/statusbar/content/tabbrowser.xml b/webbrowser/components/statusbar/content/tabbrowser.xml
index 2f47577..2f47577 100644
--- a/components/statusbar/content/tabbrowser.xml
+++ b/webbrowser/components/statusbar/content/tabbrowser.xml
diff --git a/components/statusbar/jar.mn b/webbrowser/components/statusbar/jar.mn
index b5a8d09..b5a8d09 100644
--- a/components/statusbar/jar.mn
+++ b/webbrowser/components/statusbar/jar.mn
diff --git a/components/statusbar/moz.build b/webbrowser/components/statusbar/moz.build
index 0f7f597..0f7f597 100644
--- a/components/statusbar/moz.build
+++ b/webbrowser/components/statusbar/moz.build
diff --git a/components/statusbar/status4evar.idl b/webbrowser/components/statusbar/status4evar.idl
index 534dea3..534dea3 100644
--- a/components/statusbar/status4evar.idl
+++ b/webbrowser/components/statusbar/status4evar.idl
diff --git a/components/statusbar/status4evar.js b/webbrowser/components/statusbar/status4evar.js
index 4aa2e3e..4aa2e3e 100644
--- a/components/statusbar/status4evar.js
+++ b/webbrowser/components/statusbar/status4evar.js
diff --git a/components/statusbar/status4evar.manifest b/webbrowser/components/statusbar/status4evar.manifest
index 4bcf697..4bcf697 100644
--- a/components/statusbar/status4evar.manifest
+++ b/webbrowser/components/statusbar/status4evar.manifest
diff --git a/components/sync/aboutSyncTabs-bindings.xml b/webbrowser/components/sync/aboutSyncTabs-bindings.xml
index e610820..e610820 100644
--- a/components/sync/aboutSyncTabs-bindings.xml
+++ b/webbrowser/components/sync/aboutSyncTabs-bindings.xml
diff --git a/components/sync/aboutSyncTabs.css b/webbrowser/components/sync/aboutSyncTabs.css
index 5a35317..5a35317 100644
--- a/components/sync/aboutSyncTabs.css
+++ b/webbrowser/components/sync/aboutSyncTabs.css
diff --git a/components/sync/aboutSyncTabs.js b/webbrowser/components/sync/aboutSyncTabs.js
index 410494b..410494b 100644
--- a/components/sync/aboutSyncTabs.js
+++ b/webbrowser/components/sync/aboutSyncTabs.js
diff --git a/components/sync/aboutSyncTabs.xul b/webbrowser/components/sync/aboutSyncTabs.xul
index a4aa003..a4aa003 100644
--- a/components/sync/aboutSyncTabs.xul
+++ b/webbrowser/components/sync/aboutSyncTabs.xul
diff --git a/components/sync/addDevice.js b/webbrowser/components/sync/addDevice.js
index 0390d43..0390d43 100644
--- a/components/sync/addDevice.js
+++ b/webbrowser/components/sync/addDevice.js
diff --git a/components/sync/addDevice.xul b/webbrowser/components/sync/addDevice.xul
index f2371aa..f2371aa 100644
--- a/components/sync/addDevice.xul
+++ b/webbrowser/components/sync/addDevice.xul
diff --git a/components/sync/genericChange.js b/webbrowser/components/sync/genericChange.js
index df66391..df66391 100644
--- a/components/sync/genericChange.js
+++ b/webbrowser/components/sync/genericChange.js
diff --git a/components/sync/genericChange.xul b/webbrowser/components/sync/genericChange.xul
index 3c0b2cd..3c0b2cd 100644
--- a/components/sync/genericChange.xul
+++ b/webbrowser/components/sync/genericChange.xul
diff --git a/components/sync/jar.mn b/webbrowser/components/sync/jar.mn
index 3782038..3782038 100644
--- a/components/sync/jar.mn
+++ b/webbrowser/components/sync/jar.mn
diff --git a/components/sync/key.xhtml b/webbrowser/components/sync/key.xhtml
index 92abf0e..92abf0e 100644
--- a/components/sync/key.xhtml
+++ b/webbrowser/components/sync/key.xhtml
diff --git a/components/sync/moz.build b/webbrowser/components/sync/moz.build
index 2d64d50..2d64d50 100644
--- a/components/sync/moz.build
+++ b/webbrowser/components/sync/moz.build
diff --git a/components/sync/notification.xml b/webbrowser/components/sync/notification.xml
index 8ac881e..8ac881e 100644
--- a/components/sync/notification.xml
+++ b/webbrowser/components/sync/notification.xml
diff --git a/components/sync/progress.js b/webbrowser/components/sync/progress.js
index 101160f..101160f 100644
--- a/components/sync/progress.js
+++ b/webbrowser/components/sync/progress.js
diff --git a/components/sync/progress.xhtml b/webbrowser/components/sync/progress.xhtml
index d403cb2..d403cb2 100644
--- a/components/sync/progress.xhtml
+++ b/webbrowser/components/sync/progress.xhtml
diff --git a/components/sync/quota.js b/webbrowser/components/sync/quota.js
index b416a44..b416a44 100644
--- a/components/sync/quota.js
+++ b/webbrowser/components/sync/quota.js
diff --git a/components/sync/quota.xul b/webbrowser/components/sync/quota.xul
index 99e6ed7..99e6ed7 100644
--- a/components/sync/quota.xul
+++ b/webbrowser/components/sync/quota.xul
diff --git a/components/sync/setup.js b/webbrowser/components/sync/setup.js
index e8d67a5..e8d67a5 100644
--- a/components/sync/setup.js
+++ b/webbrowser/components/sync/setup.js
diff --git a/components/sync/setup.xul b/webbrowser/components/sync/setup.xul
index cf2cc77..cf2cc77 100644
--- a/components/sync/setup.xul
+++ b/webbrowser/components/sync/setup.xul
diff --git a/components/sync/utils.js b/webbrowser/components/sync/utils.js
index d41ecf1..d41ecf1 100644
--- a/components/sync/utils.js
+++ b/webbrowser/components/sync/utils.js
diff --git a/config/mozconfig b/webbrowser/config/mozconfig
index ad2e3a4..ad2e3a4 100644
--- a/config/mozconfig
+++ b/webbrowser/config/mozconfig
diff --git a/config/mozconfigs/common b/webbrowser/config/mozconfigs/common
index febf562..febf562 100644
--- a/config/mozconfigs/common
+++ b/webbrowser/config/mozconfigs/common
diff --git a/config/mozconfigs/linux32/beta b/webbrowser/config/mozconfigs/linux32/beta
index 6a42104..6a42104 100644
--- a/config/mozconfigs/linux32/beta
+++ b/webbrowser/config/mozconfigs/linux32/beta
diff --git a/config/mozconfigs/linux32/common-opt b/webbrowser/config/mozconfigs/linux32/common-opt
index 9e5e78d..9e5e78d 100644
--- a/config/mozconfigs/linux32/common-opt
+++ b/webbrowser/config/mozconfigs/linux32/common-opt
diff --git a/config/mozconfigs/linux32/debug b/webbrowser/config/mozconfigs/linux32/debug
index 2328367..2328367 100644
--- a/config/mozconfigs/linux32/debug
+++ b/webbrowser/config/mozconfigs/linux32/debug
diff --git a/config/mozconfigs/linux32/debug-asan b/webbrowser/config/mozconfigs/linux32/debug-asan
index 4766ce2..4766ce2 100644
--- a/config/mozconfigs/linux32/debug-asan
+++ b/webbrowser/config/mozconfigs/linux32/debug-asan
diff --git a/config/mozconfigs/linux32/l10n-mozconfig b/webbrowser/config/mozconfigs/linux32/l10n-mozconfig
index d8d6228..d8d6228 100644
--- a/config/mozconfigs/linux32/l10n-mozconfig
+++ b/webbrowser/config/mozconfigs/linux32/l10n-mozconfig
diff --git a/config/mozconfigs/linux32/release b/webbrowser/config/mozconfigs/linux32/release
index b32f1b3..b32f1b3 100644
--- a/config/mozconfigs/linux32/release
+++ b/webbrowser/config/mozconfigs/linux32/release
diff --git a/config/mozconfigs/linux32/valgrind b/webbrowser/config/mozconfigs/linux32/valgrind
index a39b1b0..a39b1b0 100644
--- a/config/mozconfigs/linux32/valgrind
+++ b/webbrowser/config/mozconfigs/linux32/valgrind
diff --git a/config/mozconfigs/linux64/beta b/webbrowser/config/mozconfigs/linux64/beta
index 7c05460..7c05460 100644
--- a/config/mozconfigs/linux64/beta
+++ b/webbrowser/config/mozconfigs/linux64/beta
diff --git a/config/mozconfigs/linux64/common-opt b/webbrowser/config/mozconfigs/linux64/common-opt
index c448460..c448460 100644
--- a/config/mozconfigs/linux64/common-opt
+++ b/webbrowser/config/mozconfigs/linux64/common-opt
diff --git a/config/mozconfigs/linux64/debug b/webbrowser/config/mozconfigs/linux64/debug
index c917660..c917660 100644
--- a/config/mozconfigs/linux64/debug
+++ b/webbrowser/config/mozconfigs/linux64/debug
diff --git a/config/mozconfigs/linux64/debug-asan b/webbrowser/config/mozconfigs/linux64/debug-asan
index 4766ce2..4766ce2 100644
--- a/config/mozconfigs/linux64/debug-asan
+++ b/webbrowser/config/mozconfigs/linux64/debug-asan
diff --git a/config/mozconfigs/linux64/debug-static-analysis-clang b/webbrowser/config/mozconfigs/linux64/debug-static-analysis-clang
index 214d156..214d156 100644
--- a/config/mozconfigs/linux64/debug-static-analysis-clang
+++ b/webbrowser/config/mozconfigs/linux64/debug-static-analysis-clang
diff --git a/config/mozconfigs/linux64/l10n-mozconfig b/webbrowser/config/mozconfigs/linux64/l10n-mozconfig
index 52470c5..52470c5 100644
--- a/config/mozconfigs/linux64/l10n-mozconfig
+++ b/webbrowser/config/mozconfigs/linux64/l10n-mozconfig
diff --git a/config/mozconfigs/linux64/release b/webbrowser/config/mozconfigs/linux64/release
index e52f33f..e52f33f 100644
--- a/config/mozconfigs/linux64/release
+++ b/webbrowser/config/mozconfigs/linux64/release
diff --git a/config/mozconfigs/linux64/valgrind b/webbrowser/config/mozconfigs/linux64/valgrind
index ccf8971..ccf8971 100644
--- a/config/mozconfigs/linux64/valgrind
+++ b/webbrowser/config/mozconfigs/linux64/valgrind
diff --git a/config/mozconfigs/macosx-universal/beta b/webbrowser/config/mozconfigs/macosx-universal/beta
index cc2f44d..cc2f44d 100644
--- a/config/mozconfigs/macosx-universal/beta
+++ b/webbrowser/config/mozconfigs/macosx-universal/beta
diff --git a/config/mozconfigs/macosx-universal/common-opt b/webbrowser/config/mozconfigs/macosx-universal/common-opt
index 414f690..414f690 100644
--- a/config/mozconfigs/macosx-universal/common-opt
+++ b/webbrowser/config/mozconfigs/macosx-universal/common-opt
diff --git a/config/mozconfigs/macosx-universal/l10n-mozconfig b/webbrowser/config/mozconfigs/macosx-universal/l10n-mozconfig
index 2f88f19..2f88f19 100644
--- a/config/mozconfigs/macosx-universal/l10n-mozconfig
+++ b/webbrowser/config/mozconfigs/macosx-universal/l10n-mozconfig
diff --git a/config/mozconfigs/macosx-universal/release b/webbrowser/config/mozconfigs/macosx-universal/release
index ab8a469..ab8a469 100644
--- a/config/mozconfigs/macosx-universal/release
+++ b/webbrowser/config/mozconfigs/macosx-universal/release
diff --git a/config/mozconfigs/macosx64/debug b/webbrowser/config/mozconfigs/macosx64/debug
index ebf8099..ebf8099 100644
--- a/config/mozconfigs/macosx64/debug
+++ b/webbrowser/config/mozconfigs/macosx64/debug
diff --git a/config/mozconfigs/macosx64/debug-asan b/webbrowser/config/mozconfigs/macosx64/debug-asan
index 97ced38..97ced38 100644
--- a/config/mozconfigs/macosx64/debug-asan
+++ b/webbrowser/config/mozconfigs/macosx64/debug-asan
diff --git a/config/mozconfigs/macosx64/l10n-mozconfig b/webbrowser/config/mozconfigs/macosx64/l10n-mozconfig
index b2cfa21..b2cfa21 100644
--- a/config/mozconfigs/macosx64/l10n-mozconfig
+++ b/webbrowser/config/mozconfigs/macosx64/l10n-mozconfig
diff --git a/config/mozconfigs/win32/beta b/webbrowser/config/mozconfigs/win32/beta
index 322af12..322af12 100644
--- a/config/mozconfigs/win32/beta
+++ b/webbrowser/config/mozconfigs/win32/beta
diff --git a/config/mozconfigs/win32/common-opt b/webbrowser/config/mozconfigs/win32/common-opt
index 040f13a..040f13a 100644
--- a/config/mozconfigs/win32/common-opt
+++ b/webbrowser/config/mozconfigs/win32/common-opt
diff --git a/config/mozconfigs/win32/debug b/webbrowser/config/mozconfigs/win32/debug
index 3b4dcc1..3b4dcc1 100644
--- a/config/mozconfigs/win32/debug
+++ b/webbrowser/config/mozconfigs/win32/debug
diff --git a/config/mozconfigs/win32/l10n-mozconfig b/webbrowser/config/mozconfigs/win32/l10n-mozconfig
index 4113d99..4113d99 100644
--- a/config/mozconfigs/win32/l10n-mozconfig
+++ b/webbrowser/config/mozconfigs/win32/l10n-mozconfig
diff --git a/config/mozconfigs/win32/release b/webbrowser/config/mozconfigs/win32/release
index 7feb125..7feb125 100644
--- a/config/mozconfigs/win32/release
+++ b/webbrowser/config/mozconfigs/win32/release
diff --git a/config/mozconfigs/win64/debug b/webbrowser/config/mozconfigs/win64/debug
index 7320d9c..7320d9c 100644
--- a/config/mozconfigs/win64/debug
+++ b/webbrowser/config/mozconfigs/win64/debug
diff --git a/config/mozconfigs/win64/nightly b/webbrowser/config/mozconfigs/win64/nightly
index 59b31df..59b31df 100644
--- a/config/mozconfigs/win64/nightly
+++ b/webbrowser/config/mozconfigs/win64/nightly
diff --git a/config/tooltool-manifests/linux32/clang.manifest b/webbrowser/config/tooltool-manifests/linux32/clang.manifest
index 8ce74c6..8ce74c6 100644
--- a/config/tooltool-manifests/linux32/clang.manifest
+++ b/webbrowser/config/tooltool-manifests/linux32/clang.manifest
diff --git a/config/tooltool-manifests/linux32/releng.manifest b/webbrowser/config/tooltool-manifests/linux32/releng.manifest
index fe51488..fe51488 100644
--- a/config/tooltool-manifests/linux32/releng.manifest
+++ b/webbrowser/config/tooltool-manifests/linux32/releng.manifest
diff --git a/config/tooltool-manifests/linux64/clang.manifest b/webbrowser/config/tooltool-manifests/linux64/clang.manifest
index 39ba559..39ba559 100644
--- a/config/tooltool-manifests/linux64/clang.manifest
+++ b/webbrowser/config/tooltool-manifests/linux64/clang.manifest
diff --git a/config/tooltool-manifests/linux64/releng.manifest b/webbrowser/config/tooltool-manifests/linux64/releng.manifest
index fe51488..fe51488 100644
--- a/config/tooltool-manifests/linux64/releng.manifest
+++ b/webbrowser/config/tooltool-manifests/linux64/releng.manifest
diff --git a/config/tooltool-manifests/macosx64/releng.manifest b/webbrowser/config/tooltool-manifests/macosx64/releng.manifest
index ede87d3..ede87d3 100644
--- a/config/tooltool-manifests/macosx64/releng.manifest
+++ b/webbrowser/config/tooltool-manifests/macosx64/releng.manifest
diff --git a/config/version.txt b/webbrowser/config/version.txt
index cde7790..cde7790 100644
--- a/config/version.txt
+++ b/webbrowser/config/version.txt
diff --git a/configure.in b/webbrowser/configure.in
index 70ddf66..70ddf66 100644
--- a/configure.in
+++ b/webbrowser/configure.in
diff --git a/confvars.sh b/webbrowser/confvars.sh
index d3f6756..d3f6756 100644
--- a/confvars.sh
+++ b/webbrowser/confvars.sh
diff --git a/defs.mk b/webbrowser/defs.mk
index fd88c65..fd88c65 100644
--- a/defs.mk
+++ b/webbrowser/defs.mk
diff --git a/doc/BUILD b/webbrowser/doc/BUILD
index 7b5eba8..7b5eba8 100644
--- a/doc/BUILD
+++ b/webbrowser/doc/BUILD
diff --git a/doc/mozconfig.example b/webbrowser/doc/mozconfig.example
index 360921a..360921a 100644
--- a/doc/mozconfig.example
+++ b/webbrowser/doc/mozconfig.example
diff --git a/installer/Makefile.in b/webbrowser/installer/Makefile.in
index 22d4679..22d4679 100644
--- a/installer/Makefile.in
+++ b/webbrowser/installer/Makefile.in
diff --git a/installer/moz.build b/webbrowser/installer/moz.build
index 895d119..895d119 100644
--- a/installer/moz.build
+++ b/webbrowser/installer/moz.build
diff --git a/installer/package-manifest.in b/webbrowser/installer/package-manifest.in
index a57f652..a57f652 100644
--- a/installer/package-manifest.in
+++ b/webbrowser/installer/package-manifest.in
diff --git a/installer/removed-files.in b/webbrowser/installer/removed-files.in
index 8801d1c..8801d1c 100644
--- a/installer/removed-files.in
+++ b/webbrowser/installer/removed-files.in
diff --git a/installer/windows/Makefile.in b/webbrowser/installer/windows/Makefile.in
index 25c5ce3..25c5ce3 100644
--- a/installer/windows/Makefile.in
+++ b/webbrowser/installer/windows/Makefile.in
diff --git a/installer/windows/app.tag b/webbrowser/installer/windows/app.tag
index 39235db..39235db 100644
--- a/installer/windows/app.tag
+++ b/webbrowser/installer/windows/app.tag
diff --git a/installer/windows/moz.build b/webbrowser/installer/windows/moz.build
index 394a85c..394a85c 100644
--- a/installer/windows/moz.build
+++ b/webbrowser/installer/windows/moz.build
diff --git a/installer/windows/nsis/defines.nsi.in b/webbrowser/installer/windows/nsis/defines.nsi.in
index 1764b10..1764b10 100644
--- a/installer/windows/nsis/defines.nsi.in
+++ b/webbrowser/installer/windows/nsis/defines.nsi.in
diff --git a/installer/windows/nsis/installer.nsi b/webbrowser/installer/windows/nsis/installer.nsi
index 9f61c9c..9f61c9c 100644
--- a/installer/windows/nsis/installer.nsi
+++ b/webbrowser/installer/windows/nsis/installer.nsi
diff --git a/installer/windows/nsis/shared.nsh b/webbrowser/installer/windows/nsis/shared.nsh
index 385a411..385a411 100644
--- a/installer/windows/nsis/shared.nsh
+++ b/webbrowser/installer/windows/nsis/shared.nsh
diff --git a/installer/windows/nsis/uninstaller.nsi b/webbrowser/installer/windows/nsis/uninstaller.nsi
index 44b7c06..44b7c06 100644
--- a/installer/windows/nsis/uninstaller.nsi
+++ b/webbrowser/installer/windows/nsis/uninstaller.nsi
diff --git a/installer/windows/nsis/updater_append.ini b/webbrowser/installer/windows/nsis/updater_append.ini
index af7742c..af7742c 100644
--- a/installer/windows/nsis/updater_append.ini
+++ b/webbrowser/installer/windows/nsis/updater_append.ini
diff --git a/locales/Makefile.in b/webbrowser/locales/Makefile.in
index 12df669..12df669 100644
--- a/locales/Makefile.in
+++ b/webbrowser/locales/Makefile.in
diff --git a/locales/all-locales b/webbrowser/locales/all-locales
index 54b7b62..54b7b62 100644
--- a/locales/all-locales
+++ b/webbrowser/locales/all-locales
diff --git a/locales/en-US/chrome/browser-region/region.properties b/webbrowser/locales/en-US/chrome/browser-region/region.properties
index 8782ae4..8782ae4 100644
--- a/locales/en-US/chrome/browser-region/region.properties
+++ b/webbrowser/locales/en-US/chrome/browser-region/region.properties
diff --git a/locales/en-US/chrome/browser/aboutCertError.dtd b/webbrowser/locales/en-US/chrome/browser/aboutCertError.dtd
index 21c722c..21c722c 100644
--- a/locales/en-US/chrome/browser/aboutCertError.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/aboutCertError.dtd
diff --git a/locales/en-US/chrome/browser/aboutDialog.dtd b/webbrowser/locales/en-US/chrome/browser/aboutDialog.dtd
index 26bf3cd..26bf3cd 100644
--- a/locales/en-US/chrome/browser/aboutDialog.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/aboutDialog.dtd
diff --git a/locales/en-US/chrome/browser/aboutHome.dtd b/webbrowser/locales/en-US/chrome/browser/aboutHome.dtd
index d3bd85f..d3bd85f 100644
--- a/locales/en-US/chrome/browser/aboutHome.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/aboutHome.dtd
diff --git a/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd b/webbrowser/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd
index ef885d0..ef885d0 100644
--- a/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/aboutPrivateBrowsing.dtd
diff --git a/locales/en-US/chrome/browser/aboutSessionRestore.dtd b/webbrowser/locales/en-US/chrome/browser/aboutSessionRestore.dtd
index f81fffc..f81fffc 100644
--- a/locales/en-US/chrome/browser/aboutSessionRestore.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/aboutSessionRestore.dtd
diff --git a/locales/en-US/chrome/browser/aboutSyncTabs.dtd b/webbrowser/locales/en-US/chrome/browser/aboutSyncTabs.dtd
index 5865c12..5865c12 100644
--- a/locales/en-US/chrome/browser/aboutSyncTabs.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/aboutSyncTabs.dtd
diff --git a/locales/en-US/chrome/browser/baseMenuOverlay.dtd b/webbrowser/locales/en-US/chrome/browser/baseMenuOverlay.dtd
index dd88a33..dd88a33 100644
--- a/locales/en-US/chrome/browser/baseMenuOverlay.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/baseMenuOverlay.dtd
diff --git a/locales/en-US/chrome/browser/browser.dtd b/webbrowser/locales/en-US/chrome/browser/browser.dtd
index c810b07..c810b07 100644
--- a/locales/en-US/chrome/browser/browser.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/browser.dtd
diff --git a/locales/en-US/chrome/browser/browser.properties b/webbrowser/locales/en-US/chrome/browser/browser.properties
index 4c45e25..4c45e25 100644
--- a/locales/en-US/chrome/browser/browser.properties
+++ b/webbrowser/locales/en-US/chrome/browser/browser.properties
diff --git a/locales/en-US/chrome/browser/charsetMenu.dtd b/webbrowser/locales/en-US/chrome/browser/charsetMenu.dtd
index 5600f9b..5600f9b 100644
--- a/locales/en-US/chrome/browser/charsetMenu.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/charsetMenu.dtd
diff --git a/locales/en-US/chrome/browser/charsetMenu.properties b/webbrowser/locales/en-US/chrome/browser/charsetMenu.properties
index 2ea92a6..2ea92a6 100644
--- a/locales/en-US/chrome/browser/charsetMenu.properties
+++ b/webbrowser/locales/en-US/chrome/browser/charsetMenu.properties
diff --git a/locales/en-US/chrome/browser/charsetOverlay.dtd b/webbrowser/locales/en-US/chrome/browser/charsetOverlay.dtd
index 11ee98b..11ee98b 100644
--- a/locales/en-US/chrome/browser/charsetOverlay.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/charsetOverlay.dtd
diff --git a/locales/en-US/chrome/browser/downloads/downloads.dtd b/webbrowser/locales/en-US/chrome/browser/downloads/downloads.dtd
index feabcc8..feabcc8 100644
--- a/locales/en-US/chrome/browser/downloads/downloads.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/downloads/downloads.dtd
diff --git a/locales/en-US/chrome/browser/downloads/downloads.properties b/webbrowser/locales/en-US/chrome/browser/downloads/downloads.properties
index 44d9ec9..44d9ec9 100644
--- a/locales/en-US/chrome/browser/downloads/downloads.properties
+++ b/webbrowser/locales/en-US/chrome/browser/downloads/downloads.properties
diff --git a/locales/en-US/chrome/browser/engineManager.dtd b/webbrowser/locales/en-US/chrome/browser/engineManager.dtd
index 8ad9772..8ad9772 100644
--- a/locales/en-US/chrome/browser/engineManager.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/engineManager.dtd
diff --git a/locales/en-US/chrome/browser/engineManager.properties b/webbrowser/locales/en-US/chrome/browser/engineManager.properties
index 040a4ca..040a4ca 100644
--- a/locales/en-US/chrome/browser/engineManager.properties
+++ b/webbrowser/locales/en-US/chrome/browser/engineManager.properties
diff --git a/locales/en-US/chrome/browser/feeds/subscribe.dtd b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.dtd
index 9e12419..9e12419 100644
--- a/locales/en-US/chrome/browser/feeds/subscribe.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.dtd
diff --git a/locales/en-US/chrome/browser/feeds/subscribe.properties b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties
index 27cf505..27cf505 100644
--- a/locales/en-US/chrome/browser/feeds/subscribe.properties
+++ b/webbrowser/locales/en-US/chrome/browser/feeds/subscribe.properties
diff --git a/locales/en-US/chrome/browser/newTab.dtd b/webbrowser/locales/en-US/chrome/browser/newTab.dtd
index 5853557..5853557 100644
--- a/locales/en-US/chrome/browser/newTab.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/newTab.dtd
diff --git a/locales/en-US/chrome/browser/newTab.properties b/webbrowser/locales/en-US/chrome/browser/newTab.properties
index 922aa58..922aa58 100644
--- a/locales/en-US/chrome/browser/newTab.properties
+++ b/webbrowser/locales/en-US/chrome/browser/newTab.properties
diff --git a/locales/en-US/chrome/browser/openLocation.dtd b/webbrowser/locales/en-US/chrome/browser/openLocation.dtd
index 2409892..2409892 100644
--- a/locales/en-US/chrome/browser/openLocation.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/openLocation.dtd
diff --git a/locales/en-US/chrome/browser/openLocation.properties b/webbrowser/locales/en-US/chrome/browser/openLocation.properties
index 2d08ff8..2d08ff8 100644
--- a/locales/en-US/chrome/browser/openLocation.properties
+++ b/webbrowser/locales/en-US/chrome/browser/openLocation.properties
diff --git a/locales/en-US/chrome/browser/pageInfo.dtd b/webbrowser/locales/en-US/chrome/browser/pageInfo.dtd
index 50382a1..50382a1 100644
--- a/locales/en-US/chrome/browser/pageInfo.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/pageInfo.dtd
diff --git a/locales/en-US/chrome/browser/pageInfo.properties b/webbrowser/locales/en-US/chrome/browser/pageInfo.properties
index a99741e..a99741e 100644
--- a/locales/en-US/chrome/browser/pageInfo.properties
+++ b/webbrowser/locales/en-US/chrome/browser/pageInfo.properties
diff --git a/locales/en-US/chrome/browser/palemoon.dtd b/webbrowser/locales/en-US/chrome/browser/palemoon.dtd
index 4b4fac9..4b4fac9 100644
--- a/locales/en-US/chrome/browser/palemoon.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/palemoon.dtd
diff --git a/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd b/webbrowser/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd
index 5b220a7..5b220a7 100644
--- a/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/permissions/aboutPermissions.dtd
diff --git a/locales/en-US/chrome/browser/permissions/aboutPermissions.properties b/webbrowser/locales/en-US/chrome/browser/permissions/aboutPermissions.properties
index ca90a6c..ca90a6c 100644
--- a/locales/en-US/chrome/browser/permissions/aboutPermissions.properties
+++ b/webbrowser/locales/en-US/chrome/browser/permissions/aboutPermissions.properties
diff --git a/locales/en-US/chrome/browser/places/bookmarkProperties.properties b/webbrowser/locales/en-US/chrome/browser/places/bookmarkProperties.properties
index 9bcbe78..9bcbe78 100644
--- a/locales/en-US/chrome/browser/places/bookmarkProperties.properties
+++ b/webbrowser/locales/en-US/chrome/browser/places/bookmarkProperties.properties
diff --git a/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd b/webbrowser/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd
index d78c355..d78c355 100644
--- a/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/places/editBookmarkOverlay.dtd
diff --git a/locales/en-US/chrome/browser/places/moveBookmarks.dtd b/webbrowser/locales/en-US/chrome/browser/places/moveBookmarks.dtd
index 9f28b80..9f28b80 100644
--- a/locales/en-US/chrome/browser/places/moveBookmarks.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/places/moveBookmarks.dtd
diff --git a/locales/en-US/chrome/browser/places/places.dtd b/webbrowser/locales/en-US/chrome/browser/places/places.dtd
index 9578754..9578754 100644
--- a/locales/en-US/chrome/browser/places/places.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/places/places.dtd
diff --git a/locales/en-US/chrome/browser/places/places.properties b/webbrowser/locales/en-US/chrome/browser/places/places.properties
index 5b16ccb..5b16ccb 100644
--- a/locales/en-US/chrome/browser/places/places.properties
+++ b/webbrowser/locales/en-US/chrome/browser/places/places.properties
diff --git a/locales/en-US/chrome/browser/preferences/advanced.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/advanced.dtd
index bb8dd12..bb8dd12 100644
--- a/locales/en-US/chrome/browser/preferences/advanced.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/advanced.dtd
diff --git a/locales/en-US/chrome/browser/preferences/applicationManager.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/applicationManager.dtd
index d2c76e6..d2c76e6 100644
--- a/locales/en-US/chrome/browser/preferences/applicationManager.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/applicationManager.dtd
diff --git a/locales/en-US/chrome/browser/preferences/applicationManager.properties b/webbrowser/locales/en-US/chrome/browser/preferences/applicationManager.properties
index 335363a..335363a 100644
--- a/locales/en-US/chrome/browser/preferences/applicationManager.properties
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/applicationManager.properties
diff --git a/locales/en-US/chrome/browser/preferences/applications.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/applications.dtd
index ea89c31..ea89c31 100644
--- a/locales/en-US/chrome/browser/preferences/applications.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/applications.dtd
diff --git a/locales/en-US/chrome/browser/preferences/colors.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/colors.dtd
index 6d6e8d8..6d6e8d8 100644
--- a/locales/en-US/chrome/browser/preferences/colors.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/colors.dtd
diff --git a/locales/en-US/chrome/browser/preferences/connection.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/connection.dtd
index f74fbf5..f74fbf5 100644
--- a/locales/en-US/chrome/browser/preferences/connection.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/connection.dtd
diff --git a/locales/en-US/chrome/browser/preferences/content.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/content.dtd
index 91abab0..91abab0 100644
--- a/locales/en-US/chrome/browser/preferences/content.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/content.dtd
diff --git a/locales/en-US/chrome/browser/preferences/cookies.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/cookies.dtd
index c833313..c833313 100644
--- a/locales/en-US/chrome/browser/preferences/cookies.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/cookies.dtd
diff --git a/locales/en-US/chrome/browser/preferences/fonts.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/fonts.dtd
index f255cb2..f255cb2 100644
--- a/locales/en-US/chrome/browser/preferences/fonts.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/fonts.dtd
diff --git a/locales/en-US/chrome/browser/preferences/languages.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/languages.dtd
index f7e67c9..f7e67c9 100644
--- a/locales/en-US/chrome/browser/preferences/languages.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/languages.dtd
diff --git a/locales/en-US/chrome/browser/preferences/main.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/main.dtd
index 15468ee..15468ee 100644
--- a/locales/en-US/chrome/browser/preferences/main.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/main.dtd
diff --git a/locales/en-US/chrome/browser/preferences/permissions.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/permissions.dtd
index e61228b..e61228b 100644
--- a/locales/en-US/chrome/browser/preferences/permissions.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/permissions.dtd
diff --git a/locales/en-US/chrome/browser/preferences/preferences.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/preferences.dtd
index e87749d..e87749d 100644
--- a/locales/en-US/chrome/browser/preferences/preferences.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/preferences.dtd
diff --git a/locales/en-US/chrome/browser/preferences/preferences.properties b/webbrowser/locales/en-US/chrome/browser/preferences/preferences.properties
index 34f1675..34f1675 100644
--- a/locales/en-US/chrome/browser/preferences/preferences.properties
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/preferences.properties
diff --git a/locales/en-US/chrome/browser/preferences/privacy.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/privacy.dtd
index 37f8b78..37f8b78 100644
--- a/locales/en-US/chrome/browser/preferences/privacy.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/privacy.dtd
diff --git a/locales/en-US/chrome/browser/preferences/security.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/security.dtd
index 930736d..930736d 100644
--- a/locales/en-US/chrome/browser/preferences/security.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/security.dtd
diff --git a/locales/en-US/chrome/browser/preferences/selectBookmark.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/selectBookmark.dtd
index a608286..a608286 100644
--- a/locales/en-US/chrome/browser/preferences/selectBookmark.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/selectBookmark.dtd
diff --git a/locales/en-US/chrome/browser/preferences/sync.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/sync.dtd
index f6ef3b8..f6ef3b8 100644
--- a/locales/en-US/chrome/browser/preferences/sync.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/sync.dtd
diff --git a/locales/en-US/chrome/browser/preferences/tabs.dtd b/webbrowser/locales/en-US/chrome/browser/preferences/tabs.dtd
index 86e1e88..86e1e88 100644
--- a/locales/en-US/chrome/browser/preferences/tabs.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/preferences/tabs.dtd
diff --git a/locales/en-US/chrome/browser/quitDialog.properties b/webbrowser/locales/en-US/chrome/browser/quitDialog.properties
index 00f3be5..00f3be5 100644
--- a/locales/en-US/chrome/browser/quitDialog.properties
+++ b/webbrowser/locales/en-US/chrome/browser/quitDialog.properties
diff --git a/locales/en-US/chrome/browser/safeMode.dtd b/webbrowser/locales/en-US/chrome/browser/safeMode.dtd
index 79d3ca8..79d3ca8 100644
--- a/locales/en-US/chrome/browser/safeMode.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/safeMode.dtd
diff --git a/locales/en-US/chrome/browser/sanitize.dtd b/webbrowser/locales/en-US/chrome/browser/sanitize.dtd
index b8c07d5..b8c07d5 100644
--- a/locales/en-US/chrome/browser/sanitize.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/sanitize.dtd
diff --git a/locales/en-US/chrome/browser/search.properties b/webbrowser/locales/en-US/chrome/browser/search.properties
index 130eb72..130eb72 100644
--- a/locales/en-US/chrome/browser/search.properties
+++ b/webbrowser/locales/en-US/chrome/browser/search.properties
diff --git a/locales/en-US/chrome/browser/searchbar.dtd b/webbrowser/locales/en-US/chrome/browser/searchbar.dtd
index e5d18e4..e5d18e4 100644
--- a/locales/en-US/chrome/browser/searchbar.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/searchbar.dtd
diff --git a/locales/en-US/chrome/browser/setDesktopBackground.dtd b/webbrowser/locales/en-US/chrome/browser/setDesktopBackground.dtd
index 71aa4b6..71aa4b6 100644
--- a/locales/en-US/chrome/browser/setDesktopBackground.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/setDesktopBackground.dtd
diff --git a/locales/en-US/chrome/browser/shellservice.properties b/webbrowser/locales/en-US/chrome/browser/shellservice.properties
index d4f449f..d4f449f 100644
--- a/locales/en-US/chrome/browser/shellservice.properties
+++ b/webbrowser/locales/en-US/chrome/browser/shellservice.properties
diff --git a/locales/en-US/chrome/browser/statusbar/meta.properties b/webbrowser/locales/en-US/chrome/browser/statusbar/meta.properties
index 24cb5c0..24cb5c0 100644
--- a/locales/en-US/chrome/browser/statusbar/meta.properties
+++ b/webbrowser/locales/en-US/chrome/browser/statusbar/meta.properties
diff --git a/locales/en-US/chrome/browser/statusbar/overlay.properties b/webbrowser/locales/en-US/chrome/browser/statusbar/overlay.properties
index cda1f66..cda1f66 100644
--- a/locales/en-US/chrome/browser/statusbar/overlay.properties
+++ b/webbrowser/locales/en-US/chrome/browser/statusbar/overlay.properties
diff --git a/locales/en-US/chrome/browser/statusbar/prefs.properties b/webbrowser/locales/en-US/chrome/browser/statusbar/prefs.properties
index 69f8f92..69f8f92 100644
--- a/locales/en-US/chrome/browser/statusbar/prefs.properties
+++ b/webbrowser/locales/en-US/chrome/browser/statusbar/prefs.properties
diff --git a/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd b/webbrowser/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd
index bb0ab95..bb0ab95 100644
--- a/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/statusbar/statusbar-overlay.dtd
diff --git a/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd b/webbrowser/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd
index 82f9e37..82f9e37 100644
--- a/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/statusbar/statusbar-prefs.dtd
diff --git a/locales/en-US/chrome/browser/syncBrand.dtd b/webbrowser/locales/en-US/chrome/browser/syncBrand.dtd
index bc4d1b3..bc4d1b3 100644
--- a/locales/en-US/chrome/browser/syncBrand.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/syncBrand.dtd
diff --git a/locales/en-US/chrome/browser/syncGenericChange.properties b/webbrowser/locales/en-US/chrome/browser/syncGenericChange.properties
index aea86ad..aea86ad 100644
--- a/locales/en-US/chrome/browser/syncGenericChange.properties
+++ b/webbrowser/locales/en-US/chrome/browser/syncGenericChange.properties
diff --git a/locales/en-US/chrome/browser/syncKey.dtd b/webbrowser/locales/en-US/chrome/browser/syncKey.dtd
index f37f2c9..f37f2c9 100644
--- a/locales/en-US/chrome/browser/syncKey.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/syncKey.dtd
diff --git a/locales/en-US/chrome/browser/syncProgress.dtd b/webbrowser/locales/en-US/chrome/browser/syncProgress.dtd
index db45cb9..db45cb9 100644
--- a/locales/en-US/chrome/browser/syncProgress.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/syncProgress.dtd
diff --git a/locales/en-US/chrome/browser/syncQuota.dtd b/webbrowser/locales/en-US/chrome/browser/syncQuota.dtd
index 71174f0..71174f0 100644
--- a/locales/en-US/chrome/browser/syncQuota.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/syncQuota.dtd
diff --git a/locales/en-US/chrome/browser/syncQuota.properties b/webbrowser/locales/en-US/chrome/browser/syncQuota.properties
index 0e1b857..0e1b857 100644
--- a/locales/en-US/chrome/browser/syncQuota.properties
+++ b/webbrowser/locales/en-US/chrome/browser/syncQuota.properties
diff --git a/locales/en-US/chrome/browser/syncSetup.dtd b/webbrowser/locales/en-US/chrome/browser/syncSetup.dtd
index 7ee938e..7ee938e 100644
--- a/locales/en-US/chrome/browser/syncSetup.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/syncSetup.dtd
diff --git a/locales/en-US/chrome/browser/syncSetup.properties b/webbrowser/locales/en-US/chrome/browser/syncSetup.properties
index 8a5170a..8a5170a 100644
--- a/locales/en-US/chrome/browser/syncSetup.properties
+++ b/webbrowser/locales/en-US/chrome/browser/syncSetup.properties
diff --git a/locales/en-US/chrome/browser/tabbrowser.dtd b/webbrowser/locales/en-US/chrome/browser/tabbrowser.dtd
index 6741ff8..6741ff8 100644
--- a/locales/en-US/chrome/browser/tabbrowser.dtd
+++ b/webbrowser/locales/en-US/chrome/browser/tabbrowser.dtd
diff --git a/locales/en-US/chrome/browser/tabbrowser.properties b/webbrowser/locales/en-US/chrome/browser/tabbrowser.properties
index a4a0be0..a4a0be0 100644
--- a/locales/en-US/chrome/browser/tabbrowser.properties
+++ b/webbrowser/locales/en-US/chrome/browser/tabbrowser.properties
diff --git a/locales/en-US/chrome/browser/taskbar.properties b/webbrowser/locales/en-US/chrome/browser/taskbar.properties
index 987d5cc..987d5cc 100644
--- a/locales/en-US/chrome/browser/taskbar.properties
+++ b/webbrowser/locales/en-US/chrome/browser/taskbar.properties
diff --git a/locales/en-US/chrome/overrides/appstrings.properties b/webbrowser/locales/en-US/chrome/overrides/appstrings.properties
index 28ce022..28ce022 100644
--- a/locales/en-US/chrome/overrides/appstrings.properties
+++ b/webbrowser/locales/en-US/chrome/overrides/appstrings.properties
diff --git a/locales/en-US/chrome/overrides/netError.dtd b/webbrowser/locales/en-US/chrome/overrides/netError.dtd
index 9e5cbc7..9e5cbc7 100644
--- a/locales/en-US/chrome/overrides/netError.dtd
+++ b/webbrowser/locales/en-US/chrome/overrides/netError.dtd
diff --git a/locales/en-US/chrome/overrides/settingsChange.dtd b/webbrowser/locales/en-US/chrome/overrides/settingsChange.dtd
index efbdf4e..efbdf4e 100644
--- a/locales/en-US/chrome/overrides/settingsChange.dtd
+++ b/webbrowser/locales/en-US/chrome/overrides/settingsChange.dtd
diff --git a/locales/en-US/crashreporter/crashreporter-override.ini b/webbrowser/locales/en-US/crashreporter/crashreporter-override.ini
index 3345d76..3345d76 100644
--- a/locales/en-US/crashreporter/crashreporter-override.ini
+++ b/webbrowser/locales/en-US/crashreporter/crashreporter-override.ini
diff --git a/locales/en-US/defines.inc b/webbrowser/locales/en-US/defines.inc
index 539b809..539b809 100644
--- a/locales/en-US/defines.inc
+++ b/webbrowser/locales/en-US/defines.inc
diff --git a/locales/en-US/installer/custom.properties b/webbrowser/locales/en-US/installer/custom.properties
index 8f95a19..8f95a19 100644
--- a/locales/en-US/installer/custom.properties
+++ b/webbrowser/locales/en-US/installer/custom.properties
diff --git a/locales/en-US/installer/mui.properties b/webbrowser/locales/en-US/installer/mui.properties
index c786dbb..c786dbb 100644
--- a/locales/en-US/installer/mui.properties
+++ b/webbrowser/locales/en-US/installer/mui.properties
diff --git a/locales/en-US/installer/override.properties b/webbrowser/locales/en-US/installer/override.properties
index 288f674..288f674 100644
--- a/locales/en-US/installer/override.properties
+++ b/webbrowser/locales/en-US/installer/override.properties
diff --git a/locales/en-US/profile/bookmarks.inc b/webbrowser/locales/en-US/profile/bookmarks.inc
index d2a701e..d2a701e 100644
--- a/locales/en-US/profile/bookmarks.inc
+++ b/webbrowser/locales/en-US/profile/bookmarks.inc
diff --git a/locales/en-US/profile/chrome/userChrome-example.css b/webbrowser/locales/en-US/profile/chrome/userChrome-example.css
index 2495795..2495795 100644
--- a/locales/en-US/profile/chrome/userChrome-example.css
+++ b/webbrowser/locales/en-US/profile/chrome/userChrome-example.css
diff --git a/locales/en-US/profile/chrome/userContent-example.css b/webbrowser/locales/en-US/profile/chrome/userContent-example.css
index a90694d..a90694d 100644
--- a/locales/en-US/profile/chrome/userContent-example.css
+++ b/webbrowser/locales/en-US/profile/chrome/userContent-example.css
diff --git a/locales/en-US/searchplugins/amazondotcom.xml b/webbrowser/locales/en-US/searchplugins/amazondotcom.xml
index 56362e8..56362e8 100644
--- a/locales/en-US/searchplugins/amazondotcom.xml
+++ b/webbrowser/locales/en-US/searchplugins/amazondotcom.xml
diff --git a/locales/en-US/searchplugins/answers.xml b/webbrowser/locales/en-US/searchplugins/answers.xml
index b219e61..b219e61 100644
--- a/locales/en-US/searchplugins/answers.xml
+++ b/webbrowser/locales/en-US/searchplugins/answers.xml
diff --git a/locales/en-US/searchplugins/bing.xml b/webbrowser/locales/en-US/searchplugins/bing.xml
index 22019ce..22019ce 100644
--- a/locales/en-US/searchplugins/bing.xml
+++ b/webbrowser/locales/en-US/searchplugins/bing.xml
diff --git a/locales/en-US/searchplugins/creativecommons.xml b/webbrowser/locales/en-US/searchplugins/creativecommons.xml
index d9ac67e..d9ac67e 100644
--- a/locales/en-US/searchplugins/creativecommons.xml
+++ b/webbrowser/locales/en-US/searchplugins/creativecommons.xml
diff --git a/locales/en-US/searchplugins/duckduckgo-html.xml b/webbrowser/locales/en-US/searchplugins/duckduckgo-html.xml
index 313cf74..313cf74 100644
--- a/locales/en-US/searchplugins/duckduckgo-html.xml
+++ b/webbrowser/locales/en-US/searchplugins/duckduckgo-html.xml
diff --git a/locales/en-US/searchplugins/duckduckgo.xml b/webbrowser/locales/en-US/searchplugins/duckduckgo.xml
index 57395e3..57395e3 100644
--- a/locales/en-US/searchplugins/duckduckgo.xml
+++ b/webbrowser/locales/en-US/searchplugins/duckduckgo.xml
diff --git a/locales/en-US/searchplugins/eBay.xml b/webbrowser/locales/en-US/searchplugins/eBay.xml
index 74af34c..74af34c 100644
--- a/locales/en-US/searchplugins/eBay.xml
+++ b/webbrowser/locales/en-US/searchplugins/eBay.xml
diff --git a/locales/en-US/searchplugins/list.txt b/webbrowser/locales/en-US/searchplugins/list.txt
index bd18fdc..bd18fdc 100644
--- a/locales/en-US/searchplugins/list.txt
+++ b/webbrowser/locales/en-US/searchplugins/list.txt
diff --git a/locales/en-US/searchplugins/wikipedia.xml b/webbrowser/locales/en-US/searchplugins/wikipedia.xml
index 6bfb0cc..6bfb0cc 100644
--- a/locales/en-US/searchplugins/wikipedia.xml
+++ b/webbrowser/locales/en-US/searchplugins/wikipedia.xml
diff --git a/locales/en-US/searchplugins/yahoo.xml b/webbrowser/locales/en-US/searchplugins/yahoo.xml
index 244e85f..244e85f 100644
--- a/locales/en-US/searchplugins/yahoo.xml
+++ b/webbrowser/locales/en-US/searchplugins/yahoo.xml
diff --git a/locales/en-US/updater/updater.ini b/webbrowser/locales/en-US/updater/updater.ini
index 6bc731f..6bc731f 100644
--- a/locales/en-US/updater/updater.ini
+++ b/webbrowser/locales/en-US/updater/updater.ini
diff --git a/locales/en-US/webbrowser-l10n.js b/webbrowser/locales/en-US/webbrowser-l10n.js
index 9715107..9715107 100644
--- a/locales/en-US/webbrowser-l10n.js
+++ b/webbrowser/locales/en-US/webbrowser-l10n.js
diff --git a/locales/filter.py b/webbrowser/locales/filter.py
index 8e097db..8e097db 100644
--- a/locales/filter.py
+++ b/webbrowser/locales/filter.py
diff --git a/locales/generic/extract-bookmarks.py b/webbrowser/locales/generic/extract-bookmarks.py
index 7bf711f..7bf711f 100644
--- a/locales/generic/extract-bookmarks.py
+++ b/webbrowser/locales/generic/extract-bookmarks.py
diff --git a/locales/generic/profile/bookmarks.html.in b/webbrowser/locales/generic/profile/bookmarks.html.in
index 90e3adf..90e3adf 100644
--- a/locales/generic/profile/bookmarks.html.in
+++ b/webbrowser/locales/generic/profile/bookmarks.html.in
diff --git a/locales/generic/profile/localstore.rdf b/webbrowser/locales/generic/profile/localstore.rdf
index cc4b3b5..cc4b3b5 100644
--- a/locales/generic/profile/localstore.rdf
+++ b/webbrowser/locales/generic/profile/localstore.rdf
diff --git a/locales/generic/profile/mimeTypes.rdf b/webbrowser/locales/generic/profile/mimeTypes.rdf
index 8407940..8407940 100644
--- a/locales/generic/profile/mimeTypes.rdf
+++ b/webbrowser/locales/generic/profile/mimeTypes.rdf
diff --git a/locales/jar.mn b/webbrowser/locales/jar.mn
index 5fcee24..5fcee24 100644
--- a/locales/jar.mn
+++ b/webbrowser/locales/jar.mn
diff --git a/locales/l10n.ini b/webbrowser/locales/l10n.ini
index 7ac9010..7ac9010 100644
--- a/locales/l10n.ini
+++ b/webbrowser/locales/l10n.ini
diff --git a/locales/moz.build b/webbrowser/locales/moz.build
index c97072b..c97072b 100644
--- a/locales/moz.build
+++ b/webbrowser/locales/moz.build
diff --git a/locales/shipped-locales b/webbrowser/locales/shipped-locales
index 96bd960..96bd960 100644
--- a/locales/shipped-locales
+++ b/webbrowser/locales/shipped-locales
diff --git a/modules/AboutHomeUtils.jsm b/webbrowser/modules/AboutHomeUtils.jsm
index 72712e1..72712e1 100644
--- a/modules/AboutHomeUtils.jsm
+++ b/webbrowser/modules/AboutHomeUtils.jsm
diff --git a/modules/AutoCompletePopup.jsm b/webbrowser/modules/AutoCompletePopup.jsm
index c3698f9..c3698f9 100644
--- a/modules/AutoCompletePopup.jsm
+++ b/webbrowser/modules/AutoCompletePopup.jsm
diff --git a/modules/BrowserNewTabPreloader.jsm b/webbrowser/modules/BrowserNewTabPreloader.jsm
index 778698f..778698f 100644
--- a/modules/BrowserNewTabPreloader.jsm
+++ b/webbrowser/modules/BrowserNewTabPreloader.jsm
diff --git a/modules/CharsetMenu.jsm b/webbrowser/modules/CharsetMenu.jsm
index f973088..f973088 100644
--- a/modules/CharsetMenu.jsm
+++ b/webbrowser/modules/CharsetMenu.jsm
diff --git a/modules/FormSubmitObserver.jsm b/webbrowser/modules/FormSubmitObserver.jsm
index 6b2ea3c..6b2ea3c 100644
--- a/modules/FormSubmitObserver.jsm
+++ b/webbrowser/modules/FormSubmitObserver.jsm
diff --git a/modules/FormValidationHandler.jsm b/webbrowser/modules/FormValidationHandler.jsm
index 387c221..387c221 100644
--- a/modules/FormValidationHandler.jsm
+++ b/webbrowser/modules/FormValidationHandler.jsm
diff --git a/modules/NetworkPrioritizer.jsm b/webbrowser/modules/NetworkPrioritizer.jsm
index 23d688a..23d688a 100644
--- a/modules/NetworkPrioritizer.jsm
+++ b/webbrowser/modules/NetworkPrioritizer.jsm
diff --git a/modules/PageMenu.jsm b/webbrowser/modules/PageMenu.jsm
index d01f626..d01f626 100644
--- a/modules/PageMenu.jsm
+++ b/webbrowser/modules/PageMenu.jsm
diff --git a/modules/PopupNotifications.jsm b/webbrowser/modules/PopupNotifications.jsm
index 0cb9702..0cb9702 100644
--- a/modules/PopupNotifications.jsm
+++ b/webbrowser/modules/PopupNotifications.jsm
diff --git a/modules/QuotaManager.jsm b/webbrowser/modules/QuotaManager.jsm
index 48cfe88..48cfe88 100644
--- a/modules/QuotaManager.jsm
+++ b/webbrowser/modules/QuotaManager.jsm
diff --git a/modules/RecentWindow.jsm b/webbrowser/modules/RecentWindow.jsm
index 0018b50..0018b50 100644
--- a/modules/RecentWindow.jsm
+++ b/webbrowser/modules/RecentWindow.jsm
diff --git a/modules/SharedFrame.jsm b/webbrowser/modules/SharedFrame.jsm
index b9d59bf..b9d59bf 100644
--- a/modules/SharedFrame.jsm
+++ b/webbrowser/modules/SharedFrame.jsm
diff --git a/modules/Windows8WindowFrameColor.jsm b/webbrowser/modules/Windows8WindowFrameColor.jsm
index e7a447d..e7a447d 100644
--- a/modules/Windows8WindowFrameColor.jsm
+++ b/webbrowser/modules/Windows8WindowFrameColor.jsm
diff --git a/modules/WindowsJumpLists.jsm b/webbrowser/modules/WindowsJumpLists.jsm
index e7f7855..e7f7855 100644
--- a/modules/WindowsJumpLists.jsm
+++ b/webbrowser/modules/WindowsJumpLists.jsm
diff --git a/modules/WindowsPreviewPerTab.jsm b/webbrowser/modules/WindowsPreviewPerTab.jsm
index 4b5030a..4b5030a 100644
--- a/modules/WindowsPreviewPerTab.jsm
+++ b/webbrowser/modules/WindowsPreviewPerTab.jsm
diff --git a/modules/moz.build b/webbrowser/modules/moz.build
index 12a3ece..12a3ece 100644
--- a/modules/moz.build
+++ b/webbrowser/modules/moz.build
diff --git a/modules/offlineAppCache.jsm b/webbrowser/modules/offlineAppCache.jsm
index 00ded09..00ded09 100644
--- a/modules/offlineAppCache.jsm
+++ b/webbrowser/modules/offlineAppCache.jsm
diff --git a/modules/openLocationLastURL.jsm b/webbrowser/modules/openLocationLastURL.jsm
index 3f58db8..3f58db8 100644
--- a/modules/openLocationLastURL.jsm
+++ b/webbrowser/modules/openLocationLastURL.jsm
diff --git a/modules/webrtcUI.jsm b/webbrowser/modules/webrtcUI.jsm
index 819ca18..819ca18 100644
--- a/modules/webrtcUI.jsm
+++ b/webbrowser/modules/webrtcUI.jsm
diff --git a/moz.build b/webbrowser/moz.build
index 9dcbd36..9dcbd36 100644
--- a/moz.build
+++ b/webbrowser/moz.build
diff --git a/moz.configure b/webbrowser/moz.configure
index 7223625..7223625 100644
--- a/moz.configure
+++ b/webbrowser/moz.configure
diff --git a/themes/LICENSE b/webbrowser/themes/LICENSE
index 39d4f8f..39d4f8f 100644
--- a/themes/LICENSE
+++ b/webbrowser/themes/LICENSE
diff --git a/themes/linux/Geolocation-16.png b/webbrowser/themes/linux/Geolocation-16.png
index 082b177..082b177 100644
--- a/themes/linux/Geolocation-16.png
+++ b/webbrowser/themes/linux/Geolocation-16.png
Binary files differ
diff --git a/themes/linux/Geolocation-64.png b/webbrowser/themes/linux/Geolocation-64.png
index 6e09ab9..6e09ab9 100644
--- a/themes/linux/Geolocation-64.png
+++ b/webbrowser/themes/linux/Geolocation-64.png
Binary files differ
diff --git a/themes/linux/Go-arrow.png b/webbrowser/themes/linux/Go-arrow.png
index 259c8a4..259c8a4 100644
--- a/themes/linux/Go-arrow.png
+++ b/webbrowser/themes/linux/Go-arrow.png
Binary files differ
diff --git a/themes/linux/Info.png b/webbrowser/themes/linux/Info.png
index d144798..d144798 100644
--- a/themes/linux/Info.png
+++ b/webbrowser/themes/linux/Info.png
Binary files differ
diff --git a/themes/linux/KUI-close.png b/webbrowser/themes/linux/KUI-close.png
index 08eeb81..08eeb81 100644
--- a/themes/linux/KUI-close.png
+++ b/webbrowser/themes/linux/KUI-close.png
Binary files differ
diff --git a/themes/linux/Makefile.in b/webbrowser/themes/linux/Makefile.in
index 3b81bbf..3b81bbf 100644
--- a/themes/linux/Makefile.in
+++ b/webbrowser/themes/linux/Makefile.in
diff --git a/themes/linux/Privacy-16.png b/webbrowser/themes/linux/Privacy-16.png
index 013cdc4..013cdc4 100644
--- a/themes/linux/Privacy-16.png
+++ b/webbrowser/themes/linux/Privacy-16.png
Binary files differ
diff --git a/themes/linux/Privacy-32.png b/webbrowser/themes/linux/Privacy-32.png
index f56dd2d..f56dd2d 100644
--- a/themes/linux/Privacy-32.png
+++ b/webbrowser/themes/linux/Privacy-32.png
Binary files differ
diff --git a/themes/linux/Privacy-48.png b/webbrowser/themes/linux/Privacy-48.png
index 8dd0243..8dd0243 100644
--- a/themes/linux/Privacy-48.png
+++ b/webbrowser/themes/linux/Privacy-48.png
Binary files differ
diff --git a/themes/linux/Privacy-64.png b/webbrowser/themes/linux/Privacy-64.png
index 106afb4..106afb4 100644
--- a/themes/linux/Privacy-64.png
+++ b/webbrowser/themes/linux/Privacy-64.png
Binary files differ
diff --git a/themes/linux/Secure.png b/webbrowser/themes/linux/Secure.png
index 5ee25e9..5ee25e9 100644
--- a/themes/linux/Secure.png
+++ b/webbrowser/themes/linux/Secure.png
Binary files differ
diff --git a/themes/linux/Security-broken.png b/webbrowser/themes/linux/Security-broken.png
index 1ec110b..1ec110b 100644
--- a/themes/linux/Security-broken.png
+++ b/webbrowser/themes/linux/Security-broken.png
Binary files differ
diff --git a/themes/linux/Toolbar-small.png b/webbrowser/themes/linux/Toolbar-small.png
index bcc8f63..bcc8f63 100644
--- a/themes/linux/Toolbar-small.png
+++ b/webbrowser/themes/linux/Toolbar-small.png
Binary files differ
diff --git a/themes/linux/Toolbar.png b/webbrowser/themes/linux/Toolbar.png
index 2851657..2851657 100644
--- a/themes/linux/Toolbar.png
+++ b/webbrowser/themes/linux/Toolbar.png
Binary files differ
diff --git a/themes/linux/aboutCertError.css b/webbrowser/themes/linux/aboutCertError.css
index dbb3530..dbb3530 100644
--- a/themes/linux/aboutCertError.css
+++ b/webbrowser/themes/linux/aboutCertError.css
diff --git a/themes/linux/aboutCertError_sectionCollapsed-rtl.png b/webbrowser/themes/linux/aboutCertError_sectionCollapsed-rtl.png
index 84ba18c..84ba18c 100644
--- a/themes/linux/aboutCertError_sectionCollapsed-rtl.png
+++ b/webbrowser/themes/linux/aboutCertError_sectionCollapsed-rtl.png
Binary files differ
diff --git a/themes/linux/aboutCertError_sectionCollapsed.png b/webbrowser/themes/linux/aboutCertError_sectionCollapsed.png
index c9805f6..c9805f6 100644
--- a/themes/linux/aboutCertError_sectionCollapsed.png
+++ b/webbrowser/themes/linux/aboutCertError_sectionCollapsed.png
Binary files differ
diff --git a/themes/linux/aboutCertError_sectionExpanded.png b/webbrowser/themes/linux/aboutCertError_sectionExpanded.png
index 128cef9..128cef9 100644
--- a/themes/linux/aboutCertError_sectionExpanded.png
+++ b/webbrowser/themes/linux/aboutCertError_sectionExpanded.png
Binary files differ
diff --git a/themes/linux/aboutPrivateBrowsing.css b/webbrowser/themes/linux/aboutPrivateBrowsing.css
index 2bb39d2..2bb39d2 100644
--- a/themes/linux/aboutPrivateBrowsing.css
+++ b/webbrowser/themes/linux/aboutPrivateBrowsing.css
diff --git a/themes/linux/aboutSessionRestore-window-icon.png b/webbrowser/themes/linux/aboutSessionRestore-window-icon.png
index a998323..a998323 100644
--- a/themes/linux/aboutSessionRestore-window-icon.png
+++ b/webbrowser/themes/linux/aboutSessionRestore-window-icon.png
Binary files differ
diff --git a/themes/linux/aboutSessionRestore.css b/webbrowser/themes/linux/aboutSessionRestore.css
index a32b975..a32b975 100644
--- a/themes/linux/aboutSessionRestore.css
+++ b/webbrowser/themes/linux/aboutSessionRestore.css
diff --git a/themes/linux/aboutSyncTabs.css b/webbrowser/themes/linux/aboutSyncTabs.css
index 4f21a9d..4f21a9d 100644
--- a/themes/linux/aboutSyncTabs.css
+++ b/webbrowser/themes/linux/aboutSyncTabs.css
diff --git a/themes/linux/actionicon-tab.png b/webbrowser/themes/linux/actionicon-tab.png
index 433c25e..433c25e 100644
--- a/themes/linux/actionicon-tab.png
+++ b/webbrowser/themes/linux/actionicon-tab.png
Binary files differ
diff --git a/themes/linux/autocomplete.css b/webbrowser/themes/linux/autocomplete.css
index ab92685..ab92685 100644
--- a/themes/linux/autocomplete.css
+++ b/webbrowser/themes/linux/autocomplete.css
diff --git a/themes/linux/browser.css b/webbrowser/themes/linux/browser.css
index 4933b40..4933b40 100644
--- a/themes/linux/browser.css
+++ b/webbrowser/themes/linux/browser.css
diff --git a/themes/linux/click-to-play-warning-stripes.png b/webbrowser/themes/linux/click-to-play-warning-stripes.png
index 29f15f7..29f15f7 100644
--- a/themes/linux/click-to-play-warning-stripes.png
+++ b/webbrowser/themes/linux/click-to-play-warning-stripes.png
Binary files differ
diff --git a/themes/linux/communicator/communicator.css b/webbrowser/themes/linux/communicator/communicator.css
index 0b57574..0b57574 100644
--- a/themes/linux/communicator/communicator.css
+++ b/webbrowser/themes/linux/communicator/communicator.css
diff --git a/themes/linux/communicator/jar.mn b/webbrowser/themes/linux/communicator/jar.mn
index 612d133..612d133 100644
--- a/themes/linux/communicator/jar.mn
+++ b/webbrowser/themes/linux/communicator/jar.mn
diff --git a/themes/linux/communicator/moz.build b/webbrowser/themes/linux/communicator/moz.build
index c97072b..c97072b 100644
--- a/themes/linux/communicator/moz.build
+++ b/webbrowser/themes/linux/communicator/moz.build
diff --git a/themes/linux/downloads/allDownloadsViewOverlay.css b/webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css
index 3526e01..3526e01 100644
--- a/themes/linux/downloads/allDownloadsViewOverlay.css
+++ b/webbrowser/themes/linux/downloads/allDownloadsViewOverlay.css
diff --git a/themes/linux/downloads/buttons.png b/webbrowser/themes/linux/downloads/buttons.png
index 071f7f7..071f7f7 100644
--- a/themes/linux/downloads/buttons.png
+++ b/webbrowser/themes/linux/downloads/buttons.png
Binary files differ
diff --git a/themes/linux/downloads/contentAreaDownloadsView.css b/webbrowser/themes/linux/downloads/contentAreaDownloadsView.css
index 56917d7..56917d7 100644
--- a/themes/linux/downloads/contentAreaDownloadsView.css
+++ b/webbrowser/themes/linux/downloads/contentAreaDownloadsView.css
diff --git a/themes/linux/downloads/download-glow-small.png b/webbrowser/themes/linux/downloads/download-glow-small.png
index 0dbf602..0dbf602 100644
--- a/themes/linux/downloads/download-glow-small.png
+++ b/webbrowser/themes/linux/downloads/download-glow-small.png
Binary files differ
diff --git a/themes/linux/downloads/download-glow.png b/webbrowser/themes/linux/downloads/download-glow.png
index 7514317..7514317 100644
--- a/themes/linux/downloads/download-glow.png
+++ b/webbrowser/themes/linux/downloads/download-glow.png
Binary files differ
diff --git a/themes/linux/downloads/download-notification-finish.png b/webbrowser/themes/linux/downloads/download-notification-finish.png
index 7bcc7f5..7bcc7f5 100644
--- a/themes/linux/downloads/download-notification-finish.png
+++ b/webbrowser/themes/linux/downloads/download-notification-finish.png
Binary files differ
diff --git a/themes/linux/downloads/download-notification-start.png b/webbrowser/themes/linux/downloads/download-notification-start.png
index bd548b1..bd548b1 100644
--- a/themes/linux/downloads/download-notification-start.png
+++ b/webbrowser/themes/linux/downloads/download-notification-start.png
Binary files differ
diff --git a/themes/linux/downloads/download-summary.png b/webbrowser/themes/linux/downloads/download-summary.png
index c5d4754..c5d4754 100644
--- a/themes/linux/downloads/download-summary.png
+++ b/webbrowser/themes/linux/downloads/download-summary.png
Binary files differ
diff --git a/themes/linux/downloads/downloads.css b/webbrowser/themes/linux/downloads/downloads.css
index 79bb5ee..79bb5ee 100644
--- a/themes/linux/downloads/downloads.css
+++ b/webbrowser/themes/linux/downloads/downloads.css
diff --git a/themes/linux/engineManager.css b/webbrowser/themes/linux/engineManager.css
index 18817cd..18817cd 100644
--- a/themes/linux/engineManager.css
+++ b/webbrowser/themes/linux/engineManager.css
diff --git a/themes/linux/feeds/feedIcon.png b/webbrowser/themes/linux/feeds/feedIcon.png
index a788fff..a788fff 100644
--- a/themes/linux/feeds/feedIcon.png
+++ b/webbrowser/themes/linux/feeds/feedIcon.png
Binary files differ
diff --git a/themes/linux/feeds/feedIcon16.png b/webbrowser/themes/linux/feeds/feedIcon16.png
index f8536a4..f8536a4 100644
--- a/themes/linux/feeds/feedIcon16.png
+++ b/webbrowser/themes/linux/feeds/feedIcon16.png
Binary files differ
diff --git a/themes/linux/feeds/subscribe-ui.css b/webbrowser/themes/linux/feeds/subscribe-ui.css
index b3c0b37..b3c0b37 100644
--- a/themes/linux/feeds/subscribe-ui.css
+++ b/webbrowser/themes/linux/feeds/subscribe-ui.css
diff --git a/themes/linux/feeds/subscribe.css b/webbrowser/themes/linux/feeds/subscribe.css
index dd1e24e..dd1e24e 100644
--- a/themes/linux/feeds/subscribe.css
+++ b/webbrowser/themes/linux/feeds/subscribe.css
diff --git a/themes/linux/icon.png b/webbrowser/themes/linux/icon.png
index ff4f21f..ff4f21f 100644
--- a/themes/linux/icon.png
+++ b/webbrowser/themes/linux/icon.png
Binary files differ
diff --git a/themes/linux/identity-icons-generic.png b/webbrowser/themes/linux/identity-icons-generic.png
index a39e493..a39e493 100644
--- a/themes/linux/identity-icons-generic.png
+++ b/webbrowser/themes/linux/identity-icons-generic.png
Binary files differ
diff --git a/themes/linux/identity-icons-https-ev.png b/webbrowser/themes/linux/identity-icons-https-ev.png
index d49be13..d49be13 100644
--- a/themes/linux/identity-icons-https-ev.png
+++ b/webbrowser/themes/linux/identity-icons-https-ev.png
Binary files differ
diff --git a/themes/linux/identity-icons-https-mixed-active.png b/webbrowser/themes/linux/identity-icons-https-mixed-active.png
index 3c77bc8..3c77bc8 100644
--- a/themes/linux/identity-icons-https-mixed-active.png
+++ b/webbrowser/themes/linux/identity-icons-https-mixed-active.png
Binary files differ
diff --git a/themes/linux/identity-icons-https.png b/webbrowser/themes/linux/identity-icons-https.png
index ffd6694..ffd6694 100644
--- a/themes/linux/identity-icons-https.png
+++ b/webbrowser/themes/linux/identity-icons-https.png
Binary files differ
diff --git a/themes/linux/identity.png b/webbrowser/themes/linux/identity.png
index f3f790e..f3f790e 100644
--- a/themes/linux/identity.png
+++ b/webbrowser/themes/linux/identity.png
Binary files differ
diff --git a/themes/linux/imagedocument.png b/webbrowser/themes/linux/imagedocument.png
index ff4f21f..ff4f21f 100644
--- a/themes/linux/imagedocument.png
+++ b/webbrowser/themes/linux/imagedocument.png
Binary files differ
diff --git a/themes/linux/jar.mn b/webbrowser/themes/linux/jar.mn
index a7c426b..a7c426b 100644
--- a/themes/linux/jar.mn
+++ b/webbrowser/themes/linux/jar.mn
diff --git a/themes/linux/mixed-content-blocked-16.png b/webbrowser/themes/linux/mixed-content-blocked-16.png
index 7cf33ec..7cf33ec 100644
--- a/themes/linux/mixed-content-blocked-16.png
+++ b/webbrowser/themes/linux/mixed-content-blocked-16.png
Binary files differ
diff --git a/themes/linux/mixed-content-blocked-64.png b/webbrowser/themes/linux/mixed-content-blocked-64.png
index cac4415..cac4415 100644
--- a/themes/linux/mixed-content-blocked-64.png
+++ b/webbrowser/themes/linux/mixed-content-blocked-64.png
Binary files differ
diff --git a/themes/linux/monitor.png b/webbrowser/themes/linux/monitor.png
index 35e7b20..35e7b20 100644
--- a/themes/linux/monitor.png
+++ b/webbrowser/themes/linux/monitor.png
Binary files differ
diff --git a/themes/linux/monitor_16-10.png b/webbrowser/themes/linux/monitor_16-10.png
index 4195034..4195034 100644
--- a/themes/linux/monitor_16-10.png
+++ b/webbrowser/themes/linux/monitor_16-10.png
Binary files differ
diff --git a/themes/linux/moz.build b/webbrowser/themes/linux/moz.build
index 6a7af20..6a7af20 100644
--- a/themes/linux/moz.build
+++ b/webbrowser/themes/linux/moz.build
diff --git a/themes/linux/newtab/newTab.css b/webbrowser/themes/linux/newtab/newTab.css
index 357b313..357b313 100644
--- a/themes/linux/newtab/newTab.css
+++ b/webbrowser/themes/linux/newtab/newTab.css
diff --git a/themes/linux/page-livemarks.png b/webbrowser/themes/linux/page-livemarks.png
index f8536a4..f8536a4 100644
--- a/themes/linux/page-livemarks.png
+++ b/webbrowser/themes/linux/page-livemarks.png
Binary files differ
diff --git a/themes/linux/pageInfo.css b/webbrowser/themes/linux/pageInfo.css
index 49ae493..49ae493 100644
--- a/themes/linux/pageInfo.css
+++ b/webbrowser/themes/linux/pageInfo.css
diff --git a/themes/linux/pageInfo.png b/webbrowser/themes/linux/pageInfo.png
index 2cbb15d..2cbb15d 100644
--- a/themes/linux/pageInfo.png
+++ b/webbrowser/themes/linux/pageInfo.png
Binary files differ
diff --git a/themes/linux/permissions/aboutPermissions.css b/webbrowser/themes/linux/permissions/aboutPermissions.css
index 386e167..386e167 100644
--- a/themes/linux/permissions/aboutPermissions.css
+++ b/webbrowser/themes/linux/permissions/aboutPermissions.css
diff --git a/themes/linux/places/bookmarksMenu.png b/webbrowser/themes/linux/places/bookmarksMenu.png
index 80dd216..80dd216 100644
--- a/themes/linux/places/bookmarksMenu.png
+++ b/webbrowser/themes/linux/places/bookmarksMenu.png
Binary files differ
diff --git a/themes/linux/places/bookmarksToolbar.png b/webbrowser/themes/linux/places/bookmarksToolbar.png
index 09502fe..09502fe 100644
--- a/themes/linux/places/bookmarksToolbar.png
+++ b/webbrowser/themes/linux/places/bookmarksToolbar.png
Binary files differ
diff --git a/themes/linux/places/calendar.png b/webbrowser/themes/linux/places/calendar.png
index f712868..f712868 100644
--- a/themes/linux/places/calendar.png
+++ b/webbrowser/themes/linux/places/calendar.png
Binary files differ
diff --git a/themes/linux/places/downloads.png b/webbrowser/themes/linux/places/downloads.png
index d641714..d641714 100644
--- a/themes/linux/places/downloads.png
+++ b/webbrowser/themes/linux/places/downloads.png
Binary files differ
diff --git a/themes/linux/places/editBookmarkOverlay.css b/webbrowser/themes/linux/places/editBookmarkOverlay.css
index f1f6210..f1f6210 100644
--- a/themes/linux/places/editBookmarkOverlay.css
+++ b/webbrowser/themes/linux/places/editBookmarkOverlay.css
diff --git a/themes/linux/places/livemark-item.png b/webbrowser/themes/linux/places/livemark-item.png
index 9184b95..9184b95 100644
--- a/themes/linux/places/livemark-item.png
+++ b/webbrowser/themes/linux/places/livemark-item.png
Binary files differ
diff --git a/themes/linux/places/organizer.css b/webbrowser/themes/linux/places/organizer.css
index cabeebb..cabeebb 100644
--- a/themes/linux/places/organizer.css
+++ b/webbrowser/themes/linux/places/organizer.css
diff --git a/themes/linux/places/organizer.xml b/webbrowser/themes/linux/places/organizer.xml
index 8331ebb..8331ebb 100644
--- a/themes/linux/places/organizer.xml
+++ b/webbrowser/themes/linux/places/organizer.xml
diff --git a/themes/linux/places/pageStarred.png b/webbrowser/themes/linux/places/pageStarred.png
index 61a9f90..61a9f90 100644
--- a/themes/linux/places/pageStarred.png
+++ b/webbrowser/themes/linux/places/pageStarred.png
Binary files differ
diff --git a/themes/linux/places/places.css b/webbrowser/themes/linux/places/places.css
index d2b806b..d2b806b 100644
--- a/themes/linux/places/places.css
+++ b/webbrowser/themes/linux/places/places.css
diff --git a/themes/linux/places/query.png b/webbrowser/themes/linux/places/query.png
index 2420dee..2420dee 100644
--- a/themes/linux/places/query.png
+++ b/webbrowser/themes/linux/places/query.png
Binary files differ
diff --git a/themes/linux/places/star-icons.png b/webbrowser/themes/linux/places/star-icons.png
index 2f50c6a..2f50c6a 100644
--- a/themes/linux/places/star-icons.png
+++ b/webbrowser/themes/linux/places/star-icons.png
Binary files differ
diff --git a/themes/linux/places/starPage.png b/webbrowser/themes/linux/places/starPage.png
index 3193a35..3193a35 100644
--- a/themes/linux/places/starPage.png
+++ b/webbrowser/themes/linux/places/starPage.png
Binary files differ
diff --git a/themes/linux/places/starred48.png b/webbrowser/themes/linux/places/starred48.png
index deefaec..deefaec 100644
--- a/themes/linux/places/starred48.png
+++ b/webbrowser/themes/linux/places/starred48.png
Binary files differ
diff --git a/themes/linux/places/tag.png b/webbrowser/themes/linux/places/tag.png
index 27176cc..27176cc 100644
--- a/themes/linux/places/tag.png
+++ b/webbrowser/themes/linux/places/tag.png
Binary files differ
diff --git a/themes/linux/places/toolbarDropMarker.png b/webbrowser/themes/linux/places/toolbarDropMarker.png
index ed3200f..ed3200f 100644
--- a/themes/linux/places/toolbarDropMarker.png
+++ b/webbrowser/themes/linux/places/toolbarDropMarker.png
Binary files differ
diff --git a/themes/linux/places/unsortedBookmarks.png b/webbrowser/themes/linux/places/unsortedBookmarks.png
index 4dcf761..4dcf761 100644
--- a/themes/linux/places/unsortedBookmarks.png
+++ b/webbrowser/themes/linux/places/unsortedBookmarks.png
Binary files differ
diff --git a/themes/linux/places/unstarred48.png b/webbrowser/themes/linux/places/unstarred48.png
index 1544863..1544863 100644
--- a/themes/linux/places/unstarred48.png
+++ b/webbrowser/themes/linux/places/unstarred48.png
Binary files differ
diff --git a/themes/linux/pointerLock-16.png b/webbrowser/themes/linux/pointerLock-16.png
index 862cd11..862cd11 100644
--- a/themes/linux/pointerLock-16.png
+++ b/webbrowser/themes/linux/pointerLock-16.png
Binary files differ
diff --git a/themes/linux/pointerLock-64.png b/webbrowser/themes/linux/pointerLock-64.png
index a35ce04..a35ce04 100644
--- a/themes/linux/pointerLock-64.png
+++ b/webbrowser/themes/linux/pointerLock-64.png
Binary files differ
diff --git a/themes/linux/preferences/Options-sync.png b/webbrowser/themes/linux/preferences/Options-sync.png
index 89901fb..89901fb 100644
--- a/themes/linux/preferences/Options-sync.png
+++ b/webbrowser/themes/linux/preferences/Options-sync.png
Binary files differ
diff --git a/themes/linux/preferences/Options.png b/webbrowser/themes/linux/preferences/Options.png
index 82bebd2..82bebd2 100644
--- a/themes/linux/preferences/Options.png
+++ b/webbrowser/themes/linux/preferences/Options.png
Binary files differ
diff --git a/themes/linux/preferences/alwaysAsk.png b/webbrowser/themes/linux/preferences/alwaysAsk.png
index 45256d4..45256d4 100644
--- a/themes/linux/preferences/alwaysAsk.png
+++ b/webbrowser/themes/linux/preferences/alwaysAsk.png
Binary files differ
diff --git a/themes/linux/preferences/applications.css b/webbrowser/themes/linux/preferences/applications.css
index c9d1b8c..c9d1b8c 100644
--- a/themes/linux/preferences/applications.css
+++ b/webbrowser/themes/linux/preferences/applications.css
diff --git a/themes/linux/preferences/mail.png b/webbrowser/themes/linux/preferences/mail.png
index 66d2bc9..66d2bc9 100644
--- a/themes/linux/preferences/mail.png
+++ b/webbrowser/themes/linux/preferences/mail.png
Binary files differ
diff --git a/themes/linux/preferences/preferences.css b/webbrowser/themes/linux/preferences/preferences.css
index 52f8658..52f8658 100644
--- a/themes/linux/preferences/preferences.css
+++ b/webbrowser/themes/linux/preferences/preferences.css
diff --git a/themes/linux/privatebrowsing-mask.png b/webbrowser/themes/linux/privatebrowsing-mask.png
index 9eaf3ae..9eaf3ae 100644
--- a/themes/linux/privatebrowsing-mask.png
+++ b/webbrowser/themes/linux/privatebrowsing-mask.png
Binary files differ
diff --git a/themes/linux/sanitizeDialog.css b/webbrowser/themes/linux/sanitizeDialog.css
index 96cf3bc..96cf3bc 100644
--- a/themes/linux/sanitizeDialog.css
+++ b/webbrowser/themes/linux/sanitizeDialog.css
diff --git a/themes/linux/searchbar.css b/webbrowser/themes/linux/searchbar.css
index cb6ecff..cb6ecff 100644
--- a/themes/linux/searchbar.css
+++ b/webbrowser/themes/linux/searchbar.css
diff --git a/themes/linux/setDesktopBackground.css b/webbrowser/themes/linux/setDesktopBackground.css
index 585284c..585284c 100644
--- a/themes/linux/setDesktopBackground.css
+++ b/webbrowser/themes/linux/setDesktopBackground.css
diff --git a/themes/linux/slowStartup-16.png b/webbrowser/themes/linux/slowStartup-16.png
index 834dc0f..834dc0f 100644
--- a/themes/linux/slowStartup-16.png
+++ b/webbrowser/themes/linux/slowStartup-16.png
Binary files differ
diff --git a/themes/linux/statusbar/overlay.css b/webbrowser/themes/linux/statusbar/overlay.css
index 2351aac..2351aac 100644
--- a/themes/linux/statusbar/overlay.css
+++ b/webbrowser/themes/linux/statusbar/overlay.css
diff --git a/themes/linux/statusbar/prefs.css b/webbrowser/themes/linux/statusbar/prefs.css
index db6f24e..db6f24e 100644
--- a/themes/linux/statusbar/prefs.css
+++ b/webbrowser/themes/linux/statusbar/prefs.css
diff --git a/themes/linux/sync-128.png b/webbrowser/themes/linux/sync-128.png
index 1ea3481..1ea3481 100644
--- a/themes/linux/sync-128.png
+++ b/webbrowser/themes/linux/sync-128.png
Binary files differ
diff --git a/themes/linux/sync-16-throbber.png b/webbrowser/themes/linux/sync-16-throbber.png
index d6f801a..d6f801a 100644
--- a/themes/linux/sync-16-throbber.png
+++ b/webbrowser/themes/linux/sync-16-throbber.png
Binary files differ
diff --git a/themes/linux/sync-16.png b/webbrowser/themes/linux/sync-16.png
index 0afb1c7..0afb1c7 100644
--- a/themes/linux/sync-16.png
+++ b/webbrowser/themes/linux/sync-16.png
Binary files differ
diff --git a/themes/linux/sync-24-throbber.png b/webbrowser/themes/linux/sync-24-throbber.png
index 5587174..5587174 100644
--- a/themes/linux/sync-24-throbber.png
+++ b/webbrowser/themes/linux/sync-24-throbber.png
Binary files differ
diff --git a/themes/linux/sync-32.png b/webbrowser/themes/linux/sync-32.png
index 7a762cb..7a762cb 100644
--- a/themes/linux/sync-32.png
+++ b/webbrowser/themes/linux/sync-32.png
Binary files differ
diff --git a/themes/linux/sync-bg.png b/webbrowser/themes/linux/sync-bg.png
index 893a27d..893a27d 100644
--- a/themes/linux/sync-bg.png
+++ b/webbrowser/themes/linux/sync-bg.png
Binary files differ
diff --git a/themes/linux/sync-desktopIcon.png b/webbrowser/themes/linux/sync-desktopIcon.png
index d3d1e27..d3d1e27 100644
--- a/themes/linux/sync-desktopIcon.png
+++ b/webbrowser/themes/linux/sync-desktopIcon.png
Binary files differ
diff --git a/themes/linux/sync-mobileIcon.png b/webbrowser/themes/linux/sync-mobileIcon.png
index a3bda57..a3bda57 100644
--- a/themes/linux/sync-mobileIcon.png
+++ b/webbrowser/themes/linux/sync-mobileIcon.png
Binary files differ
diff --git a/themes/linux/syncCommon.css b/webbrowser/themes/linux/syncCommon.css
index 9a84ceb..9a84ceb 100644
--- a/themes/linux/syncCommon.css
+++ b/webbrowser/themes/linux/syncCommon.css
diff --git a/themes/linux/syncProgress.css b/webbrowser/themes/linux/syncProgress.css
index d7aa599..d7aa599 100644
--- a/themes/linux/syncProgress.css
+++ b/webbrowser/themes/linux/syncProgress.css
diff --git a/themes/linux/syncQuota.css b/webbrowser/themes/linux/syncQuota.css
index 1577de8..1577de8 100644
--- a/themes/linux/syncQuota.css
+++ b/webbrowser/themes/linux/syncQuota.css
diff --git a/themes/linux/syncSetup.css b/webbrowser/themes/linux/syncSetup.css
index 4c6518a..4c6518a 100644
--- a/themes/linux/syncSetup.css
+++ b/webbrowser/themes/linux/syncSetup.css
diff --git a/themes/linux/tabbrowser/alltabs.png b/webbrowser/themes/linux/tabbrowser/alltabs.png
index 2f19025..2f19025 100644
--- a/themes/linux/tabbrowser/alltabs.png
+++ b/webbrowser/themes/linux/tabbrowser/alltabs.png
Binary files differ
diff --git a/themes/linux/tabbrowser/connecting.png b/webbrowser/themes/linux/tabbrowser/connecting.png
index e564fb5..e564fb5 100644
--- a/themes/linux/tabbrowser/connecting.png
+++ b/webbrowser/themes/linux/tabbrowser/connecting.png
Binary files differ
diff --git a/themes/linux/tabbrowser/loading.png b/webbrowser/themes/linux/tabbrowser/loading.png
index 55f25e5..55f25e5 100644
--- a/themes/linux/tabbrowser/loading.png
+++ b/webbrowser/themes/linux/tabbrowser/loading.png
Binary files differ
diff --git a/themes/linux/tabbrowser/tab-overflow-border.png b/webbrowser/themes/linux/tabbrowser/tab-overflow-border.png
index 77f2462..77f2462 100644
--- a/themes/linux/tabbrowser/tab-overflow-border.png
+++ b/webbrowser/themes/linux/tabbrowser/tab-overflow-border.png
Binary files differ
diff --git a/themes/linux/tabbrowser/tab.png b/webbrowser/themes/linux/tabbrowser/tab.png
index deeeb0a..deeeb0a 100644
--- a/themes/linux/tabbrowser/tab.png
+++ b/webbrowser/themes/linux/tabbrowser/tab.png
Binary files differ
diff --git a/themes/linux/tabbrowser/tabDragIndicator.png b/webbrowser/themes/linux/tabbrowser/tabDragIndicator.png
index df7d914..df7d914 100644
--- a/themes/linux/tabbrowser/tabDragIndicator.png
+++ b/webbrowser/themes/linux/tabbrowser/tabDragIndicator.png
Binary files differ
diff --git a/themes/linux/urlbar-arrow.png b/webbrowser/themes/linux/urlbar-arrow.png
index fcab253..fcab253 100644
--- a/themes/linux/urlbar-arrow.png
+++ b/webbrowser/themes/linux/urlbar-arrow.png
Binary files differ
diff --git a/themes/linux/web-notifications-icon.svg b/webbrowser/themes/linux/web-notifications-icon.svg
index f7186c7..f7186c7 100644
--- a/themes/linux/web-notifications-icon.svg
+++ b/webbrowser/themes/linux/web-notifications-icon.svg
diff --git a/themes/linux/web-notifications-tray.svg b/webbrowser/themes/linux/web-notifications-tray.svg
index 314026a..314026a 100644
--- a/themes/linux/web-notifications-tray.svg
+++ b/webbrowser/themes/linux/web-notifications-tray.svg
diff --git a/themes/linux/webRTC-shareDevice-16.png b/webbrowser/themes/linux/webRTC-shareDevice-16.png
index 8bc5b3a..8bc5b3a 100644
--- a/themes/linux/webRTC-shareDevice-16.png
+++ b/webbrowser/themes/linux/webRTC-shareDevice-16.png
Binary files differ
diff --git a/themes/linux/webRTC-shareDevice-64.png b/webbrowser/themes/linux/webRTC-shareDevice-64.png
index d125789..d125789 100644
--- a/themes/linux/webRTC-shareDevice-64.png
+++ b/webbrowser/themes/linux/webRTC-shareDevice-64.png
Binary files differ
diff --git a/themes/linux/webRTC-sharingDevice-16.png b/webbrowser/themes/linux/webRTC-sharingDevice-16.png
index a670676..a670676 100644
--- a/themes/linux/webRTC-sharingDevice-16.png
+++ b/webbrowser/themes/linux/webRTC-sharingDevice-16.png
Binary files differ
diff --git a/themes/moz.build b/webbrowser/themes/moz.build
index 5040c10..5040c10 100644
--- a/themes/moz.build
+++ b/webbrowser/themes/moz.build
diff --git a/themes/osx/Geolocation-16.png b/webbrowser/themes/osx/Geolocation-16.png
index d710e73..d710e73 100644
--- a/themes/osx/Geolocation-16.png
+++ b/webbrowser/themes/osx/Geolocation-16.png
Binary files differ
diff --git a/themes/osx/Geolocation-64.png b/webbrowser/themes/osx/Geolocation-64.png
index 1bd46ba..1bd46ba 100644
--- a/themes/osx/Geolocation-64.png
+++ b/webbrowser/themes/osx/Geolocation-64.png
Binary files differ
diff --git a/themes/osx/Info.png b/webbrowser/themes/osx/Info.png
index d09e82b..d09e82b 100644
--- a/themes/osx/Info.png
+++ b/webbrowser/themes/osx/Info.png
Binary files differ
diff --git a/themes/osx/KUI-background.png b/webbrowser/themes/osx/KUI-background.png
index 104a49f..104a49f 100644
--- a/themes/osx/KUI-background.png
+++ b/webbrowser/themes/osx/KUI-background.png
Binary files differ
diff --git a/themes/osx/KUI-close.png b/webbrowser/themes/osx/KUI-close.png
index 08eeb81..08eeb81 100644
--- a/themes/osx/KUI-close.png
+++ b/webbrowser/themes/osx/KUI-close.png
Binary files differ
diff --git a/themes/osx/Makefile.in b/webbrowser/themes/osx/Makefile.in
index 173ca68..173ca68 100644
--- a/themes/osx/Makefile.in
+++ b/webbrowser/themes/osx/Makefile.in
diff --git a/themes/osx/Privacy-16.png b/webbrowser/themes/osx/Privacy-16.png
index a4be3e9..a4be3e9 100644
--- a/themes/osx/Privacy-16.png
+++ b/webbrowser/themes/osx/Privacy-16.png
Binary files differ
diff --git a/themes/osx/Privacy-32.png b/webbrowser/themes/osx/Privacy-32.png
index dd07c1a..dd07c1a 100644
--- a/themes/osx/Privacy-32.png
+++ b/webbrowser/themes/osx/Privacy-32.png
Binary files differ
diff --git a/themes/osx/Privacy-48.png b/webbrowser/themes/osx/Privacy-48.png
index 2396f99..2396f99 100644
--- a/themes/osx/Privacy-48.png
+++ b/webbrowser/themes/osx/Privacy-48.png
Binary files differ
diff --git a/themes/osx/Privacy-64.png b/webbrowser/themes/osx/Privacy-64.png
index d360501..d360501 100644
--- a/themes/osx/Privacy-64.png
+++ b/webbrowser/themes/osx/Privacy-64.png
Binary files differ
diff --git a/themes/osx/Search-glass.png b/webbrowser/themes/osx/Search-glass.png
index 9eb0e25..9eb0e25 100644
--- a/themes/osx/Search-glass.png
+++ b/webbrowser/themes/osx/Search-glass.png
Binary files differ
diff --git a/themes/osx/Secure24.png b/webbrowser/themes/osx/Secure24.png
index 896343a..896343a 100644
--- a/themes/osx/Secure24.png
+++ b/webbrowser/themes/osx/Secure24.png
Binary files differ
diff --git a/themes/osx/Toolbar-glass.png b/webbrowser/themes/osx/Toolbar-glass.png
index 23cc4bf..23cc4bf 100644
--- a/themes/osx/Toolbar-glass.png
+++ b/webbrowser/themes/osx/Toolbar-glass.png
Binary files differ
diff --git a/themes/osx/Toolbar-inverted.png b/webbrowser/themes/osx/Toolbar-inverted.png
index 2c3253f..2c3253f 100644
--- a/themes/osx/Toolbar-inverted.png
+++ b/webbrowser/themes/osx/Toolbar-inverted.png
Binary files differ
diff --git a/themes/osx/Toolbar.png b/webbrowser/themes/osx/Toolbar.png
index 3d1b80e..3d1b80e 100644
--- a/themes/osx/Toolbar.png
+++ b/webbrowser/themes/osx/Toolbar.png
Binary files differ
diff --git a/themes/osx/aboutCertError.css b/webbrowser/themes/osx/aboutCertError.css
index dbb3530..dbb3530 100644
--- a/themes/osx/aboutCertError.css
+++ b/webbrowser/themes/osx/aboutCertError.css
diff --git a/themes/osx/aboutCertError_sectionCollapsed-rtl.png b/webbrowser/themes/osx/aboutCertError_sectionCollapsed-rtl.png
index 84ba18c..84ba18c 100644
--- a/themes/osx/aboutCertError_sectionCollapsed-rtl.png
+++ b/webbrowser/themes/osx/aboutCertError_sectionCollapsed-rtl.png
Binary files differ
diff --git a/themes/osx/aboutCertError_sectionCollapsed.png b/webbrowser/themes/osx/aboutCertError_sectionCollapsed.png
index c9805f6..c9805f6 100644
--- a/themes/osx/aboutCertError_sectionCollapsed.png
+++ b/webbrowser/themes/osx/aboutCertError_sectionCollapsed.png
Binary files differ
diff --git a/themes/osx/aboutCertError_sectionExpanded.png b/webbrowser/themes/osx/aboutCertError_sectionExpanded.png
index 128cef9..128cef9 100644
--- a/themes/osx/aboutCertError_sectionExpanded.png
+++ b/webbrowser/themes/osx/aboutCertError_sectionExpanded.png
Binary files differ
diff --git a/themes/osx/aboutPrivateBrowsing.css b/webbrowser/themes/osx/aboutPrivateBrowsing.css
index cd6026b..cd6026b 100644
--- a/themes/osx/aboutPrivateBrowsing.css
+++ b/webbrowser/themes/osx/aboutPrivateBrowsing.css
diff --git a/themes/osx/aboutSessionRestore.css b/webbrowser/themes/osx/aboutSessionRestore.css
index 4fa4907..4fa4907 100644
--- a/themes/osx/aboutSessionRestore.css
+++ b/webbrowser/themes/osx/aboutSessionRestore.css
diff --git a/themes/osx/aboutSyncTabs.css b/webbrowser/themes/osx/aboutSyncTabs.css
index 4f21a9d..4f21a9d 100644
--- a/themes/osx/aboutSyncTabs.css
+++ b/webbrowser/themes/osx/aboutSyncTabs.css
diff --git a/themes/osx/actionicon-tab.png b/webbrowser/themes/osx/actionicon-tab.png
index ced958e..ced958e 100644
--- a/themes/osx/actionicon-tab.png
+++ b/webbrowser/themes/osx/actionicon-tab.png
Binary files differ
diff --git a/themes/osx/appmenu-dropmarker.png b/webbrowser/themes/osx/appmenu-dropmarker.png
index 27deaff..27deaff 100644
--- a/themes/osx/appmenu-dropmarker.png
+++ b/webbrowser/themes/osx/appmenu-dropmarker.png
Binary files differ
diff --git a/themes/osx/appmenu-icons.png b/webbrowser/themes/osx/appmenu-icons.png
index 78f3658..78f3658 100644
--- a/themes/osx/appmenu-icons.png
+++ b/webbrowser/themes/osx/appmenu-icons.png
Binary files differ
diff --git a/themes/osx/autocomplete.css b/webbrowser/themes/osx/autocomplete.css
index a50dbd8..a50dbd8 100644
--- a/themes/osx/autocomplete.css
+++ b/webbrowser/themes/osx/autocomplete.css
diff --git a/themes/osx/browser.css b/webbrowser/themes/osx/browser.css
index 20e453d..20e453d 100644
--- a/themes/osx/browser.css
+++ b/webbrowser/themes/osx/browser.css
diff --git a/themes/osx/click-to-play-warning-stripes.png b/webbrowser/themes/osx/click-to-play-warning-stripes.png
index 29f15f7..29f15f7 100644
--- a/themes/osx/click-to-play-warning-stripes.png
+++ b/webbrowser/themes/osx/click-to-play-warning-stripes.png
Binary files differ
diff --git a/themes/osx/communicator/communicator.css b/webbrowser/themes/osx/communicator/communicator.css
index 0b57574..0b57574 100644
--- a/themes/osx/communicator/communicator.css
+++ b/webbrowser/themes/osx/communicator/communicator.css
diff --git a/themes/osx/communicator/jar.mn b/webbrowser/themes/osx/communicator/jar.mn
index 612d133..612d133 100644
--- a/themes/osx/communicator/jar.mn
+++ b/webbrowser/themes/osx/communicator/jar.mn
diff --git a/themes/osx/communicator/moz.build b/webbrowser/themes/osx/communicator/moz.build
index c97072b..c97072b 100644
--- a/themes/osx/communicator/moz.build
+++ b/webbrowser/themes/osx/communicator/moz.build
diff --git a/themes/osx/downloads/allDownloadsViewOverlay.css b/webbrowser/themes/osx/downloads/allDownloadsViewOverlay.css
index eb99f4c..eb99f4c 100644
--- a/themes/osx/downloads/allDownloadsViewOverlay.css
+++ b/webbrowser/themes/osx/downloads/allDownloadsViewOverlay.css
diff --git a/themes/osx/downloads/buttons.png b/webbrowser/themes/osx/downloads/buttons.png
index ca87b40..ca87b40 100644
--- a/themes/osx/downloads/buttons.png
+++ b/webbrowser/themes/osx/downloads/buttons.png
Binary files differ
diff --git a/themes/osx/downloads/contentAreaDownloadsView.css b/webbrowser/themes/osx/downloads/contentAreaDownloadsView.css
index ece99ea..ece99ea 100644
--- a/themes/osx/downloads/contentAreaDownloadsView.css
+++ b/webbrowser/themes/osx/downloads/contentAreaDownloadsView.css
diff --git a/themes/osx/downloads/download-glow.png b/webbrowser/themes/osx/downloads/download-glow.png
index 53182d7..53182d7 100644
--- a/themes/osx/downloads/download-glow.png
+++ b/webbrowser/themes/osx/downloads/download-glow.png
Binary files differ
diff --git a/themes/osx/downloads/download-notification-finish.png b/webbrowser/themes/osx/downloads/download-notification-finish.png
index 5194f5d..5194f5d 100644
--- a/themes/osx/downloads/download-notification-finish.png
+++ b/webbrowser/themes/osx/downloads/download-notification-finish.png
Binary files differ
diff --git a/themes/osx/downloads/download-notification-start.png b/webbrowser/themes/osx/downloads/download-notification-start.png
index bd548b1..bd548b1 100644
--- a/themes/osx/downloads/download-notification-start.png
+++ b/webbrowser/themes/osx/downloads/download-notification-start.png
Binary files differ
diff --git a/themes/osx/downloads/download-summary.png b/webbrowser/themes/osx/downloads/download-summary.png
index 67003c7..67003c7 100644
--- a/themes/osx/downloads/download-summary.png
+++ b/webbrowser/themes/osx/downloads/download-summary.png
Binary files differ
diff --git a/themes/osx/downloads/downloads.css b/webbrowser/themes/osx/downloads/downloads.css
index 267574e..267574e 100644
--- a/themes/osx/downloads/downloads.css
+++ b/webbrowser/themes/osx/downloads/downloads.css
diff --git a/themes/osx/engineManager.css b/webbrowser/themes/osx/engineManager.css
index 18817cd..18817cd 100644
--- a/themes/osx/engineManager.css
+++ b/webbrowser/themes/osx/engineManager.css
diff --git a/themes/osx/feeds/feed-icons-16.png b/webbrowser/themes/osx/feeds/feed-icons-16.png
index bcca086..bcca086 100644
--- a/themes/osx/feeds/feed-icons-16.png
+++ b/webbrowser/themes/osx/feeds/feed-icons-16.png
Binary files differ
diff --git a/themes/osx/feeds/feedIcon.png b/webbrowser/themes/osx/feeds/feedIcon.png
index e69bc44..e69bc44 100644
--- a/themes/osx/feeds/feedIcon.png
+++ b/webbrowser/themes/osx/feeds/feedIcon.png
Binary files differ
diff --git a/themes/osx/feeds/feedIcon16.png b/webbrowser/themes/osx/feeds/feedIcon16.png
index d778807..d778807 100644
--- a/themes/osx/feeds/feedIcon16.png
+++ b/webbrowser/themes/osx/feeds/feedIcon16.png
Binary files differ
diff --git a/themes/osx/feeds/subscribe-ui.css b/webbrowser/themes/osx/feeds/subscribe-ui.css
index 8ca5328..8ca5328 100644
--- a/themes/osx/feeds/subscribe-ui.css
+++ b/webbrowser/themes/osx/feeds/subscribe-ui.css
diff --git a/themes/osx/feeds/subscribe.css b/webbrowser/themes/osx/feeds/subscribe.css
index 780a7f8..780a7f8 100644
--- a/themes/osx/feeds/subscribe.css
+++ b/webbrowser/themes/osx/feeds/subscribe.css
diff --git a/themes/osx/icon.png b/webbrowser/themes/osx/icon.png
index ff4f21f..ff4f21f 100644
--- a/themes/osx/icon.png
+++ b/webbrowser/themes/osx/icon.png
Binary files differ
diff --git a/themes/osx/identity-icons-generic.png b/webbrowser/themes/osx/identity-icons-generic.png
index a39e493..a39e493 100644
--- a/themes/osx/identity-icons-generic.png
+++ b/webbrowser/themes/osx/identity-icons-generic.png
Binary files differ
diff --git a/themes/osx/identity-icons-https-ev.png b/webbrowser/themes/osx/identity-icons-https-ev.png
index d49be13..d49be13 100644
--- a/themes/osx/identity-icons-https-ev.png
+++ b/webbrowser/themes/osx/identity-icons-https-ev.png
Binary files differ
diff --git a/themes/osx/identity-icons-https-mixed-active.png b/webbrowser/themes/osx/identity-icons-https-mixed-active.png
index 3c77bc8..3c77bc8 100644
--- a/themes/osx/identity-icons-https-mixed-active.png
+++ b/webbrowser/themes/osx/identity-icons-https-mixed-active.png
Binary files differ
diff --git a/themes/osx/identity-icons-https.png b/webbrowser/themes/osx/identity-icons-https.png
index ffd6694..ffd6694 100644
--- a/themes/osx/identity-icons-https.png
+++ b/webbrowser/themes/osx/identity-icons-https.png
Binary files differ
diff --git a/themes/osx/identity.png b/webbrowser/themes/osx/identity.png
index 60d5261..60d5261 100644
--- a/themes/osx/identity.png
+++ b/webbrowser/themes/osx/identity.png
Binary files differ
diff --git a/themes/osx/imagedocument.png b/webbrowser/themes/osx/imagedocument.png
index ff4f21f..ff4f21f 100644
--- a/themes/osx/imagedocument.png
+++ b/webbrowser/themes/osx/imagedocument.png
Binary files differ
diff --git a/themes/osx/jar.mn b/webbrowser/themes/osx/jar.mn
index 67339c7..67339c7 100644
--- a/themes/osx/jar.mn
+++ b/webbrowser/themes/osx/jar.mn
diff --git a/themes/osx/keyhole-forward-mask.svg b/webbrowser/themes/osx/keyhole-forward-mask.svg
index 8355447..8355447 100644
--- a/themes/osx/keyhole-forward-mask.svg
+++ b/webbrowser/themes/osx/keyhole-forward-mask.svg
diff --git a/themes/osx/livemark-folder.png b/webbrowser/themes/osx/livemark-folder.png
index 38a4f10..38a4f10 100644
--- a/themes/osx/livemark-folder.png
+++ b/webbrowser/themes/osx/livemark-folder.png
Binary files differ
diff --git a/themes/osx/menu-back.png b/webbrowser/themes/osx/menu-back.png
index ecb8ccd..ecb8ccd 100644
--- a/themes/osx/menu-back.png
+++ b/webbrowser/themes/osx/menu-back.png
Binary files differ
diff --git a/themes/osx/menu-forward.png b/webbrowser/themes/osx/menu-forward.png
index 2083492..2083492 100644
--- a/themes/osx/menu-forward.png
+++ b/webbrowser/themes/osx/menu-forward.png
Binary files differ
diff --git a/themes/osx/mixed-content-blocked-16.png b/webbrowser/themes/osx/mixed-content-blocked-16.png
index 7cf33ec..7cf33ec 100644
--- a/themes/osx/mixed-content-blocked-16.png
+++ b/webbrowser/themes/osx/mixed-content-blocked-16.png
Binary files differ
diff --git a/themes/osx/mixed-content-blocked-64.png b/webbrowser/themes/osx/mixed-content-blocked-64.png
index cac4415..cac4415 100644
--- a/themes/osx/mixed-content-blocked-64.png
+++ b/webbrowser/themes/osx/mixed-content-blocked-64.png
Binary files differ
diff --git a/themes/osx/monitor.png b/webbrowser/themes/osx/monitor.png
index 35e7b20..35e7b20 100644
--- a/themes/osx/monitor.png
+++ b/webbrowser/themes/osx/monitor.png
Binary files differ
diff --git a/themes/osx/monitor_16-10.png b/webbrowser/themes/osx/monitor_16-10.png
index 4195034..4195034 100644
--- a/themes/osx/monitor_16-10.png
+++ b/webbrowser/themes/osx/monitor_16-10.png
Binary files differ
diff --git a/themes/osx/moz.build b/webbrowser/themes/osx/moz.build
index 6a7af20..6a7af20 100644
--- a/themes/osx/moz.build
+++ b/webbrowser/themes/osx/moz.build
diff --git a/themes/osx/newtab/newTab.css b/webbrowser/themes/osx/newtab/newTab.css
index b8b0fd6..b8b0fd6 100644
--- a/themes/osx/newtab/newTab.css
+++ b/webbrowser/themes/osx/newtab/newTab.css
diff --git a/themes/osx/page-livemarks.png b/webbrowser/themes/osx/page-livemarks.png
index e526458..e526458 100644
--- a/themes/osx/page-livemarks.png
+++ b/webbrowser/themes/osx/page-livemarks.png
Binary files differ
diff --git a/themes/osx/page-livemarks@2x.png b/webbrowser/themes/osx/page-livemarks@2x.png
index 7b17089..7b17089 100644
--- a/themes/osx/page-livemarks@2x.png
+++ b/webbrowser/themes/osx/page-livemarks@2x.png
Binary files differ
diff --git a/themes/osx/pageInfo.css b/webbrowser/themes/osx/pageInfo.css
index f205b57..f205b57 100644
--- a/themes/osx/pageInfo.css
+++ b/webbrowser/themes/osx/pageInfo.css
diff --git a/themes/osx/pageInfo.png b/webbrowser/themes/osx/pageInfo.png
index 237381b..237381b 100644
--- a/themes/osx/pageInfo.png
+++ b/webbrowser/themes/osx/pageInfo.png
Binary files differ
diff --git a/themes/osx/panel-expander-closed.png b/webbrowser/themes/osx/panel-expander-closed.png
index f0e97b2..f0e97b2 100644
--- a/themes/osx/panel-expander-closed.png
+++ b/webbrowser/themes/osx/panel-expander-closed.png
Binary files differ
diff --git a/themes/osx/panel-expander-closed@2x.png b/webbrowser/themes/osx/panel-expander-closed@2x.png
index 0e7ded5..0e7ded5 100644
--- a/themes/osx/panel-expander-closed@2x.png
+++ b/webbrowser/themes/osx/panel-expander-closed@2x.png
Binary files differ
diff --git a/themes/osx/panel-expander-open.png b/webbrowser/themes/osx/panel-expander-open.png
index e3febf4..e3febf4 100644
--- a/themes/osx/panel-expander-open.png
+++ b/webbrowser/themes/osx/panel-expander-open.png
Binary files differ
diff --git a/themes/osx/panel-expander-open@2x.png b/webbrowser/themes/osx/panel-expander-open@2x.png
index 3913370..3913370 100644
--- a/themes/osx/panel-expander-open@2x.png
+++ b/webbrowser/themes/osx/panel-expander-open@2x.png
Binary files differ
diff --git a/themes/osx/panel-plus-sign.png b/webbrowser/themes/osx/panel-plus-sign.png
index 375601e..375601e 100644
--- a/themes/osx/panel-plus-sign.png
+++ b/webbrowser/themes/osx/panel-plus-sign.png
Binary files differ
diff --git a/themes/osx/permissions/aboutPermissions.css b/webbrowser/themes/osx/permissions/aboutPermissions.css
index f9a4a88..f9a4a88 100644
--- a/themes/osx/permissions/aboutPermissions.css
+++ b/webbrowser/themes/osx/permissions/aboutPermissions.css
diff --git a/themes/osx/places/allBookmarks.png b/webbrowser/themes/osx/places/allBookmarks.png
index d1abe81..d1abe81 100644
--- a/themes/osx/places/allBookmarks.png
+++ b/webbrowser/themes/osx/places/allBookmarks.png
Binary files differ
diff --git a/themes/osx/places/bookmark.png b/webbrowser/themes/osx/places/bookmark.png
index 2e9a206..2e9a206 100644
--- a/themes/osx/places/bookmark.png
+++ b/webbrowser/themes/osx/places/bookmark.png
Binary files differ
diff --git a/themes/osx/places/bookmarksMenu.png b/webbrowser/themes/osx/places/bookmarksMenu.png
index c27bd6a..c27bd6a 100644
--- a/themes/osx/places/bookmarksMenu.png
+++ b/webbrowser/themes/osx/places/bookmarksMenu.png
Binary files differ
diff --git a/themes/osx/places/bookmarksToolbar.png b/webbrowser/themes/osx/places/bookmarksToolbar.png
index 2047bff..2047bff 100644
--- a/themes/osx/places/bookmarksToolbar.png
+++ b/webbrowser/themes/osx/places/bookmarksToolbar.png
Binary files differ
diff --git a/themes/osx/places/bookmarksToolbar@2x.png b/webbrowser/themes/osx/places/bookmarksToolbar@2x.png
index dd45898..dd45898 100644
--- a/themes/osx/places/bookmarksToolbar@2x.png
+++ b/webbrowser/themes/osx/places/bookmarksToolbar@2x.png
Binary files differ
diff --git a/themes/osx/places/calendar.png b/webbrowser/themes/osx/places/calendar.png
index 1855c9f..1855c9f 100644
--- a/themes/osx/places/calendar.png
+++ b/webbrowser/themes/osx/places/calendar.png
Binary files differ
diff --git a/themes/osx/places/downloads.png b/webbrowser/themes/osx/places/downloads.png
index 0756cb6..0756cb6 100644
--- a/themes/osx/places/downloads.png
+++ b/webbrowser/themes/osx/places/downloads.png
Binary files differ
diff --git a/themes/osx/places/editBookmark.png b/webbrowser/themes/osx/places/editBookmark.png
index fbca052..fbca052 100644
--- a/themes/osx/places/editBookmark.png
+++ b/webbrowser/themes/osx/places/editBookmark.png
Binary files differ
diff --git a/themes/osx/places/editBookmarkOverlay.css b/webbrowser/themes/osx/places/editBookmarkOverlay.css
index cc749c1..cc749c1 100644
--- a/themes/osx/places/editBookmarkOverlay.css
+++ b/webbrowser/themes/osx/places/editBookmarkOverlay.css
diff --git a/themes/osx/places/expander-closed-active.png b/webbrowser/themes/osx/places/expander-closed-active.png
index 7ef5f04..7ef5f04 100644
--- a/themes/osx/places/expander-closed-active.png
+++ b/webbrowser/themes/osx/places/expander-closed-active.png
Binary files differ
diff --git a/themes/osx/places/expander-closed.png b/webbrowser/themes/osx/places/expander-closed.png
index 7850c9e..7850c9e 100644
--- a/themes/osx/places/expander-closed.png
+++ b/webbrowser/themes/osx/places/expander-closed.png
Binary files differ
diff --git a/themes/osx/places/expander-open-active.png b/webbrowser/themes/osx/places/expander-open-active.png
index 673ead5..673ead5 100644
--- a/themes/osx/places/expander-open-active.png
+++ b/webbrowser/themes/osx/places/expander-open-active.png
Binary files differ
diff --git a/themes/osx/places/expander-open.png b/webbrowser/themes/osx/places/expander-open.png
index 7655357..7655357 100644
--- a/themes/osx/places/expander-open.png
+++ b/webbrowser/themes/osx/places/expander-open.png
Binary files differ
diff --git a/themes/osx/places/folderDropArrow.png b/webbrowser/themes/osx/places/folderDropArrow.png
index 8d722cc..8d722cc 100644
--- a/themes/osx/places/folderDropArrow.png
+++ b/webbrowser/themes/osx/places/folderDropArrow.png
Binary files differ
diff --git a/themes/osx/places/folderDropArrow@2x.png b/webbrowser/themes/osx/places/folderDropArrow@2x.png
index 9efb6d9..9efb6d9 100644
--- a/themes/osx/places/folderDropArrow@2x.png
+++ b/webbrowser/themes/osx/places/folderDropArrow@2x.png
Binary files differ
diff --git a/themes/osx/places/history.png b/webbrowser/themes/osx/places/history.png
index e5a00b5..e5a00b5 100644
--- a/themes/osx/places/history.png
+++ b/webbrowser/themes/osx/places/history.png
Binary files differ
diff --git a/themes/osx/places/history@2x.png b/webbrowser/themes/osx/places/history@2x.png
index 684b374..684b374 100644
--- a/themes/osx/places/history@2x.png
+++ b/webbrowser/themes/osx/places/history@2x.png
Binary files differ
diff --git a/themes/osx/places/libraryToolbar.png b/webbrowser/themes/osx/places/libraryToolbar.png
index 2ed627a..2ed627a 100644
--- a/themes/osx/places/libraryToolbar.png
+++ b/webbrowser/themes/osx/places/libraryToolbar.png
Binary files differ
diff --git a/themes/osx/places/livemark-item.png b/webbrowser/themes/osx/places/livemark-item.png
index 9184b95..9184b95 100644
--- a/themes/osx/places/livemark-item.png
+++ b/webbrowser/themes/osx/places/livemark-item.png
Binary files differ
diff --git a/themes/osx/places/organizer.css b/webbrowser/themes/osx/places/organizer.css
index 611c0c0..611c0c0 100644
--- a/themes/osx/places/organizer.css
+++ b/webbrowser/themes/osx/places/organizer.css
diff --git a/themes/osx/places/places.css b/webbrowser/themes/osx/places/places.css
index 4243779..4243779 100644
--- a/themes/osx/places/places.css
+++ b/webbrowser/themes/osx/places/places.css
diff --git a/themes/osx/places/query.png b/webbrowser/themes/osx/places/query.png
index 0ccb847..0ccb847 100644
--- a/themes/osx/places/query.png
+++ b/webbrowser/themes/osx/places/query.png
Binary files differ
diff --git a/themes/osx/places/query@2x.png b/webbrowser/themes/osx/places/query@2x.png
index 20b458a..20b458a 100644
--- a/themes/osx/places/query@2x.png
+++ b/webbrowser/themes/osx/places/query@2x.png
Binary files differ
diff --git a/themes/osx/places/starred48.png b/webbrowser/themes/osx/places/starred48.png
index bfa1459..bfa1459 100644
--- a/themes/osx/places/starred48.png
+++ b/webbrowser/themes/osx/places/starred48.png
Binary files differ
diff --git a/themes/osx/places/tag.png b/webbrowser/themes/osx/places/tag.png
index a4038bb..a4038bb 100644
--- a/themes/osx/places/tag.png
+++ b/webbrowser/themes/osx/places/tag.png
Binary files differ
diff --git a/themes/osx/places/tag@2x.png b/webbrowser/themes/osx/places/tag@2x.png
index 673814b..673814b 100644
--- a/themes/osx/places/tag@2x.png
+++ b/webbrowser/themes/osx/places/tag@2x.png
Binary files differ
diff --git a/themes/osx/places/toolbarDropMarker.png b/webbrowser/themes/osx/places/toolbarDropMarker.png
index a217b0e..a217b0e 100644
--- a/themes/osx/places/toolbarDropMarker.png
+++ b/webbrowser/themes/osx/places/toolbarDropMarker.png
Binary files differ
diff --git a/themes/osx/places/unfiledBookmarks.png b/webbrowser/themes/osx/places/unfiledBookmarks.png
index 69495da..69495da 100644
--- a/themes/osx/places/unfiledBookmarks.png
+++ b/webbrowser/themes/osx/places/unfiledBookmarks.png
Binary files differ
diff --git a/themes/osx/places/unfiledBookmarks@2x.png b/webbrowser/themes/osx/places/unfiledBookmarks@2x.png
index 44efd6a..44efd6a 100644
--- a/themes/osx/places/unfiledBookmarks@2x.png
+++ b/webbrowser/themes/osx/places/unfiledBookmarks@2x.png
Binary files differ
diff --git a/themes/osx/places/unsortedBookmarks.png b/webbrowser/themes/osx/places/unsortedBookmarks.png
index 893e75a..893e75a 100644
--- a/themes/osx/places/unsortedBookmarks.png
+++ b/webbrowser/themes/osx/places/unsortedBookmarks.png
Binary files differ
diff --git a/themes/osx/places/unstarred48.png b/webbrowser/themes/osx/places/unstarred48.png
index 8b82aab..8b82aab 100644
--- a/themes/osx/places/unstarred48.png
+++ b/webbrowser/themes/osx/places/unstarred48.png
Binary files differ
diff --git a/themes/osx/pointerLock-16.png b/webbrowser/themes/osx/pointerLock-16.png
index 862cd11..862cd11 100644
--- a/themes/osx/pointerLock-16.png
+++ b/webbrowser/themes/osx/pointerLock-16.png
Binary files differ
diff --git a/themes/osx/pointerLock-64.png b/webbrowser/themes/osx/pointerLock-64.png
index a35ce04..a35ce04 100644
--- a/themes/osx/pointerLock-64.png
+++ b/webbrowser/themes/osx/pointerLock-64.png
Binary files differ
diff --git a/themes/osx/preferences/Options-sync.png b/webbrowser/themes/osx/preferences/Options-sync.png
index 89901fb..89901fb 100644
--- a/themes/osx/preferences/Options-sync.png
+++ b/webbrowser/themes/osx/preferences/Options-sync.png
Binary files differ
diff --git a/themes/osx/preferences/Options.png b/webbrowser/themes/osx/preferences/Options.png
index 448eca6..448eca6 100644
--- a/themes/osx/preferences/Options.png
+++ b/webbrowser/themes/osx/preferences/Options.png
Binary files differ
diff --git a/themes/osx/preferences/alwaysAsk.png b/webbrowser/themes/osx/preferences/alwaysAsk.png
index ddd4cb2..ddd4cb2 100644
--- a/themes/osx/preferences/alwaysAsk.png
+++ b/webbrowser/themes/osx/preferences/alwaysAsk.png
Binary files differ
diff --git a/themes/osx/preferences/application.png b/webbrowser/themes/osx/preferences/application.png
index ff2ecc2..ff2ecc2 100644
--- a/themes/osx/preferences/application.png
+++ b/webbrowser/themes/osx/preferences/application.png
Binary files differ
diff --git a/themes/osx/preferences/applications.css b/webbrowser/themes/osx/preferences/applications.css
index 80699b4..80699b4 100644
--- a/themes/osx/preferences/applications.css
+++ b/webbrowser/themes/osx/preferences/applications.css
diff --git a/themes/osx/preferences/mail.png b/webbrowser/themes/osx/preferences/mail.png
index c40d159..c40d159 100644
--- a/themes/osx/preferences/mail.png
+++ b/webbrowser/themes/osx/preferences/mail.png
Binary files differ
diff --git a/themes/osx/preferences/preferences.css b/webbrowser/themes/osx/preferences/preferences.css
index 4075b1e..4075b1e 100644
--- a/themes/osx/preferences/preferences.css
+++ b/webbrowser/themes/osx/preferences/preferences.css
diff --git a/themes/osx/preferences/saveFile.png b/webbrowser/themes/osx/preferences/saveFile.png
index c210e84..c210e84 100644
--- a/themes/osx/preferences/saveFile.png
+++ b/webbrowser/themes/osx/preferences/saveFile.png
Binary files differ
diff --git a/themes/osx/privatebrowsing-dark.png b/webbrowser/themes/osx/privatebrowsing-dark.png
index 9eaf3ae..9eaf3ae 100644
--- a/themes/osx/privatebrowsing-dark.png
+++ b/webbrowser/themes/osx/privatebrowsing-dark.png
Binary files differ
diff --git a/themes/osx/privatebrowsing-light.png b/webbrowser/themes/osx/privatebrowsing-light.png
index c12f507..c12f507 100644
--- a/themes/osx/privatebrowsing-light.png
+++ b/webbrowser/themes/osx/privatebrowsing-light.png
Binary files differ
diff --git a/themes/osx/privatebrowsing-mask.png b/webbrowser/themes/osx/privatebrowsing-mask.png
index 92f60e2..92f60e2 100644
--- a/themes/osx/privatebrowsing-mask.png
+++ b/webbrowser/themes/osx/privatebrowsing-mask.png
Binary files differ
diff --git a/themes/osx/privatebrowsing-mask@2x.png b/webbrowser/themes/osx/privatebrowsing-mask@2x.png
index ec1cf74..ec1cf74 100644
--- a/themes/osx/privatebrowsing-mask@2x.png
+++ b/webbrowser/themes/osx/privatebrowsing-mask@2x.png
Binary files differ
diff --git a/themes/osx/reload-stop-go.png b/webbrowser/themes/osx/reload-stop-go.png
index 1017be9..1017be9 100644
--- a/themes/osx/reload-stop-go.png
+++ b/webbrowser/themes/osx/reload-stop-go.png
Binary files differ
diff --git a/themes/osx/sanitizeDialog.css b/webbrowser/themes/osx/sanitizeDialog.css
index 40dc4b2..40dc4b2 100644
--- a/themes/osx/sanitizeDialog.css
+++ b/webbrowser/themes/osx/sanitizeDialog.css
diff --git a/themes/osx/searchbar-dropdown-arrow.png b/webbrowser/themes/osx/searchbar-dropdown-arrow.png
index 7f5f55e..7f5f55e 100644
--- a/themes/osx/searchbar-dropdown-arrow.png
+++ b/webbrowser/themes/osx/searchbar-dropdown-arrow.png
Binary files differ
diff --git a/themes/osx/searchbar.css b/webbrowser/themes/osx/searchbar.css
index 55fdfc4..55fdfc4 100644
--- a/themes/osx/searchbar.css
+++ b/webbrowser/themes/osx/searchbar.css
diff --git a/themes/osx/setDesktopBackground.css b/webbrowser/themes/osx/setDesktopBackground.css
index 585284c..585284c 100644
--- a/themes/osx/setDesktopBackground.css
+++ b/webbrowser/themes/osx/setDesktopBackground.css
diff --git a/themes/osx/shared.inc b/webbrowser/themes/osx/shared.inc
index ef27746..ef27746 100644
--- a/themes/osx/shared.inc
+++ b/webbrowser/themes/osx/shared.inc
diff --git a/themes/osx/slowStartup-16.png b/webbrowser/themes/osx/slowStartup-16.png
index 5551ef0..5551ef0 100644
--- a/themes/osx/slowStartup-16.png
+++ b/webbrowser/themes/osx/slowStartup-16.png
Binary files differ
diff --git a/themes/osx/statusbar/overlay.css b/webbrowser/themes/osx/statusbar/overlay.css
index ab1cc8f..ab1cc8f 100644
--- a/themes/osx/statusbar/overlay.css
+++ b/webbrowser/themes/osx/statusbar/overlay.css
diff --git a/themes/osx/statusbar/prefs.css b/webbrowser/themes/osx/statusbar/prefs.css
index 798a62d..798a62d 100644
--- a/themes/osx/statusbar/prefs.css
+++ b/webbrowser/themes/osx/statusbar/prefs.css
diff --git a/themes/osx/sync-128.png b/webbrowser/themes/osx/sync-128.png
index 1ea3481..1ea3481 100644
--- a/themes/osx/sync-128.png
+++ b/webbrowser/themes/osx/sync-128.png
Binary files differ
diff --git a/themes/osx/sync-16.png b/webbrowser/themes/osx/sync-16.png
index 0afb1c7..0afb1c7 100644
--- a/themes/osx/sync-16.png
+++ b/webbrowser/themes/osx/sync-16.png
Binary files differ
diff --git a/themes/osx/sync-32.png b/webbrowser/themes/osx/sync-32.png
index 7a762cb..7a762cb 100644
--- a/themes/osx/sync-32.png
+++ b/webbrowser/themes/osx/sync-32.png
Binary files differ
diff --git a/themes/osx/sync-bg.png b/webbrowser/themes/osx/sync-bg.png
index 893a27d..893a27d 100644
--- a/themes/osx/sync-bg.png
+++ b/webbrowser/themes/osx/sync-bg.png
Binary files differ
diff --git a/themes/osx/sync-desktopIcon.png b/webbrowser/themes/osx/sync-desktopIcon.png
index d3d1e27..d3d1e27 100644
--- a/themes/osx/sync-desktopIcon.png
+++ b/webbrowser/themes/osx/sync-desktopIcon.png
Binary files differ
diff --git a/themes/osx/sync-mobileIcon.png b/webbrowser/themes/osx/sync-mobileIcon.png
index a3bda57..a3bda57 100644
--- a/themes/osx/sync-mobileIcon.png
+++ b/webbrowser/themes/osx/sync-mobileIcon.png
Binary files differ
diff --git a/themes/osx/sync-throbber.png b/webbrowser/themes/osx/sync-throbber.png
index d25490b..d25490b 100644
--- a/themes/osx/sync-throbber.png
+++ b/webbrowser/themes/osx/sync-throbber.png
Binary files differ
diff --git a/themes/osx/syncCommon.css b/webbrowser/themes/osx/syncCommon.css
index f0beae0..f0beae0 100644
--- a/themes/osx/syncCommon.css
+++ b/webbrowser/themes/osx/syncCommon.css
diff --git a/themes/osx/syncProgress.css b/webbrowser/themes/osx/syncProgress.css
index d7aa599..d7aa599 100644
--- a/themes/osx/syncProgress.css
+++ b/webbrowser/themes/osx/syncProgress.css
diff --git a/themes/osx/syncQuota.css b/webbrowser/themes/osx/syncQuota.css
index 1577de8..1577de8 100644
--- a/themes/osx/syncQuota.css
+++ b/webbrowser/themes/osx/syncQuota.css
diff --git a/themes/osx/syncSetup.css b/webbrowser/themes/osx/syncSetup.css
index fff65e9..fff65e9 100644
--- a/themes/osx/syncSetup.css
+++ b/webbrowser/themes/osx/syncSetup.css
diff --git a/themes/osx/tabbrowser/alltabs-inverted.png b/webbrowser/themes/osx/tabbrowser/alltabs-inverted.png
index 002bdd4..002bdd4 100644
--- a/themes/osx/tabbrowser/alltabs-inverted.png
+++ b/webbrowser/themes/osx/tabbrowser/alltabs-inverted.png
Binary files differ
diff --git a/themes/osx/tabbrowser/alltabs.png b/webbrowser/themes/osx/tabbrowser/alltabs.png
index 172d425..172d425 100644
--- a/themes/osx/tabbrowser/alltabs.png
+++ b/webbrowser/themes/osx/tabbrowser/alltabs.png
Binary files differ
diff --git a/themes/osx/tabbrowser/connecting.png b/webbrowser/themes/osx/tabbrowser/connecting.png
index e564fb5..e564fb5 100644
--- a/themes/osx/tabbrowser/connecting.png
+++ b/webbrowser/themes/osx/tabbrowser/connecting.png
Binary files differ
diff --git a/themes/osx/tabbrowser/loading.png b/webbrowser/themes/osx/tabbrowser/loading.png
index ba54836..ba54836 100644
--- a/themes/osx/tabbrowser/loading.png
+++ b/webbrowser/themes/osx/tabbrowser/loading.png
Binary files differ
diff --git a/themes/osx/tabbrowser/newtab-glass.png b/webbrowser/themes/osx/tabbrowser/newtab-glass.png
index 15185be..15185be 100644
--- a/themes/osx/tabbrowser/newtab-glass.png
+++ b/webbrowser/themes/osx/tabbrowser/newtab-glass.png
Binary files differ
diff --git a/themes/osx/tabbrowser/newtab-inverted.png b/webbrowser/themes/osx/tabbrowser/newtab-inverted.png
index 4ac1eba..4ac1eba 100644
--- a/themes/osx/tabbrowser/newtab-inverted.png
+++ b/webbrowser/themes/osx/tabbrowser/newtab-inverted.png
Binary files differ
diff --git a/themes/osx/tabbrowser/newtab.png b/webbrowser/themes/osx/tabbrowser/newtab.png
index 7cea7bd..7cea7bd 100644
--- a/themes/osx/tabbrowser/newtab.png
+++ b/webbrowser/themes/osx/tabbrowser/newtab.png
Binary files differ
diff --git a/themes/osx/tabbrowser/tab-arrow-left-glass.png b/webbrowser/themes/osx/tabbrowser/tab-arrow-left-glass.png
index aac93a7..aac93a7 100644
--- a/themes/osx/tabbrowser/tab-arrow-left-glass.png
+++ b/webbrowser/themes/osx/tabbrowser/tab-arrow-left-glass.png
Binary files differ
diff --git a/themes/osx/tabbrowser/tab-arrow-left-inverted.png b/webbrowser/themes/osx/tabbrowser/tab-arrow-left-inverted.png
index 16cd7a2..16cd7a2 100644
--- a/themes/osx/tabbrowser/tab-arrow-left-inverted.png
+++ b/webbrowser/themes/osx/tabbrowser/tab-arrow-left-inverted.png
Binary files differ
diff --git a/themes/osx/tabbrowser/tab-arrow-left.png b/webbrowser/themes/osx/tabbrowser/tab-arrow-left.png
index e0fb348..e0fb348 100644
--- a/themes/osx/tabbrowser/tab-arrow-left.png
+++ b/webbrowser/themes/osx/tabbrowser/tab-arrow-left.png
Binary files differ
diff --git a/themes/osx/tabbrowser/tab-overflow-border.png b/webbrowser/themes/osx/tabbrowser/tab-overflow-border.png
index 77f2462..77f2462 100644
--- a/themes/osx/tabbrowser/tab-overflow-border.png
+++ b/webbrowser/themes/osx/tabbrowser/tab-overflow-border.png
Binary files differ
diff --git a/themes/osx/tabbrowser/tabDragIndicator.png b/webbrowser/themes/osx/tabbrowser/tabDragIndicator.png
index c67c233..c67c233 100644
--- a/themes/osx/tabbrowser/tabDragIndicator.png
+++ b/webbrowser/themes/osx/tabbrowser/tabDragIndicator.png
Binary files differ
diff --git a/themes/osx/toolbarbutton-dropdown-arrow-inverted.png b/webbrowser/themes/osx/toolbarbutton-dropdown-arrow-inverted.png
index f3261f1..f3261f1 100644
--- a/themes/osx/toolbarbutton-dropdown-arrow-inverted.png
+++ b/webbrowser/themes/osx/toolbarbutton-dropdown-arrow-inverted.png
Binary files differ
diff --git a/themes/osx/toolbarbutton-dropdown-arrow.png b/webbrowser/themes/osx/toolbarbutton-dropdown-arrow.png
index a7abe73..a7abe73 100644
--- a/themes/osx/toolbarbutton-dropdown-arrow.png
+++ b/webbrowser/themes/osx/toolbarbutton-dropdown-arrow.png
Binary files differ
diff --git a/themes/osx/urlbar-arrow.png b/webbrowser/themes/osx/urlbar-arrow.png
index fcab253..fcab253 100644
--- a/themes/osx/urlbar-arrow.png
+++ b/webbrowser/themes/osx/urlbar-arrow.png
Binary files differ
diff --git a/themes/osx/urlbar-history-dropmarker.png b/webbrowser/themes/osx/urlbar-history-dropmarker.png
index fc8b0be..fc8b0be 100644
--- a/themes/osx/urlbar-history-dropmarker.png
+++ b/webbrowser/themes/osx/urlbar-history-dropmarker.png
Binary files differ
diff --git a/themes/osx/urlbar-popup-blocked.png b/webbrowser/themes/osx/urlbar-popup-blocked.png
index e6fd29f..e6fd29f 100644
--- a/themes/osx/urlbar-popup-blocked.png
+++ b/webbrowser/themes/osx/urlbar-popup-blocked.png
Binary files differ
diff --git a/themes/osx/web-notifications-icon.svg b/webbrowser/themes/osx/web-notifications-icon.svg
index f7186c7..f7186c7 100644
--- a/themes/osx/web-notifications-icon.svg
+++ b/webbrowser/themes/osx/web-notifications-icon.svg
diff --git a/themes/osx/web-notifications-tray.svg b/webbrowser/themes/osx/web-notifications-tray.svg
index 314026a..314026a 100644
--- a/themes/osx/web-notifications-tray.svg
+++ b/webbrowser/themes/osx/web-notifications-tray.svg
diff --git a/themes/osx/webRTC-shareDevice-16.png b/webbrowser/themes/osx/webRTC-shareDevice-16.png
index df01b33..df01b33 100644
--- a/themes/osx/webRTC-shareDevice-16.png
+++ b/webbrowser/themes/osx/webRTC-shareDevice-16.png
Binary files differ
diff --git a/themes/osx/webRTC-shareDevice-64.png b/webbrowser/themes/osx/webRTC-shareDevice-64.png
index d125789..d125789 100644
--- a/themes/osx/webRTC-shareDevice-64.png
+++ b/webbrowser/themes/osx/webRTC-shareDevice-64.png
Binary files differ
diff --git a/themes/osx/webRTC-sharingDevice-16.png b/webbrowser/themes/osx/webRTC-sharingDevice-16.png
index a670676..a670676 100644
--- a/themes/osx/webRTC-sharingDevice-16.png
+++ b/webbrowser/themes/osx/webRTC-sharingDevice-16.png
Binary files differ
diff --git a/themes/shared/browser.inc b/webbrowser/themes/shared/browser.inc
index 18e69ad..18e69ad 100644
--- a/themes/shared/browser.inc
+++ b/webbrowser/themes/shared/browser.inc
diff --git a/themes/shared/newtab/controls.png b/webbrowser/themes/shared/newtab/controls.png
index 14f382f..14f382f 100644
--- a/themes/shared/newtab/controls.png
+++ b/webbrowser/themes/shared/newtab/controls.png
Binary files differ
diff --git a/themes/shared/newtab/newTab.css.inc b/webbrowser/themes/shared/newtab/newTab.css.inc
index 3341ba7..3341ba7 100644
--- a/themes/shared/newtab/newTab.css.inc
+++ b/webbrowser/themes/shared/newtab/newTab.css.inc
diff --git a/themes/shared/newtab/noise.png b/webbrowser/themes/shared/newtab/noise.png
index 01d340a..01d340a 100644
--- a/themes/shared/newtab/noise.png
+++ b/webbrowser/themes/shared/newtab/noise.png
Binary files differ
diff --git a/themes/shared/newtab/pinned.png b/webbrowser/themes/shared/newtab/pinned.png
index ddd731b..ddd731b 100644
--- a/themes/shared/newtab/pinned.png
+++ b/webbrowser/themes/shared/newtab/pinned.png
Binary files differ
diff --git a/themes/shared/plugin-doorhanger.inc.css b/webbrowser/themes/shared/plugin-doorhanger.inc.css
index bda08e4..bda08e4 100644
--- a/themes/shared/plugin-doorhanger.inc.css
+++ b/webbrowser/themes/shared/plugin-doorhanger.inc.css
diff --git a/themes/shared/plugins/notification-pluginAlert.png b/webbrowser/themes/shared/plugins/notification-pluginAlert.png
index 7492fdd..7492fdd 100644
--- a/themes/shared/plugins/notification-pluginAlert.png
+++ b/webbrowser/themes/shared/plugins/notification-pluginAlert.png
Binary files differ
diff --git a/themes/shared/plugins/notification-pluginAlert@2x.png b/webbrowser/themes/shared/plugins/notification-pluginAlert@2x.png
index f335996..f335996 100644
--- a/themes/shared/plugins/notification-pluginAlert@2x.png
+++ b/webbrowser/themes/shared/plugins/notification-pluginAlert@2x.png
Binary files differ
diff --git a/themes/shared/plugins/notification-pluginBlocked.png b/webbrowser/themes/shared/plugins/notification-pluginBlocked.png
index e2e9489..e2e9489 100644
--- a/themes/shared/plugins/notification-pluginBlocked.png
+++ b/webbrowser/themes/shared/plugins/notification-pluginBlocked.png
Binary files differ
diff --git a/themes/shared/plugins/notification-pluginBlocked@2x.png b/webbrowser/themes/shared/plugins/notification-pluginBlocked@2x.png
index 5126be0..5126be0 100644
--- a/themes/shared/plugins/notification-pluginBlocked@2x.png
+++ b/webbrowser/themes/shared/plugins/notification-pluginBlocked@2x.png
Binary files differ
diff --git a/themes/shared/plugins/notification-pluginNormal.png b/webbrowser/themes/shared/plugins/notification-pluginNormal.png
index 979e92b..979e92b 100644
--- a/themes/shared/plugins/notification-pluginNormal.png
+++ b/webbrowser/themes/shared/plugins/notification-pluginNormal.png
Binary files differ
diff --git a/themes/shared/plugins/notification-pluginNormal@2x.png b/webbrowser/themes/shared/plugins/notification-pluginNormal@2x.png
index c081bbb..c081bbb 100644
--- a/themes/shared/plugins/notification-pluginNormal@2x.png
+++ b/webbrowser/themes/shared/plugins/notification-pluginNormal@2x.png
Binary files differ
diff --git a/themes/shared/statusbar/dynamic.css b/webbrowser/themes/shared/statusbar/dynamic.css
index 2c53cb2..2c53cb2 100644
--- a/themes/shared/statusbar/dynamic.css
+++ b/webbrowser/themes/shared/statusbar/dynamic.css
diff --git a/themes/shared/statusbar/overlay.css b/webbrowser/themes/shared/statusbar/overlay.css
index 89b3dac..89b3dac 100644
--- a/themes/shared/statusbar/overlay.css
+++ b/webbrowser/themes/shared/statusbar/overlay.css
diff --git a/themes/shared/statusbar/pms16.png b/webbrowser/themes/shared/statusbar/pms16.png
index 830c586..830c586 100644
--- a/themes/shared/statusbar/pms16.png
+++ b/webbrowser/themes/shared/statusbar/pms16.png
Binary files differ
diff --git a/themes/shared/statusbar/pms24.png b/webbrowser/themes/shared/statusbar/pms24.png
index cdc69b9..cdc69b9 100644
--- a/themes/shared/statusbar/pms24.png
+++ b/webbrowser/themes/shared/statusbar/pms24.png
Binary files differ
diff --git a/themes/shared/statusbar/prefs.css b/webbrowser/themes/shared/statusbar/prefs.css
index 45b138f..45b138f 100644
--- a/themes/shared/statusbar/prefs.css
+++ b/webbrowser/themes/shared/statusbar/prefs.css
diff --git a/themes/shared/statusbar/pulse.png b/webbrowser/themes/shared/statusbar/pulse.png
index 374369c..374369c 100644
--- a/themes/shared/statusbar/pulse.png
+++ b/webbrowser/themes/shared/statusbar/pulse.png
Binary files differ
diff --git a/themes/shared/statusbar/throbber-idle.png b/webbrowser/themes/shared/statusbar/throbber-idle.png
index bcdd65b..bcdd65b 100644
--- a/themes/shared/statusbar/throbber-idle.png
+++ b/webbrowser/themes/shared/statusbar/throbber-idle.png
Binary files differ
diff --git a/themes/shared/statusbar/throbberStatic.png b/webbrowser/themes/shared/statusbar/throbberStatic.png
index e2bf274..e2bf274 100644
--- a/themes/shared/statusbar/throbberStatic.png
+++ b/webbrowser/themes/shared/statusbar/throbberStatic.png
Binary files differ
diff --git a/themes/shared/tabbrowser/tab-audio-small.svg b/webbrowser/themes/shared/tabbrowser/tab-audio-small.svg
index abfe712..abfe712 100644
--- a/themes/shared/tabbrowser/tab-audio-small.svg
+++ b/webbrowser/themes/shared/tabbrowser/tab-audio-small.svg
diff --git a/themes/shared/tabbrowser/tab-audio.svg b/webbrowser/themes/shared/tabbrowser/tab-audio.svg
index 274e10c..274e10c 100644
--- a/themes/shared/tabbrowser/tab-audio.svg
+++ b/webbrowser/themes/shared/tabbrowser/tab-audio.svg
diff --git a/themes/windows/Geolocation-16.png b/webbrowser/themes/windows/Geolocation-16.png
index d710e73..d710e73 100644
--- a/themes/windows/Geolocation-16.png
+++ b/webbrowser/themes/windows/Geolocation-16.png
Binary files differ
diff --git a/themes/windows/Geolocation-64.png b/webbrowser/themes/windows/Geolocation-64.png
index 1bd46ba..1bd46ba 100644
--- a/themes/windows/Geolocation-64.png
+++ b/webbrowser/themes/windows/Geolocation-64.png
Binary files differ
diff --git a/themes/windows/Info.png b/webbrowser/themes/windows/Info.png
index f9c6ef2..f9c6ef2 100644
--- a/themes/windows/Info.png
+++ b/webbrowser/themes/windows/Info.png
Binary files differ
diff --git a/themes/windows/KUI-background.png b/webbrowser/themes/windows/KUI-background.png
index 104a49f..104a49f 100644
--- a/themes/windows/KUI-background.png
+++ b/webbrowser/themes/windows/KUI-background.png
Binary files differ
diff --git a/themes/windows/KUI-close.png b/webbrowser/themes/windows/KUI-close.png
index 08eeb81..08eeb81 100644
--- a/themes/windows/KUI-close.png
+++ b/webbrowser/themes/windows/KUI-close.png
Binary files differ
diff --git a/themes/windows/Makefile.in b/webbrowser/themes/windows/Makefile.in
index 173ca68..173ca68 100644
--- a/themes/windows/Makefile.in
+++ b/webbrowser/themes/windows/Makefile.in
diff --git a/themes/windows/Privacy-16.png b/webbrowser/themes/windows/Privacy-16.png
index f801bfe..f801bfe 100644
--- a/themes/windows/Privacy-16.png
+++ b/webbrowser/themes/windows/Privacy-16.png
Binary files differ
diff --git a/themes/windows/Privacy-32.png b/webbrowser/themes/windows/Privacy-32.png
index 41ecd5d..41ecd5d 100644
--- a/themes/windows/Privacy-32.png
+++ b/webbrowser/themes/windows/Privacy-32.png
Binary files differ
diff --git a/themes/windows/Privacy-48.png b/webbrowser/themes/windows/Privacy-48.png
index 372b823..372b823 100644
--- a/themes/windows/Privacy-48.png
+++ b/webbrowser/themes/windows/Privacy-48.png
Binary files differ
diff --git a/themes/windows/Privacy-64.png b/webbrowser/themes/windows/Privacy-64.png
index bd8d191..bd8d191 100644
--- a/themes/windows/Privacy-64.png
+++ b/webbrowser/themes/windows/Privacy-64.png
Binary files differ
diff --git a/themes/windows/Push-16.png b/webbrowser/themes/windows/Push-16.png
index d710e73..d710e73 100644
--- a/themes/windows/Push-16.png
+++ b/webbrowser/themes/windows/Push-16.png
Binary files differ
diff --git a/themes/windows/Push-64.png b/webbrowser/themes/windows/Push-64.png
index 27fecb8..27fecb8 100644
--- a/themes/windows/Push-64.png
+++ b/webbrowser/themes/windows/Push-64.png
Binary files differ
diff --git a/themes/windows/Secure24.png b/webbrowser/themes/windows/Secure24.png
index 265d79b..265d79b 100644
--- a/themes/windows/Secure24.png
+++ b/webbrowser/themes/windows/Secure24.png
Binary files differ
diff --git a/themes/windows/Toolbar-glass.png b/webbrowser/themes/windows/Toolbar-glass.png
index f8aac24..f8aac24 100644
--- a/themes/windows/Toolbar-glass.png
+++ b/webbrowser/themes/windows/Toolbar-glass.png
Binary files differ
diff --git a/themes/windows/Toolbar-glass.svg b/webbrowser/themes/windows/Toolbar-glass.svg
index 9feaac2..9feaac2 100644
--- a/themes/windows/Toolbar-glass.svg
+++ b/webbrowser/themes/windows/Toolbar-glass.svg
diff --git a/themes/windows/Toolbar-inverted.png b/webbrowser/themes/windows/Toolbar-inverted.png
index 54d83bf..54d83bf 100644
--- a/themes/windows/Toolbar-inverted.png
+++ b/webbrowser/themes/windows/Toolbar-inverted.png
Binary files differ
diff --git a/themes/windows/Toolbar-inverted.svg b/webbrowser/themes/windows/Toolbar-inverted.svg
index ce59313..ce59313 100644
--- a/themes/windows/Toolbar-inverted.svg
+++ b/webbrowser/themes/windows/Toolbar-inverted.svg
diff --git a/themes/windows/Toolbar.png b/webbrowser/themes/windows/Toolbar.png
index 8ec756e..8ec756e 100644
--- a/themes/windows/Toolbar.png
+++ b/webbrowser/themes/windows/Toolbar.png
Binary files differ
diff --git a/themes/windows/Toolbar.svg b/webbrowser/themes/windows/Toolbar.svg
index 7a68c06..7a68c06 100644
--- a/themes/windows/Toolbar.svg
+++ b/webbrowser/themes/windows/Toolbar.svg
diff --git a/themes/windows/aboutCertError.css b/webbrowser/themes/windows/aboutCertError.css
index dbb3530..dbb3530 100644
--- a/themes/windows/aboutCertError.css
+++ b/webbrowser/themes/windows/aboutCertError.css
diff --git a/themes/windows/aboutCertError_sectionCollapsed-rtl.png b/webbrowser/themes/windows/aboutCertError_sectionCollapsed-rtl.png
index 84ba18c..84ba18c 100644
--- a/themes/windows/aboutCertError_sectionCollapsed-rtl.png
+++ b/webbrowser/themes/windows/aboutCertError_sectionCollapsed-rtl.png
Binary files differ
diff --git a/themes/windows/aboutCertError_sectionCollapsed.png b/webbrowser/themes/windows/aboutCertError_sectionCollapsed.png
index c9805f6..c9805f6 100644
--- a/themes/windows/aboutCertError_sectionCollapsed.png
+++ b/webbrowser/themes/windows/aboutCertError_sectionCollapsed.png
Binary files differ
diff --git a/themes/windows/aboutCertError_sectionExpanded.png b/webbrowser/themes/windows/aboutCertError_sectionExpanded.png
index 128cef9..128cef9 100644
--- a/themes/windows/aboutCertError_sectionExpanded.png
+++ b/webbrowser/themes/windows/aboutCertError_sectionExpanded.png
Binary files differ
diff --git a/themes/windows/aboutPrivateBrowsing.css b/webbrowser/themes/windows/aboutPrivateBrowsing.css
index cd6026b..cd6026b 100644
--- a/themes/windows/aboutPrivateBrowsing.css
+++ b/webbrowser/themes/windows/aboutPrivateBrowsing.css
diff --git a/themes/windows/aboutSessionRestore-window-icon.png b/webbrowser/themes/windows/aboutSessionRestore-window-icon.png
index 0077405..0077405 100644
--- a/themes/windows/aboutSessionRestore-window-icon.png
+++ b/webbrowser/themes/windows/aboutSessionRestore-window-icon.png
Binary files differ
diff --git a/themes/windows/aboutSessionRestore.css b/webbrowser/themes/windows/aboutSessionRestore.css
index 4fa4907..4fa4907 100644
--- a/themes/windows/aboutSessionRestore.css
+++ b/webbrowser/themes/windows/aboutSessionRestore.css
diff --git a/themes/windows/aboutSyncTabs.css b/webbrowser/themes/windows/aboutSyncTabs.css
index 4f21a9d..4f21a9d 100644
--- a/themes/windows/aboutSyncTabs.css
+++ b/webbrowser/themes/windows/aboutSyncTabs.css
diff --git a/themes/windows/actionicon-tab.png b/webbrowser/themes/windows/actionicon-tab.png
index ced958e..ced958e 100644
--- a/themes/windows/actionicon-tab.png
+++ b/webbrowser/themes/windows/actionicon-tab.png
Binary files differ
diff --git a/themes/windows/appmenu-dropmarker.png b/webbrowser/themes/windows/appmenu-dropmarker.png
index 27deaff..27deaff 100644
--- a/themes/windows/appmenu-dropmarker.png
+++ b/webbrowser/themes/windows/appmenu-dropmarker.png
Binary files differ
diff --git a/themes/windows/appmenu-icons.png b/webbrowser/themes/windows/appmenu-icons.png
index 78f3658..78f3658 100644
--- a/themes/windows/appmenu-icons.png
+++ b/webbrowser/themes/windows/appmenu-icons.png
Binary files differ
diff --git a/themes/windows/autocomplete.css b/webbrowser/themes/windows/autocomplete.css
index b3cab44..b3cab44 100644
--- a/themes/windows/autocomplete.css
+++ b/webbrowser/themes/windows/autocomplete.css
diff --git a/themes/windows/browser.css b/webbrowser/themes/windows/browser.css
index 88c3087..88c3087 100644
--- a/themes/windows/browser.css
+++ b/webbrowser/themes/windows/browser.css
diff --git a/themes/windows/caption-buttons.svg b/webbrowser/themes/windows/caption-buttons.svg
index 9342aca..9342aca 100644
--- a/themes/windows/caption-buttons.svg
+++ b/webbrowser/themes/windows/caption-buttons.svg
diff --git a/themes/windows/click-to-play-warning-stripes.png b/webbrowser/themes/windows/click-to-play-warning-stripes.png
index 29f15f7..29f15f7 100644
--- a/themes/windows/click-to-play-warning-stripes.png
+++ b/webbrowser/themes/windows/click-to-play-warning-stripes.png
Binary files differ
diff --git a/themes/windows/communicator/communicator.css b/webbrowser/themes/windows/communicator/communicator.css
index 0b57574..0b57574 100644
--- a/themes/windows/communicator/communicator.css
+++ b/webbrowser/themes/windows/communicator/communicator.css
diff --git a/themes/windows/communicator/jar.mn b/webbrowser/themes/windows/communicator/jar.mn
index 612d133..612d133 100644
--- a/themes/windows/communicator/jar.mn
+++ b/webbrowser/themes/windows/communicator/jar.mn
diff --git a/themes/windows/communicator/moz.build b/webbrowser/themes/windows/communicator/moz.build
index c97072b..c97072b 100644
--- a/themes/windows/communicator/moz.build
+++ b/webbrowser/themes/windows/communicator/moz.build
diff --git a/themes/windows/downloads/allDownloadsViewOverlay.css b/webbrowser/themes/windows/downloads/allDownloadsViewOverlay.css
index bd3b789..bd3b789 100644
--- a/themes/windows/downloads/allDownloadsViewOverlay.css
+++ b/webbrowser/themes/windows/downloads/allDownloadsViewOverlay.css
diff --git a/themes/windows/downloads/buttons.png b/webbrowser/themes/windows/downloads/buttons.png
index ca87b40..ca87b40 100644
--- a/themes/windows/downloads/buttons.png
+++ b/webbrowser/themes/windows/downloads/buttons.png
Binary files differ
diff --git a/themes/windows/downloads/contentAreaDownloadsView.css b/webbrowser/themes/windows/downloads/contentAreaDownloadsView.css
index ece99ea..ece99ea 100644
--- a/themes/windows/downloads/contentAreaDownloadsView.css
+++ b/webbrowser/themes/windows/downloads/contentAreaDownloadsView.css
diff --git a/themes/windows/downloads/download-notification-finish.png b/webbrowser/themes/windows/downloads/download-notification-finish.png
index 5194f5d..5194f5d 100644
--- a/themes/windows/downloads/download-notification-finish.png
+++ b/webbrowser/themes/windows/downloads/download-notification-finish.png
Binary files differ
diff --git a/themes/windows/downloads/download-notification-start.png b/webbrowser/themes/windows/downloads/download-notification-start.png
index bd548b1..bd548b1 100644
--- a/themes/windows/downloads/download-notification-start.png
+++ b/webbrowser/themes/windows/downloads/download-notification-start.png
Binary files differ
diff --git a/themes/windows/downloads/download-summary.png b/webbrowser/themes/windows/downloads/download-summary.png
index 67003c7..67003c7 100644
--- a/themes/windows/downloads/download-summary.png
+++ b/webbrowser/themes/windows/downloads/download-summary.png
Binary files differ
diff --git a/themes/windows/downloads/downloads.css b/webbrowser/themes/windows/downloads/downloads.css
index f169896..f169896 100644
--- a/themes/windows/downloads/downloads.css
+++ b/webbrowser/themes/windows/downloads/downloads.css
diff --git a/themes/windows/engineManager.css b/webbrowser/themes/windows/engineManager.css
index 18817cd..18817cd 100644
--- a/themes/windows/engineManager.css
+++ b/webbrowser/themes/windows/engineManager.css
diff --git a/themes/windows/feeds/feed-icons-16.png b/webbrowser/themes/windows/feeds/feed-icons-16.png
index b822aa4..b822aa4 100644
--- a/themes/windows/feeds/feed-icons-16.png
+++ b/webbrowser/themes/windows/feeds/feed-icons-16.png
Binary files differ
diff --git a/themes/windows/feeds/feedIcon.png b/webbrowser/themes/windows/feeds/feedIcon.png
index b4d5994..b4d5994 100644
--- a/themes/windows/feeds/feedIcon.png
+++ b/webbrowser/themes/windows/feeds/feedIcon.png
Binary files differ
diff --git a/themes/windows/feeds/feedIcon16.png b/webbrowser/themes/windows/feeds/feedIcon16.png
index 7c3aceb..7c3aceb 100644
--- a/themes/windows/feeds/feedIcon16.png
+++ b/webbrowser/themes/windows/feeds/feedIcon16.png
Binary files differ
diff --git a/themes/windows/feeds/subscribe-ui.css b/webbrowser/themes/windows/feeds/subscribe-ui.css
index 8ca5328..8ca5328 100644
--- a/themes/windows/feeds/subscribe-ui.css
+++ b/webbrowser/themes/windows/feeds/subscribe-ui.css
diff --git a/themes/windows/feeds/subscribe.css b/webbrowser/themes/windows/feeds/subscribe.css
index dc9304b..dc9304b 100644
--- a/themes/windows/feeds/subscribe.css
+++ b/webbrowser/themes/windows/feeds/subscribe.css
diff --git a/themes/windows/icon.png b/webbrowser/themes/windows/icon.png
index ff4f21f..ff4f21f 100644
--- a/themes/windows/icon.png
+++ b/webbrowser/themes/windows/icon.png
Binary files differ
diff --git a/themes/windows/identity-icons-generic.png b/webbrowser/themes/windows/identity-icons-generic.png
index a39e493..a39e493 100644
--- a/themes/windows/identity-icons-generic.png
+++ b/webbrowser/themes/windows/identity-icons-generic.png
Binary files differ
diff --git a/themes/windows/identity-icons-https-ev.png b/webbrowser/themes/windows/identity-icons-https-ev.png
index d49be13..d49be13 100644
--- a/themes/windows/identity-icons-https-ev.png
+++ b/webbrowser/themes/windows/identity-icons-https-ev.png
Binary files differ
diff --git a/themes/windows/identity-icons-https-mixed-active.png b/webbrowser/themes/windows/identity-icons-https-mixed-active.png
index 3c77bc8..3c77bc8 100644
--- a/themes/windows/identity-icons-https-mixed-active.png
+++ b/webbrowser/themes/windows/identity-icons-https-mixed-active.png
Binary files differ
diff --git a/themes/windows/identity-icons-https.png b/webbrowser/themes/windows/identity-icons-https.png
index ffd6694..ffd6694 100644
--- a/themes/windows/identity-icons-https.png
+++ b/webbrowser/themes/windows/identity-icons-https.png
Binary files differ
diff --git a/themes/windows/identity.png b/webbrowser/themes/windows/identity.png
index 0dcccd4..0dcccd4 100644
--- a/themes/windows/identity.png
+++ b/webbrowser/themes/windows/identity.png
Binary files differ
diff --git a/themes/windows/imagedocument.png b/webbrowser/themes/windows/imagedocument.png
index ff4f21f..ff4f21f 100644
--- a/themes/windows/imagedocument.png
+++ b/webbrowser/themes/windows/imagedocument.png
Binary files differ
diff --git a/themes/windows/jar.mn b/webbrowser/themes/windows/jar.mn
index 4422bb6..4422bb6 100644
--- a/themes/windows/jar.mn
+++ b/webbrowser/themes/windows/jar.mn
diff --git a/themes/windows/keyhole-forward-mask.svg b/webbrowser/themes/windows/keyhole-forward-mask.svg
index 8355447..8355447 100644
--- a/themes/windows/keyhole-forward-mask.svg
+++ b/webbrowser/themes/windows/keyhole-forward-mask.svg
diff --git a/themes/windows/livemark-folder.png b/webbrowser/themes/windows/livemark-folder.png
index 79e3329..79e3329 100644
--- a/themes/windows/livemark-folder.png
+++ b/webbrowser/themes/windows/livemark-folder.png
Binary files differ
diff --git a/themes/windows/menu-back.png b/webbrowser/themes/windows/menu-back.png
index 2f99ea7..2f99ea7 100644
--- a/themes/windows/menu-back.png
+++ b/webbrowser/themes/windows/menu-back.png
Binary files differ
diff --git a/themes/windows/menu-forward.png b/webbrowser/themes/windows/menu-forward.png
index 82cd874..82cd874 100644
--- a/themes/windows/menu-forward.png
+++ b/webbrowser/themes/windows/menu-forward.png
Binary files differ
diff --git a/themes/windows/mixed-content-blocked-16.png b/webbrowser/themes/windows/mixed-content-blocked-16.png
index 7cf33ec..7cf33ec 100644
--- a/themes/windows/mixed-content-blocked-16.png
+++ b/webbrowser/themes/windows/mixed-content-blocked-16.png
Binary files differ
diff --git a/themes/windows/mixed-content-blocked-64.png b/webbrowser/themes/windows/mixed-content-blocked-64.png
index cac4415..cac4415 100644
--- a/themes/windows/mixed-content-blocked-64.png
+++ b/webbrowser/themes/windows/mixed-content-blocked-64.png
Binary files differ
diff --git a/themes/windows/monitor.png b/webbrowser/themes/windows/monitor.png
index 35e7b20..35e7b20 100644
--- a/themes/windows/monitor.png
+++ b/webbrowser/themes/windows/monitor.png
Binary files differ
diff --git a/themes/windows/monitor_16-10.png b/webbrowser/themes/windows/monitor_16-10.png
index 4195034..4195034 100644
--- a/themes/windows/monitor_16-10.png
+++ b/webbrowser/themes/windows/monitor_16-10.png
Binary files differ
diff --git a/themes/windows/moz.build b/webbrowser/themes/windows/moz.build
index 6a7af20..6a7af20 100644
--- a/themes/windows/moz.build
+++ b/webbrowser/themes/windows/moz.build
diff --git a/themes/windows/newtab/newTab.css b/webbrowser/themes/windows/newtab/newTab.css
index b8b0fd6..b8b0fd6 100644
--- a/themes/windows/newtab/newTab.css
+++ b/webbrowser/themes/windows/newtab/newTab.css
diff --git a/themes/windows/pageInfo.css b/webbrowser/themes/windows/pageInfo.css
index ec65cc4..ec65cc4 100644
--- a/themes/windows/pageInfo.css
+++ b/webbrowser/themes/windows/pageInfo.css
diff --git a/themes/windows/pageInfo.png b/webbrowser/themes/windows/pageInfo.png
index fcc713b..fcc713b 100644
--- a/themes/windows/pageInfo.png
+++ b/webbrowser/themes/windows/pageInfo.png
Binary files differ
diff --git a/themes/windows/permissions/aboutPermissions.css b/webbrowser/themes/windows/permissions/aboutPermissions.css
index 60ee816..60ee816 100644
--- a/themes/windows/permissions/aboutPermissions.css
+++ b/webbrowser/themes/windows/permissions/aboutPermissions.css
diff --git a/themes/windows/places/allBookmarks.png b/webbrowser/themes/windows/places/allBookmarks.png
index 177c31c..177c31c 100644
--- a/themes/windows/places/allBookmarks.png
+++ b/webbrowser/themes/windows/places/allBookmarks.png
Binary files differ
diff --git a/themes/windows/places/bookmark.png b/webbrowser/themes/windows/places/bookmark.png
index 2e9a206..2e9a206 100644
--- a/themes/windows/places/bookmark.png
+++ b/webbrowser/themes/windows/places/bookmark.png
Binary files differ
diff --git a/themes/windows/places/bookmarksMenu.png b/webbrowser/themes/windows/places/bookmarksMenu.png
index 14c9601..14c9601 100644
--- a/themes/windows/places/bookmarksMenu.png
+++ b/webbrowser/themes/windows/places/bookmarksMenu.png
Binary files differ
diff --git a/themes/windows/places/bookmarksToolbar.png b/webbrowser/themes/windows/places/bookmarksToolbar.png
index 5a4a693..5a4a693 100644
--- a/themes/windows/places/bookmarksToolbar.png
+++ b/webbrowser/themes/windows/places/bookmarksToolbar.png
Binary files differ
diff --git a/themes/windows/places/calendar.png b/webbrowser/themes/windows/places/calendar.png
index c0d1071..c0d1071 100644
--- a/themes/windows/places/calendar.png
+++ b/webbrowser/themes/windows/places/calendar.png
Binary files differ
diff --git a/themes/windows/places/downloads.png b/webbrowser/themes/windows/places/downloads.png
index d37bc40..d37bc40 100644
--- a/themes/windows/places/downloads.png
+++ b/webbrowser/themes/windows/places/downloads.png
Binary files differ
diff --git a/themes/windows/places/editBookmark.png b/webbrowser/themes/windows/places/editBookmark.png
index fbca052..fbca052 100644
--- a/themes/windows/places/editBookmark.png
+++ b/webbrowser/themes/windows/places/editBookmark.png
Binary files differ
diff --git a/themes/windows/places/editBookmarkOverlay.css b/webbrowser/themes/windows/places/editBookmarkOverlay.css
index be3ea83..be3ea83 100644
--- a/themes/windows/places/editBookmarkOverlay.css
+++ b/webbrowser/themes/windows/places/editBookmarkOverlay.css
diff --git a/themes/windows/places/history.png b/webbrowser/themes/windows/places/history.png
index cc3b067..cc3b067 100644
--- a/themes/windows/places/history.png
+++ b/webbrowser/themes/windows/places/history.png
Binary files differ
diff --git a/themes/windows/places/libraryToolbar.png b/webbrowser/themes/windows/places/libraryToolbar.png
index f5f3654..f5f3654 100644
--- a/themes/windows/places/libraryToolbar.png
+++ b/webbrowser/themes/windows/places/libraryToolbar.png
Binary files differ
diff --git a/themes/windows/places/livemark-item.png b/webbrowser/themes/windows/places/livemark-item.png
index 9184b95..9184b95 100644
--- a/themes/windows/places/livemark-item.png
+++ b/webbrowser/themes/windows/places/livemark-item.png
Binary files differ
diff --git a/themes/windows/places/organizer.css b/webbrowser/themes/windows/places/organizer.css
index 45851d0..45851d0 100644
--- a/themes/windows/places/organizer.css
+++ b/webbrowser/themes/windows/places/organizer.css
diff --git a/themes/windows/places/places.css b/webbrowser/themes/windows/places/places.css
index bb16046..bb16046 100644
--- a/themes/windows/places/places.css
+++ b/webbrowser/themes/windows/places/places.css
diff --git a/themes/windows/places/query.png b/webbrowser/themes/windows/places/query.png
index fff0fb0..fff0fb0 100644
--- a/themes/windows/places/query.png
+++ b/webbrowser/themes/windows/places/query.png
Binary files differ
diff --git a/themes/windows/places/starred48.png b/webbrowser/themes/windows/places/starred48.png
index 2f7e878..2f7e878 100644
--- a/themes/windows/places/starred48.png
+++ b/webbrowser/themes/windows/places/starred48.png
Binary files differ
diff --git a/themes/windows/places/tag.png b/webbrowser/themes/windows/places/tag.png
index da90624..da90624 100644
--- a/themes/windows/places/tag.png
+++ b/webbrowser/themes/windows/places/tag.png
Binary files differ
diff --git a/themes/windows/places/toolbarDropMarker.png b/webbrowser/themes/windows/places/toolbarDropMarker.png
index 3abb7c2..3abb7c2 100644
--- a/themes/windows/places/toolbarDropMarker.png
+++ b/webbrowser/themes/windows/places/toolbarDropMarker.png
Binary files differ
diff --git a/themes/windows/places/unsortedBookmarks.png b/webbrowser/themes/windows/places/unsortedBookmarks.png
index d18a501..d18a501 100644
--- a/themes/windows/places/unsortedBookmarks.png
+++ b/webbrowser/themes/windows/places/unsortedBookmarks.png
Binary files differ
diff --git a/themes/windows/places/unstarred48.png b/webbrowser/themes/windows/places/unstarred48.png
index 8b82aab..8b82aab 100644
--- a/themes/windows/places/unstarred48.png
+++ b/webbrowser/themes/windows/places/unstarred48.png
Binary files differ
diff --git a/themes/windows/pointerLock-16.png b/webbrowser/themes/windows/pointerLock-16.png
index 862cd11..862cd11 100644
--- a/themes/windows/pointerLock-16.png
+++ b/webbrowser/themes/windows/pointerLock-16.png
Binary files differ
diff --git a/themes/windows/pointerLock-64.png b/webbrowser/themes/windows/pointerLock-64.png
index a35ce04..a35ce04 100644
--- a/themes/windows/pointerLock-64.png
+++ b/webbrowser/themes/windows/pointerLock-64.png
Binary files differ
diff --git a/themes/windows/preferences/Options-sync.png b/webbrowser/themes/windows/preferences/Options-sync.png
index 89901fb..89901fb 100644
--- a/themes/windows/preferences/Options-sync.png
+++ b/webbrowser/themes/windows/preferences/Options-sync.png
Binary files differ
diff --git a/themes/windows/preferences/Options.png b/webbrowser/themes/windows/preferences/Options.png
index 2cb1f50..2cb1f50 100644
--- a/themes/windows/preferences/Options.png
+++ b/webbrowser/themes/windows/preferences/Options.png
Binary files differ
diff --git a/themes/windows/preferences/alwaysAsk.png b/webbrowser/themes/windows/preferences/alwaysAsk.png
index d12805e..d12805e 100644
--- a/themes/windows/preferences/alwaysAsk.png
+++ b/webbrowser/themes/windows/preferences/alwaysAsk.png
Binary files differ
diff --git a/themes/windows/preferences/application.png b/webbrowser/themes/windows/preferences/application.png
index d67993d..d67993d 100644
--- a/themes/windows/preferences/application.png
+++ b/webbrowser/themes/windows/preferences/application.png
Binary files differ
diff --git a/themes/windows/preferences/applications.css b/webbrowser/themes/windows/preferences/applications.css
index 80699b4..80699b4 100644
--- a/themes/windows/preferences/applications.css
+++ b/webbrowser/themes/windows/preferences/applications.css
diff --git a/themes/windows/preferences/mail.png b/webbrowser/themes/windows/preferences/mail.png
index be1ed4d..be1ed4d 100644
--- a/themes/windows/preferences/mail.png
+++ b/webbrowser/themes/windows/preferences/mail.png
Binary files differ
diff --git a/themes/windows/preferences/preferences.css b/webbrowser/themes/windows/preferences/preferences.css
index 40be343..40be343 100644
--- a/themes/windows/preferences/preferences.css
+++ b/webbrowser/themes/windows/preferences/preferences.css
diff --git a/themes/windows/preferences/saveFile.png b/webbrowser/themes/windows/preferences/saveFile.png
index 1248dd3..1248dd3 100644
--- a/themes/windows/preferences/saveFile.png
+++ b/webbrowser/themes/windows/preferences/saveFile.png
Binary files differ
diff --git a/themes/windows/privatebrowsing-dark.png b/webbrowser/themes/windows/privatebrowsing-dark.png
index 9eaf3ae..9eaf3ae 100644
--- a/themes/windows/privatebrowsing-dark.png
+++ b/webbrowser/themes/windows/privatebrowsing-dark.png
Binary files differ
diff --git a/themes/windows/privatebrowsing-light.png b/webbrowser/themes/windows/privatebrowsing-light.png
index c12f507..c12f507 100644
--- a/themes/windows/privatebrowsing-light.png
+++ b/webbrowser/themes/windows/privatebrowsing-light.png
Binary files differ
diff --git a/themes/windows/reload-stop-go.png b/webbrowser/themes/windows/reload-stop-go.png
index 1017be9..1017be9 100644
--- a/themes/windows/reload-stop-go.png
+++ b/webbrowser/themes/windows/reload-stop-go.png
Binary files differ
diff --git a/themes/windows/sanitize.png b/webbrowser/themes/windows/sanitize.png
index 72eea2c..72eea2c 100644
--- a/themes/windows/sanitize.png
+++ b/webbrowser/themes/windows/sanitize.png
Binary files differ
diff --git a/themes/windows/sanitizeDialog.css b/webbrowser/themes/windows/sanitizeDialog.css
index 4312eb8..4312eb8 100644
--- a/themes/windows/sanitizeDialog.css
+++ b/webbrowser/themes/windows/sanitizeDialog.css
diff --git a/themes/windows/searchbar-dropdown-arrow.png b/webbrowser/themes/windows/searchbar-dropdown-arrow.png
index 79d8d61..79d8d61 100644
--- a/themes/windows/searchbar-dropdown-arrow.png
+++ b/webbrowser/themes/windows/searchbar-dropdown-arrow.png
Binary files differ
diff --git a/themes/windows/searchbar.css b/webbrowser/themes/windows/searchbar.css
index 86a4855..86a4855 100644
--- a/themes/windows/searchbar.css
+++ b/webbrowser/themes/windows/searchbar.css
diff --git a/themes/windows/setDesktopBackground.css b/webbrowser/themes/windows/setDesktopBackground.css
index 585284c..585284c 100644
--- a/themes/windows/setDesktopBackground.css
+++ b/webbrowser/themes/windows/setDesktopBackground.css
diff --git a/themes/windows/slowStartup-16.png b/webbrowser/themes/windows/slowStartup-16.png
index 5551ef0..5551ef0 100644
--- a/themes/windows/slowStartup-16.png
+++ b/webbrowser/themes/windows/slowStartup-16.png
Binary files differ
diff --git a/themes/windows/statusbar/overlay.css b/webbrowser/themes/windows/statusbar/overlay.css
index 7f9a598..7f9a598 100644
--- a/themes/windows/statusbar/overlay.css
+++ b/webbrowser/themes/windows/statusbar/overlay.css
diff --git a/themes/windows/statusbar/prefs.css b/webbrowser/themes/windows/statusbar/prefs.css
index 005088b..005088b 100644
--- a/themes/windows/statusbar/prefs.css
+++ b/webbrowser/themes/windows/statusbar/prefs.css
diff --git a/themes/windows/sync-128.png b/webbrowser/themes/windows/sync-128.png
index 1ea3481..1ea3481 100644
--- a/themes/windows/sync-128.png
+++ b/webbrowser/themes/windows/sync-128.png
Binary files differ
diff --git a/themes/windows/sync-16.png b/webbrowser/themes/windows/sync-16.png
index 0afb1c7..0afb1c7 100644
--- a/themes/windows/sync-16.png
+++ b/webbrowser/themes/windows/sync-16.png
Binary files differ
diff --git a/themes/windows/sync-32.png b/webbrowser/themes/windows/sync-32.png
index 7a762cb..7a762cb 100644
--- a/themes/windows/sync-32.png
+++ b/webbrowser/themes/windows/sync-32.png
Binary files differ
diff --git a/themes/windows/sync-bg.png b/webbrowser/themes/windows/sync-bg.png
index 893a27d..893a27d 100644
--- a/themes/windows/sync-bg.png
+++ b/webbrowser/themes/windows/sync-bg.png
Binary files differ
diff --git a/themes/windows/sync-desktopIcon.png b/webbrowser/themes/windows/sync-desktopIcon.png
index d3d1e27..d3d1e27 100644
--- a/themes/windows/sync-desktopIcon.png
+++ b/webbrowser/themes/windows/sync-desktopIcon.png
Binary files differ
diff --git a/themes/windows/sync-mobileIcon.png b/webbrowser/themes/windows/sync-mobileIcon.png
index a3bda57..a3bda57 100644
--- a/themes/windows/sync-mobileIcon.png
+++ b/webbrowser/themes/windows/sync-mobileIcon.png
Binary files differ
diff --git a/themes/windows/sync-throbber.png b/webbrowser/themes/windows/sync-throbber.png
index d25490b..d25490b 100644
--- a/themes/windows/sync-throbber.png
+++ b/webbrowser/themes/windows/sync-throbber.png
Binary files differ
diff --git a/themes/windows/syncCommon.css b/webbrowser/themes/windows/syncCommon.css
index f0beae0..f0beae0 100644
--- a/themes/windows/syncCommon.css
+++ b/webbrowser/themes/windows/syncCommon.css
diff --git a/themes/windows/syncProgress.css b/webbrowser/themes/windows/syncProgress.css
index d7aa599..d7aa599 100644
--- a/themes/windows/syncProgress.css
+++ b/webbrowser/themes/windows/syncProgress.css
diff --git a/themes/windows/syncQuota.css b/webbrowser/themes/windows/syncQuota.css
index 1577de8..1577de8 100644
--- a/themes/windows/syncQuota.css
+++ b/webbrowser/themes/windows/syncQuota.css
diff --git a/themes/windows/syncSetup.css b/webbrowser/themes/windows/syncSetup.css
index fff65e9..fff65e9 100644
--- a/themes/windows/syncSetup.css
+++ b/webbrowser/themes/windows/syncSetup.css
diff --git a/themes/windows/tabbrowser/alltabs-inverted.png b/webbrowser/themes/windows/tabbrowser/alltabs-inverted.png
index 002bdd4..002bdd4 100644
--- a/themes/windows/tabbrowser/alltabs-inverted.png
+++ b/webbrowser/themes/windows/tabbrowser/alltabs-inverted.png
Binary files differ
diff --git a/themes/windows/tabbrowser/alltabs.png b/webbrowser/themes/windows/tabbrowser/alltabs.png
index 172d425..172d425 100644
--- a/themes/windows/tabbrowser/alltabs.png
+++ b/webbrowser/themes/windows/tabbrowser/alltabs.png
Binary files differ
diff --git a/themes/windows/tabbrowser/connecting.png b/webbrowser/themes/windows/tabbrowser/connecting.png
index e564fb5..e564fb5 100644
--- a/themes/windows/tabbrowser/connecting.png
+++ b/webbrowser/themes/windows/tabbrowser/connecting.png
Binary files differ
diff --git a/themes/windows/tabbrowser/loading.png b/webbrowser/themes/windows/tabbrowser/loading.png
index ba54836..ba54836 100644
--- a/themes/windows/tabbrowser/loading.png
+++ b/webbrowser/themes/windows/tabbrowser/loading.png
Binary files differ
diff --git a/themes/windows/tabbrowser/newtab-glass.png b/webbrowser/themes/windows/tabbrowser/newtab-glass.png
index 15185be..15185be 100644
--- a/themes/windows/tabbrowser/newtab-glass.png
+++ b/webbrowser/themes/windows/tabbrowser/newtab-glass.png
Binary files differ
diff --git a/themes/windows/tabbrowser/newtab-inverted.png b/webbrowser/themes/windows/tabbrowser/newtab-inverted.png
index 4ac1eba..4ac1eba 100644
--- a/themes/windows/tabbrowser/newtab-inverted.png
+++ b/webbrowser/themes/windows/tabbrowser/newtab-inverted.png
Binary files differ
diff --git a/themes/windows/tabbrowser/newtab.png b/webbrowser/themes/windows/tabbrowser/newtab.png
index 7cea7bd..7cea7bd 100644
--- a/themes/windows/tabbrowser/newtab.png
+++ b/webbrowser/themes/windows/tabbrowser/newtab.png
Binary files differ
diff --git a/themes/windows/tabbrowser/tab-arrow-left-glass.png b/webbrowser/themes/windows/tabbrowser/tab-arrow-left-glass.png
index aac93a7..aac93a7 100644
--- a/themes/windows/tabbrowser/tab-arrow-left-glass.png
+++ b/webbrowser/themes/windows/tabbrowser/tab-arrow-left-glass.png
Binary files differ
diff --git a/themes/windows/tabbrowser/tab-arrow-left-inverted.png b/webbrowser/themes/windows/tabbrowser/tab-arrow-left-inverted.png
index 16cd7a2..16cd7a2 100644
--- a/themes/windows/tabbrowser/tab-arrow-left-inverted.png
+++ b/webbrowser/themes/windows/tabbrowser/tab-arrow-left-inverted.png
Binary files differ
diff --git a/themes/windows/tabbrowser/tab-arrow-left.png b/webbrowser/themes/windows/tabbrowser/tab-arrow-left.png
index e0fb348..e0fb348 100644
--- a/themes/windows/tabbrowser/tab-arrow-left.png
+++ b/webbrowser/themes/windows/tabbrowser/tab-arrow-left.png
Binary files differ
diff --git a/themes/windows/tabbrowser/tab-overflow-border.png b/webbrowser/themes/windows/tabbrowser/tab-overflow-border.png
index 77f2462..77f2462 100644
--- a/themes/windows/tabbrowser/tab-overflow-border.png
+++ b/webbrowser/themes/windows/tabbrowser/tab-overflow-border.png
Binary files differ
diff --git a/themes/windows/tabbrowser/tabDragIndicator.png b/webbrowser/themes/windows/tabbrowser/tabDragIndicator.png
index c67c233..c67c233 100644
--- a/themes/windows/tabbrowser/tabDragIndicator.png
+++ b/webbrowser/themes/windows/tabbrowser/tabDragIndicator.png
Binary files differ
diff --git a/themes/windows/toolbarbutton-dropdown-arrow-inverted.png b/webbrowser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png
index f3261f1..f3261f1 100644
--- a/themes/windows/toolbarbutton-dropdown-arrow-inverted.png
+++ b/webbrowser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png
Binary files differ
diff --git a/themes/windows/toolbarbutton-dropdown-arrow.png b/webbrowser/themes/windows/toolbarbutton-dropdown-arrow.png
index a7abe73..a7abe73 100644
--- a/themes/windows/toolbarbutton-dropdown-arrow.png
+++ b/webbrowser/themes/windows/toolbarbutton-dropdown-arrow.png
Binary files differ
diff --git a/themes/windows/urlbar-arrow.png b/webbrowser/themes/windows/urlbar-arrow.png
index fcab253..fcab253 100644
--- a/themes/windows/urlbar-arrow.png
+++ b/webbrowser/themes/windows/urlbar-arrow.png
Binary files differ
diff --git a/themes/windows/urlbar-history-dropmarker.png b/webbrowser/themes/windows/urlbar-history-dropmarker.png
index fc8b0be..fc8b0be 100644
--- a/themes/windows/urlbar-history-dropmarker.png
+++ b/webbrowser/themes/windows/urlbar-history-dropmarker.png
Binary files differ
diff --git a/themes/windows/urlbar-popup-blocked.png b/webbrowser/themes/windows/urlbar-popup-blocked.png
index e6fd29f..e6fd29f 100644
--- a/themes/windows/urlbar-popup-blocked.png
+++ b/webbrowser/themes/windows/urlbar-popup-blocked.png
Binary files differ
diff --git a/themes/windows/web-notifications-icon.svg b/webbrowser/themes/windows/web-notifications-icon.svg
index f7186c7..f7186c7 100644
--- a/themes/windows/web-notifications-icon.svg
+++ b/webbrowser/themes/windows/web-notifications-icon.svg
diff --git a/themes/windows/web-notifications-tray.svg b/webbrowser/themes/windows/web-notifications-tray.svg
index 314026a..314026a 100644
--- a/themes/windows/web-notifications-tray.svg
+++ b/webbrowser/themes/windows/web-notifications-tray.svg
diff --git a/themes/windows/webRTC-shareDevice-16.png b/webbrowser/themes/windows/webRTC-shareDevice-16.png
index df01b33..df01b33 100644
--- a/themes/windows/webRTC-shareDevice-16.png
+++ b/webbrowser/themes/windows/webRTC-shareDevice-16.png
Binary files differ
diff --git a/themes/windows/webRTC-shareDevice-64.png b/webbrowser/themes/windows/webRTC-shareDevice-64.png
index d125789..d125789 100644
--- a/themes/windows/webRTC-shareDevice-64.png
+++ b/webbrowser/themes/windows/webRTC-shareDevice-64.png
Binary files differ
diff --git a/themes/windows/webRTC-sharingDevice-16.png b/webbrowser/themes/windows/webRTC-sharingDevice-16.png
index a670676..a670676 100644
--- a/themes/windows/webRTC-sharingDevice-16.png
+++ b/webbrowser/themes/windows/webRTC-sharingDevice-16.png
Binary files differ