- Jul 16, 2016
-
-
Xidorn Quan authored
MozReview-Commit-ID: FuwAgEGjhxm --HG-- extra : source : a90c00e3fa63f1e9934fe5f515233dddb11970b6
-
Xidorn Quan authored
MozReview-Commit-ID: 66TD5A3L73D --HG-- extra : source : 61c129befe265ed4628995aaf71aa9ec6bfd9636
-
Xidorn Quan authored
MozReview-Commit-ID: JkNIxUUIzAX --HG-- extra : source : 115eb6bdd28d3585617facc4b616e82c9f778b96
-
Tooru Fujisawa authored
-
Tooru Fujisawa authored
Bug 1285658 - Part 2: Use less-erroneous value while calculating border corner dimensions. r=jrmuizel
-
- Jul 15, 2016
-
-
Ben Kelly authored
-
- Jul 16, 2016
-
-
Seth Fowler authored
Bug 1286165 (Part 3) - Add StreamingLexer tests for the SourceBufferIterator version of Lex(). r=njn
-
Seth Fowler authored
Bug 1286165 (Part 2) - Advance decoders' SourceBufferIterator directly in StreamingLexer. r=edwin,njn
-
Seth Fowler authored
-
Seth Fowler authored
-
Seth Fowler authored
-
- Jul 15, 2016
-
-
L. David Baron authored
This preference was added in bug 747274, and the need for it (i.e., having it default to a different value on Android) was removed a few weeks later in bug 750598. Whether we honor the preference depends on which drawing function we go through, which bug 720531 will make even more inconsistent than it already is (by causing it to be honored for border-image-repeat: space, but not other values of border-image-repeat). Rather than trying to clean it up, it seems best to remove it, since its initial purpose appears to have been having a different default on Android, which we longer need. MozReview-Commit-ID: IFW2Ukwx4fH --HG-- extra : transplant_source : q1%22Ad%D2%AF%8E%E5%E2%257C%A3%9F%95%DB%A5%92%B2
-
Seth Fowler authored
Bug 1285867 (Part 7) - Clean up remaining references to decoder 'data errors' and refer to them as just 'errors'. r=edwin
-
Seth Fowler authored
-
Seth Fowler authored
-
Seth Fowler authored
Bug 1285867 (Part 4) - Decide whether we're done decoding by checking if we've reached a terminal state. r=edwin
-
Seth Fowler authored
-
Seth Fowler authored
-
Seth Fowler authored
Bug 1285867 (Part 3d) - Rely on TerminalState to decide when to post errors inside the loop. r=edwin
-
Seth Fowler authored
-
Seth Fowler authored
Bug 1285867 (Part 3b) - Replace the series of |if| statements in the Decode() loop with a |switch|. r=edwin
-
Seth Fowler authored
-
Seth Fowler authored
-
Seth Fowler authored
-
Luke Wagner authored
Bug 1276029 - Add subset of prio.h to PosixNSPR.h so PRFileDesc can be used in SpiderMonkey (r=terrence) MozReview-Commit-ID: JhNhUcg3eC0 --HG-- extra : rebase_source : 43f5cebebdd4ef889ec71b57f7dd4109c72fa187
-
Luke Wagner authored
MozReview-Commit-ID: DEUOVJAnZx2 --HG-- extra : rebase_source : 114d94fedd8674957a70534e5fa5ae0db7b00e75
-
Luke Wagner authored
MozReview-Commit-ID: 3bS2f00Xcu --HG-- extra : rebase_source : 28522b8a179e8528999ea0c3bd55abf3509d4b1e
-
Luke Wagner authored
MozReview-Commit-ID: FvYx5JTfCXw --HG-- extra : rebase_source : c60dfdfcdcefe3ae97e57e0c194342a430d62969
-
Luke Wagner authored
MozReview-Commit-ID: LCmRSVNaDHD --HG-- extra : rebase_source : 01933eba9bd0ebf4e1885bb0fa1ecc70d8168ee7
-
Mike Hommey authored
Until now, it's not been possible to do something as straightforward as: option('--foo', default=delayed_getattr(milestone, 'is_nightly')) The reason is that option's default needs what it's given, if it's a @depends function, to depend on --help. But we can't have every delayed_getattr add dependencies on --help, because that would make unwanted things to depend on --help and run when displaying the help. Until we can totally remove --help dependencies, this change makes the resulting @depends function created by delayed_getattr depend on --help if the @depends function it's given already depends on --help.
-
Jeff Walden authored
Bug 1282047 - Trim a loop limit from 5e5 to 1e5 so as to hopefully not time out on cgc builds. r=red, a=KWierso
-
Leo Gaspard authored
-
Jeff Walden authored
Bug 1282047 - Do a recursion check in Proxy::isArray to deal with proxies whose isArray trap recursively consumes too much stack. r=efaust over IRL --HG-- extra : rebase_source : a442452df1dfa3d6c8e4c530fd6955dcddfb2cb3
-
- Jul 14, 2016
-
-
Jed Davis authored
fork() will now fail with EPERM instead of crashing; see code comment and bug for more info. Tested with GTK3 Oxygen theme and SCIM, which both seem to work. Also verified that GMP child processes still crash on fork(). --HG-- extra : rebase_source : 267c4cb892b691502a9d7760bca4d23fee3fe449
-
Michael Li authored
--HG-- extra : rebase_source : d72ba51ce093d74ef41e6e5390f96f97c08ad5d8
-
Jan Horak authored
--HG-- extra : rebase_source : ca85ad4bb099845b45a276823fe1abca68d384eb
-
- Jun 14, 2016
-
-
Shih-Chiang Chien authored
MozReview-Commit-ID: 7GqgIdsuM3f --HG-- extra : rebase_source : 8a860c6bf0aa103eda26d175548256c1d619ce19
-
- May 26, 2016
-
-
Shih-Chiang Chien authored
MozReview-Commit-ID: BwfJKcXmN07 --HG-- extra : rebase_source : 7df8c968def5fa9640499257ce8b8814fe884388
-
- Jul 13, 2016
-
-
Ralph Giles authored
Repacks of upstream rust 1.10.0 stable builds with cargo and std for necessary target architectures. MozReview-Commit-ID: CgPukGLz4Dv --HG-- extra : rebase_source : e393c1f0aa4e8d14861ed5bb76f1ac73bfcab444
-
- Jul 05, 2016
-
-
Stone Shih authored
Bug 1261674 - Handle wheel event when mouse cursor is hovered on a focused range input as increasing/decreasing it's value. r=smaug --HG-- extra : rebase_source : 1e801d569b3c3b49f3c7f1fe409b929fa27de17e
-