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
Makoto Kato 461fd31b94 Bug 1334372 - Part 2. Don't use virtual method for CreateTxnForAddStyleSheet and CreateTxnForRemoveStyleSheet. r=masayuki
We don't have no overload method for both methods.  So we shouldn't use virtual.

And, other transaction methods return transaction object directly, we should change to it.

MozReview-Commit-ID: 7CXz4XeOobk

--HG--
extra : rebase_source : e208484decec42496e88bbee5ed7d19b1f6daf91
extra : amend_source : 1ebe4378f6c8133b874e573c10c368ae96a51d45
2017-01-27 13:29:00 +09:00
.cargo
accessible bug 1333514 - fix race between PDocAccessibleConstructor messages and PBrowser::Destroy messages r=billm 2017-01-26 10:01:43 -05:00
addon-sdk Bug 1331599 - tests fixed by hand after making addEventListener use the once option when possible, r=jaws. 2017-01-25 07:03:42 +01:00
b2g Backed out 13 changesets (bug 1296767) for xpcshell failures a=backout CLOSED TREE 2017-01-26 11:16:12 -08:00
browser Bug 1334182 - Turn off sandbox violation logging by default on Windows. r=jimm 2017-01-26 09:42:02 -08:00
build Bug 1331012 - follow-up - delete trailng comma in JSON file; r=me 2017-01-20 13:42:07 -05:00
caps Bug 1305241 - Allow more assertions in test_bug995943.xul; r=jmaher 2017-01-26 07:26:33 -07:00
chrome Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
config Bug 1324296 - only enable verbose cargo output if BUILD_VERBOSE_LOG; r=ted.mielczarek 2017-01-26 20:38:27 -05:00
db/sqlite3
devtools Merge m-c to inbound, a=merge 2017-01-26 16:32:26 -08:00
docshell Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
dom Bug 1333576 - Ensure Shutdown() is called before releasing the decoder. r=gerald 2017-01-25 10:49:29 +08:00
editor Bug 1334372 - Part 2. Don't use virtual method for CreateTxnForAddStyleSheet and CreateTxnForRemoveStyleSheet. r=masayuki 2017-01-27 13:29:00 +09:00
embedding/ios
extensions Bug 1333648 - Update the en-US dictionary to SCOWL 2017.01.22. r=ehsan 2017-01-25 11:37:25 -05:00
gfx Bug 1333892 - Remove unused IPC message leftover from B2G days. r=kanru 2017-01-25 16:21:12 -05:00
gradle/wrapper
hal Bug 1332394 - add BUG_COMPONENT to hal/* files. r=overholt 2017-01-26 05:51:56 -05:00
image Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
intl Bug 1333451 - add BUG_COMPONENT to intl/* files. r=m_kato 2017-01-26 05:51:56 -05:00
ipc Backed out 4 changesets (bug 1333686) for ASan/static warnings-as-errors 2017-01-25 19:53:20 -08:00
js Bug 1333296 (part 6) - Remove SPS references in js/. r=shu. 2017-01-25 09:08:15 +11:00
layout Add tests that the GPU process is running. (bug 1333684, r=mattwoodrow) 2017-01-26 16:26:10 -08:00
media Backed out 4 changesets (bug 1333686) for ASan/static warnings-as-errors 2017-01-25 19:53:20 -08:00
memory Bug 1332508 - Reinitialize allocator mutexes in fork() child processes. r=njn 2017-01-20 10:06:41 +09:00
mfbt Bug 1329194 - mfbt:tests: Define RETURN_INSTR for SH in TestPoisonArea. r=glandium 2017-01-20 09:12:22 +09:00
mobile Merge inbound to central, a=merge 2017-01-26 16:19:05 -08:00
modules Merge inbound to central, a=merge 2017-01-26 16:19:05 -08:00
mozglue Bug 1331495 - Add an operator<< overload for TimeDuration. r=froydnj 2017-01-16 16:55:58 -05:00
netwerk Merge inbound to central, a=merge 2017-01-26 16:19:05 -08:00
nsprpub
other-licenses
parser merge mozilla-inbound to mozilla-central a=merge 2017-01-25 13:47:25 +01:00
probes
python Merge m-c to autoland 2017-01-24 18:56:54 -08:00
rdf Bug 1276669 - part 4 - initialize RDF atoms in nsLayoutStatics; r=Pike 2017-01-26 15:43:39 -05:00
release/docker
security Merge inbound to central, a=merge 2017-01-26 16:19:05 -08:00
services Backed out 13 changesets (bug 1296767) for xpcshell failures a=backout CLOSED TREE 2017-01-26 11:16:12 -08:00
servo/ports/geckoservo Bug 1302028 - part 4 - add dummy geckoservo crate; r=Manishearth 2017-01-20 11:33:04 -05:00
startupcache
storage Backed out 8 changesets (bug 1331804, bug 1332100) for windows vm debug dt5 failures a=backout 2017-01-24 15:12:21 -08:00
taskcluster Merge autoland to m-c, a=merge 2017-01-25 20:37:29 -08:00
testing Bug 1333296 (part 8) - Remove more SPS references. r=mstange. 2017-01-25 12:55:50 +11:00
third_party/rust
toolkit Bug 1333296 (part 7) - Remove SPS references in tookit/moz.configure. r=glandium. 2017-01-25 09:08:15 +11:00
tools Backed out 13 changesets (bug 1296767) for xpcshell failures a=backout CLOSED TREE 2017-01-26 11:16:12 -08:00
uriloader Bug 1232696 - Remove NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW as it causes segfaulting for GCC 6 builds (5 of 5, fixes for docshell/). r=bzbarsky. 2017-01-24 17:12:10 +01:00
view Bug 1232696 - Remove NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW as it causes segfaulting for GCC 6 builds (1 of 5, fixes for view/). r=tnikkel. 2017-01-24 17:10:01 +01:00
widget Allow controlling the GPU process from xpcshell. (bug 1321492 part 8, r=mattwoodrow) 2017-01-26 16:35:55 -08:00
xpcom Add GPU process support to nsMemoryReportingManager. (bug 1321492 part 7, r=erahm) 2017-01-26 16:35:55 -08:00
xpfe
.clang-format
.clang-format-ignore
.clang-tidy
.cron.yml
.eslintignore Backed out changeset f8b29e24280b (bug 1333044) for perma failures in test_load_modules.js 2017-01-25 15:29:53 +01:00
.eslintrc.js Bug 1331599 - add an eslint rule to reject removeEventListener calls when the once option can be used instead, r=jaws. 2017-01-25 07:03:50 +01:00
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags No bug - Tagging mozilla-central f80dc9fc34680105b714a49b4704bb843f5f7004 with FIREFOX_AURORA_53_BASE a=release DONTBUILD CLOSED TREE 2017-01-23 15:31:28 +00:00
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2017-01-23 15:38:06 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1333645 - Remove the VS2013 MaxILKSize workaround. r=glandium 2017-01-26 13:28:44 +13: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/