Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Mike de Boer c594086fd3 Bug 1330349 - Part 1 - move the new theme WebExtension API to the toolkit collection of APIs. r=aswan
MozReview-Commit-ID: LERYdJHNvxW

--HG--
rename : browser/components/extensions/ext-theme.js => toolkit/components/extensions/ext-theme.js
rename : browser/components/extensions/schemas/theme.json => toolkit/components/extensions/schemas/theme.json
rename : browser/components/extensions/test/browser/browser_ext_themes_chromeparity.js => toolkit/components/extensions/test/browser/browser_ext_themes_chromeparity.js
rename : browser/components/extensions/test/browser/browser_ext_themes_dynamic_updates.js => toolkit/components/extensions/test/browser/browser_ext_themes_dynamic_updates.js
rename : browser/components/extensions/test/browser/browser_ext_themes_lwtsupport.js => toolkit/components/extensions/test/browser/browser_ext_themes_lwtsupport.js
extra : rebase_source : 17af3a7d6e72b33853534187f1b68c6340cc2895
2017-03-02 14:22:14 +01:00
.cargo
accessible bug 1340579 - fixup werror bustage landing on a CLOSED TREE 2017-03-01 17:45:04 -05:00
addon-sdk Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r=mak 2017-02-27 18:26:21 +00:00
b2g Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
browser Bug 1330349 - Part 1 - move the new theme WebExtension API to the toolkit collection of APIs. r=aswan 2017-03-02 14:22:14 +01:00
build merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
caps Bug 1341218 - nsNullPrincipal should serialize its URL, r=qdot 2017-02-23 14:30:23 +01:00
chrome
config Backed out changeset 4aa866ebfeaa (bug 1322703) 2017-03-01 18:45:56 +01:00
db/sqlite3
devtools merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
docshell Bug 1341657 - Properly deal with not having a frame element in nsDocShell::InternalLoad(); r=smaug 2017-02-27 09:39:50 -05:00
dom merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
editor Backed out 3 changesets (bug 1317322) 2017-03-01 15:38:02 -08:00
embedding
extensions Bug 1340486 - Remove duplication of code at nsHttpNegotiate/NTLMAuth::TestPref and MatchesBaseURI r=mayhemer 2017-02-27 17:57:59 +01:00
gfx Bug 1341511 - Replace std::map::empty() call with correct std::map::clear() call to remove all elements from the map r=dvander,jchen 2017-03-01 11:59:51 -08:00
gradle/wrapper
hal
image Backed out changeset 588c44c7a966 (bug 1058040) 2017-03-02 11:24:33 +08:00
intl merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
ipc Bug 1342580 - Don't generate actor "state" method. r=kanru 2017-02-24 15:35:35 -08:00
js merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
layout merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
media merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
memory Backed out changeset 24bea8bde57d (bug 1343432) for build bustage 2017-03-02 11:23:28 +08:00
mfbt Bug 1341951 - Remove mozilla::AlignedStorage, and inline its sole use into js::jit::RInstructionStorage. r=nbp 2017-02-22 18:27:51 -08:00
mobile merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
modules Bug 1330349 - Part 1 - move the new theme WebExtension API to the toolkit collection of APIs. r=aswan 2017-03-02 14:22:14 +01:00
mozglue Bug 1305815 - Issue EOL warning if non-NEON-compatible device detected. r=glandium 2017-03-01 13:26:12 -06:00
netwerk merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
nsprpub
other-licenses
parser Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher 2017-02-23 06:10:07 +09:00
probes
python Backed out changeset 2a15e34e2d22 (bug 1341962) for build bustage 2017-03-01 11:54:27 +08:00
rdf Bug 1332639 - Remove the RDF "standalone" library which isn't used, r=glandium 2017-02-27 13:07:28 -05:00
release/docker
security Merge inbound to central, a=merge 2017-03-01 17:18:37 -08:00
services Backed out changeset b8fb83d1d851 (bug 1342851) for xpcshell bustage a=backout CLOSED TREE 2017-02-28 15:18:00 -08:00
servo servo: Merge #15791 - Bug 1340334: Allow sibling hints in StoredRestyleHint, and handle them correctly (from emilio:hint); r=bholley 2017-03-01 18:08:43 -08:00
startupcache Bug 1341794 - annotate startupcache/* moz.build file with BUG_COMPONENT. r=froydnj 2017-02-23 08:01:45 -05:00
storage Bug 1342441 - Improve the Wrong Sqlite Version message. r=asuth 2017-02-24 17:39:30 +01:00
taskcluster merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
testing Bug 1343519 - Change the ESLint rule 'import-test-globals' to be an environment (mozilla/simpletest) to better describe the purpose of it. r=mossop 2017-03-01 21:34:24 +00:00
third_party/rust Bug 1341102: Revendor rust dependencies; r=bustage 2017-02-28 09:23:59 -08:00
toolkit Bug 1330349 - Part 1 - move the new theme WebExtension API to the toolkit collection of APIs. r=aswan 2017-03-02 14:22:14 +01:00
tools merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
uriloader Bug 1340803 - Make nsMIMEInfoWin::GetPossibleLocalHandlers check fileExt is non-empty before checking its first char. r=jimm 2017-02-18 07:31:00 -05:00
view
widget Merge mozilla-central to autoland 2017-03-02 14:07:56 +01:00
xpcom merge mozilla-inbound to mozilla-central a=merge 2017-03-01 11:40:59 +01:00
xpfe Bug 1341801 - xpfe/test/* files do not seem to be references anywhere. r=enndeakin 2017-03-01 08:20:25 -05:00
.clang-format
.clang-format-ignore Bug 1343068 - Add the JNI generate files in the list of ignored elements r=mystor 2017-02-27 23:27:53 +01:00
.clang-tidy
.cron.yml
.eslintignore Bug 1311345 - Enable eslint of browser/components/privatebrowsing/ - Initial changes; r=standard8 2017-02-28 12:21:00 +00:00
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore Bug 1332691: Add script to regenerate tests, update the WPT manifest and expectations; r=luke 2017-02-17 20:13:54 +01:00
.hgtags
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle
client.mk
client.py
CLOBBER Backed out changeset 4aa866ebfeaa (bug 1322703) 2017-03-01 18:45:56 +01:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build Bug 1335873 - Add marionette-harness python tests to root moz.build file, r=mshal 2017-03-01 11:52:51 -05:00
moz.configure
mozilla-config.h.in
old-configure.in Backed out changeset e7c397118fd2 (bug 1340393) to fix Windows pgo builds after bug 1322703 got backed out. r=backout,bustage-fix on a CLOSED TREE 2017-03-01 19:31:06 +01:00
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    http://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on http://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    http://nightly.mozilla.org/