User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
archaeopteryx@coole-files.de Mon Oct 31 19:01:06 2016 +0000 | 1aa20bcbb80e1014e4d01057f7d52269b0c2d908 | Sebastian Hengst — Merge m-c to fx-team. r=merge a=merge default tip ← 2 merge changesets [Collapse] |
37ab1d54a08e7e1431660b22377428b74dcd090a | Sebastian Hengst — Backed out changeset fc6a63bedaec (bug 1298027) for timing out in test_eme_stream_capture_blocked_case3.html on Windows 7 opt and pgo. r=backout a=backout | |
archaeopteryx@coole-files.de Mon Oct 31 17:47:22 2016 +0000 | a89bd4876d4d3cbeac2e4b85e99b903a7f9a59c1 | Sebastian Hengst — Bug 1313196 - Add L10N support for the new Debugger: use ellipsis instead of three full stops. r=maketesthappy |
cbook@mozilla.com Mon Oct 31 15:58:35 2016 +0000 | b1b66b1780c2022942cddc50842237a7ada6ebc9 | Carsten "Tomcat" Book — Merge mozilla-central to fx-team ← 66 merge changesets [Collapse] |
8c9eed5227f8681cf08d2ee8fb3bfd5d743e4096 | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge | |
15bfa2b75e1bada9920d9d7dfe0522c845d1d057 | Sebastian Hengst — Backed out changeset 9b5b04d1a15a (bug 1313518) for failing gl tests test_conformance__textures__misc__texture-npot-video.html and test_2_conformance__textures__video__tex-2d-rgb-rgb-unsigned_byte.html, and dom/media/test/test_bug879717.html. r=backout | |
a24793dce64c6c812c1aa18b4b53c8e518134020 | Jan de Mooij — Bug 1311996 - Fix code using pkix::Result to not conflict with the new mozilla::Result type. r=keeler | |
9a76e10e545059ed06524afb34cad99344f0f190 | David Anderson — Add GPU process histograms to Telemetry pings. (bug 1304494 part 4, r=gfritzsche) | |
ebb6abdb33b9ec8b3b8bc50f41497dc038742591 | David Anderson — Send accumulated GPU process telemetry to the UI process. (bug 1304494 part 3, r=gfritzsche) | |
0129ae28198b74ecab5c277879acf25ead9401ba | David Anderson — Refactor TelemetryHistogram to support multiple child process types. (bug 1304494 part 2, r=gfritzsche) | |
2963a5b02f01195f26c7d3bee68fb4bce9b7b26e | David Anderson — Ensure we start the Telemetry singleton in the GPU process. (bug 1304494 part 1, r=gfritzsche) | |
0432b5da3243dc0b21fe23e4333b3eeaed21e313 | David Anderson — Add GPU process support to the crash reporting service. (bug 1278717 part 1, r?=gfritzsche) | |
774891f4556d02512f0583e1648745de13a1adf9 | Bill McCloskey — Bug 1312960 - Associate each message in IPC queue with the runnable that will run it (r=dvander) | |
13826b3d90c7a9db7f2f00b5c93636a9d2be3867 | Bill McCloskey — Bug 1312960 - Remove FlushPendingInterruptQueue (r=dvander) | |
f1d9568cc12ff3160954a6a9038d1163dbd31a93 | Bill McCloskey — Bug 1312960 - Use CancelableRunnable for mOnChannelConnectedTask (r=dvander) | |
b30dfbf5fe2a45cee43810a90eed05a595303a33 | Bill McCloskey — Bug 1310547 - Add removeAndGetNext/Previous methods to LinkedList (r=froydnj) | |
815e8f226bb900e4f24cb82125eeafe0252157a5 | Bill McCloskey — Bug 1310547 - Allow LinkedList to hold RefPtr elements (r=froydnj) | |
9b5b04d1a15a7c238fe40093f5167dcab34e5ef2 | Sotaro Ikeda — Bug 1313518- Handle width alignment of 32 r=nical | |
ccdaf2b0cc9e69dd847551750acf5fb0e8e99f26 | Kris Maglione — Backed out changeset 425c0602ccb4 (bug 1313716) for breaking mach mochitest. r=backout | |
6b60177d1a3faf6c34662b00ce1469c0c1a96bd3 | Jordan Lund — Bug 1308010 - add adjust-sdk and adjust-sdk-beta tokens to builds via secret service, r=dustin | |
f069d69f1a18688d0244522ad163e9fcf6ef668d | Felipe Gomes — Bug 1312779 - Enable e10s with all mpc=true addons. r=mconley | |
8b1eba1a5a1fb8b364bc2b48b502401f57e23eb9 | Felipe Gomes — Backed out changeset 3b3de5c48e28 (bug 1301131) | |
8fae1fb3e02eef78e34aeafb662cbc54496521e1 | Tooru Fujisawa — Bug 1185106 - Part 14: Add AsyncFunction.prototype[@@toStringTag]. r=till | |
6b10479b988db3c3d668611ed75791424503afd2 | Tooru Fujisawa — Bug 1185106 - Part 13: Support async function in Function.prototype.toString. r=till | |
0df8a2814d0c6a7cb905086ffef6c4236fa4e2cf | Tooru Fujisawa — Bug 1185106 - Part 12: Return wrapped function for arguments.callee. r=till | |
4dbc392a25d8a1978b5e9802561375b502d19c19 | Tooru Fujisawa — Bug 1185106 - Part 11.6: Add test for async function expression binding identity. r=till | |
a141cb00c7deef08035c09de9ebd720fd74ff7a7 | Tooru Fujisawa — Bug 1185106 - Part 11.5: Add async function constructor and prototype. r=till | |
707c862f4d63f444a307aca6f7f5ecf1bd0cc070 | Tooru Fujisawa — Bug 1185106 - Part 11.4: Add function length test for async function. r=till | |
4bfb6261bdc98c47a4cc3b5d42ee89667e6016df | Mariusz Kierski — Bug 1185106 - Part 11.3: Add semantics test for async/await. r=efaust,till | |
61f472bbdbc1d8a095d1375e59423027fd736e70 | Tooru Fujisawa — Bug 1185106 - Part 11.2: Add helper functions for async/await test. r=till | |
5ab01476a1ccebc49962acd2737980fa6ec1f69f | Tooru Fujisawa — Bug 1185106 - Part 11.1: Implement async functions. r=till | |
b33af49c646c8709c004bd09191298f1153d593d | Tooru Fujisawa — Bug 1185106 - Part 10.3: Add parser test for async arrow function. r=efaust,till | |
3e7d781a99640e24397d87c6d31bc8de45f60a8e | Tooru Fujisawa — Bug 1185106 - Part 10.2: Support async arrow function in Reflect.parse. r=efaust,till | |
3a03d945279843d6eaa80ff56af174e0b45abf7d | Tooru Fujisawa — Bug 1185106 - Part 10.1: Support async arrow function in Parser. r=till | |
fe120f64b871c96744c63d6530f41f83022511c2 | Tooru Fujisawa — Bug 1185106 - Part 9.3: Add parser test for yield in async function statement in export default. r=till | |
e042b0dba45525afea60180c2851bee4785a1855 | Tooru Fujisawa — Bug 1185106 - Part 9.2: Add parser test for async function statement in export default. r=efaust,till | |
0e9b413f34392cd8e1bdda5cb230091a204fb5ef | Tooru Fujisawa — Bug 1185106 - Part 9.1: Support async function statement in export default in Parser. r=efaust,till | |
92f7082a90be77700618e8176c73ad7538ee75a3 | Tooru Fujisawa — Bug 1185106 - Part 8.2: Add parser test for await in module. r=efaust,till | |
0f59ff767344e7856642447f5e9a3679cc2fe4ab | Mariusz Kierski — Bug 1185106 - Part 8.1: Treat await as keyword in module. r=efaust,till | |
203903ea62ec88835f67ffaf938d39745461d486 | Tooru Fujisawa — Bug 1185106 - Part 7.4: Fix property name parsing with async name. r=till | |
f43c3c900fd72163fb8083601c2719a5c0246ed4 | Tooru Fujisawa — Bug 1185106 - Part 7.3: Add parser test for yield in async method. r=till | |
3c623f1b1404e2627fd054f648d567b1c0b02ec6 | Mariusz Kierski — Bug 1185106 - Part 7.2: Add parser test for async method. r=efaust,till | |
c6af45aef3045102fc696e52e468da0e55e3928b | Mariusz Kierski — Bug 1185106 - Part 7.1: Support async method in Parser. r=efaust,jwalden,till | |
1a245de062189dcefd7488ac740c66d30e5e2a65 | Tooru Fujisawa — Bug 1185106 - Part 6.3: Add parser test for yield in async function expression. r=till | |
d19d9f409b751a282f60b9c5d0a0a284004b6fb4 | Mariusz Kierski — Bug 1185106 - Part 6.2: Add parser test for async function expression. r=efaust,till | |
eb5f24802ccbb0e44cf0448c9351755b93a15943 | Tooru Fujisawa — Bug 1185106 - Part 6.1: Support async function expression in Parser. r=till | |
ce9efeed3b8718a6a48c0d9f94b591343d5179af | Tooru Fujisawa — Bug 1185106 - Part 5.6: Add parser test for yield in async function declaration. r=till | |
a467817a09def09b9b9ed5fd88f905122af0d2ff | Mariusz Kierski — Bug 1185106 - Part 5.5: Add parser test for async function declaration. r=efaust,till | |
7dd9e2d62584ccfa708d322c55980015cea6df76 | Mariusz Kierski — Bug 1185106 - Part 5.4: Support await expression in Reflect.parse. r=efaust,till | |
2465f743fb4f2b36e0a92a44a02f93472a1ad63e | Tooru Fujisawa — Bug 1185106 - Part 5.3: Support await expression in Parser. r=till | |
0572beaf72429bbffaeede34b8ce40829e62715b | Mariusz Kierski — Bug 1185106 - Part 5.2: Support async function declaration in Reflect.parse. r=efaust,till | |
1557532c15d1d8642115d3f1c2ac1c4685c3a48f | Mariusz Kierski — Bug 1185106 - Part 5.1: Support async function declaration in Parser. r=efaust,jwalden,till | |
549055084ab012587dafa202e07888074071ce6b | Tooru Fujisawa — Bug 1185106 - Part 4: Add AutoAwaitIsKeyword class to set TokenStream.awaitIsKeyword. r=till | |
86663fbc0899abb7782e39266df269df45eb0a21 | Mariusz Kierski — Bug 1185106 - Part 3: Add await token. r=efaust,till | |
be97b8687b6a0faf23743f7d8ce44c8cd4c08050 | Mariusz Kierski — Bug 1185106 - Part 2: Add FunctionAsyncKind parameter to Parser methods that receives GeneratorKind. r=efaust,till | |
9a91fa1603c46e8ddeef15acc45887d74f39be21 | Mariusz Kierski — Bug 1185106 - Part 1: Add AsyncFunction flag in FunctionBox, JSScript, and LazyScript. r=efaust,till | |
bc85cad3e93b19ea9a09c49d93b6010711f06fff | Mariusz Kierski — Bug 1185106 - Part 0.1: Refactor JSOP_DEFFUN. r=efaust,jandem,till,h4writer | |
708de5d681d113649e8fac2a10a4a0c0eae8be43 | Phil Ringnalda — Merge m-c to m-i | |
a44d3d73a9903bc9e9a565fd7b96da30fecd782d | Tooru Fujisawa — Bug 1313764 - Unlock mutex before calling JS_ReportErrorNumberASCII in js::FutexRuntime::wait. r=lth | |
192f2eb705fdbaf0217cd2dfce18cc5318d3f776 | Tom Schuster — Bug 1313914 - ObjectDefineProperties should throw for non-callable accessors. r=arai | |
bc0cbdabb7512afce5179229920b40af4cbf2acf | Aryeh Gregor — Bug 1312742 - Match spec/other browsers for ping reflection; r=bkelly | |
a10837dc8cdfaf4d0ebcf9c6c9f11970e064353b | Carsten "Tomcat" Book — merge fx-team to mozilla-central a=merge | |
655b506d7bfa0cfef1c5aba195a2903e7faf95fb | Carsten "Tomcat" Book — merge autoland to mozilla-central a=merge | |
e16379c75b3d485512ae58a8c8988cd68fd0b82a | Sebastian Kaspari — Bug 1313363 - NotificationClient: Use BigTextStyle instead of InboxStyle. r=Grisha | |
fc6a63bedaec6e34bb3b2491b497b4f131387dab | Bryce Van Dyk — Bug 1298027 - Relax decoder shutdown and mediakey removal on MediaElement suspension. r=cpearce | |
709e4c09a28a4332f6e302a8c756b879be8c8320 | Jarda Snajdr — Bug 1310573 - Add reactjs/reselect to Devtools shared libraries r=Honza | |
c28bcbd086c2dc63e18e0b0c8a2ab7dbe0dce373 | ffxbld — No bug, Automated blocklist update from host bld-linux64-spot-1051 - a=blocklist-update | |
f441b1a05b32e638d88f2ae33449b8496f24175d | ffxbld — No bug, Automated HPKP preload list update from host bld-linux64-spot-1051 - a=hpkp-update | |
970b0b749ebd570ccbd4423f26d6b9a8b8e671aa | ffxbld — No bug, Automated HSTS preload list update from host bld-linux64-spot-1051 - a=hsts-update | |
jlong@mozilla.com Mon Oct 31 15:39:51 2016 +0000 | 182f24158aad396bcf11a3b531ed903d6e10a60c | Jason Laster — Bug 1313196 - Add L10N support for the new Debugger. r=jlongster |
jlong@mozilla.com Mon Oct 31 03:08:19 2016 +0000 | e017b947cea08b7bdd21007e95bd13e14ad59103 | James Long — Bug 1313961 - Update new debugger frontend r=me |
philringnalda@gmail.com Sun Oct 30 18:06:35 2016 +0000 | e3279760cd977aac30bd9e8032d3ee71f55d2a67 | Phil Ringnalda — Merge m-i to m-c, a=merge ← 55 merge changesets [Collapse] |
fdea89bad933375fd650bc2cd8fee6dc860de9bb | Andrea Marchesini — Bug 1313907 - Remove a warning in IDB ActorParent.cpp, r=me | |
bed4b65bc2361fde5a43f12131e88b1883a00be5 | Manuel Griessmayr — Bug 1311783 - Pretty print firefox -h. r=bsmedberg | |
a4079746a3f7da725f3174604ef0a127e2cd051b | Thomas Wisniewski — Bug 1313533 - Have sendBeacon throw TypeErrors on invalid URLs to match a spec change. r=smaug | |
72e781308ebf6a06c65a4400c28c4ad813bd1081 | Tobias Schneider — Bug 1243846 - Implement Intersection Observer API. r=mrbkap, r=mstange | |
45b462d40300df32424e2b582eb3b491de7331de | Brad Lassey — bug 1308677 - Excessive Flash prompts due to looking for MediaNoDecoders Decode Doctor message r=mconley | |
afb9ba10005efaddaa9ec736f9c6bf058d4c6362 | Jonathan Watt — Bug 1280324, part 4 - Assert that PrintTarget::MakeDrawTarget is only called while a print page is being processed. r=edwin | |
20f8aeb59ada4e5165ea585c490c62c0e5d4f2f3 | Jonathan Watt — Bug 1280324, part 3 - Fix various nsDeviceContext::CreateRenderingContext to call CreateReferenceRenderingContext instead. r=edwin | |
620893e272d615af3192524b9ca959890f9a2c24 | Jonathan Watt — Bug 1280324, part 2 - Add a CreateReferenceRenderingContext method to nsDeviceContext. r=edwin | |
bcb5f7b49427929996c0b8425cb9220f0c07e7bc | Jonathan Watt — Bug 1280324, part 1 - Add functionality to the PrintTarget sub-classes to return reference DrawTargets. r=edwin | |
4a6cd6dff941517c15ce49226f74e438f83983e8 | Andrea Marchesini — Bug 1289001 - Security check in NeckoParent::GetValidatedAppInfo must pass if the serialized LoadContext is null, r=valentin | |
40cd4eb145ffd5d0c4d698965ed3870903c70c2f | Tom Schuster — Bug 1130988 - Add SharedArrayBuffer to JSXray. r=bz | |
0b9e245f787d6c5c42a323d5db3e52302e71144a | Tom Schuster — Bug 1130988 - Change SharedArrayBuffer to use ClassSpec. r=bz | |
d27de07adaae222e1d1f7f2c6f70c32ef3831620 | Tom Schuster — Bug 1130988 - Actually support creating TypedArrays with Xray SharedArrayBuffer. r=bz | |
5fb5979e6bfb1e81637e0c5129e6e4f55567902c | Sebastian Hengst — Backed out 3 changesets (bug 1308931) for failing browser_901207_searchbar_in_panel.js, browser_urlbarFocusedCmdK.js and browser_urlbarHashChangeProxyState.js. r=backout | |
93ab9dfffbbc67c10f933771535dd771da277825 | Ryan VanderMeulen — Merge m-c to inbound. a=merge | |
eab68afb07088c28bd8bdff5615ef1131799e28f | Ryan VanderMeulen — Bug 1308931 - Fix indentation from whitespace fix. | |
e7c1f4f53f7c1e950f107e3dae0b4e5a93d237de | Alessio Placitelli — Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss | |
8109faaf35c0f8886aaabf31c61f7ece6ec33ddd | Ryan VanderMeulen — Bug 1308931 - Fix ESLint no-mixed-spaces-and-tabs failures. | |
a3b6b6e39c7965561fc750d022bee96055731226 | Ryan VanderMeulen — Merge m-c to inbound. a=merge | |
992fa87b5fbee066579a359fcecd7d4b0054ff9f | Kaffeekaethe — Bug 1308931 - Make cmd k focus the urlbar if search bar is not present. r=Dao | |
309ecb16acfe18bcf53d42497d0c3a489b43bc9e | Till Schneidereit — Bug 1313049 - Port Promise-related functions from self-hosted JS to C++. r=arai, f=bz | |
6a79c696da8bd7210cd4354293e1f9929f8dc1e8 | Phil Ringnalda — Merge autoland to m-c, a=merge | |
141c1a49b1b19bac1a23fc24d2843cc218b930a3 | Mark Banner — Bug 1240165 - Expand the eslint rule 'mark-test-function-used' to cover xpcshell tests as well as gecko tests and apply to the whole tree. r=miker | |
98e0a72e854f79676b860ff48e2abae9550940a0 | Bas Schouten — Bug 1306830: Correctly set the top of the font area to be drawn. r=jrmuizel | |
050803173323d9933f53eec8852e932aa51004a9 | Adam Velebil — Bug 1313565 - Convert NS_STYLE_ORIENT_* to enum class ; r=manishearth,xidorn | |
cb8c35d7784195a61b03a8cb7e119bc8e3226ac4 | Adam Velebil — Bug 1313565 - Convert NS_STYLE_WINDOW_DRAGGING_* to enum class ; r=manishearth,xidorn | |
6b80fdaeadfc9414049f96e949b31b5262bc8d67 | Adam Velebil — Bug 1313565 - Convert NS_STYLE_USER_MODIFY_* to enum class ; r=manishearth,xidorn | |
796ad37656451b7be62498a75723947223b5c38b | Phil Ringnalda — Backed out 9 changesets (bug 1253740) for multiple xpcshell bustages | |
e8475fb54d7d81733d82738b541407fbb6dfaf3a | Phil Ringnalda — Bug 1253740 followup, placate eslint | |
e239269e09007016aca9d9fed1007b67e3352ae6 | Andreas Farre — Bug 1198381 - Add tests for requestIdleCallback, r=smaug | |
9b8cb1537fbe88497bb785bf0890d2ea81c02c12 | Andreas Farre — Bug 1198381 - Implement the requestIdleCallback feature, r=froydnj,mattwoodrow,smaug | |
17b19eb241db07356004d211c4d23a7646fd8b09 | Andreas Farre — Bug 1198381 - Extend nsIThread with idleDispatch, r=froydnj,smaug | |
ed2eac576e47abe0b3ffa7a7e9cfab2fb5df7959 | Andreas Farre — Bug 1198381 - Extend setTimeout handling in nsGlobalWindow, r=smaug | |
030e1cc3b1c1feede3182d67adc12a1d6f80c746 | Andreas Farre — Bug 1198381 - Extract nsITimeoutHandler from nsIScriptTimeoutHandler. r=smaug | |
8739d8f536d0d37f117a17492127ff17517c659c | Andreas Farre — Bug 1198381 - Move/rename nsTimeout to Timeout, r=smaug | |
52df9f0848ce92e04f8a41ca2a8de66d68bc2745 | Cykesiopka — Bug 1312154 – Stop using nsIDialogParamBlock in downloadcert.(js|xul). r=keeler | |
568c403cde43c611d3befebd5a8fe1cc1cb81582 | Matthew Wein — Bug 1252871 - Add support for runtime.onInstalled r=aswan | |
7bcf61591212a2baa3272a5f321cc03f2689c3cc | Matthew Wein — Bug 1252871 - Move promiseFindAddonUpdates to AddonTestUtils r=aswan | |
593e3e011fc7f1fb7b5a4810475776f419715bba | Matthew Wein — Bug 1252871 - Move and sort methods imported from AddonTestUtils r=aswan | |
5e234fe1099c7fa65103b25eb0ed4c710f872f09 | Ethan Glasser-Camp — Bug 1253740 - Handle password resets more correctly, r=markh | |
486a200fd6f086bdb2f32fa044f87a09144d0be2 | Ethan Glasser-Camp — Bug 1253740 - Define checkSyncKeyRing() which reuploads keys when passwords change, r=markh | |
97a6ee1fddfced804aa7e516d3fc5ff4feb30a00 | Ethan Glasser-Camp — Bug 1253740 - Hash extension ID to obfuscate installed add-ons, r=bsilverberg,kmag | |
5cf17eb2fefecb0df2e275f1d1757b0c0b73354a | Ethan Glasser-Camp — Bug 1253740 - Introduce extensionIdToCollectionId, r=bsilverberg,kmag | |
f890f42b44c4e9278778b5df9aab6ab286d3c5c2 | Ethan Glasser-Camp — Bug 1253740 - Add code that syncs and tests, r=bsilverberg,kmag,markh | |
28cc5db83380266fcb941fa2681fd076e5ee7a56 | Ethan Glasser-Camp — Bug 1253740 - Add crypto, including tests, r=rnewman | |
eb537ef54d55ce066a59696ceca7da2f6871acb7 | Ethan Glasser-Camp — Bug 1253740 - Introduce extension-storage engine with a sanity test, r=markh | |
8f100caf82bf582efcebfd7df8d53e07ce90672f | Michiel de Jong — Bug 1253740 - Implement storage.sync, r=bsilverberg,kmag | |
9a3b8780710b720148346572aec2bf2c235602c2 | Sebastian Hengst — Backed out changeset 18ff1472dae9 (bug 1312742) for not updating the expected results of wpt test /html/dom/reflection-embedded.html and more. r=backout | |
aadb57a9ddf83910a604f6be3b787fee661249db | Aryeh Gregor — Bug 1310865 - Don't process cloned <input> until all attributes are copied; r=hsivonen | |
18ff1472dae91c2b75e0ca843d52ad9a34c438cf | Aryeh Gregor — Bug 1312742 - Match spec/other browsers for ping reflection r=bkelly | |
65d125cdc91a0014cd172857ee8a0a74648d8ff7 | Mark Banner — Bug 1313634 - Fix undefined variables issues in cookies.js that lead to the cookies window not updating properly when open. r=jaws | |
f4f6435ed714df693381b80184f26f297ec1a461 | ffxbld — No bug, Automated blocklist update from host bld-linux64-spot-1055 - a=blocklist-update | |
1fda89d331e96b6fbe35d743d89f273a5167ec89 | ffxbld — No bug, Automated HPKP preload list update from host bld-linux64-spot-1055 - a=hpkp-update | |
7bc71380c4558e561edd1e94baefca5a49b70d08 | ffxbld — No bug, Automated HSTS preload list update from host bld-linux64-spot-1055 - a=hsts-update | |
archaeopteryx@coole-files.de Sat Oct 29 13:34:32 2016 +0000 | 969c3295d3aa77931cca26eddb047d9d74bd9858 | Sebastian Hengst — Backed out changeset 3198f930b755 (bug 1312049) for frequent timeouts in M(oth) toolkit/content/tests/chrome/test_tooltip.xul on Windows opt and pgo. r=backout a=backout |
950739a54a07f38d8659da430429892a65967983 | Sebastian Hengst — Backed out changeset 686282bd2f19 (bug 1312049) | |
ryanvm@gmail.com Sat Oct 29 13:21:21 2016 +0000 | 1b170b39ed6bdbde366233ab84594bdaaa960a5a | Ryan VanderMeulen — Merge fx-team to m-c. a=merge ← 308 merge changesets [Collapse] |
409d8a10d867013fd454ae4e27a42d5b0e40aa31 | ffxbld — No bug, Automated blocklist update from host bld-linux64-spot-543 - a=blocklist-update | |
f75fe06715ff40cc2ecd83966dde61fcdf1fe4b2 | ffxbld — No bug, Automated HPKP preload list update from host bld-linux64-spot-543 - a=hpkp-update | |
14dad7588de8ea91e5eefb4045eb32993c98b7ae | ffxbld — No bug, Automated HSTS preload list update from host bld-linux64-spot-543 - a=hsts-update | |
dc422956242bacfbf88d716f5b967d2c985b913b | Ryan VanderMeulen — Merge autoland to m-c. a=merge | |
16cdd6273c48ea8e7dbc99e343a50b9ca9789715 | Ryan VanderMeulen — Merge inbound to m-c. a=merge | |
2ac285d70ab25253dd2f1822f23163b42e21e4a2 | Ryan VanderMeulen — Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE. | |
b38d9a1cd7995c1cf79d7fc9e5351839a1a2d95c | Sebastian Hengst — Backed out changeset c41a71b1c24e (bug 1310547) for failing splitText-normalize.html in reftests on Windows 7 VM debug. r=backout on a CLOSED TREE | |
0e4c28cbee9c44b1e1a97846212f03f95f4b11fb | Sebastian Hengst — Backed out changeset 721e3171510d (bug 1310547) | |
ac349d1b3c10546da0193046d6ce4b7f065eb070 | Sebastian Hengst — Backed out changeset aeeb739b7ba7 (bug 1310547) | |
d9c679129b669805d737c09c97a4768a8e6f7e6f | Sebastian Hengst — Backed out changeset eccaf394924f (bug 1310547) | |
7e9f99645168e37e0f7298faebeba3e263491bbc | Sebastian Hengst — Backed out changeset 73e04e795ec3 (bug 1310547) | |
be5f087a2c4e3fcfd64a56921429f2a5b76dc02f | Sebastian Hengst — Backed out changeset bfee38f564ed (bug 1312960) | |
c5a67edeb6239cc576be71fc8ec4955e544a4ca4 | Sebastian Hengst — Backed out changeset b119fb8bc703 (bug 1310547) | |
e419e663860780657e7825bd7a0108e414c1a134 | Sebastian Hengst — Backed out changeset 767af6517e3e (bug 1310547) | |
e0730d3f61026ed2d45b4f339b7a1082199bcedb | Sebastian Hengst — Backed out changeset cdcde3282769 (bug 1310547) | |
07f30746ec45034db4a2d6da54796e6742ab7dfb | Sebastian Hengst — Backed out changeset 8e766e68c91e (bug 1312960) | |
4b390287fd434a9256a424a88f59d37cf1073362 | Sebastian Hengst — Backed out changeset 8470f22948e8 (bug 1312960) | |
4c5b55684c21a261a1f4187b290d6ac7b4d5891c | Sebastian Hengst — Backed out changeset d6f081b175ca (bug 1312960) | |
ebd1c1823d617cabfc57d3d9325f2be4a28330ec | Sebastian Hengst — Backed out changeset b15d4e773bdd (bug 1310547) | |
c4f2be33044f293bba6518622bbf4043b48e57bb | Sebastian Hengst — Backed out changeset a171aae3ae49 (bug 1312960) | |
a171aae3ae491dd52e184735c51924c7a467a0bf | Bill McCloskey — Bug 1312960 - MessageChannel compiler fixes on a CLOSED TREE | |
b15d4e773bdd7005280e572a02112f838e5230a9 | Bill McCloskey — Bug 1310547 - LinkedList compiler fixes | |
d6f081b175ca15fac645dc66fcde9cdbf324a423 | Bill McCloskey — Bug 1312960 - Associate each message in IPC queue with the runnable that will run it (r=dvander) | |
8470f22948e80cd833132e466966d91fd435ffea | Bill McCloskey — Bug 1312960 - Remove FlushPendingInterruptQueue (r=dvander) | |
8e766e68c91e3a83548d9bc2fea4f6e3fdaea2d3 | Bill McCloskey — Bug 1312960 - Use CancelableRunnable for mOnChannelConnectedTask (r=dvander) | |
cdcde3282769950892c959ed88fe4662596718e4 | Bill McCloskey — Revert "Bug 1310547 - Use CancelableRunnable for mOnChannelConnectedTask (r=dvander)" | |
767af6517e3e5aef9d39bc8f583e2ea576538465 | Bill McCloskey — Revert "Bug 1310547 - Remove FlushPendingInterruptQueue (r=dvander)" | |
b119fb8bc703861588bfefcd70f6c42ef9d391f2 | Bill McCloskey — Revert "Bug 1310547 - Associate each message in IPC queue with the runnable that will run it (r=dvander)" | |
bfee38f564edbae9c4d0a70ce5e9276d4d50d944 | Bill McCloskey — Bug 1312960 - Fix test_child_docshell.html (r=ochameau) | |
73e04e795ec392a4046ad9ee25906ee2f482c26d | Bill McCloskey — Bug 1310547 - Associate each message in IPC queue with the runnable that will run it (r=dvander) | |
eccaf394924f763f2e7797905e9259bc157f223d | Bill McCloskey — Bug 1310547 - Remove FlushPendingInterruptQueue (r=dvander) | |
aeeb739b7ba7ab0644e5740e0cf576df4850123c | Bill McCloskey — Bug 1310547 - Use CancelableRunnable for mOnChannelConnectedTask (r=dvander) | |
721e3171510dcea7d92a911a6a4e285e757bfcc0 | Bill McCloskey — Bug 1310547 - Add removeAndGetNext/Previous methods to LinkedList (r=froydnj) | |
c41a71b1c24eafe98514316d486d2a57476eb57c | Bill McCloskey — Bug 1310547 - Allow LinkedList to hold RefPtr elements (r=froydnj) | |
076a7d60d508309ae6e9b7d8b6b701e0a774770d | George Wright — Bug 1297790 - Add telemetry probes for GPU process launch/launch-time/abort r=dvander | |
f408d5bef95d9dce2cbbc1251e40a360f2a4cc01 | Phil Ringnalda — Backed out changeset 73aacf4a8f56 (bug 1303333) for browser_UsageTelemetry_content_aboutHome.js failures | |
6069dc9afe31c75b809df062af362df76faf25cc | Chris Peterson — Bug 1313580 - Part 3: Remove web content access to Battery API. r=baku | |
585f52662d697ca95cb679246cc59ce28fefe60b | Chris Peterson — Bug 1313580 - Part 2: Remove telemetry probe for Battery API. r=baku | |
8f8f02af9d17a6c04462cedaab803b89acd681d7 | Chris Peterson — Bug 1313580 - Part 1: Remove unused B2G tests for Battery API. r=baku | |
a3937bf608bc8b5479dcfb1a7bc92b5f9037a430 | Mark Banner — Bug 1313626 - Clean up more issues found by eslint no-undef rule. r=mossop | |
3c1eddbe382f29d7f377426cf95756563a764b29 | Phil Ringnalda — Backed out changeset 93fc611f0235 (bug 1309880) for too many and too severe intermittent failures | |
75db19443bc054c4babd9567f837c2618947cc6c | Phil Ringnalda — Backed out changeset 4537bb4cfb82 (bug 1312571) to back out what it depends on | |
8b1ef926af1c77f31dd32f5112e04b9a00a098d1 | Mike Conley — Bug 1312880 - Remove sync message when starting up RemoteAddonsChild. r=billm | |
5abb9719039409324fb8dbc7a32e184c5f1f39cb | Nils Ohlmeier [:drno] — Bug 1304920: remove fingerprint attribute from plain binding requests. r=bwc | |
a2e55f7205f7300d2ee4f0e4b6d943abefacc997 | Martin Thomson — Bug 1311383 - Use unique pointers for DTLS transport and related, r=Cykesiopka | |
fb72036436f98ac04e6290c0c481e01c30257e5d | Phil Ringnalda — Backed out 8 changesets (bug 1309516) for Win8 wpt failures in content-security-policy/media-src/media-src-7_3.html | |
ee15183d057288ccd8b6b22b13b85c540229f736 | Lee Salzman — Bug 1309272, part 3 - Allow DrawTargetSkia to work without an SkSurface. r=mchang | |
c974afea821bdd83ebedd3adeefe0bbe87cb1fb5 | Jonathan Watt — Bug 1309272, part 2 - Support the creation of a DrawTargetSkia for an SkCanvas. r=lsalzman | |
89304c2622668a206897b66c51cd8f048b9106a3 | Jonathan Watt — Bug 1309272, part 1 - Add an --enable-skia-pdf configuration option. r=lsalzman | |
c109df706fa422b3d4fe5656e20e8c1e3cc21060 | Jonathan Watt — Bug 1313549 - Fix gfx/skia/generate_mozbuild.py to not generate gonk configurations. r=lsalzman | |
b555a8f33edb7ac95555ab341d5b8281ae5b234f | David Anderson — Handle failed SendPTexture. (bug 1313770 part 5, r=mattwoodrow) | |
d2f30ab32eceb03b2e2d55aed36711c94f894c58 | David Anderson — Handle failed SendPCompositable. (bug 1313770 part 4, r=mattwoodrow) | |
a8e078e03894e144487e04d0eef507def1a0d50d | David Anderson — Handle failed SendPImageContainerConstructor. (bug 1313770 part 3, r=mattwoodrow) | |
8c31adc3869b113b6917e621a75bf94ae338e3b1 | David Anderson — Make CreateImageClient fallible. (bug 1313770 part 2, r=mattwoodrow) | |
c9a887ab3ba6179894b8e4d2b87c3ebeffa9b14d | David Anderson — Do not paint if a BeginTransaction fails. (bug 1313770 part 1, r=mattwoodrow) | |
54a28d6fbed4db85e0f40ebeaf52d563c8226509 | Manish Goregaokar — Bug 1151899 - Include rust-url-capi (leave-open); r=valentin,ted | |
3d88f715c2d232c8b99f41e72f72a53c3b74f427 | Manish Goregaokar — Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted | |
ac4628bf99126783da833e1641d673c92ee4b1a7 | Mats Palmgren — Bug 1305244 part 3 - [css-grid] Stop handling <flex> track min-sizing in layout since they can't occur anymore. r=dholbert | |
1f4500ce11a744b7a6ae93b85020a4000213a40f | Mats Palmgren — Bug 1305244 part 2 - [css-grid] Represent single-value <flex> track sizes as minmax(auto, <flex>) internally. r=dholbert | |
b727c67b91a3268e893f4f63057f6cb7fae1b4ba | Mats Palmgren — Bug 1305244 part 1 - [css-grid] Serialize minmax(auto, <flex>) track sizes as <flex>. r=dholbert | |
b171726c465e305411429b29012f48e890598b3f | Wes Kocher — Backed out 2 changesets (bug 1313049) for various promise-related failures a=backout CLOSED TREE | |
2777fabbe62a3a55a3514d724303977bac7260fb | Wes Kocher — Backed out changeset 0a1486cf11b2 (bug 1297790) for browser_UsageTelemetry_content_aboutHome.js failures a=backout CLOSED TREE | |
8c08e1aca9ea4953d610ead9b7d1cd4eb0d822d3 | Till Schneidereit — Bug 1313049 - Follow-up to fix bustage on 32bit, responsible for a CLOSED TREE. r=me | |
72764ba31b81562e3069f6935da33cae06fe6b00 | Till Schneidereit — Bug 1313049 - Port Promise-related functions from self-hosted JS to C++. r=arai, f=bz | |
c6587fbc2dbe99f0fabc25454dbe8a02e1eeccf4 | David Major — Bug 1313394 - Update build system to support 64-bit ASan DLLs. r=ted | |
5c834894e4b46cf628237789b900996e6525a729 | stefanh — Bug 1309856 - Add some style rules that I missed in the previous patch. | |
b62b6568d65e63bd2f514f7a5099135065431123 | Wes Kocher — Backed out 2 changesets (bug 1151899) for build bustage a=backout | |
7b5270bac41b49133cb44af4851f120c1de7cdd4 | Manish Goregaokar — Bug 1151899 - Include rust-url-capi; r=valentin,ted | |
62f38c70d152bbd94d617ecf64b76453bc5f57c3 | Manish Goregaokar — Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted | |
33c2241696c07a203f5355771a40a8c28a0767b5 | Robert Strong — Bug 1311515 - include information on whether system is at risk of bug 1296630 in the update ping. r=felipc | |
0a1486cf11b228e41d27499b79b1e3ea6be3e28f | George Wright — Bug 1297790 - Add telemetry probes for GPU process launch/launch-time/abort r=dvander | |
73aacf4a8f568cfd66a7a306cce0879bbdd5de5b | Alessio Placitelli — Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss | |
683d731aad23ced97d7ba5f0e16400fc570a4454 | Hannes Verschore — Bug 1300550 - IonMonkey - Don't overflow BufferOffsets, r=sstangl | |
d77c9965e9b287150fcc5fc23d386a9ade278bd2 | Hannes Verschore — Bug 1281759 - Try to work around mysterious AMD crashes (take 2). r=jandem | |
3ecd7c2308e72d85b9797458c1d2594ade5458c3 | Michael Layzell — Bug 1310778 - Move TabGroup and GetDocGroup accessors onto nsPIDOMWindow{Inner,Outer}, r=smaug | |
288d92c34790593a91aadb83e0e578bdd8ec4b39 | Cameron McCormack — Bug 1311921 - Store base and relative URIs explicitly in nsStyleImageRequests for comparison purposes, rather than use css::ImageValues. r=bholley | |
9f0e99ac3fca2edfe9ba5964b20cabff6a0c3705 | Gijs Kruitbosch — Bug 1312416 - use tabbrowser message manager group to listen for decoder doctor messages, r=jaws | |
97db1163c72973f0027e25591b09819a903c2b50 | Maja Frydrychowicz — Bug 1305534 - Add debug artifact builds on try; r=chmanchester | |
425c0602ccb486822c4974aa5f7d367597d2b259 | Chris Manchester — Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal | |
c2b23c06acfe4086c26e844ffb9bd94e01c6a252 | Wes Kocher — Backed out 3 changesets (bug 1252871) for test_ext_all_apis.html bustage a=backout CLOSED TREE | |
c456c1797299e5dfc39187992e30c323f7d92ee1 | Rob Wu — Bug 1299411 - Error messages for native messaging r=aswan | |
ed1afd2aad61c64bb938cf1647975b4fda846d66 | Rob Wu — Bug 1299411 - Move native messaging to child process r=kmag | |
24d81c7b335e8cb1949efb2b27a978cf108de705 | Rob Wu — Bug 1299411 - s/on/once/ in NativeApp's sendMessage r=aswan | |
2829c46a636d7a2b77a88df0b9fbe36182fa836d | Rob Wu — Bug 1299411 - Remove extension param from NativeApp r=aswan | |
57f7a5c7044db9fba2cd039773ac058b7269aac5 | Rob Wu — Bug 1299411 - Deduplicate context getter logic in ParentAPIManager r=aswan | |
a9c19ee017a44aeb9953858b663a100a85ccffab | Rob Wu — Bug 1299411 - separate serialization from sending r=aswan | |
0ce4a6653d1966333fa72a29f762fdde5614d02f | Rob Wu — Bug 1299411 - Propagate errors to port.onDisconnect via port.error r=kmag | |
e08ee4c2b1e2a0f9020f9a02f5c0ded4b1aa4ab2 | Rob Wu — Bug 1299411 - Unify fire and fireWithoutClone. r=kmag | |
502aaf0691ccecb5988d719cf904fb52c992dce3 | Rob Wu — Bug 1299411 - Pass port parameter to port.onMessage r=kmag | |
a41f871e2d1b37754bbd1001c36c075511b49342 | Rob Wu — Bug 1299411 - Decouple Port implementation from API r=aswan | |
657c36b85c688b9f77a79f796157edf87bc75a86 | Nicolas Chevobbe — Bug 1311426 - Handle Grip with wrapped value in Reps. r=Honza; | |
b7e94b82004ec38beaf69fce2176433745b277c7 | Nicolas Chevobbe — Bug 1310608 - Add a Rep for Promises. r=Honza; | |
bcccdc43232ba3b6b44924605e98bff5e04af64f | Nils Ohlmeier [:drno] — Bug 1309641: only store a single pre-answer request per 5 tuple. r=bwc | |
b3a08a040c8a870eb9902998d7909918cff32e2a | Matthew Wein — Bug 1252871 - Add support for runtime.onInstalled r=aswan | |
c2a511511a72010f07159a768a268c53e3090389 | Matthew Wein — Bug 1252871 - Move promiseFindAddonUpdates to AddonTestUtils r=aswan | |
9c2c3780aa4c599699b7bc87ef15566cadc8ccf0 | Matthew Wein — Bug 1252871 - Move and sort methods imported from AddonTestUtils r=aswan | |
5cb98008b3e36900ae4e786052d945c1001cb488 | Kaku Kuo — Bug 1309516 part 8 - modify MDSM::RecomputeDuration();r=jwwang | |
9ddc65900391f0bdf1c42cde846cce304dd44fef | Kaku Kuo — Bug 1309516 part 7 - modify the seek operation;r=jwwang | |
a876261d2d38eae83fad1f84f49734ec200341ef | Kaku Kuo — Bug 1309516 part 6 - remove unused MediaDecoderReaderWrapper::mStartTimeRendezvous;r=jwwang | |
a154fa107dd382275c79602102a278523c0987c2 | Kaku Kuo — Bug 1309516 part 5 - remove unused MediaDecoderReaderWrapper::AwaitStartTime();r=jwwang | |
35d6e08883d65abd421ca0a2998b940fda7df965 | Kaku Kuo — Bug 1309516 part 4 - always notify LoadedMetadataEvent before decoding first frame;r=jwwang | |
e39be827b2200e44f51bbbf12de370ee71ed07cb | Kaku Kuo — Bug 1309516 part 3 - make MediaDecoderReaderWrapper keeps the start time returned from reader;r=jwwang | |
970694b0b279af4ae538998ff1900a00703c63ca | Kaku Kuo — Bug 1309516 part 2 - replace MediaFormatReader::DemuxStartTime() with MediaInfo::mStartTime; r=jya | |
90409a433f31784609b4bcb1f421ec3963c816ed | Kaku Kuo — Bug 1309516 part 1 - retrieve start time before resolving the metadata promise; r=jya | |
61627f78c095d7af063ed465c545b8f5233c32e3 | Steve Chung — Bug 1308425 - Move statistics view into standalone module. r=Honza | |
42550d2fd6711cc42eb955bb794f556b5a73a237 | Munro Mengjue Chiang — Bug 1307533 - support getUserMedia facingmode on Surface Book; r=jib | |
f4459d4ba9bad96caee8ec37b3ffde872fbab42f | Matheus Longaray — Bug 1306298 - Close any pre-existing print progress dialogs when on re-entry to print preview. r=mconley | |
e22d4c0e0f9dfa9e20f6452276c14d5faa84d2ef | Towkir Ahmed — Bug 1306942 - Fix all-tabs-menu position in RTL locales. r=ntim | |
c9847c40b56c88a4dad6c5d43db002b597dd694b | Mats Palmgren — Bug 1228455 - [css-grid] Update the 'used flex fraction' for indefinite sizes to clamp flex factors less than 1 before dividing the base size (due to CSS Grid spec change). r=dholbert | |
35b7ac956b896839e669a1a8aecc1ff063449aa3 | Andreas Farre — Bug 1313590 - Include nsIWebNavigation.h. r=baku | |
7020b2be1285accf881347179245f7ef9e92c474 | Bevis Tseng — Bug 1312330 - Add 'Exposed' attribute to pass the test criteria of the idlharness.js in WPT. r=bkelly | |
f7823287275f2c2c4e2329b75057c12fc31cc806 | André Bargull — Bug 837961 - Part 2: Implement timeZone support for Intl.DateTimeFormat. r=Waldo | |
94d5d14da6bac6f013d6cc1187ac218092cea05e | Kris Maglione — Bug 1313440: Fix NS_ENSURE_TRUE(isSandbox) warnings in JPM bootstrap. r=erahm | |
fb2d15e4f33d8a643197563608d1c216691abb18 | Kris Maglione — Bug 1313440: Fix NS_ENSURE_TRUE(isSandbox) warnings in test code. r=erahm | |
c136ac92dcdc37dfd09f4868887f1ccf86522989 | Dan Minor — Bug 1312431 - Make buffers passed into Get10msTone match specified maximum buffer size; r=jesup | |
9c1b8232382aea0f3443c87966f209c5a86e80ae | stefanh — Bug 1309856 - Make Mac twistys in places window and sidebar rtl-friendly. r=Gijs. | |
4f43fa0be4394873392d847d78d2a20d01482f0d | Wes Kocher — Bug 1304966 - Mark Storage APIs as nightly-only r=bz a=me CLOSED TREE | |
6f5c85e2f3f886f42a53fc926e265b476b642ea7 | Wes Kocher — Backed out 2 changesets (bug 1309200) for build bustage on a CLOSED TREE a=backout | |
c2b8b8480075a26f7caeb6d2f4d49779a9632aa7 | Tooru Fujisawa — Bug 1311088 - Part 3: Do not check NaN in NumberValue(uint32_t i). r=jwalden | |
9581faa40dcaf5b090e12d581efc08deb839c8cd | Tooru Fujisawa — Bug 1311088 - Part 2: Add JS::IsCanonicalized and remove JS::Value::setDoubleNoCheck. r=jwalden | |
c8357a5b2431329993612ecd1095bff70f1d1911 | Tooru Fujisawa — Bug 1311088 - Part 1: Add mozilla::SpecificNaNBits and JS::detail::CanonicalizedNaNBits. r=jwalden | |
83ab2e59b7b537e420ba8aab75544a287686476a | Tooru Fujisawa — Bug 1301864 - Remove constexpr from mozilla::IsNaN. r=jwalden | |
8f89f06bdb13ae1574dac84a8b56e5d9db4ba6c9 | Tooru Fujisawa — Bug 1312488 - Part 2: Add a testcase for ConvertElementsToDouble. r=jwalden | |
b05eb6590d71d53d564534cb0f3c8bcf08b826cf | Patrick McManus — Bug 1313639 - null check fwdobject in nsahttpconnection r=dragana | |
b5ad7d04ed432709e739174b6f9671e2945b973c | Nicolas Silva — Bug 1309200 - Add gfx::Factory::GetDefaultSoftwareBackend. r=Bas | |
1563a66b64d8791070bd6b6317187d76533a1466 | Nicolas Silva — Bug 1309200 - Add gfxPlatfrom::GetSoftwareBackend. r=Bas | |
0817d8421d3ebee616c65de24d7e208bb0b8ddbb | Kartikaya Gupta — Bug 1312059 - Followup to fix const-correctness. rs=botond | |
fdf88420e469e82ff3dc857e7928f8e9cec98cef | Carsten "Tomcat" Book — Backed out changeset b010bc739093 (bug 1309929) for frequent failures in test_WebAudioMemoryReporting.html | |
e5ea056e363e1de37370ab850dcd037de632b0b1 | Maja Frydrychowicz — Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham | |
c73966e96185df03a866f1750867cbd45f1d6b77 | Dustin J. Mitchell — Bug 1313678: rename task description chainOfTrust to chain-of-trust; r=aki | |
8476b951e74f9e0f4f6e324d2ff8d7ceb79d17f0 | Kit Cambridge — Bug 1313063 - Only stop observing `dom.push.userAgentID` if we've finished the handshake. r=dragana | |
2caaf35f549ba8b2931ecbbe0d1f07fddf2cdcd9 | Gijs Kruitbosch — Bug 1310518 - fix crashes when downloading files without referrer/source URL, r=mstange | |
54b73853d144d7c097c089f077a181014d2212bd | Cody Tran — Bug 1301212 - Enabled code coverage for xpcshell. r=gmierz2+560562,jmaher | |
5f5c92bae7db3af79043c786f2640fe8fa9cd91e | Drew Willcoxon — Bug 1311998 - [One-off searches] Right click on a result from Awesomebar closes the dropdown. r=mak | |
dc216bb3f2c7f149d4d5ca8e1dfee6aac9c5cd4d | Luke Wagner — Bug 1312817 - Handle wrappers in JS::WasmModule APIs, enable {window,iframe}.postMessage() (r=bbouvier) | |
94efce672651a0dadb9fff2325103f4e22d89362 | Benjamin Bouvier — Bug 1313024: Raise segments errors at wasm instanciation, not compilation; r=luke | |
9a5184bfa3877779da110696be3e68ce43b05227 | Benjamin Bouvier — Bug 1313024: Generalize stack guard page touching in subFromStackPtr; r=jandem | |
fb3cd4dc8aef5f2e33a274c21e5e0acc7cce230a | Benjamin Bouvier — Bug 1313024: Implement assert_soft_invalid in the wast interpreter; r=luke | |
58c6affba442284f0ca3b02f14b1f10ea1907109 | Benjamin Bouvier — Bug 1313024: Allow data sections to be displayed on several lines; r=luke | |
ef0ab8f78fe9911e3b0dfcf30fbc315f95b4d665 | Benjamin Bouvier — Bug 1313024: Allow table/memory references in wast and simplify AstRef; r=luke | |
4963d6702c2c29aac5b1597cc1db7ca707141433 | Benjamin Bouvier — Bug 1313024: Reimport tests; r=luke | |
0418a48ed6f28cd74878531acddaf6478ec766b1 | Benjamin Bouvier — Bug 1313024: Update import_tests.sh to the latest spec repository; r=luke | |
c9ecc2d1411406a81d4204f6fe16831245410002 | Benjamin Bouvier — Bug 1313024: Enable a few more spec tests; r=luke | |
ddb7b94d3a6ae8a8c415e61f4bdf34794f09ba77 | Benjamin Bouvier — Bug 1310149: Tighten the check in DecodeLimits; r=luke | |
355c7ec8b68e965787e18517eeef2a693434992a | Dan Minor — Bug 1312431 - Support for higher sample rates in dtmf_inband.cc can not be reached; r=jesup | |
726ec9c83018397c0617eb25f71dde6e383b5ec3 | Nicolas B. Pierron — Bug 1303399 part 3 - Remove resume points from the basic block list when we OOM. r=h4writer | |
47e4fb57325d0766abbe7dd6260d339cb1e8f20f | Nicolas B. Pierron — Bug 1303399 part 2 - IonMonkey: Fallback when we fail to inline an uninlinable function. r=h4writer | |
c0f71d17d65902b04f429e556bb8d709bcb32ce9 | Nicolas B. Pierron — Bug 1303399 part 1 - Use InliningStatus as return value of inlineScriptedCall. r=h4writer | |
36deeea122f9f5898cfb8360cd7012e3d4a3fe03 | Andrea Marchesini — Bug 1312817 - support {window,worker}.postMessage() of WebAssembly.Module, r=qdot, r=luke | |
686282bd2f19b5f0ab249cde34caea04fc5c17a1 | Jonathan Kew — Bug 1312049 - Remove/disable tests that depend on setting prefs to override the UI locale directionality. r=gandalf | |
3198f930b755ff943d1ab0e1f5c422b0801db625 | Jonathan Kew — Bug 1312049 - Switch nsChromeRegistry::GetDirectionForLocale to use uloc_isRightToLeft. r=gandalf | |
58dbf93c50dafeadab27fced867ab2b2717e57db | Jonathan Kew — Bug 1301655 - pt 9 - Update test_bug22310.js to remove use of nsIScriptableDateFormat. r=gandalf | |
8e2d25bd70b8412864e5005ea4099eb53f183d5c | Jonathan Kew — Bug 1301655 - pt 8 - Replace use of nsIScriptableDateFormat in toolkit/extensions code. r=gandalf | |
17efbf713de8bb8f672340ef87cf0e78e5565232 | Jonathan Kew — Bug 1301655 - pt 7 - Replace use of nsIScriptableDateFormat in crashreporter. r=gandalf | |
48e81da5a95b8b2c53213a3675ce20d86df87a35 | Jonathan Kew — Bug 1301655 - pt 5 - Replace use of nsIScriptableDateFormat for cookie date formatting. r=gandalf | |
59f24ab7fc079e573cbdb2fb8d828a951639e62a | Jonathan Kew — Bug 1301655 - pt 4 - Replace use of nsIScriptableDateFormat with Date.toLocaleString in toolkit Update history. r=gandalf | |
68543a46ef49fb7309c345179c87912b8d75e41b | Jonathan Kew — Bug 1301655 - pt 3 - Replace use of nsIScriptableDateFormat with Intl API methods in browser/components/places code. r=gandalf | |
625ba7fc4b96abe8474f5f478b39692e72dd1233 | Jonathan Kew — Bug 1301655 - pt 2 - Replace use of nsIScriptableDateFormat with Intl.DateTimeFormat in FeedWriter.js. r=gandalf | |
cd3bd7aa413d765587d94db7a6fc8b10c4008af6 | Jonathan Kew — Bug 1301655 - pt 1 - Replace use of nsIScriptableDateFormat with standard JS date formatting in pageInfo.js. r=gandalf | |
b6ab66ffae99eed12351041efd822efc6ae18858 | Jonathan Kew — Bug 1301655 - pt 0 - Add an optional parameter to nsIChromeRegistry.getSelectedLocale to allow callers to request the locale be returned as a valid BCP47 lang tag. r=gandalf | |
d523f32cf87f2122fbbca86e0e3d2d0a26942ab6 | Eugen Sawin — Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium | |
a4e85e8b39695146370873efafee0f881c565e81 | Eugen Sawin — Bug 1307886 - [2.3] Compress libraries with XZ during packaging. r=glandium | |
ff6f8253d511b7c11b180c386236392ddbc48739 | Eugen Sawin — Bug 1307886 - [1.2] Remove szip support. r=glandium | |
bcd70451dd158b5b9d1a6b3435b14866f5a8f8de | Ted Mielczarek — bug 1313448 - Add documentation for adding Rust code to the build system. r=froydnj | |
b79cb46288d1194939c72cbc234aadbb16c24955 | Jan de Mooij — Bug 1311993 - Don't use STL wrappers for jsctypes-test. r=glandium | |
79635ac69f44a801eedf85c5c73cf9e7674e5b21 | Carsten "Tomcat" Book — Backed out changeset 19e79becc540 (bug 1312817) for failures in own test on android | |
e2e3d6a007392ced30987f312d468dd37ea87528 | Jan de Mooij — Bug 1312003 - Add some missing return value checks to JSAPI tests. r=arai | |
d2f850fe57e1166ac9ac3bc3c59b2e79ee5a1017 | Jan de Mooij — Bug 1313064 - Fix SETELEM check in SetObjectElementOperation to check for the strict version too. r=anba | |
f3b662e19b24da1c42c99a3cd5d08982c3cacc8f | Jan de Mooij — Bug 1313036 - Remove unnecessary LoadUnboxedExpando. r=h4writer | |
bdeb744966f16aa9274266bd719109552d9d138a | Lars T Hansen — Bug 1313607 - cacheFlush for ARM64 simulator. r=jandem | |
e64ad680a6c6fe7e64f8fce2fc7ee07555de6957 | Lars T Hansen — Bug 1313043 - wasm baseline: remove many ifdefs. r=h4writer | |
ec3a4e54003b3b96eb22a7afcceecef36592d3d8 | Lars T Hansen — Bug 1313043 - Create arm64 stubs for missing MacroAssembler instructions. r=bbouvier | |
b010bc73909323e71acf61edfb0750f611e68f97 | Jon Coppeard — Bug 1309929 - Use an async memory report for workers r=erahm | |
4c05c0ff09ba00d59b0a5de16a395ef0ef9d87a6 | Andrea Marchesini — Bug 1302697 - Containers and WebExtensions - part 3 - getAllCookieStores, r=kmag | |
691162eba71737f765cb0dda5470a3a516e0d47d | Andrea Marchesini — Bug 1302697 - Containers and WebExtensions - part 2 - Cookie API, r=kmag | |
ca0b48d8543465cd633e6893882956fe7515d3ec | Andrea Marchesini — Bug 1302697 - Containers and WebExtensions - part 1 - Tab API, r=kmag | |
a49efd91c07751acec140323f05c8d54b107919c | Randell Jesup — Bug 1311397: bustage fix with space rs=tomcat | |
ad24f084859f9ebf5a1a99a7470d6abb513d8d61 | Randell Jesup — Bug 1311397: fix DataChannel logging for mochitests/etc r=erahm | |
19e79becc54001c1f887133e78ea92d215bad4b9 | Andrea Marchesini — Bug 1312817 - support {window,worker}.postMessage() of WebAssembly.Module, r=qdot, r=luke | |
6abb6ebe96b7417191c39f28750947ef85f5f618 | Daniel Holbert — Bug 1313560: Undefine LoadImage in nsPluginFrame.h (alongside other undefines) to prevent windows.h macros from causing unified bustage in other files. rs=dmajor | |
7c24f445542062d41f97cba2dd8a45bd3a468b98 | Phil Ringnalda — Backed out 12 changesets (bug 1269045, bug 1269046) as the most likely cause of Windows build bustage | |
691c898f58a275dd965ad6bca4d93ea8f98c3996 | Phil Ringnalda — Backed out changeset 4f928f174d21 (bug 1313560) for not actually fixing the problem | |
4f928f174d21555a623a2ba24dd6a8e42824fcb9 | Daniel Holbert — Bug 1313560: Undefine windows.h's LoadImage macro, to avoid bustage in nsImageFrame.cpp. r=dmajor | |
53679ebdd1a82107b9679839e2302b0f98e332b7 | Phil Ringnalda — Merge m-c to a CLOSED TREE m-i | |
1561c917ee27c3ea04bd69467e5b8c7c08102f2a | ffxbld — No bug, Automated blocklist update from host bld-linux64-spot-444 - a=blocklist-update | |
4f1bc0aabd92a894387e3f8cf99e972cd77422e6 | ffxbld — No bug, Automated HPKP preload list update from host bld-linux64-spot-444 - a=hpkp-update | |
b327c9ce2b1b38a8b160962f1c3a9902fe690d05 | ffxbld — No bug, Automated HSTS preload list update from host bld-linux64-spot-444 - a=hsts-update | |
bb7b2d8063847be1b31867da31218a6d5b6df9db | Carsten "Tomcat" Book — Backed out changeset 0fd006bf6f9d (bug 1308058) for timeouts in browser_ext_sessions.js | |
9803c0158f92e49072019847e5713acd1f0ab7bd | Rob Thijssen — Bug 1313539 - use hg cache on ephemeral drive; r=pmoore | |
b96b2b49be987aed5d1ffa2dcc1a549b658b458a | Andrew Halberstadt — Bug 1313265 - Ensure unstructured logs containing TEST-UNEXPECTED-FAIL fail the job desktop_unittest.py, r=jgraham | |
28afa97fa70dba7742a9ef15bbd9947a43711972 | Andrew Halberstadt — Bug 1313265 - Log messages containing 'TEST-UNEXPECTED-FAIL' at the error level in mochitest, r=jgraham | |
5612fd602e57def5eb9ccaebfa6dbac16055dba0 | Carsten "Tomcat" Book — Backed out changeset 23e68db8afd7 (bug 1301212) for breaking XPC tests on a CLOSED TREE | |
4d56330a4173ecda8b6e662f15b18fc4a91515de | Sebastian Hengst — Backed out changeset 9f7616d57abc (bug 1118337) for failing resource-selection-invoke-insert-source.html. r=backout | |
e148f0d0e15a8f5927a127c5d07160267edfbff5 | Sebastian Hengst — Backed out changeset aada0714c236 (bug 1196560) for failing resource-selection-invoke-set-src.html. r=backout | |
23e68db8afd7d33527306dfff7819332c1d1297f | Cody Tran — Bug 1301212 - Enabled code coverage for xpcshell. r=gmierz2+560562,jmaher | |
e36c5db0191eba666619c5ae2895ece4d595a00b | Cody Tran — Bug 1301214 - Changed action of code coverage options to store_true and enabled code coverage for mochitest-devtools-chrome. r=gmierz2+560562,jmaher | |
aada0714c23626c5ed0da68372c6676198325472 | ctai — Bug 1196560 - Enable resource-selection-invoke-set-src.html. r=jwwang | |
9f7616d57abc34000f57dd03c1cd779033054995 | ctai — Bug 1118337 - Enable resource-selection-invoke-insert-source.html. r=jwwang | |
ab21bce760546b2c68427491da9c6b8bc743523e | Xidorn Quan — Bug 1313262 - Devirtualize nsINode::{Get,Set,Delete,Unset}Property. r=peterv | |
288ef9097e016f6739153cc325c361c24ea0968c | Jean-Yves Avenard — Bug 1292374: P3. Enable VP9 hardware acceleration on windows. r=gerald | |
cb838996a5ddaa9a2a9620800debfc72de4a9a44 | Jean-Yves Avenard — Bug 1292374: P2. Change preference name as it's no longer restricted to intel. r=gerald | |
6495adc039e11303a985429404e91645ab2308eb | Joe Olivas — Bug 1292374: P1. Add support for full hardware acceleration in VP9. r=jya | |
36880239ec4111d4a25320febe62a63226132435 | Shih-Chiang Chien — Bug 1291971 - Part 7, enable mixed-content and sandboxing test cases. r=smaug. | |
451ff0786416bbf9d59350561f31d6998517f6c7 | Shih-Chiang Chien — Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug. | |
5e9072e171051204bb5558290d914553c9b5c1df | Shih-Chiang Chien — Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug. | |
54e937ecefe8839c7ca197ac6dd1663c30a4cc52 | Shih-Chiang Chien — Bug 1291971 - Part 4, enable controller startNewPresentation_error test. r=smaug. | |
8d072d3047b87646813a7b52fa75baa9a9ff2d47 | Shih-Chiang Chien — Bug 1291971 - Part 3, enable controller PresentationRequest_error test. r=smaug. | |
1b8568fc7962066f3dbb5d59838ce7d0b1c3d5f5 | Shih-Chiang Chien — Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug. | |
bd859aaaca12a82205e8048cde5159cdc90ee088 | Shih-Chiang Chien — Bug 1291971 - Part 1, enable controller idlharness test. r=smaug. | |
77bbf4625e503ba8136d2ab205b4eb8880e4b321 | Shih-Chiang Chien — Bug 1291971 - Part 0, remove deprecated test case for presentation API and correct manifest. r=jgraham | |
5868e557eae14ab7ac1a3fc89fe50b71a8665b55 | Sebastian Hengst — Backed out changeset ee0568282adc (bug 837961) for "No such property on self-hosted object: offsetVal" failures in Windows XP Jit tests. r=backout | |
9f38d8a746c2bc11cf1d372a2329c4bdfa06fc7c | Boris Chiou — Bug 1313554 - Use brace-initialization to ShearArray. r=hiro | |
62d6437ca10d344770c2433edd2e17689bfb4993 | Jean-Yves Avenard — Bug 1313583: Update WPT expected tests. r=jya | |
fb1b89da483ee09debc6e36fee401ef767e7858d | Carsten "Tomcat" Book — Backed out changeset fd9f78132e0e (bug 1313583) on request from jya | |
fd9f78132e0e34acdcbd1d56a2e1e7d54d517a2a | Jean-Yves Avenard — Bug 1313583: Update WPT expected tests. r=jya | |
428724f364fcb1a0327cf0f972967a6e9fa45160 | Nihanth Subramanya — Bug 1279491 - Enable test browser_CaptivePortalWatcher.js on all platforms. r=MattN | |
a2c9b74290614c3981eea1b42966580384e883c3 | Nihanth Subramanya — Bug 1279491 - Fix timing issue when waiting for captive portal tab in new window in browser_CaptivePortalWatcher.js. r=MattN | |
81b62062f0195b23b81c0330838eecae085948bf | JW Wang — Bug 1313551 - fix the traling return type of StateObject::SetState() so it can be indexed correctly by Eclipse. r=JamesCheng | |
9c50b4bafe2ebb801bb5168b8ca5db2b02596e77 | JW Wang — Bug 1313557 - remove the assertion from InternalInit() to avoid data race. r=jya | |
aeb0df69182a4c13eb06f9a7f18bd66c437ce245 | Nils Ohlmeier [:drno] — Bug 1313527: exit red parser loop if stroul failed. r=mjf | |
5e28fc45d1364e909cbefbf078ba2ea3b26eeb53 | Chris Pearce — Bug 1312886: P8. Update EME multikey-sequential WPT from upstream so they pass. r=jya | |
09371a75ac7e3122e5ebe7154d1c3c89300b7d52 | Jean-Yves Avenard — Bug 1312886: P7. Handle case where nextFrameStatus jumps straight to NEXT_FRAME_UNAVAILABLE_BUFFERING. r=jwwang | |
76f8b94d7b66cf573ff5654d31bc5d16e9b40b1f | Jean-Yves Avenard — Bug 1312886: P6. Show waitingforkey state in about:media. r=cpearce | |
fdf007f31cd698999c8d423c3750704ca60956a9 | Jean-Yves Avenard — Bug 1312886: P5. Enter buffering mode when waiting for a key. r=cpearce | |
be4b0b1e47335d8087edbbda63d46c8c76ce7c69 | Jean-Yves Avenard — Bug 1312886: P4. Override MediaResource reporting if we have a pending promise. r=jwwang | |
3ffa32dd1a2b15857b6147e967134ac8d1d68502 | Jean-Yves Avenard — Bug 1312886: [MSE] P3. Only rely on waiting promise to determine buffering state. r=jwwang | |
e24a86e2fb9fb0f9a8c6b2f9c60b6f51ee4c5db1 | Jean-Yves Avenard — Bug 1312886: P2. Never move past HAVE_FUTURE_DATA if we're waiting for a key, r=cpearce | |
246305d4d3bb6595ec24f360bee9530a16648c33 | Jean-Yves Avenard — Bug 1312886: P1. Fix comments. r=cpearce | |
2190ea5fc2d0f31aaf1bf9f522f6a0cd67300da8 | Nihanth Subramanya — Bug 989194 - Show captive portal notification bar when detected. r=MattN | |
4e6fc3d814dbf407d3153977b67c743fd8b420ba | Ryan VanderMeulen — Bug 1313555 - Update pdf.js to version 1.6.274. r=bdahl | |
ee0568282adc0d6cddf74c3e635568145d5a987d | André Bargull — Bug 837961 - Part 2: Implement timeZone support for Intl.DateTimeFormat. r=Waldo | |
e44413534c507e766b701bc4bf359345d71e9f3d | Phil Ringnalda — Merge m-c to autoland | |
011fe8bad1ebd4d0cc8ff267c9841b101098536d | Jean-Yves Avenard — Bug 1313517: Always compute start time with ADTS. r=kamidphish | |
2aa6df19f5f214bb3d28db836ba259ca6afb6ff3 | Kate McKinley — Bug 1311893 - HSTS Priming timing telemetry r=ckerschb,francois p=francois | |
bb8f38a1583fcb632acf1941bf8063c7d0e7dd73 | James Cheng — Bug 1313315 - Do construct CreateDecoderParams only on Windows build in VideoDecoderParent::RecvInit r=mattwoodrow | |
466b0de6dfcbb27630de8ddfe66db89951a2dc34 | Kan-Ru Chen — Bug 1301346 - Add telemetry to collect how much time was spent in handling beforeunload and unload event. r=bsmedberg,smaug | |
4537bb4cfb82972e3c88b73e1b7c48e98e667348 | Bob Silverberg — Bug 1312571 - Implement SessionStore.lastClosedObjectType, r=mikedeboer | |
0fd006bf6f9d5080b10fce59d8cad71cbf72659b | Bob Silverberg — Bug 1308058 - Implement sessions.getRecentlyClosed WebExtensions API, r=aswan | |
93fc611f02350d598b5131a64a0b8e10a64113bd | Bob Silverberg — Bug 1309880 - Support undoing closeTab and closeWindow by ID, r=mikedeboer | |
bd422e06289a9d753b9f3f26334cb0fd404366ad | Michael Froman — Bug 1285646 - Clean up the repetitive code in sdp_parse_attr_fmtp. r=drno | |
5074747b77f0e344aa5131b817e1e6873d73a398 | Haik Aftandilian — Bug 1312273 - Twitter videos can't play in recent nightlies on OS X 10.9; r=gcp | |
de41e684fb55d7e64a3eecf8ee0e4279f37e0724 | Valentin Gosu — Bug 1294719 - Make sure HttpChannelParent stops sending IPC messages before calling Send__delete__() r=honzab | |
a0c11c1c08c34cada800dc86cb2f78c65a4852ef | Chris Pearce — Bug 1310879 - Remove EME persistent-license sessions. r=gerald | |
22007e69f30a9d47b44154576bba03ffd955fa70 | Chris Pearce — Bug 1310879 - Check that only supported session types are instantiated. r=gerald | |
7d22628f37cf9269c288875693c788e7b5b81bc4 | Chris Pearce — Bug 1310879 - Pass MediaKeySystemConfiguration to MediaKeys. r=gerald | |
57c5a60badc7073ec99c09b1e6468fde23a87b15 | Ethan Lin — Bug 1303443 - Update ANGLE to chromium/2862. r=jgilbert | |
c1ef258c04f1960f6c014394f371fc0d3068ccb8 | Johannes Schulte — Bug 1312620 - Add IsPositiveZero function to mfbt and use it to replace MPhi by MNaNToZero iff c is +0.0. r=nbp, r=waldo | |
3ed4c1405691d36144387453876a3cd1234b3b13 | Blake Kaplan — Bug 1307645 - Avoid this logging call when running mochitests to fix an intermittent orange. r=tbsaunde | |
1da68ee13f25373b5a8f310fe3d598f4f36dcf72 | Jim Mathies — Bug 1305135 - Disable async rendering on Nightly. Required a modification due to changes in build defines. r=bsmedberg | |
d0f100627ed89dfaede75f4ae63be078f35d8e0c | Eric Rahm — Bug 1312901 - Part 2: Use nsIArray for URL argument when opening a window. r=Gijs | |
8f6c4c5eb7035be37363cd651aefebd2b8d1c957 | Eric Rahm — Bug 1312901 - Part 1: Update browser.js URL argument check to use nsIArray. r=Gijs | |
16db55b642a96801777755ab042dd20c74e1159f | Daniel Holbert — Bug 1269046 part 8: Add reftests for CSS Alignment of absolutely positioned flex children. | |
a0008dd33cf4ef5a733c431c163dbd3793234a2f | Daniel Holbert — Bug 1269046 part 7: Give nsFlexContainerFrame a CSSAlignmentForAbsPosChild() implementation (to determine appropriate align enum for abspos children). r=mats | |
75b58c4e61e6e51ca6d738b3a3d599476e4e9b89 | Daniel Holbert — Bug 1269046 part 6: Add a flags enum-class to customize FlexboxAxisTracker behavior. r=mats | |
fb7655f3e1cf3bf9635da9e434eb7da6cf6800f9 | Daniel Holbert — Bug 1269046 part 5: If an abspos child's offset depends on CSS Box Alignment, ask nsContainerFrame for the alignment enum to use, and align with CSSAlignUtils. r=mats | |
8088e5a9e6e322731d4a3008642b54a1fc0774b1 | Daniel Holbert — Bug 1269046 part 4: Set flags on nsPlaceholderFrame & ReflowInput to track abspos frames that need CSS Box Alignment to resolve static position. r=mats | |
eea6479452f0be2d7ee98f6d537106f6fe8a0d50 | Daniel Holbert — Bug 1269046 part 3: Make a grid-specific comment more general, in CSSAlignUtils::AlignJustifySelf. r=mats | |
eb4b52bf06ec8c1f5b33cfba7255a0d4bb64c168 | Daniel Holbert — Bug 1269046 part 2: Spin out a helper function to hold nsAbsoluteContainingBlock's code for resolving abspos offsets. r=mats | |
539db74e4a889a6dc0605f91ff40ab7e748b996d | Daniel Holbert — Bug 1269046 part 1: Spin out some grid alignment code into a helper method, in a new CSSAlignUtils class. r=mats | |
f57f9ac1435edc2d581c4645fa818ffd665d68f7 | Daniel Holbert — Bug 1269045 part 4: Drop now-obsolete parameter from anonymous flex/grid-item wrapping functions. r=mats | |
2162d5c9fb54f3e1b993add441287216534b0b9c | Daniel Holbert — Bug 1269045 part 3: Stop wrapping placeholder frames in anonymous flex items. r=mats | |
7aa8199183fca08ca7d9b309fa01580affb45da7 | Daniel Holbert — Bug 1269045 part 2: Separate out abspos placeholders when creating FlexItems, and give them a trivial reflow at container's content-box origin. r=mats | |
86a391e3e1638407465610b0dc5b5fc4694a0a08 | Daniel Holbert — Bug 1269045 part 1: Adjust flex item "order"-sorting code to treat placeholder frames as <= anything they're compared against, including each other. r=mats | |
1658a195f669351b5f6caf5dbafdb0b4b12a6c2c | Daniel Holbert — Bug 1313421 part 3: Extend single-flex-item reftest to test scenario with abspos child before flex item. | |
ae632144724fc5efae24a32acab2d7d938384123 | Daniel Holbert — Bug 1313421 part 2: Use flex container's FlexLine linked-list to determine the first flex item, rather than its child-frame list. r=mats | |
c565ba669d962165dc90b99f77b0b26d4acb4d92 | Daniel Holbert — Bug 1313421 part 1: Unconditionally cache a FlexItem's ascent, after it's been reflowed. r=mats | |
1145a10a2fd5e23d0191ae9e1c22a6fa6e47ec0a | Phil Ringnalda — Backed out changeset 582e5f96a727 (bug 1262251) for Linux serviceworker bustage | |
e84c02971f372880904cdd7456bb895f00604ecd | Jonathan Watt — Bug 1313375 - Fix nsDeviceContext::IsPrinterSurface() to not fail between BeginPage()/EndPage() calls. r=mstange | |
04ee6f23fb6f13061acad21a0e57b1a0f7664615 | Jonathan Watt — Bug 1313381 - Add assertions to nsDeviceContext to assert that it is only initialized once. r=mstange | |
da1c0184e9f51860b8ac0b75c78bb30ddeed473c | Jonathan Watt — Bug 1309397 - Remove nsIPrintOptions::ShowPrintSetupDialog. r=vlad, f=myk | |
a8c8bb56737d5f5407d80c731bfe70fa3cba7f77 | Joel Maher — Bug 1313426 - gecko decision task: ValueError: No JSON object. fix SETA. r=dustin on a CLOSED TREE | |
a1ea2703d9e81330c261846575016399e01ba893 | Mike Conley — Bug 1203813 - Make nsHelperAppDlg dialog be parented by top-level nsIDOMWindow. r=mrbkap | |
582e5f96a727af4a6da4ec26dbe882ef57914bfb | Dylan Roeh — Bug 1262251 - Make openWindow() launch Fennec if it isn't already running. r=catalinb | |
d1e487f723a0154cbd9752f37fcbaebf17cbcf1c | Michael Li — bug 1303447 - implement text interface methods for the windows ProxyAccessible r=aklotz | |
81a257aa9c4e194750afb65dd666ea600981d99a | Michael Li — bug 1303133 - Implement ia2AccessibleValue methods in ProxyAccessible for Windows. r=aklotz | |
f686f5590975a862d85e61f643c6dc39b1a8ee8f | Trevor Saunders — bug 1313376 - reinstall the key event snooper when necessary r=davidb | |
4ad62b743d5a1c41d4e71f6fb5f4e976f1899cd8 | Trevor Saunders — bug 1313272 - correctly return the result of ia2AccessibleHyperlink::get_anchor() r=aklotz | |
5d495bd2e961c3e4455568cbeec3feda15e1f383 | Chris Pearce — Bug 1313284 - Mark passing WPT as expected pass on a CLOSED TREE. r=bustage | |
1e7d830ec82857d197cae4c23d9b1b4fc4cfca23 | Wes Kocher — Backout revision 111c1227f51e (bug 1243846) for test_intersectionobservers.html failures on android a=backout CLOSED TREE | |
46acc32392759b90b5122d7678464b83ff34b5fd | Kyle Machulis — Bug 1313160 - Add From<&'a String> and From<&'a Vec<u8>> conversions for rust nsstring lib; r=mystor | |
c1d12c6ae210912b1e5005ff1cd952cdc605e593 | Haard Panchal — Bug 1307771: rename opt-* and dbg-* and android-* workerTypes to gecko-L-b-*; r=dustin | |
2a31079dae258444321138690fa68de6b3ddf06a | Michael Layzell — Bug 1310345 - Change FindChildWithName and related methods to take nsAString& instead of char16_t*, r=bz | |
74ef5b08ae25f39a81503cdcb86b12ea3d6312d2 | Michael Layzell — Bug 1303196 - Part 7: Updates to apply correctly after noopener changes, r=smaug | |
fc29cabb300b077d2d83f138c2790366a2473650 | Michael Layzell — Bug 1303196 - Part 6: Correctly set the opener when creating new tabs on android, r=smaug | |
11f778f3ea300696e3c900c9583f726809cd8359 | Michael Layzell — Bug 1303196 - Part 5: Remove a window namespacing test due to window namespacing behavior changes, r=ehsan | |
3515eb43f05a25d02c45a013a5373284ff3fde94 | Michael Layzell — Bug 1303196 - Part 4: Merge mFrameLoader and mOpener into mFrameLoaderOrOpener, r=smaug | |
7ee25aab52f5a7ff546313192df4ee1436e3b804 | Michael Layzell — Bug 1303196 - Part 3: Update the named window resolution logic to be scoped to TabGroup instead of being process-global, r=bz | |
24d65b1e1a763d5717c420d7f3f540124301ccc4 | Michael Layzell — Bug 1303196 - Part 2: Connect the DocGroup and TabGroup objects to nsGlobalWindow and nsDocument, ensuring that Opener is set early enough that it is correct, r=smaug | |
fe339dd59a0188e201cf24498723a624f13f2146 | Michael Layzell — Bug 1303196 - Part 1: Add the DocGroup and TabGroup Objects, r=billm | |
3f15ff10cb267d4289655b2e3cf0a0dee48e7c0b | Aaron Klotz — Bug 1310833: Make nsAccessibilityService synchronously query for its MSAA content process ID if the ID is not yet present; r=tbsaunde | |
e8d74a682eeaebecb0cf31625add0a92821fbb1c | Aaron Klotz — Bug 1310833: Modify PContentParent::SendActivateA11y to accept the content process's MSAA ID as a parameter; r=tbsaunde | |
0694957ec0945847f3b73e222051a91641031666 | Aaron Klotz — Bug 1309236: Move setting of MSAA ID to PDocAccessibleConstructor; r=tbsaunde | |
f54a5c5e0b2a0fb50eea3a17a8bfc52a7f728b9f | Chris Pearce — Bug 1313284 - Update some EME WPT to match upstream so that they now pass. r=gerald | |
9de67ae226941715a65130b6c54589e136842203 | Chris Pearce — Bug 1313284 - Disable EME WPT for features we don't support, or can't support in the test harness. r=gerald | |
50482ffb2969a1013d3daa2af2924fa3cd86aa75 | Chris Pearce — Bug 1308821 - Ensure ClearKey doesn't parse a keyids initdata format session type parameter. r=kikuo | |
61061d39b87022c493fae5bc6757633a18f716e0 | Chris Pearce — Bug 1313266 - Make gmp-clearkey reject with TypeError instead of InvalidAccessError on invalid input. r=gerald | |
75fe0970cbbc3dee96def8172cc0d1fae508cb32 | David Anderson — Only use the GPU process when we expect a working Direct3D 11 compositor. (bug 1297822, r=mattwoodrow) | |
230f4a048880c06cb660839ea46d1b80af633f0e | David Anderson — Parse reftest conditions based on content gfx settings instead of chrome. (bug 1313260, r=mattwoodrow) | |
378639d730e476941e68d69ee7157a253b54879c | Wes Kocher — Backed out changeset 0349a81229e7 (bug 1262251) for build bustage a=backout CLOSED TREE | |
20ff6628ea8befe4843e8ea2f73f8782193a121e | Ryan Hunt — Bug 1304637 - Move back to using window display for basic composition paths. r=lsalzman | |
0349a81229e75a5c4f296d0cd52eb4b62c49c2d2 | Dylan Roeh — Bug 1262251 - Make openWindow() launch Fennec if it isn't already running. r=catalinb | |
d65a9494010ec7dd1ac87f63a844d7fca0270293 | Honza Bambas — Bug 1312646 - Carry ChooseApplicationCache flag from child after redirect callback is done. r=jduell | |
3a035c4acf604e6591157b664f67c73fcb7162fb | Jan Horak — Bug 1310850 - Zero scrollbar size could also happen when running GTK 3.20 so we need to set the minimum size of the scrollbar to the minimum size of a thumb. r=karlt | |
68f683a2034bb280a323242b4de87c958ed7c6f4 | Jan Odvarko — Bug 1310801 - Remove non-printable characters. r=nchevobbe | |
111c1227f51eb6e94d7213f92b2a32e55bfdf3e8 | Tobias Schneider — Bug 1243846 - Implement Intersection Observer API. r=mrbkap, r=mstange | |
76d7f4eb6100ffc26f0142688d3c797ee8fefa6e | Ryan VanderMeulen — Bug 1309861 - Update the dom/workers interfaces test expectations as well. r=bz | |
b734eaa69060ed01419c9a8dd4760c88aed16197 | Andrea Marchesini — Bug 1313385 - WebSocketImpl::mSecure should be initialized in the CTOR, r=qdot | |
philringnalda@gmail.com Fri Oct 28 03:39:55 2016 +0000 | 71536044069576fc877bf7ef0ba13a4ada793706 | Phil Ringnalda — Merge m-c to f-t ← 132 merge changesets [Collapse] |
944cb0fd05526894fcd90fbe7d1e625ee53cd73d | Phil Ringnalda — Merge m-i to m-c, a=merge | |
a8bb58ecb17df251c552f8e01b2d599abc64d127 | Emilio Cobos Álvarez — Bug 1304638 - Remove redundant call to offsetForStackOperand. r=nbp | |
107238b89fccb625ed3eedcb6854e7e91b5609a1 | Emilio Cobos Álvarez — Bug 1304638 - Return early from sorting if the array is single-element or empty. r=nbp | |
27f76213fa87e8469387d9783afcb7c3e404eb0f | Emilio Cobos Álvarez — Bug 1304638 - Don't return "(intermediate value)" while decompiling SETELEM/STRICTSETELEM. r=nbp | |
9459cdff732abc4f4cc89b650322c29422e190b9 | George Wright — Bug 1306465 - Disable d3d9 fallback by default r=milan | |
56eec29053f22ce7f79f243fd5d4dfce831fe709 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
1b8a23c25b1f43d626c978d9e3eb2ca6e3dafb66 | Tom Schuster — Bug 1291212 - Ship the exponentiation operator. r=till | |
f2027674d0b299a4dba5d27911d22fdb333ab5f6 | Alessio Placitelli — Bug 1304647 - Measure the number of total URIs visited in a "session fragment", without any filtering. r=gijs, data-review=rweiss | |
1bd14dd39440eeef1e29dfc4d4427ad176828a88 | Sebastian Hengst — Backed out changeset 042d532e3d9e (bug 1303443) for build bustage in WebGLShaderValidator.cpp after SH_INIT_VARYINGS_WITHOUT_STATIC_USE etc. got removed. r=backout on a CLOSED TREE | |
045cb5724eaf1a34be2748e59ee2ebd353d24f4b | Tooru Fujisawa — Bug 1312488 - Assign whole layout instead of layout.asDouble in JS::Value::setDoubleNoCheck. r=jandem | |
15775247c226598e8b00a5229c4f2c20a35b2c3a | Gian-Carlo Pascutto — Bug 1310116 - Allow waitpid but warn on creating processes in content. r=jld | |
042d532e3d9e553c89062ba169940602558755ff | Ethan Lin — Bug 1303443 - Update ANGLE to chromium/2862. r=jgilbert | |
ee15d36745a84ba995d4e349eca3a10690c571ec | Liang-Heng Chen — Bug 1311275 - use protocol service directly instead of NS_GetFileFromURLSpec; r=mayhemer | |
ea39ecf49414c920b402938cd1ddef62dbb18c01 | Frédéric Wang — Bug 1313097 - update harfbuzz to upstream release 1.3.3. r=jfkthame | |
7b9c260074e76d3501c4bff39137cf382753e9d0 | André Bargull — Bug 1312411: Add integer specialization of TypedArrayCompare. r=evilpie | |
862a1036317f3c0ec5d5925a4366b2cbf442198a | Luke Wagner — Bug 1313224 - Baldr: throw RangeError on failure to grow() (r=bbouvier) | |
3c5bff02eebd885997457c89706c02968fed23d7 | Carsten "Tomcat" Book — Backed out changeset 2d72443b3ab6 (bug 1313043) for arm bustage | |
ea0c3bb88db2e96a0d43023b6fca7a0792a8c536 | Carsten "Tomcat" Book — Backed out changeset 4be440083184 (bug 1313043) | |
4be44008318449ec880e9d870281ec92612e6909 | Lars T Hansen — Bug 1313043 - create arm64 stubs for missing MacroAssembler instructions. r=me | |
49861f3510922acc0a7a56721fc50416807ce5b7 | Masatoshi Kimura — Bug 1312384 - Update windows-1255 converter to reflect a change to the Encoding Standard. r=smontagu | |
6963f5ab0000e8bf6833dfed1efb04ce261f49bc | Masatoshi Kimura — Bug 1312384 - Update Web Platform Tests to reflect a change to the Encoding Standard. r=annevk | |
2d72443b3ab664c1c7fe039d58e5dee1f3e672fa | Lars T Hansen — Bug 1313043 - wasm baseline: remove many ifdefs. r=h4writer | |
e47ad07f2d527ca78a01f022c177df8437b03b6a | aleth — Bug 1311122 - Ensure missing file errors get reported despite missing base path in l10n.py. r=glandium | |
ab7970b0eba3e2f13d08814438a0c87dac5a8e8a | Phil Ringnalda — Merge autoland to m-c, a=merge | |
ed22ec2c58924267a99e6d81658c4dc387f19fc3 | Mark Hammond — Bug 1312021 - ensure the addonsreconciler always has the isSyncable attribute. r=tcsc | |
54ad8aaf59c75e5f5b45ba8e95c1c470a06d9b38 | Gerald Squelart — Bug 1300476 - Prevent passing references through InvokeAsync - r=froydnj | |
3d6e90d77c8d84f3777cdd955793fef6921eea4f | J. Ryan Stinnett — Bug 1311506 - Remove promise debugger. r=gl | |
f1e994a312d241ef372508d79437e5c26194e3c7 | Joel Maher — Bug 1313426 - gecko decision task: ValueError: No JSON object. fix SETA. r=dustin | |
a18f7b70b8089682aca7b3ae319b205f1b14869b | Nils Ohlmeier [:drno] — Bug 1309585: use default address dicovery as backup for interface iteration. r=bwc | |
23f92954349863643543975a05ca8f229dfcbf23 | Daisuke Akatsuka — Bug 1210795 - Part 7: Change setCurrentTimeAll behavior. r=pbro | |
2558ac9b4094371bbfbee82d4faf135cf7820a1f | Daisuke Akatsuka — Bug 1210795 - Part 6: Removes extra codes. r=pbro | |
2cc8a31b03a8d07b6d022af7eccf8008c440a0f8 | Daisuke Akatsuka — Bug 1210795 - Part 5: Updates popup information. r=pbro | |
a1811cc95604375b097adf14ec2addb860fc768d | Daisuke Akatsuka — Bug 1210795 - Part 4: Changes composite sign color and animation name. r=pbro | |
4f2a78576e79352669810610f2fde5ff4bec856f | Daisuke Akatsuka — Bug 1210795 - Part 3: Changes delay and endDelay expression. r=pbro | |
e3f96551347dddaf90cb22c3e886e3de04adeaa5 | Daisuke Akatsuka — Bug 1210795 - Part 2: Changes Infinity expression. r=pbro | |
55ac24f3f8ff2fd06655b23e7f0f92d1a9ca9211 | Daisuke Akatsuka — Bug 1210795 - Part 1: Display animations' timing-functions in the animation-inspector. r=pbro | |
7f3a92667acf1dbed3f12941e01607e8230b29d8 | Wes Kocher — Backed out changeset 9f9d69a704e1 (bug 1309880) for landing too early a=backout | |
4bf929bdbc4f7bb4a619c41aa849df6a7204e16b | Wes Kocher — Backed out 23 changesets (bug 1269209) for various test failures a=backout | |
a87bd4b96744c8db0fc14ae18acfea09a81705c4 | J. Ryan Stinnett — Bug 1278762 - Support printing in RDM. r=ochameau | |
b8ee6ceb5e6e50d075e8c6b550fa9dd6f67c90ff | J. Ryan Stinnett — Bug 1278762 - Support view source in RDM. r=ochameau | |
4507a959d08b54291b2a070dc8dff6a89ef9429d | J. Ryan Stinnett — Bug 1278762 - Support view selection source in RDM. r=ochameau | |
13810b9cd717da3937467a6a2dec8b9b76aaef74 | J. Ryan Stinnett — Bug 1278762 - Support page info context menu actions in RDM. r=ochameau | |
86073e584fa77b816a36ca190ed2fa819df1423b | J. Ryan Stinnett — Bug 1278762 - Support general context menu actions in RDM. r=ochameau | |
3a0794bd1c72b76c15921698c1e633a1d23cf569 | J. Ryan Stinnett — Bug 1278762 - Support share this page from context menu in RDM. r=ochameau | |
24b223ac858ba4982dc01a2dd753314ab97f3b3f | J. Ryan Stinnett — Bug 1278762 - Support spell check context menu actions in RDM. r=ochameau | |
9f9d69a704e15b0288e6710b51d97d13748ff7a8 | Bob Silverberg — Bug 1309880 - Support undoing closeTab and closeWindow by ID, r=mikedeboer | |
490cc18cf93fb8da6df4e940345f77bd463bb083 | Leo Schwarz — Bug 1312290 - Force package extension when building AUR packages on Arch Linux. r=gps | |
b9851671ac002a0c1b4598e292422988d8f5b7c2 | Jan-Ivar Bruaroey — Bug 1313246 - allow empty username and credential in RTCPeerConnection constructor. r=bwc | |
cd858edfb90a4bfea4087a65137e1a4b71490f11 | jordan9769 — Bug 1311343 - Enable eslint of browser/components/feeds/; r=standard8 | |
ea1b1d7d1f7875182bc367c2702f774679c63868 | Alexandre Poirot — Bug 1311737 - Prevent toolbox.selectTool from racing when calling multiple times. r=pbro | |
48c39daa6910556bf069cc610814f43e5b577fa1 | Mike Hommey — Bug 1313259 - Fix some preprocessor unit tests to actually do the tests they're supposed to do. r=gps | |
12987daa4d6800a5987b0eb197d344a1a41ba916 | Chris Manchester — Bug 1312574 - Use cPickle instead of json to serialize the build system's tests database. r=gps | |
2161133a13503dab01ec5a4fca688e4630d65be3 | cku — Bug 1308963 - Part 4. Correct initial value of mask-position in property_database.js r=xidorn | |
ac12c1e5bea7821b4017316f2c79ce7bc8fc6ceb | cku — Bug 1308963 - Part 3. Set initial value of mask-position as (0, 0). r=xidorn | |
7ecb34e2ed3a6219e8a7ea3d6ed762c18a73e0b9 | cku — Bug 1308963 - Part 2. Correct initial value of mask-repeat in property_database.js. r=xidorn | |
82ea0e89d1930790ff88f7f9de180e11e86efb09 | cku — Bug 1308963 - Part 1. Set initial value of mask-repeat as repeat. r=xidorn | |
64f564d7ea4300e9e6492fac5f1aab1c496bd658 | Sylvestre Ledru — Bug 1306640 - Silent a -Wunused-but-set-variable in cairo. We don't want to diverge too much from upstream r=lsalzman | |
2d2a075ce1cd22f35f93534c80a09ef96f1149f7 | Mike Conley — Bug 1313195 - Clear active EventStateManager if a XUL popup is opened. r=enndeakin+6102 | |
10a2b6ebcd44a3516673f51da14b760de7fd3bc0 | Sebastian Hengst — Backed out changeset e71532f2babd (bug 1269209) for various test failures. r=backout a=backout | |
cd8a8b0d74159527f6ebd6c6a57bdd694750f70e | Sebastian Hengst — Backed out changeset 816ee7cab76b (bug 1269209) | |
efc1aa9ba95b5e0c23231740cb66a230a8300477 | Sebastian Hengst — Backed out changeset c7d8d25e09b6 (bug 1269209) | |
db812cf6198ff1a21aeb4e4e74d1dc4be0642498 | Sebastian Hengst — Backed out changeset 5d2f4867ec7f (bug 1269209) | |
4eefe302ced5bf7f7008e94e9436778bafee14af | Sebastian Hengst — Backed out changeset 56e0713ad54b (bug 1269209) | |
423f556eda8c0860136125f62b9944d196856530 | Sebastian Hengst — Backed out changeset 19eb42e6b3eb (bug 1269209) | |
83b80367c29c497b5963316258d88292d16b09aa | Sebastian Hengst — Backed out changeset dda3cfcd2b5c (bug 1269209) | |
4d44d784fa155136b064582e637c33bf9dff49de | Sebastian Hengst — Backed out changeset 2ebb8eab3834 (bug 1269209) | |
09e1379801c10db4980da97757416fb23c71c24c | Sebastian Hengst — Backed out changeset 5f63100d5531 (bug 1269209) | |
53bb4e1916307ea601a13cee5fb946ad24095abb | Sebastian Hengst — Backed out changeset 104c0aa10747 (bug 1269209) | |
426fb19f0b82817f28d74a5063024d6f95fdc116 | Sebastian Hengst — Backed out changeset cea0421beffa (bug 1269209) | |
d1e5c08797c27957d7107cfc0a988d3822851d48 | Sebastian Hengst — Backed out changeset ecf28a55600f (bug 1269209) | |
e635799884ccbb07c66f844991f461953e7482a6 | Sebastian Hengst — Backed out changeset a3d0e9ed7d85 (bug 1269209) | |
d801630ad28c0bfa887f2e4739048f2165772190 | Sebastian Hengst — Backed out changeset b74022c44df0 (bug 1269209) | |
8abfb7d5845cf89fe3fbaebf96c2d1a9307a2d5a | Sebastian Hengst — Backed out changeset 016b31e0631f (bug 1269209) | |
177bf2e81f9688b25b96263815820e0a362cf34c | Sebastian Hengst — Backed out changeset bc025cccc7fb (bug 1269209) | |
bf99c4d5d8e076db9058a5255a690e0165d2e33b | Sebastian Hengst — Backed out changeset dc9d739edd0f (bug 1269209) | |
1879e501620f87143dae2cdbf957a6a6e823dc8a | Sebastian Hengst — Backed out changeset 1b9719af21a2 (bug 1269209) | |
81dbe8b3c629a94c581a0d0d96f64b913cfaf80f | Sebastian Hengst — Backed out changeset d6701dc311d0 (bug 1269209) | |
6a42178adcf30bc7adde5101c6f5de7385f43eff | Sebastian Hengst — Backed out changeset e77b8468e140 (bug 1269209) | |
7952763d4b811cc632be3603c5960f46b981857b | Sebastian Hengst — Backed out changeset faf627174b48 (bug 1269209) | |
91775ec640ffb776f0480c4683fe2678e761bd39 | Sebastian Hengst — Backed out changeset eac4a21c91f3 (bug 1269209) | |
24e280ad35f725cdbf2764d2ba738b3c749a1b63 | Sebastian Hengst — Backed out changeset 0e23de3de2ed (bug 1269209) | |
6d9707e3343f56e2f5a728c0214de4f724444d08 | Joel Maher — Bug 1313426 - gecko decision task: ValueError: No JSON object. fix SETA. r=dustin a=bustage-fix | |
1ba788373d460f774c9cd1653510dc1765df58cc | Carsten "Tomcat" Book — Merge mozilla-central to autoland | |
e97f6b0391f98d675ce930412838f91c8b40e21a | Emilio Cobos Álvarez — Bug 1312485: Properly sparsify frozen objects. r=jandem | |
b46310f1fb77fc686302b10e11f15634bab7844a | Emilio Cobos Álvarez — Bug 1312485: array: Don't optimize for dense storage if the elements are frozen. r=nbp | |
0bab744bba82fed941beadf4416ef01c30f54abf | Alexandre Poirot — Bug 983386 - Test the inspector against network error pages. r=pbro | |
892b7c6952f6dd0216ced9507ca1a735b8fa211f | Alexandre Poirot — Bug 983386 - Prevent initializing canvas highlighter on loading or destroyed documents. r=pbro | |
27d928074eae4d08687e4594c7855285edd85eea | Alexandre Poirot — Bug 983386 - Delay "navigate" event when we are redirected to a error page, to only fire once the error page is loaded. r=jryans | |
1c0e4370ee43c279889e2aa5c867b4098810cffc | Alexandre Poirot — Bug 983386 - Use a common navigateTo helper in inspector tests. r=pbro | |
6ca6314d95c2de04c63c2a60f8e43c4879dc0d5e | J. Ryan Stinnett — Bug 1313290 - Use tab specific MM in SocialShare.sharePage. r=mixedpuppy | |
0e23de3de2ed1106cf686c69ce6059dbc89bae3e | Aryeh Gregor — Bug 1269209 - .ini cleanup; r=masayuki | |
eac4a21c91f39f3bd73be505c5b7aace882144b6 | Aryeh Gregor — Bug 1269209 - Port test_bug1257363.html from chrome to plain; r=masayuki | |
faf627174b48447a081e2c028361f509c81d08fe | Aryeh Gregor — Bug 1269209 - Port test_bug1250010.html from chrome to plain; r=masayuki | |
e77b8468e140c8e1216fa50f822804362a2e815e | Aryeh Gregor — Bug 1269209 - Port test_bug1154791.html from chrome to plain; r=masayuki | |
d6701dc311d006e875e7147a9180c5da829e8c2a | Aryeh Gregor — Bug 1269209 - Port test_bug1140105.html from chrome to plain; r=masayuki | |
1b9719af21a2109701967b51689462c7e605eac6 | Aryeh Gregor — Bug 1269209 - Port test_bug1100966.html from chrome to plain; r=masayuki | |
dc9d739edd0ff7b694c2bb98da9b0ffb2fcdea9d | Aryeh Gregor — Bug 1269209 - Port test_bug1053048.html from chrome to plain; r=masayuki | |
bc025cccc7fbf04d5216c87d0e4864f88eeacc67 | Aryeh Gregor — Bug 1269209 - Port test_bug830600.html from chrome to plain; r=masayuki | |
016b31e0631f29a0a22ed8c6f3bc627a6dc973df | Aryeh Gregor — Bug 1269209 - Port test_bug635636.html from chrome to plain; r=masayuki | |
b74022c44df0a6354b479454d6710ba9acfc6084 | Aryeh Gregor — Bug 1269209 - Port test_bug483651.html from chrome to plain; r=masayuki | |
a3d0e9ed7d8565655fa6894f8b315c30decd19e8 | Aryeh Gregor — Bug 1269209 - Port test_bug471319.html from chrome to plain; r=masayuki | |
ecf28a55600faef6f2b2451692f05aa82309bd9d | Aryeh Gregor — Bug 1269209 - Port test_bug366682.html from chrome to plain; r=masayuki | |
cea0421beffa3dde557dfd1edc1a780e7a0fbd92 | Aryeh Gregor — Bug 1269209 - Port test_bug46555.html from chrome to plain; r=masayuki | |
104c0aa107474ba9058625f793f78c73e5ccf062 | Aryeh Gregor — Bug 1269209 - Port test_bug1205983.html from chrome to plain; r=masayuki | |
5f63100d5531dd4ce5d53bc1f0afac0957cff670 | Aryeh Gregor — Bug 1269209 - Port test_bug1200533.html from chrome to plain; r=masayuki | |
2ebb8eab38341fad5e3ca3ad00ffefc3aada26a9 | Aryeh Gregor — Bug 1269209 - Port test_bug1204147.html from chrome to plain; r=masayuki | |
dda3cfcd2b5c96bc42b9ca481f21d0fa8fea63a7 | Aryeh Gregor — Bug 1269209 - Port test_bug717433.html from chrome to plain; r=masayuki | |
19eb42e6b3eb8db48f6c81bdf95c30d1c9125592 | Aryeh Gregor — Bug 1269209 - Port test_bug697981.html from chrome to plain; r=masayuki | |
56e0713ad54b558b96ef8e4832cef9df3c283725 | Aryeh Gregor — Bug 1269209 - Port test_bug678842.html from chrome to plain; r=masayuki | |
5d2f4867ec7fd3a9ee330f5952cf9e95e7f5ebe9 | Aryeh Gregor — Bug 1269209 - Port test_bug338427.html from chrome to plain; r=masayuki | |
c7d8d25e09b66c418d8fe1fbfdf3a95c403536aa | Aryeh Gregor — Bug 1269209 - Port test_async_UpdateCurrentDictionary.html from chrome to plain; r=masayuki | |
816ee7cab76bbbbdc925b03380d2ec8fff6e35e8 | Aryeh Gregor — Bug 1269209 - DOS -> Unix newlines; r=masayuki | |
e71532f2babd75e8b92f39a10a59bd665b26af82 | Aryeh Gregor — Bug 1269209 - Fix incorrect bug number in test; r=masayuki | |
1b996ae995fe59435b44e478878eae995cd44394 | Ray Lin — Bug 1312324 - Add test to confirm fullscreen availability when video in an iframe. r=jaws | |
0b1ae9f4f07bd823d91fadc1b2eac168e37363ca | Munro Mengjue Chiang — Bug 1308412 - fix setCaptureHeight() failure; r=jesup,jib | |
0680e3176fa56b00a75d187b9b338546371486a8 | Munro Mengjue Chiang — Bug 1308412 - retrieve CVImageBuffer from CMSampleBuffer if it doesn't contain any CMBlockBuffer; r=jesup,jib | |
1509b970b24f6b97a26c3a5b9afa89d0fad6a5cd | dimi — Bug 1305581 - Verify that V4 updates were applied correctly by computing a checksum on the final result. r=francois | |
660be9ffa179f71f28180a6f318590614d403364 | James Cheng — Bug 1306219-Part3 Add logic to determine if Widevine keysystem is supported on Fennec. r=cpearce | |
9ae64306a553a1b6bf40322a41c23a25e5684106 | James Cheng — Bug 1306219-Part1 Rename GMP_* into EME_* r=cpearce | |
89cf1a59692a16c48711797dfe2d7c5dcd7eb5b0 | James Cheng — Bug 1306219-Part2 Add utility function to invoke MediaDrm and MediaCrypto checking API. r=cpearce,jchen | |
f668770cfb69bf698ad6ad59ca0fd3cdf1f60686 | Michael Kaply — Bug 1309304 - Move search python files to a central location. r=glandium | |
e1565fbf68350f99934fd3c675952dda2a46db72 | Thomas Nguyen — Bug 1296802 - remove LOAD_CLASSIFY_URI flag to prevent telemetry pings from running through the URL Classifier. r=francois | |
1c508ae660233d0bcb1c231a7243af42f503f79b | Samael Wang — Bug 1276553 - Part 5: Add test case. r=smaug | |
97f2b5e98b9c923239278815c0ee0a67389602a9 | Samael Wang — Bug 1276553 - Part 4: Implement frameloader level GroupedSHistory. r=smaug | |
3bac8b1f4cd434cb08880871bd4498c07e1c4ca8 | Samael Wang — Bug 1276553 - Part 3: Add groupedSHistory related functions to nsIBrowser. r=smaug | |
97ff05c0dc7d5ec0efb4078cc6e288e6f8ba3e90 | Samael Wang — Bug 1276553 - Part 2: Move nsIBrowser to dom/interfaces/base. r?=smaug | |
09b9bd35cf63d6b26fcbbcacee6043c8e82e38d8 | Samael Wang — Bug 1276553 - Part 1: Make nsISHistory support partial mode. r=smaug | |
1ba26e18f7cabe9f232780081d8b66366c7ddef4 | Jamie Nicol — Bug 1026404 - Disable OES_EGL_image and OES_EGL_image_external on SGX 544 MP devices. r=eflores | |
2199f815eaa9478cc781bed08291162f20e59bd5 | Andreas Pehrson — Bug 1312234 - Wait for gUM capture messages when tearing off a tab. r=florian | |
3e8ddc7e657519e979f374c1a97e2aec4c97505d | JW Wang — Bug 1311924 - Handle play state changes in state objects of MDSM. r=kaku | |
0c8e6757abd6e3f0194249a6e6d324b70c15dc77 | jordan9769 — Bug 1311349 - Enable eslint of browser/components/translation/; r=florian,standard8 | |
archaeopteryx@coole-files.de Thu Oct 27 22:44:07 2016 +0000 | 9272c247ecf1fc24a72b4ef3181d95c12b2063d2 | Joel Maher — Bug 1313426 - gecko decision task: ValueError: No JSON object. fix SETA. r=dustin r=bustage-fix a=bustage-fix |