- Aug 04, 2017
-
-
Kris Maglione authored
MozReview-Commit-ID: JPPUjIGPRvs --HG-- extra : rebase_source : 82081628ce5ee1af6ad5e0cbbed4221518e55191 extra : histedit_source : 03cafbcfbaefb40a15b8b50af4b5010c96407bcc
-
Kris Maglione authored
This is also the first step in moving async startup/shutdown tracking into the add-on manager. MozReview-Commit-ID: Uf4ecSW77S --HG-- extra : rebase_source : 16029f3c84feec4b98b23b3beabf763978a6b60d extra : histedit_source : a7478fd19ebd6fa827856f299ebb824f29db5575
-
- Aug 05, 2017
-
-
Kris Maglione authored
MozReview-Commit-ID: X4JoEC61TF --HG-- extra : rebase_source : 3947f6e19224458908deaebb8fcca4808b28540c extra : histedit_source : 5052190e259539037083f7e66a91e8ea78a1d319%2C82a29ad415665027f7ba0b6333af0c3f58b1592d
-
- Aug 04, 2017
-
-
Landry Breuil authored
-
Tooru Fujisawa authored
-
Tooru Fujisawa authored
Bug 1379525 - Part 1: Await on the value before yielding or returning inside async generator. r=shu,till
-
Eitan Isaacson authored
-
Nathan Froyd authored
Having these functions declared in the class definition and therefore inlined means that every call site is bloated by having to store the argument so its address can be taken and load the sizeof() constant. There's no good reason that we should be doing this; the Read* counterparts are also out-of-lined, which hasn't seemed to cause any problems. Moving these out-of-line saves about 200K (!) of space on x86-64 Linux.
-
Eitan Isaacson authored
-
Matt Howell authored
Bug 1369255 - Part 2: Move SendPing to be less in the way and move install path checks earlier in the process. r=rstrong MozReview-Commit-ID: kEkOmbJzfb --HG-- extra : rebase_source : b697e1b7b8d5a16d1f59839622a8c3f84c9dbc45 extra : source : c8fa38fa7cabf8bb9185531f6289a7dd02123d85
-
- Jul 12, 2017
-
-
Matt Howell authored
MozReview-Commit-ID: CLeVEAQe5qr --HG-- extra : rebase_source : 6d2a45e6302fa93dcc57173f609da14f18df7a88 extra : source : ae9327645b6d9ed02d732ab3ad8f99d5be389913
-
- Aug 04, 2017
-
-
Tobias Schneider authored
-
Ryan VanderMeulen authored
-
Ryan VanderMeulen authored
A line was accidentally dropped when resolving merge conflicts between inbound and autoland. CI wasn't amused. This just adds it back.
-
Nathan Froyd authored
We are guaranteed to use a GCC or clang new enough that we don't have to bother checking whether the flags are supported or not.
-
Nathan Froyd authored
These options do not exist in the old configure.
-
Nathan Froyd authored
This option does not exist in the old configure.
-
Nathan Froyd authored
This option does not exist in the old configure.
-
Nathan Froyd authored
Nothing uses the corresponding defines and substs.
-
Nathan Froyd authored
Nothing uses the defines and substs that it sets, and no in-tree mozconfigs pass it as an option.
-
Sebastian Hengst authored
MozReview-Commit-ID: JhesEg4Bxjy
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: AtpGhruhnEN
-
Justin Wood authored
Bug 1386079 - Disable gtest on windows nightly, it is permafailing because we PGO nightlies. r=jlorenzo MozReview-Commit-ID: 2dCMfPnpeg4 --HG-- extra : rebase_source : ac26e00bf6b25fe7ab381244f0773e90e689de1e
-
Yura Zenevich authored
MozReview-Commit-ID: 47rUBS3PoNY
-
Jan de Mooij authored
-
Ryan VanderMeulen authored
-
Christoph Kerschbaumer authored
-
Christoph Kerschbaumer authored
Bug 1381761 - Convert test browser_911547.js to comply with new data: URI inheritance model. r=dveditz
-
Christoph Kerschbaumer authored
Bug 1381761 - Treating 'data:' documents as unique, opaque origins should still inherit the CSP. r=smaug,dveditz
-
- Aug 03, 2017
-
-
Jessica Jong authored
Bug 1386969 - Change nsIRadioGroupContainer::Add/RemoveToRadioGroup() to take HTMLInputElement* as argument. r=bz Currently, these two functions take nsIFormControl* as argument, but we only pass HTMLInputElements to it, so we can change it to take HTMLInputElement* to avoid overhead in casting. MozReview-Commit-ID: CHG0F3xWCVF --HG-- extra : amend_source : 6052bfec33bb8aa7d92e31b242757ed265256002
-
- Aug 04, 2017
-
-
Jan de Mooij authored
Bug 1386572 - Use cx->tempLifoAlloc instead of a custom LifoAlloc for Baseline compilation. r=bhackett
-
Jon Coppeard authored
-
Stephen Horlander authored
MozReview-Commit-ID: 6S1Xp8nLc9e
-
Christoph Kerschbaumer authored
Bug 13372716 - Convert tests within parser/ to comply with new data: URI inheritance model. r=hsivonen
-
Ehsan Akhgari authored
Bug 1386485 - Part 5: Avoid manipulating the refcount of all visited nodes in CreateBogusNodeIfNeeded(); r=masayuki
-
Ehsan Akhgari authored
-
Ehsan Akhgari authored
-
Ehsan Akhgari authored
-
Ehsan Akhgari authored
-
Sebastian Hengst authored
Backed out changeset fce216e62ff7 (bug 1379525) for failing xpcshell's services/fxaccounts/tests/xpcshell/test_accounts.js. r=backout on a CLOSED TREE
-