- Jul 21, 2018
-
-
Brian Hackett authored
--HG-- extra : rebase_source : 994a8c6c16e20b81e2e112ef15fc08190678c440
-
Brian Hackett authored
--HG-- extra : rebase_source : a1dacd30546372e836b69e51f200e4c3e1295930
-
Brian Hackett authored
--HG-- extra : rebase_source : 4b2c9ff845f0da696ae5f9d7bc5edbbf11b7f796
-
Brian Hackett authored
Bug 1465452 Part 2 - Allow nsISupports subclasses to record/replay their refcount changes, r=froydnj. --HG-- extra : rebase_source : c67e1da8a34c6b6bf6e40087da85c599f2aaeaf9
-
Brian Hackett authored
--HG-- extra : rebase_source : 5270a2370717577d454eb00d92be224635495be3
-
Brian Hackett authored
--HG-- extra : rebase_source : 9e717d9087b4bea7693b0b7fe256740db74389d9
-
Brian Hackett authored
--HG-- extra : rebase_source : 401fdf6385e81b72d2ceee84b5ee1a9aac056aaa
-
Brian Hackett authored
--HG-- extra : rebase_source : 5291d3efd086ff2cd7879e93fd36ef796af3ded1
-
Brian Hackett authored
--HG-- extra : rebase_source : e37e6d4f124654ab99ef35acef2feb4d4e11a050
-
Brian Hackett authored
--HG-- extra : rebase_source : c1cd4ca0af1a46034c4e88f27e59375162bc45fd
-
Brian Hackett authored
--HG-- extra : rebase_source : 7ced4108600a1182efafea06f1651a5ec7e06940
-
Brian Hackett authored
--HG-- extra : rebase_source : c00f199b38c6bdd47ed1793edf2ce90fbf2ff420
-
Brian Hackett authored
--HG-- extra : rebase_source : 4bf53b557247ac82933f4da70cccddafa6c2c7b2
-
Brian Hackett authored
--HG-- extra : rebase_source : 8fb15b2d0d73adf63ed3251f55c0cbbbcf0c9c18
-
Brian Hackett authored
--HG-- extra : rebase_source : 39c1910c273357bdacbea7c15d9c49eccd2aeb2c
-
- Jul 22, 2018
-
-
Roland Mutter Michael authored
--HG-- extra : rebase_source : 99ce0a742de3a0e65defe988c412b382033e998b
-
- Jul 18, 2018
-
-
Jeff Walden authored
Bug 1476866 - Move TokenStreamChars::getFullAsciiCodePoint to GeneralTokenStreamChars::getFullAsciiCodePoint, because its algorithm is identical for UTF-8 and UTF-16. r=arai
-
Jeff Walden authored
Bug 1476866 - Replace SourceUnits<CharT>::isRawEOLChar (where CharT had rather uncertain meaning) with standalone IsLineTerminator of clearer meaning. r=arai
-
Jeff Walden authored
Bug 1476866 - Implement TokenStreamCharsBase::addLineOfContext that does all the work of creating a syntax-error window and works for either CharT. r=arai
-
- Jul 14, 2018
-
-
Jeff Walden authored
Bug 1476866 - Move error-message window-start computation into SourceUnits::findWindowStart so that specialized versions can be provided for UTF-8 and UTF-16. r=arai
-
- Jul 10, 2018
-
-
Jeff Walden authored
Bug 1476866 - Rename SourceUnits::findEOLMax to SourceUnits::findWindowEnd, and make it include only valid UTF-16. r=arai
-
- Jul 19, 2018
-
-
Jeff Walden authored
Bug 1476866 - Move TokenStreamSpecific::computeLineOfContext to GeneralTokenStreamChars::internalComputeLineOfContext, and beef up its doc comment a little. r=arai --HG-- extra : rebase_source : e213830e451cad413db19a98121914b728a65ae5
-
- Jul 09, 2018
-
-
Jeff Walden authored
Bug 1476866 - Implement a bare-bones TokenStreamChars specialization for UTF-8, into which subsequent UTF-8-centric functions can be added. r=arai --HG-- extra : rebase_source : 1089aa8523c395d9bf2435f99e84fd815d136c7b
-
- Jul 21, 2018
-
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: 4ygKHGk3Meb
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: CD3O1vGLAoV
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: 9qBm3BJqhWY
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: Gi0FxrEAYcE
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: BGG0vinXdad
-
Emilio Cobos Álvarez authored
MozReview-Commit-ID: HLcaVmehFW7
-
Emilio Cobos Álvarez authored
Bug 1474768: Fix nsInlineFrame::ReflowInlineFrame to properly detect whether we'll pull from a next-in-flow. r=dbaron The key difference is checking the overflow lists from the next in flows, which is something that PullOneFrame does but ReflowInlineFrame didn't. MozReview-Commit-ID: I1JwOOeIBo9
-
Emilio Cobos Álvarez authored
*aIsComplete == !theReturnedFrame. This is cleanup after bug 15999, technically :) MozReview-Commit-ID: L1ZVOxEZXce
-
Olli Pettay authored
-
Jeff Muizelaar authored
-
Jeff Muizelaar authored
-
- Jul 20, 2018
-
-
Brian Hackett authored
--HG-- extra : rebase_source : 3841f170eac0e0916a667d541ab0ee20b1626f2e
-
Brian Hackett authored
--HG-- extra : rebase_source : f4e2d9f8831cf41c19d592ce252e87161f32250b
-
Brian Hackett authored
--HG-- extra : rebase_source : 3eac7443b7e0c382e432ff2b7c50f21efb23e668
-
Brian Hackett authored
--HG-- extra : rebase_source : 4d2cf2227c51379bb8a70724f92ef8be81b302cf
-
- Jul 21, 2018
-
-
Andreas Tolfsen authored
DONTBUILD
-
Jan de Mooij authored
Bug 1475559 part 6 - Add principals argument to SavedFrame APIs and do frame filtering based on it. r=bz This removes AutoMaybeEnterFrameRealm. Most places pass cx->realm->principals: it preserves behavior when the (possibly wrapped) SavedFrame and cx are same-compartment. The main exception is the JSStackFrame DOM bindings code where we have to be a bit smarter about which principals to use.
-