User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
aciure@mozilla.com Thu Jan 18 21:53:37 2018 +0000 | cffb3cd9dbb10e9531314226eb1a2429fcc205bb | Ciure Andrei — Merge inbound to mozilla-central. a=merge ← 53 merge changesets [Collapse] |
24b899860ad05ce760f4cd77f2fa02f91a67f70b | Jeff Walden — Bug 1428863 - Move TokenStreamChars::atomizeChars into TokenStreamCharsBase -- no need for it in the more-derived class as long as it can be specialized for multiple character types. r=arai | |
515639ccfaf21f80b52a91544d1f2a219bb11e98 | Jeff Walden — Bug 1428863 - Minimize access to various base-class |using| declarations in TokenStreamSpecific. r=arai | |
6349fe7d8cbf246274f39f14456d2b5a70863217 | Jeff Walden — Bug 1428863 - Add and use TokenStreamChars::copyTokenbufTo. r=arai | |
325b6c9e845e8857d5666beb574970253fd8d574 | Jeff Walden — Bug 1428863 - De-indent TokenStreamSpecific::getDirective a level. r=arai | |
118c5618f34898c1dc4fd562401acc6298529c47 | Jeff Walden — Bug 1428863 - Add TokenStreamChars::asSpecific to consolidate a downcast into a helper function. r=arai | |
c1406363fb17e2409dbbbf9291c3f7dd4cdf50e5 | Jeff Walden — Bug 1428863 - Make TokenStreamChars have a delegated constructor. r=arai | |
591f66dd6bcfc01993b0f80cd9c87e0b4661d51e | Jeff Walden — Bug 1428863 - Adjust Parser::newRegExp to be roughly CharT-agnostic (up to a static_assert restricting it to char16_t, as a flag of a place requiring changes for UTF-8 handling). r=arai | |
ae260591e20e49bbaab6b178fa10838531ada0bf | Jeff Walden — Bug 1428863 - Add non-qualified Position typenames to various parser structs. r=arai | |
98378bbaf80721b363d52d77601ca8738142da71 | Jeff Walden — Bug 1428863 - Change a few TokenStream::* uses in AsmJS.cpp to TokenStreamShared::*, because TokenStream no longer has the meaning it's traditionally had. r=arai | |
2a4be20ecde238347d030c522b2e24741ce8a3d4 | Jeff Walden — Bug 1428863 - Remove unused chars/length arguments from the ParserBase and PerHandlerParser constructors. r=arai | |
d01ca5c5f3d06aef7c40b59335302de83bfcdb62 | Jeff Walden — Bug 1428863 - Pass a PerHandlerParser<ParseHandler> to FoldConstants rather than a GeneralParser<ParseHandler, CharT>, eliminating the need to duplicate constant-folding for one/two-byte parsing. r=arai | |
e1f7574c4a92738748c10baa49cdf36942cae489 | Jeff Walden — Bug 1424732 - When creating a wasm buffer, fully initialize the buffer object before exposing it to the rest of the JS engine (in particularly, to memory-accounting code). r=lth | |
36a8327139530a95003d431f3f43e7c3f6f9c3ee | Geoff Brown — Bug 1395086 - Increase max wait time to avoid intermittent failure in testAudioFocus; r=alwu | |
f5b90dd89e1aee4b9e679f84d9a6bb88eed3d696 | Geoff Brown — Bug 1431433 - Tidy and reorganize mozharness configuration for Android emulator tests; r=jmaher | |
128fc731770c4a8890623ea693f6dda7dcf23309 | Pradeep — Bug 1406383- Add documentation for squashing commits; r=sole DONTBUILD | |
3a98033301da83cdac1015bde1c7d3627aa0dab9 | Jim Chen — Bug 1426244 - Follow-up to use notimestamp; r=me | |
8aa90bdddd800dba6ad5ad2718ce32b0e6c3e761 | Gijs Kruitbosch — Bug 1430511, remove unused whitelist entry, rs=firebot,bustage | |
233ed3c7331ad582047e40c4373a7de090b97c84 | Gijs Kruitbosch — Bug 1430511, r=jaws | |
67254794a2e0b491f6c604f65b6fb2af48eba54b | Kai Engert — Bug 1420060, uplift NSS_3_35_RTM, no code change, only version number. Require version 3.35 for building. r=me | |
5889cb86d834d4689720f0ce376e83cbecef037c | Ekanan Ketunuti — Bug 1430714 - Remove duplicate words. r=jet | |
51d4b45e54e3ee85e1bef88b3def5369fb70ad21 | arthur.iakab — Merge mozilla-central to mozilla-inbound. a=merge | |
e7d03e11f55a7f9d3dd22017cfeb8a88634f2626 | Jan de Mooij — Bug 1430053 followup - Use this-> in Cell::as() to work around a weird intermittent compiler error. r=me | |
2e91a03fa6b8e72435aed05993dff55ec4ce0047 | Kai Engert — Bug 1420407, uplift NSPR_4_18_RTM, no code change, only version number. Require version 4.18 for building. r=me | |
398fb8533bcb1ca48b5977ef04e3efa97b089214 | Dorel Luca — Backed out 11 changesets (bug 1382251) for clipbloard failures, mingw32 bustage | |
3919edc6531353d70f57214ec2f7ae7376010763 | Andrew Osmond — Bug 1431130 - Ensure we retain the lock when accessing sLayerIndirectTree off the compositor thread. r=botond | |
4dc616cbbb203e6b36ae21507359e70481a25919 | Jan de Mooij — Bug 1430561 - Make sure the empty elements header is followed by an unused Value. r=luke | |
a98f615965d73f6462924188fc2b1f2a620337bb | Jan de Mooij — Bug 1430053 - Add prefs for index masking Spectre mitigations. r=luke,mccr8 | |
71516540db51fd17d6d938ea224c3231fe636fd5 | Andrew Sutherland — Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 5 - Test, r=baku | |
bfa90e7a245f0496e9434796681674f7b5f54ace | Andrea Marchesini — Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 4 - Correct deserialization of wasm modules, r=asuth | |
bf4858a603292b46437715c42fde0e495c8bad22 | Andrea Marchesini — Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 3 - No templates, r=asuth | |
6987e044649fbcc4746a4d5173e175cdd892ed92 | Andrea Marchesini — Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 2 - Upgrade value, r=asuth | |
265ec11162b8e606bcd47dd7861ecd3230bd565c | Andrea Marchesini — Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 1 - Deserialize on main-thread using a sandbox, r=asuth | |
4f42c8b2e10caa1295c3bb5029e86e8261e0662d | Jason Laster — Bug 1430855 - Update Debugger Frontend v9.1. r=jdescottes | |
294d12c7062b0ea08faf2ee12ff1a017a8f9c8f8 | Lee Salzman — Bug 1431211 - clean up WR blob image renderer resources on API destruction. r=gankro | |
ac78853b7fc9fa46249944f7ef1e086cba5a7154 | Vedant Nevetia — Bug 1421051 - Introduce new tab icon for "switch to tab" r=johannh | |
4567f550794daf96a1e50e1cfa27a56ce41460a6 | Wei-Cheng Pan — Bug 1425213 - Unthrottle transform animations regardless in overflowable frames or not. r=hiro | |
a5f447c3bde85b6240d7b029edeec6259529d303 | David Parks — Bug 1382251: Part 11 - Update moz.build with new files r=jimm | |
f9f8aba058c1e12cf479c7540395aadc1db33852 | David Parks — Bug 1382251: Part 10 - Add nsWindowsDllInterceptor tests for the new functions r=aklotz | |
dc0ce4cae588d9a27a5629c16919de37e45bbacc | David Parks — Bug 1382251: Part 9 - Hook functions needed for SSL communication in NPAPI process r=jimm | |
7a304ff7873a5df7e71fc0cb97548cf0c7545777 | David Parks — Bug 1382251: Part 8 - Migrate some previously hooked functions to FunctionHook/Broker r=jimm, r=froydnj | |
09cb062d95ee6685bbbd495daebbbd312dc20e85 | David Parks — Bug 1382251: Part 7 - Add mechanism for automatically brokering DLL functions r=jimm | |
95701ac611fa0e4a18d76d55bb39c0a79e6b0dde | David Parks — Bug 1382251: Part 6 - Start/stop new top-level brokering actors on their own threads r=jld | |
37cad137215fa5ef9febbeb9401ff35269a769ab | David Parks — Bug 1382251: Part 5 - Add IpdlTuple for type-safely marshaling tuples r=jld | |
0d82d0b69c9e62cc4923e361b1ac468674d6b7cb | David Parks — Bug 1382251: Part 4 - Init/Shutdown parts of XPCOM needed in plugin process r=erahm | |
24de376fb860c10fe5a0e47ba89786a8015c7c00 | David Parks — Bug 1382251: Part 3 - Add mechanism for automatically hooking DLL functions r=jimm | |
5f33ad77c5b468c73b29a056780fdae9ea397a57 | David Parks — Bug 1382251: Part 2 - Allow constructing nsWindowsDllInterceptor from module name r=akoltz | |
d2f531c6a6d8cb4d638799c0bea3b5e13a1a631c | David Parks — Bug 1382251: Part 1 - Add x64 opcodes to nsWindowsDllInterceptor needed for plugin process SSL brokering r=aklotz | |
818803bab44d71f2415a138ce4c34dc8e7e8f2d6 | Mike Hommey — Bug 1429996 - Revert partial backout of changeset 22587e6ef7ca from bug 1429669. r=me | |
7bc2219779f7bec698834234797b09fd16db1051 | Dorel Luca — Merge mozilla-central to mozilla-inbound r=merge | |
cdfc5335df1578bea4c58533913b9ba41421634c | Coroiu Cristina — Merge mozilla-central to inbound. a=merge | |
7d9ba3d649624ea9ab78fed37c2d5686135ea640 | Chris Peterson — Bug 1428535 - Revert some unnecessary -Wsuggest-override warning suppressions. | |
ac355333d769a212121b18352be37d3434e8aa9e | Jessica Jong — Bug 1430299 - Add DocumentOrShadowRoot interface. r=smaug |