Changes pushed after changeset e92ff56d2be21676b447c6fbb87b4c4479539bc9, up to and including changeset 826b59e57fe4274954088e7a9ed9bab092203e1c
User Push date [To Local] | Changeset | Patch author — Commit message |
ccoroiu@mozilla.com Fri Feb 22 16:31:14 2019 +0000 | 826b59e57fe4274954088e7a9ed9bab092203e1c | Coroiu Cristina — Merge inbound to mozilla-central a=merge ← 42 merge changesets [Collapse] |
| 31404c0c060e9ee2c46b56a199369a3e42d668e4 | Mats Palmgren — Bug 1526567 - Fix devtools dependence on this bug. r=dholbert |
| 739201563949300a8fe729d07a49e7b634231922 | Mats Palmgren — Bug 1526567 - [css-grid] Make the block-axis percentage basis be indefinite for measuring reflows. r=dholbert |
| 27284783216cf774b8efdd3283620c669c58c40a | Alex Henrie — Bug 1529182 - Recalculate context scale when inflating mRect of SVG text. r=longsonr |
| 02aebe5267552208953599fbdf2879030227a2c6 | Dorel Luca — Merge mozilla-central to mozilla-inbound. CLOSED TREE |
| 43dea2157ab5388cc8619c3e876970b64295c84b | Rainier G — Bug 1529468 - Remove devtools.inspector.fonthighlighter.enabled pref. r=gl |
| 9c4636d8d2ffb58001ccfc76c4ec5a529f068173 | Rainier G — Bug 1529379 - Remove devtools.inspector.changes.enabled pref. r=gl |
| 5b7a07b449ba9d2a0737a3d193d8fec3984ab9ca | Jeff Walden — Bug 1529298 - Initialize all ArrayBuffers that store their data inline using a single function. r=sfink |
| 3556d94cbc81358a0dbe561079b71f924c235d3f | Jeff Walden — Bug 1529298 - Add BufferKind::NO_DATA for ArrayBuffers that have no data (whether because byteLength is zero or because the ArrayBuffer is detached), for which the value of |ownsData()| is irrelevant. r=sfink |
| 1cead3a873e2b866f6ffdc1e1f9a83442070a72c | Jeff Walden — Bug 1529298 - Remove ArrayBufferOffset::offsetOfFlags as unused. r=sfink |
| dcdddf46e820597ddcc985590782fd393cf4291b | Jeff Walden — Bug 1529298 - Add BufferContents::createFoo functions for every kind so that the templaty, harder-to-search-for create function can be removed. r=sfink |
| 76e407233988bf81de782ec951887e02e43a8d09 | Jeff Walden — Bug 1529298 - Consistently use "ArrayBuffer" instead of the vaguer "array buffer" in ArrayBuffer-related JSAPI descriptions. r=sfink |
| b2c09226e55b6d3b19160b585bc177d8df528264 | Jeff Walden — Bug 1529298 - Simplify ArrayBufferObject::createForContents some now that it's only ever passed non-null contents. r=sfink |
| 4771a589408dc33f8751eb8b4c9fc2b087967ae9 | Jeff Walden — Bug 1529298 - Only pass BufferContents containing a non-null pointer to |ArrayBufferObject::createForContents|. r=sfink |
| 51d373ab477b31f1306de895e235e9a879a5c099 | Jeff Walden — Bug 1529298 - Make AllocateArrayBufferContents return uint8_t*, and make its callers consistently not redundantly report OOMs. r=sfink |
| 92fc3d9b6699885b0af2feb47b9577640d6d2898 | Jeff Walden — Bug 1529298 - Remove trailing arguments to ArrayBufferObject::createForContents that are identical for every caller. r=sfink |
| 765bc7a86f726c7fd3633ca29026cc10f4950864 | Jeff Walden — Bug 1529298 - Rename the two ArrayBufferObject::create overloads to ArrayBufferObject::create{Zeroed,WithContents}, and inline a simplified form of the more-complex ArrayBufferObject::create into the new createZeroed function. r=sfink |
| 5a304d4b53c05587d9da2fdb4db5276380c6ff5b | Jeff Walden — Bug 1529298 - Remove ArrayBufferObject::hasData and perform its operation in its sole caller in a more straightforward manner. r=sfink |
| 76600605e1e3ce8a54e7ab8c1d98851cad365959 | Jeff Walden — Bug 1529298 - Remove JS_ExternalizeArrayBufferContents because it has no users except in tests, implements complicated ownership semantics, and is definite implementation complexity. r=sfink |
| 9e5e10661a782ba3bd5836eef5505b3f10e09967 | Jeff Walden — Bug 1529298 - Move most of JS_ExternalizeArrayBufferContents into a static member function on ArrayBufferObject so that internals-observing code isn't smeared across two functions. r=sfink |
| c0aee08543ad5825d3a08aedf60ea8b1f524625f | Jeff Walden — Bug 1529298 - Split PLAIN into INLINE_DATA/MALLOCED for ArrayBuffer kinds. r=sfink |
| efd2d5e7ec57c3f347b74ace7ea4605b84bfeac5 | Jeff Walden — Bug 1529298 - Rename JS_NewArrayBufferWithExternalContents to JS_NewArrayBufferWithUserOwnedContents to better accord with the USER_OWNED ArrayBufferKind name, and to avoid namespace overload with the semantically distinct JS_NewExternalArrayBuffer and JS_ExternalizeArrayBufferContents functions. r=sfink |
| 9cb1a38c00ed72c33b02781d4ece643fb80ba5fd | Jeff Walden — Bug 1529294 - Add a test for ArrayBuffers with external contents not being serializable. r=sfink |
| eed1098d0d6c9e3af5b02154295e452c6c21bb48 | Csoregi Natalia — Backed out 16 changesets (bug 1529298, bug 1529294) for spidermonkey bustages on testAtomicOperations.cpp. CLOSED TREE |
| 21dcc5f55dca9153a32c89dd0f000d5add8ebdfd | Michal Novotny — Bug 1529498 - null pointer writes in mozilla::net::Predictor::LearnNative, r=valentin |
| d4d8f0d1f542d7e7b9bd148db416ed258d7b07ba | Adam — Bug 1520560: Rename 'Firefox Account' to 'Sync' by using '{ -sync-brand-short-name }' in Preferences. r=lina,flod |
| d80b681a68e6a273d1663d5048c3dfcd7b4debd1 | Jeff Walden — Bug 1529298 - Initialize all ArrayBuffers that store their data inline using a single function. r=sfink |
| 086849ef0dd549f9562bc56e79abb62047a99d15 | Jeff Walden — Bug 1529298 - Add BufferKind::NO_DATA for ArrayBuffers that have no data (whether because byteLength is zero or because the ArrayBuffer is detached), for which the value of |ownsData()| is irrelevant. r=sfink |
| 6f66e6c059df0b3a13307c83ffb98b821cd592a4 | Jeff Walden — Bug 1529298 - Remove ArrayBufferOffset::offsetOfFlags as unused. r=sfink |
| 6cc3cd982953405eaa669248b103c5cc6b987d57 | Jeff Walden — Bug 1529298 - Add BufferContents::createFoo functions for every kind so that the templaty, harder-to-search-for create function can be removed. r=sfink |
| d80ce47bba5278fb6779bfa248d214c6da358ea8 | Jeff Walden — Bug 1529298 - Consistently use "ArrayBuffer" instead of the vaguer "array buffer" in ArrayBuffer-related JSAPI descriptions. r=sfink |
| deaa41ca96da55cb27d03ea2c60895a25474488a | Jeff Walden — Bug 1529298 - Simplify ArrayBufferObject::createForContents some now that it's only ever passed non-null contents. r=sfink |
| e7fad41d68e05c402c314b596465d16670f7eb89 | Jeff Walden — Bug 1529298 - Only pass BufferContents containing a non-null pointer to |ArrayBufferObject::createForContents|. r=sfink |
| b3e668a95d3211f479b03b0ca7b2c5fa6a8fa39e | Jeff Walden — Bug 1529298 - Make AllocateArrayBufferContents return uint8_t*, and make its callers consistently not redundantly report OOMs. r=sfink |
| c9f62f10eeb5db27027ebb2c6ad54db1d23a9db6 | Jeff Walden — Bug 1529298 - Remove trailing arguments to ArrayBufferObject::createForContents that are identical for every caller. r=sfink |
| 1477b8eb544268bdd7deacd909077bfbebc59f0e | Jeff Walden — Bug 1529298 - Rename the two ArrayBufferObject::create overloads to ArrayBufferObject::create{Zeroed,WithContents}, and inline a simplified form of the more-complex ArrayBufferObject::create into the new createZeroed function. r=sfink |
| 5be8cb19ad3d9f581bacf4a6acf9a7dba43dd5da | Jeff Walden — Bug 1529298 - Remove ArrayBufferObject::hasData and perform its operation in its sole caller in a more straightforward manner. r=sfink |
| 432b2e88c651908122e95cc5bdca63aed1758217 | Jeff Walden — Bug 1529298 - Remove JS_ExternalizeArrayBufferContents because it has no users except in tests, implements complicated ownership semantics, and is definite implementation complexity. r=sfink |
| 3512de18097c797cdbeec56b56efdf3e36eb3399 | Jeff Walden — Bug 1529298 - Move most of JS_ExternalizeArrayBufferContents into a static member function on ArrayBufferObject so that internals-observing code isn't smeared across two functions. r=sfink |
| 9294b0d54597d7ef4ec4615739306f9bb9f3d1e5 | Jeff Walden — Bug 1529298 - Split PLAIN into INLINE_DATA/MALLOCED for ArrayBuffer kinds. r=sfink |
| c5a391fd808f66366fb776e2df7e5d204d87c3ab | Jeff Walden — Bug 1529298 - Rename JS_NewArrayBufferWithExternalContents to JS_NewArrayBufferWithUserOwnedContents to better accord with the USER_OWNED ArrayBufferKind name, and to avoid namespace overload with the semantically distinct JS_NewExternalArrayBuffer and JS_ExternalizeArrayBufferContents functions. r=sfink |
| 086f0ad274878ad9982cc088bad6e170e260c96a | Jeff Walden — Bug 1529294 - Add a test for ArrayBuffers with external contents not being serializable. r=sfink |
ccoroiu@mozilla.com Fri Feb 22 16:25:14 2019 +0000 | a1d118e856dd41925677327b05aebe4e249f817e | Coroiu Cristina — Merge autoland to mozilla-central a=merge ← 94 merge changesets [Collapse] |
| f17b109fc6acc85d91cbac9b566b696d26052cd9 | Coroiu Cristina — Backed out changeset a465a9a1a913 (bug 1526752) for mochitest failures with ValueError: need more than 1 value to unpack |
| a3bbf59239a6ec1bfd1669b478497851f3f280d2 | Michael Ratcliffe — Bug 1042082 - Chrome event bubbles are displayed when they shouldn't be r=ochameau |
| a465a9a1a91318af3f4a13adae4feaec3bb373a9 | Dave Hunt — Bug 1526752 - [mozdevice] Run modernize over adb.py; r=ahal |
| 0cae81e9776e2e491ee73513d3644ad7f1bcec62 | Dorel Luca — Backed out changeset cd5dbeee8c5d (bug 1502917) for build bustage. CLOSED TREE |
| 1044ef0e7225440ecc2c8c9668c6fd0f54b32f64 | Lawrence — Bug 1515009 Deduplicate code for displaying multi-store data in about:telemetry r=janerik |
| cd5dbeee8c5d53b8c48925e9ad0befcf6cd6d28e | Tarek Ziadé — Bug 1502917 - Adding ChromeUtils.RequestProcInfo() - r=Ehsan,mstange,kershaw,mhowell |
| 8d8fad0c21abb1086ecf1ebc1f418169332925d1 | Kartikaya Gupta — Bug 1529288 - Increase number of allowed fuzzy pixels slightly. r=jrmuizel |
| 5b788d022b913e0a018f43ac40b234f343f0588c | Michael Ratcliffe — Bug 1501698 - Remove devtools/server/actors/highlighters/flexbox.js::renderAlignItemLine() r=pbro |
| 2381f28f2f280c4e6a5b62239d7b76feccd56ccc | Nicholas Nethercote — Bug 1529452 - Fix a silly bug. r=glandium |
| 325a242a942ca664e173aa31e4f3bb626591ebff | Nicolas Silva — Bug 1528753 - Update euclid dependency. r=kvark |
| d88b5f155edc46d64511c2da4dcb40912ef25a72 | Nicolas Silva — Bug 1528753 - Compute the layout space tiling origin. r=kvark |
| faa0d674fe5f86219b9c2e0ee53a990adbdd9ff2 | AndreiH — Bug 1428714 - [mozrunner] Add support for Python 3 r=davehunt |
| 9878f3e6e85edf0fe2efcf0bb496fff05da05278 | Marco Bonardo — Bug 1526817 - Enable browser_autocomplete_enter_race.js for QuantumBar. r=adw |
| bdba94f1c64fabbb9c3c159bdf1efe97c29a35bd | Marco Bonardo — Bug 1524597 - Document what setValueFromResult does for extension results. r=adw |
| 928e7fda3cb43594f888899ba9a460d8433e93e1 | Masayuki Nakano — Bug 1529177 - Make InsertTagCommand::DoCommandParams() use nsGkAtoms to set attribute r=m_kato |
| e09b17d9a1536322b39362f443292a4172f430ba | Makoto Kato — Bug 1518716 - Define platform macros such as GP_OS_android for Android/x86-64. r=jseward |
| 417bde7df0b6a2143db773432cfed4fdc3c9a3ff | Brian Birtles — Bug 1528883 - Make isPseudoElement test for .element instead of .ownerDocument; r=daisuke |
| f35e52301a453825fbe63b074b7702968786d8fe | Brian Birtles — Bug 1528883 - Rename CSSPseudoElement.parentElement to CSSPseudoElement.element; r=bzbarsky |
| a50238785f3d0db6c47a0d8b846f0d3798d6daf5 | Masayuki Nakano — Bug 1528943 - Stop trying to retrieve raw keycode value when native virtual keycode is VK_PROCESS r=m_kato |
| d25bc324f8faa6cb66b58fce64cfef8fbf632d9d | Paul Bone — Bug 1528867 - Add a new version of the GC_NURSERY_BYTES telemetry histogram r=chutten |
| 7c5bbf3bb4d8428b3216e7b23f43f8b1b64dfab5 | Harry Twyford — Bug 1522039 - Changes default Touch Bar button set and replaces icon on Close Window button. r=bwinton,mikedeboer |
| 8d57907127de37b283eddfbb5bc3be2904d565e7 | Edwin Gao — Bug 1529848 - increase maximum length for task identifiers to 38 r=tomprince |
| dea9d4611ffb99fcd3cb30d6a5d9fc6e67cb80ff | Ting-Yu Lin — Bug 1527725 - Exclude ColumnSetWrapperFrame from the first letter style consistency check in nsBlockFrame. r=dbaron |
| 249d28925fc77366344d232013b80bb0705e9a62 | Dorel Luca — Merge mozilla-central to autoland. CLOSED TREE |
| e6c672abfb049bc685ac1154c0128cb6e1eac88f | Bogdan Tara — Backed out 2 changesets (bug 1528409) for ParseNode.cpp caused Linux bustages CLOSED TREE |
| f98b2b56419168bbcd72e16de5f4b08e458c0d26 | Ed Lee — Bug 1529755 - Add Hero caps, remove maps and bug fixes to Activity Stream r=k88hudson |
| 050422e845dfe91da981216d14d62246ffde9372 | Edouard Oger — Bug 1490671 - (Follow-up) Apply some recent subdialog fixes. r=vladikoff |
| 943ee01602f79631e350fb64dc4df2637288e8e8 | Masayuki Nakano — Bug 1505668 - part 3: Stop supporting "cmd_copyAndCollapseToEnd" since only CopyPasteAssistent refers it but nobody uses it r=m_kato,TYLin |
| 77ba9317b13a25fe497bdae13171a57b737f5ecc | Masayuki Nakano — Bug 1505668 - part 2: Stop supporting "cmd_setDocumentOptions" since nobody uses it r=m_kato |
| f4d6aae36e1a128029d97df6a160c862994eca56 | Masayuki Nakano — Bug 1505668 - part 1: Stop supporting "cmd_clearUndo" since nobody uses it r=m_kato |
| fcfca62a802ab95854436796861707f1857d15d9 | Geoff Brown — Bug 1528361 - Avoid unnecessary error message from Android marionette/wpt tests when profile is missing r=bc |
| c916eda98b1bb33d1f3aa1a7b92d69eb708a884d | Jason Orendorff — Bug 1524628 - Fix a race condition in a devtools style editor test. r=ntim,yulia,miker. |
| a61445bab1ecf63251bc1b08052ef6ce44e9781c | Jason Orendorff — Bug 1524612 - Fix a race condition in a devtools middleware test. r=bhackett |
| 49ade2dbfd2b7d83af1f42a8a0e3b1380042673c | Jason Orendorff — Bug 1528409 - Part 2: Rename ParseNodeArity to ParseNode::TypeCode. r=khyperia |
| 76f2dc5538787fe4f65f7730c096118eaecfe5a7 | Jason Orendorff — Bug 1528409 - Part 1: Autogenerate the dispatch code in ParseNode::dump(). r=khyperia |
| 836b8cf19a9806c374b5712f6061006e72dba245 | Jason Orendorff — Bug 1529701 - Fix wrong bug number in a comment in a test configuration file. r=tcampbell |
| c062f6742b11ed2ef84c392f8c4c895cf77b5cf9 | Sam Foster — Bug 1526614 - Focus window and wait when testing if notification is dismissed, re-enable test on Linux r=MattN |
| d3cacfd1b84ec6a3d0d01a11d3d434f2b5581227 | Masayuki Nakano — Bug 1528676 - Remove telemetry probes for HTMLEditors which have shown Gecko build-in editing UIs and if they are operated r=m_kato,Ehsan |
| 903a04ef7adcece77a10381b169c40b0831aa529 | Bogdan Tara — Backed out changeset b8c7842e8b1a (bug 1512806) for Windows 2012 bustages complaning about gen_cflags CLOSED TREE |
| c320a8b15dfc10065c8606baba0d8a2fdb0bfbc1 | Bogdan Tara — Backed out 5 changesets (bug 1304001) for dom/html/test/test_bug430351.html failures CLOSED TREE |
| 79ef46467344a0c6c59d7a3fa38901342ca1b3dd | Bogdan Tara — Backed out changeset 9316cb12864b (bug 1424159) for browser_webconsole_longstring failures CLOSED TREE |
| 1502462b388b017571bc32fa57ed705d1f326b54 | Ehsan Akhgari — Bug 1527505 - Part 11: Avoid looking up the effective TLD service repeatedly inside the permission manager; r=nika |
| baf310ea412c45b126844e084228a20d4d1ac640 | Ehsan Akhgari — Bug 1527505 - Part 10: Add a variation of TestPermissionFromPrincipal() that knows to not check for the presence of a default pref if the caller knows the permission type doesn't support default prefs, and use it in the anti-tracking backend; r=nika |
| c7260676a0f722ca69f7f99074679eb9f1f75cb7 | Ehsan Akhgari — Bug 1527505 - Part 9: Make nsIPermissionManager accept ACString arguments for permission types instead of raw C strings; r=nika |
| bebbfddb851f4c8dc249a8b0547c62cbc21041d4 | Ehsan Akhgari — Bug 1527505 - Part 8: Lift the handling of expanded principals out of CommonTestPermissionInternal() into CommonPrepareToTestPermission(); r=nika |
| da66636d6d3e41687ad6ff8e0b313f596bd3035e | Ehsan Akhgari — Bug 1527505 - Part 7: Compute the default permission in the recursive loop only once; r=nika |
| 05278d2d4e7348d20f97b2fa26ec0e3b67fbca2f | Ehsan Akhgari — Bug 1527505 - Part 6: Use inline storage for storing the type array in order to speed up searching though it in the common case; r=nika |
| 6593aa8f25dd8be43bb2161472572db2aee4750d | Ehsan Akhgari — Bug 1527505 - Part 5: Inline nsPermissionManager::GetTypeIndex(); r=nika |
| 6d0d4698d35a80e23ac29b619c4570e0867740fd | Ehsan Akhgari — Bug 1527505 - Part 4: Compute the type index in the recursive loop only once; r=nika |
| dc3ac9b1a0a8570ed965acad943667b1a73f82e1 | Ehsan Akhgari — Bug 1527505 - Part 3: Compute the origin hash once when storing permissions; r=nika |
| 39fcd32789bbf497fddc0a12a1e384a117c0761a | Ehsan Akhgari — Bug 1527505 - Part 2: Inline the IsSystemPrincipal check; r=nika |
| 93e82f542352ee4a73caafde67459c90bf1f8d1b | Ehsan Akhgari — Bug 1527505 - Part 1: Add a platform-bench test for measuring the performance of TestPermissionFromPrincipal() in the common case that the anti-tracking backend uses it; r=nika |
| 024508ba77dec75d13a8756701cdebc8485742c1 | Ehsan Akhgari — Bug 1529622 - Initialize jsJitArgsRectifier_, jsJitExceptionHandler_ and preBarrierCode_ in wasm::Instance's constructor; r=luke |
| e291cb4e39c7a5cffcbcba639f7bbd8b9b385e0c | Cameron McCormack — Bug 1529389 - Add a WPT for IntersectionObserverEntry.isIntersecting. r=dholbert |
| c97884641175548d8543f1f0a531f946e9dc2973 | Shivam Singhal — Bug 1528628 - Remove unused JSContext argument of JS_ObjectIsFunction. r=sfink |
| 64dd671a7a607cca726d4ce82ebf92fd4902ef70 | Jan de Mooij — Bug 1529306 - Trigger GC timers before CC timers in nsJSContext::RunNextCollectorTimer. r=mccr8 |
| b8c7842e8b1a13969e94f90a165930aa8194bca6 | Mike Shal — Bug 1512806 - Pass correct profile flags for Android PGO; r=firefox-build-system-reviewers,chmanchester |
| 59ec14e90a541ea00b2971f6e4247f524df9da06 | Kartikaya Gupta — Bug 1528987 - Send the gecko scroll offsets for scrollframes to WR. r=gw |
| 106c2c83d88328c630ecf0fd0b8f95f9e47b5d2a | Felipe Gomes — Bug 1489780 - Avoid unnecessary clean-up on ActorChild. r=mconley |
| 59ff3930c20e884e8482e94b597405683c304409 | Emilio Cobos Álvarez — Bug 1528675 - Rename NODE_CHROME_ONLY_ACCESS to NODE_HAS_BEEN_IN_UA_WIDGET, and use that to determine our wrapper scope. r=bzbarsky |
| 2681b6f4e98fd7447098a5467389297ea1ba17d6 | Emilio Cobos Álvarez — Bug 1528675 - Remove XBL's chromeOnlyContent stuff. r=bzbarsky |
| 92f35371d6b31ec12b5563034c1110dd794018f3 | Tom Schuster — Bug 1528931 - Introduce JS::ValueType and Value::type. r=jandem |
| 2e049c2537d4b5cf0615448c8371950a9990f18d | Dão Gottwald — Bug 1526597 - Canonization should be applied to all result types, and the input's value should reflect the canonized URL. r=mak |
| 4e79e369f1ee46395375a92400b877127a4f6cea | Mike Hommey — Bug 1529195 - Allow to pass a different directory than $DIST to install artifacts to. r=chmanchester |
| b78a6ad317cfc135f6632d9e4cacecc34e4fa334 | Mike Hommey — Bug 1529195 - Allow to opt-in to symbols/host-bin artifacts from the CLI. r=chmanchester |
| e953a0b9aefc7d986a99f44a2b551484ca0d8844 | Mike Hommey — Bug 1529195 - Remove the get_job_details function. r=chmanchester |
| b151215219e976306a660a7b4af6a8f9beac15b9 | Mike Hommey — Bug 1529195 - Cache list of artifacts and task id for a given set of (tree, job, rev). r=chmanchester |
| 70d73ba56f65b522a7deb246a0d8a9e95ed3b367 | Mike Hommey — Bug 1529195 - Move per-job package regexp to per-platform. r=chmanchester |
| 8f52eac86c83f612d3e196cdb175bfd958b7439b | Mike Hommey — Bug 1529195 - Remove per-job tests regexp definition. r=chmanchester |
| cd0887190430ab3b8f2918e1f4fa13235a08459b | Mike Hommey — Bug 1529195 - Remove artifact filters for firefox-* and fennec-*. r=chmanchester |
| 21e5e458085d7f1ef210e2d4873d9af6d7726ba8 | Bogdan Tara — Backed out 3 changesets (bug 1526327, bug 1522705) for WebExecutorSupport.cpp caused Android build bustages CLOSED TREE |
| 275c3744e05930008a7e2c6adbbb1cb8ccba5767 | Matthew Noorenberghe — Bug 1304001 - Stop passing the top window to LoginManagerContent. r=sfoster |
| c9628639b5e13d96e0c7260b5875d3987937d80c | Matthew Noorenberghe — Bug 1304001 - Move LoginUtils._getActionOrigin to LoginHelper. r=sfoster |
| 7d8f97779a35029dcbc72430464e7254ef1d72ca | Matthew Noorenberghe — Bug 1304001 - Move LoginUtils._getPasswordOrigin to LoginHelper. r=sfoster |
| a5644de3c2f5a4dcb7e9bc4c6b0f822543d8736e | Matthew Noorenberghe — Bug 1304001 - Update comments related to gEnabled/rememberSignons. r=sfoster |
| e23ef4dbbc7fbd92321aa7deb4be32c11eb7d8bb | Matthew Noorenberghe — Bug 1304001 - Update LoginHelper prefs even if no logger was created. r=sfoster |
| 632d46b315765eac2a7b18f276df0c68f18d3177 | Andy Wingo — Bug 1528799 - Add BigInt::dump() implementation r=jwalden |
| 9316cb12864b8c9b377de978ad22b861567cd4bd | Yura Zenevich — Bug 1424159 - make trees in console keyboard accessible. r=nchevobbe |
| a0bd7500c6a2b8a5a8bf2597aa461359a27aa5be | Felipe Gomes — Bug 1525100 - Remove ColorAnalyzer.jsm and related files, which are dead code. r=mak |
| d9bee06810e5dfc2b23d92b23ea3341961e5a596 | Ting-Yu Lin — Bug 1529444 - Add operator<< for PseudoStyleType to dump a string. r=emilio |
| 81df30b5a3a1df48ad4719af9e5efa8b68501725 | Nika Layzell — Bug 1528387 - Make actor name implicit to JSWindowActor::SendAsyncMessage, r=jdai |
| dbce5a153b63966b429060d9d7dfdf0404b38e4f | Marco Bonardo — Bug 1525547 - Unify removing Quantum Bar entries to shift+DEL/BKSP. r=dao |
| dca3c3efb01594e769231bd1ce2790210d762c49 | Felipe Gomes — Bug 1520075 - Store the window reference on the child actors as a weak reference. r=mconley |
| ad2243581733f322bdabf60b5a1d619b0de96985 | Aaron Klotz — Bug 1529429: Part 2 - SHIELD opt-out for launcher process in Nightly; r=mhowell |
| 1dad7090feddaff6eff2b830a931ced968e3cdc5 | Aaron Klotz — Bug 1529429: Part 1 - Make the installer initially disable the launcher process on Nightly; r=mhowell |
| 6795ccfe2b9b04d9f70bc0709e6fbecd4c76ce94 | Matthew Gaudet — Bug 1473830 - Mark OSR TypeBarriers for Null/Undefined/MagicOptimizedArguments as implicitly used, and don't eliminate them during DCE r=nbp |
| 68628da99bd04b059510bc5aa65d662e121ad73d | Alexandre Poirot — Bug 1269919 - Prevent test harness from creating target on teardown. r=jdescottes |
| c018b87959c2deb9c8f09aa782bfbc5620f13c21 | Alexandre Poirot — Bug 1269919 - Stop emitting newSource on the target actors. r=jdescottes |
| 001ec91a5e5fabfbfc7c36c8b9194ce9c607e51d | Alexandre Poirot — Bug 1269919 - Unify all the attachThread methods on Target class. r=jdescottes |
| 6dea1af622796849e155b91d7bfb74c716eb1863 | Jim Blandy — Bug 1527862: Use proper initialization condition in AutoDebuggerJobQueueInterruption destructor. r=arai |
| 11f1c1b18d2823dfcbc92b4272d7a9c1058e6ce1 | James Willcox — Bug 1526327 - Add GeckoWebExecutor.FETCH_FLAGS_NO_REDIRECT r=geckoview-reviewers,droeh,esawin |
| 194be6b55fc4e757cc1e3a284c28ba6085e98f8d | James Willcox — Bug 1522705 - Add streaming response support to GeckoWebExecutor r=esawin,agi |
| d116b37215697707fd6043f33182a70c2a40e214 | James Willcox — Bug 1522705 - Add /data/<count> path to HttpBinHandler r=geckoview-reviewers,esawin |
ccoroiu@mozilla.com Fri Feb 22 08:11:12 2019 +0000 | 98c743692a8494dbd609abe2f96b8297f777cad6 | Coroiu Cristina — Backed out changeset 367ca1e16853 (bug 1528146) on request by igoldan, assignee didn't replied back on time a=backout |
rgurzau@mozilla.com Fri Feb 22 05:28:27 2019 +0000 | 93c4470ee3af339226fe5ccb8db273be87b9935a | Gurzau Raul — Merge inbound to mozilla-central. a=merge ← 107 merge changesets [Collapse] |
| e70117d89f29bad9d54d1bb61f680fea5dc40cc0 | Brian Grinstead — Bug 1523957 - Fix places-tree horizontal scrollbar by calling super.connectedCallback;r=bgrins |
| 20b3e9001dbc9b745c491bb422e158e9561e2938 | sotaro — Bug 1528865 - Change SwapChain's BufferUsage as to add DXGI_USAGE_SHADER_INPUT r=kvark |
| a6606e85276716b93695029cb914a678beb51708 | Victor Porof — Bug 1523957 - Convert trees to custom elements, r=bgrins, mak, standard8, MattN |
| 1657fe18be9bc445c7838e3b4e93a9bfc4f85e7f | Agi Sferro — Backed out changeset f5a7724e2c03 for causing crash in Fennec. r=backout |
| 6f836dba1aedc6226435ddeab17c0e00f876d72d | Jeff Gilbert — Bug 1527534 - Reuse LoadApitraceLibrary. r=lsalzman |
| 9126918c9977bed98524bccb703391f05146db38 | Kris Maglione — Bug 1524687: Follow-up: Fix rebase artifacts. r=trivial DONTBUILD |
| 749b314d6c2807b4f413b890be1d52e78cbf1b9c | Csoregi Natalia — Backed out 95 changesets (bug 1526580, bug 1527281, bug 1527283, bug 1526852, bug 1526596, bug 1526595, bug 1526831, bug 1488208, bug 1526839, bug 1526599, bug 1526598, bug 1526592, bug 1526746, bug 1526728, bug 1526601, bug 1527139, bug 1526606, bug 1526604, bug 1526625, bug 1526700, bug 1526626, bug 1526621, bug 1526627, bug 1526623, bug 1526585, bug 1527455, bug 1526264, bug 1526608, bug 1526644, bug 1527156, bug 1527157, bug 1526643, bug 1527153, bug 1526893, bug 1528824, bug 1526610, bug 1526594, bug 1526581, bug 1526603, bug 1526583, bug 1526827, bug 973341, bug 1526587, bug 1526620, bug 1526270, bug 1526849, bug 1526732, bug 1527044, bug 1526730, bug 1527042, bug 1526718, bug 1526616, bug 1526617, bug 1526619, bug 1526739, bug 1526612, bug 1526860, bug 1527046, bug 1527273, bug 1527149, bug 1527444, bug 1526848, bug 1527278, bug 1527448, bug 1527276, bug 1527143, bug 1526767, bug 1526611, bug 1504391, bug 1516736, bug 1527461) for spidermonkey bustages on streams/readable-streams/brand-checks.any.js. CLOSED TREE |
| a15983fcecca1837814168098a6e1c6846e91bbd | moz-wptsync-bot — Bug 1528824 - [wpt-sync] Update web-platform-tests to f8a1bfbe5454352d3f5b58845829968ff212519b, a=testonly |
| 2553bea1f659f0e3b4ff2bfd11c37b1065b8cfca | Sam Sneddon — Bug 1527461 [wpt PR 15353] - Add .mailmap to map people to their current names, a=testonly |
| 83f53c1db6f218e861c6dc717f6639276d4cc8b2 | Anne van Kesteren — Bug 1527455 [wpt PR 15357] - HTML: noreferer was never a property of hyperlinks, a=testonly |
| 93eca4ed498e3d3a70271b0cef1eda2bddfe1eec | pyup.io bot — Bug 1527448 [wpt PR 15351] - Update mozprofile to 2.2.0, a=testonly |
| 09ce1b8d983181cd72d1dc01cc3f39d204667ccd | moz-wptsync-bot — Bug 1526700 [wpt PR 15267] - Update wpt metadata, a=testonly |
| 4551719aa85938916312d039c381895f42f7a23d | Johanna — Bug 1526700 [wpt PR 15267] - Add screen orientation test: fire event before promise is resolved, a=testonly |
| 5addc6c0ced0b2d041f260892ca11364da7d6996 | autofoolip — Bug 1527444 [wpt PR 15347] - Update interfaces/webxr.idl, a=testonly |
| 8de204a8ad00b24aff20a74e6faeb01da84c92cf | Kent Tamura — Bug 1527283 [wpt PR 15340] - XMLSerializer: Fix prefixed attribute serialization, a=testonly |
| e8c23fbb5c1ad3219e365916bf9e3ee5c95e7548 | Tab Atkins Jr — Bug 1527281 [wpt PR 15337] - decimal points in numbers, a=testonly |
| 28d2c5bcd984b2339b839f48cc586a1b1ede8ee0 | Tab Atkins Jr — Bug 1527278 [wpt PR 15339] - url whitespace consumption, a=testonly |
| 9128147cb4f186e32ab8c6e57ae69a5333f5bbdb | Xianzhu Wang — Bug 1527276 [wpt PR 15307] - [PE] Avoid crash about unaliased status when skipping fragment clips, a=testonly |
| 70750463a84e4b2ded9be1536e4d6002282a89aa | Eric Willigers — Bug 1527273 [wpt PR 15312] - [css-box] Inheritance, initial values, a=testonly |
| 11e5c7e2782179f1af2ef32fa1f9b01a915156d6 | moz-wptsync-bot — Bug 1526732 [wpt PR 14911] - Update wpt metadata, a=testonly |
| cc6673d871d1996266f8bf9dbc787cb45aa8a0fb | Lan Wei — Bug 1526732 [wpt PR 14911] - Set click count correctly to dispatch "dblclick" event, a=testonly |
| d9c437f2f5f73e52fe4ff4fff2523a3c8b105654 | Josh Matthews — Bug 1527157 [wpt PR 15268] - Add test for contentDocument behaviour during parsing, a=testonly |
| f5f376dc06dcd2fd77aa9c135d3922a4923b387e | Kevin Ellis — Bug 1526718 [wpt PR 15205] - Fix canonical form of rotate property., a=testonly |
| 4ca9dfb6c9bf4be40d5dffa6816520f2e0620e08 | pyup-bot — Bug 1527156 [wpt PR 15331] - Update mozrunner to 7.3.0, a=testonly |
| a9a12335f51646b904893d16990de9ea0f7802eb | James Graham — Bug 1527153 [wpt PR 15330] - Make stability checks provide an explicit message for duplicate test names, a=testonly |
| 3294c6e7ac26d46ca5f7ae40aeba130c100c62a2 | moz-wptsync-bot — Bug 1527149 [wpt PR 15328] - Update wpt metadata, a=testonly |
| 3624a9aa806e8ea05d0401acedba7ac98b240a97 | Anne van Kesteren — Bug 1527149 [wpt PR 15328] - HTML: noopener keyword is tokenized, a=testonly |
| a8f45fe8d265f71d7e8ee3570d2586911b0cb7cb | pyup-bot — Bug 1526827 [wpt PR 15294] - Update mozprocess to 1.0.0, a=testonly |
| 4b473920911b430bb46c02f770179d10f61649b4 | Javier Fernandez — Bug 1526746 [wpt PR 15284] - [css-grid] Overflow should be computed with the actual logical bottom, a=testonly |
| 0185b1ebd9d99d6483c4a15674fe92784e723676 | pyup.io bot — Bug 1527143 [wpt PR 15317] - Update mozversion to 2.1.0, a=testonly |
| de035411df5175e229feddb7f1cf2f17eeafb872 | Anne van Kesteren — Bug 1527139 [wpt PR 15188] - HTML: target=_blank implies noopener; opener support, a=testonly |
| 8aaea665532901af04e96403f156507b91b50f03 | Sam Sneddon — Bug 1526893 [wpt PR 15323] - Remove my deadname from everywhere except tools/third_party, a=testonly |
| e65136aedf288b5291a8d64221d7909140c3200a | moz-wptsync-bot — Bug 1526730 [wpt PR 15280] - Update wpt metadata, a=testonly |
| 5ebf7fe450aa25f3a6e2d555500ba9f195d6b7a1 | Jordan Taylor — Bug 1526730 [wpt PR 15280] - [Animation Worklet] Upstream web tests (related to setting values) to WPT, a=testonly |
| 31c2d8270ec1d8a91c3a3e65515cc0d46a6980ef | Kunihiko Sakamoto — Bug 1526643 [wpt PR 15129] - Fix remaining preload tests flaking on wpt.fyi, a=testonly |
| 20c1c690147bc69cb6f0b44977d6d7406815f8e2 | moz-wptsync-bot — Bug 1526644 [wpt PR 14946] - Update wpt metadata, a=testonly |
| ad78e25fa8ee508b8d45d40448a9c2f24de782bb | Olga Gerchikov — Bug 1526644 [wpt PR 14946] - Initial support for WorkletAnimation.playbackRate, a=testonly |
| 5af6492c193d54ac7df696b6919b61bcea6fd34e | moz-wptsync-bot — Bug 1526728 [wpt PR 15279] - Update wpt metadata, a=testonly |
| 6653907d02d6c7667af466319c8660b27b740792 | Majid Valipour — Bug 1526728 [wpt PR 15279] - [animation-worklet] Basic pause implementation (reland), a=testonly |
| 742cfa6b6a4fac768c6093a68a2d0185c363f635 | moz-wptsync-bot — Bug 1527046 [wpt PR 15306] - Update wpt metadata, a=testonly |
| 1774580635e0a830c29a517dac5f45bf1b27213e | Danyao Wang — Bug 1527046 [wpt PR 15306] - [Payment Request] Add Web Platform Tests for hasEnrolledInstrument()., a=testonly |
| e6fa4f764ee32d55a0fa3226ea20341f5a2146a5 | moz-wptsync-bot — Bug 1527044 [wpt PR 15133] - Update wpt metadata, a=testonly |
| b9e8c01894497753f6b404bd23c4f0cca2398ef8 | Henrik Boström — Bug 1527044 [wpt PR 15133] - Deflake RTCPeerConnection-track-stats.https.html., a=testonly |
| 88eaa5938f41c392ac86241fe48137a73d52bc14 | moz-wptsync-bot — Bug 1527042 [wpt PR 15251] - Update wpt metadata, a=testonly |
| 2d76ea7131706442993aab530f8579a4fe43a909 | Jon Coppeard — Bug 1527042 [wpt PR 15251] - Update dynamic import tests now HTML event handler functions do not have [[ScriptOrModule]] set, a=testonly |
| 0a4e51667fbff6bc5d80fabbd145f7c829dc0650 | moz-wptsync-bot — Bug 1526852 [wpt PR 15300] - Update wpt metadata, a=testonly |
| e509572cb5f94c043fafdf5efebd21009ed49cb6 | Nicolas Pena — Bug 1526852 [wpt PR 15300] - Remove OriginalTimingAllowOrigin from ResourceTimingInfo, a=testonly |
| bbed44007e47d34fcef813af641c1183b9696d55 | Eric Willigers — Bug 1526767 [wpt PR 15287] - [css-overscroll-behavior] Computed values, a=testonly |
| 270a208a65fa372cd2394ae076c337461f21f892 | Rouslan Solomakhin — Bug 1526739 [wpt PR 15281] - [Payment Request][WPT] Fix canMakePayment() tests., a=testonly |
| 5255301763d07829b256b6fc8022064ab01e500f | Raymond Toy — Bug 1526860 [wpt PR 15214] - Round up to the next render quantum for suspend, a=testonly |
| d55f34dc25154f8892045b621f7838f86f61d6fe | Frédéric Wang — Bug 1526849 [wpt PR 15298] - Add an id="log" container at the top of the page for MathML testharne…, a=testonly |
| 24c35c053f86893cd3f2ee462104f3c67a2e0e91 | Philip Jägenstedt — Bug 1526848 [wpt PR 14952] - Remove two uses of dedicated-workers.idl, a=testonly |
| 790dd37ed6d8cb3425adccc8404367b07845c5dc | Rayan Kanso — Bug 1526831 [wpt PR 15295] - [Background Fetch] Fix flaky WP test that's timing out., a=testonly |
| be0f5bc2d2c05df743a2c50d706f806861a9f088 | Frédéric Wang — Bug 1526839 [wpt PR 15297] - Use CSS style to set color of text and background., a=testonly |
| 1de44fe8335870b0ec67ef5923dd43b5ddcc23a3 | autofoolip — Bug 1488208 [wpt PR 12804] - Update interfaces/cssom.idl, a=testonly |
| a8e5651e3fe2288ac22c2c097f4a1bc21d8fef05 | moz-wptsync-bot — Bug 1526627 [wpt PR 15256] - Update wpt metadata, a=testonly |
| 9b419751710b3922d924ca5400071d90a24a1139 | jugglinmike — Bug 1526627 [wpt PR 15256] - [html] Restore coverage for query encoding, a=testonly |
| 9eeef2cb714f6626bca6b6f613f1db47197b9fd6 | moz-wptsync-bot — Bug 1526626 [wpt PR 15181] - Drop nullable document.domain experiment, a=testonly |
| b3909a782c843b02ba400997cbc8d09cb820c1c4 | moz-wptsync-bot — Bug 1526625 [wpt PR 15091] - Update wpt metadata, a=testonly |
| edf27a067f59403fe2a096e2648f99a5aa992378 | Darwin Huang — Bug 1526625 [wpt PR 15091] - Async Clipboard: Integrate readImage/writeImage into generic read/write, a=testonly |
| 508a734668158a416c19d4154f4d8099f1e15fe3 | Jacob DeWitt — Bug 1526623 [wpt PR 15219] - Use XRRigidTransform based on latest webxr spec., a=testonly |
| 50987fe94dc4e73f7d81edd64dacd485b7a57646 | moz-wptsync-bot — Bug 1516736 [wpt PR 14686] - Update wpt metadata, a=testonly |
| 8d1357f4a0e8f1a3898658c507d12988ef5d9af0 | Reilly Grant — Bug 1516736 [wpt PR 14686] - [serial] Implement feature policy checks, a=testonly |
| cb06a5a9b130673b126c4e3a837c3e47ec39ee25 | Eric Willigers — Bug 1504391 [wpt PR 13873] - [css-overscroll-behavior] Parsing, serialization, a=testonly |
| 0cc2cbc16dda0f8e5e6538edb4cea4cf2087927f | Tab Atkins Jr — Bug 1526621 [wpt PR 15286] - Use gPV/sP, as that's slightly more well-supported, a=testonly |
| fef6b005a837a5236ca2592ce1d56edb23778337 | Blink WPT Bot — Bug 1526620 [wpt PR 15285] - [Payment Request][WPT] Fix show() tests., a=testonly |
| 55f8f5e09d2564490bfb94b8b72257e707ce483e | Blink WPT Bot — Bug 1526619 [wpt PR 15283] - [Payment Request][WPT] Fix abort() tests., a=testonly |
| 1a8d89e21632c805a02865b1072b5bd05a72c429 | moz-wptsync-bot — Bug 1526617 [wpt PR 15247] - Update wpt metadata, a=testonly |
| 2f27bcbec4869d7ceed7e81f7517faa1e0a75510 | François Beaufort — Bug 1526617 [wpt PR 15247] - Do not require user gesture if pictureInPictureElement is set, a=testonly |
| 57f0ec9c514299d37537bc902e78b22baffffeb9 | moz-wptsync-bot — Bug 1526616 [wpt PR 15245] - Update wpt metadata, a=testonly |
| dcf8e575dc677ea37501341df2d9493f6b7f5f81 | Nicolas Pena — Bug 1526616 [wpt PR 15245] - [ElementTiming] Use TimingAllowOrigin check and remove bubbling, a=testonly |
| d128a11e3f652a5b4ce9a634205a14eaa2fa9d77 | Brandon Jones — Bug 1526264 [wpt PR 15269] - Implement XRRenderState and XRSession.updateRenderState, a=testonly |
| 1eb176f1d2b7eff2de1e91a36a73345501dcb687 | moz-wptsync-bot — Bug 1526612 [wpt PR 15165] - Update wpt metadata, a=testonly |
| 0cde19c45133df0401ec198c332756af5cdc28cc | Jordan Taylor — Bug 1526612 [wpt PR 15165] - [Animation Worklet] Upstream local-time related web tests to WPT, a=testonly |
| e2346048d1dc0e5f8cf4ae89db15c89a3ca00659 | Geoffrey Sneddon — Bug 1526611 [wpt PR 15278] - Stop running coverage by default in tox, a=testonly |
| 963cd1e41204f836910a951360f6080b39cd003f | Dominic Farolino — Bug 1526610 [wpt PR 15273] - Revert "Link element events should be able to fire more than once", a=testonly |
| 25ce8e1fb42576b24d4994dd62773c67bbe81830 | moz-wptsync-bot — Bug 1526608 [wpt PR 15253] - Update wpt metadata, a=testonly |
| 6513512dcbb930bdcc917c78bff336b8eff69aea | Mason Freed — Bug 1526608 [wpt PR 15253] - Adding tests for scrolling bugs found in BGPT mode, a=testonly |
| 7e79631753f0df864bf6e353163a5e863710e1b2 | Kent Tamura — Bug 1526606 [wpt PR 15263] - XMLSerializer: Fix conflict between a generated ns* prefix and existing xmlns:ns*., a=testonly |
| 7b74aa781fdbb332dd6344d63e40415ece79b2ae | Mason Freed — Bug 1526604 [wpt PR 15194] - Fix BGPT backdrop-filter with opacity<1 parent, a=testonly |
| be67fead7966e109802bb563b1a001c8b5a81efa | moz-wptsync-bot — Bug 1526603 [wpt PR 15234] - Update wpt metadata, a=testonly |
| ce9b01ac64aa12735261776e68f4873e5d883a36 | Dave Tapuska — Bug 1526603 [wpt PR 15234] - Add support for freezing iframes, a=testonly |
| d51d6ded843f88b74d03c54711a41fad6135a223 | L. David Baron — Bug 1526601 [wpt PR 15272] - Sync Mozilla CSS tests as of 2019-02-07, a=testonly |
| 6bb3662762ec54c3611c979b7a86bee5bb1d93e5 | moz-wptsync-bot — Bug 1526270 [wpt PR 15239] - Update wpt metadata, a=testonly |
| 7f235380b02201f3023f328d5b81c29c262f04a9 | Nicolas Pena — Bug 1526270 [wpt PR 15239] - Fix suppportedEntryTypes and PaintTiming IDLHarness tests, a=testonly |
| c10b10b9fcc179bbf18ca1fbcfdba621080a3911 | moz-wptsync-bot — Bug 1526599 [wpt PR 15215] - Update wpt metadata, a=testonly |
| 5070af3aaa0ba01ad7e77655c489153791c8004b | Raymond Toy — Bug 1526599 [wpt PR 15215] - Use oversampling to compute frame number, a=testonly |
| 7348bd11befd0bd068770adf2f8db3537f25745c | Peter Van der Beken — Bug 973341 [wpt PR 15266] - [Gecko Bug 973341] XPath evaluate() fails if reusing an iterator result., a=testonly |
| d2ff85c428aa2bddcf4dc71904e311ffa22edaf0 | Mike Pennisi — Bug 1526598 [wpt PR 15255] - [html] Restore utility method for query encoding, a=testonly |
| 7fd619e9d8746ba80f638eddbde8de9b9b6f632c | moz-wptsync-bot — Bug 1526596 [wpt PR 15097] - Update wpt metadata, a=testonly |
| a3f2954c055c5c09fb25ea019b6efc555fcd127c | Mattias Buelens — Bug 1526596 [wpt PR 15097] - ReadableStream @@asyncIterator, a=testonly |
| 9bc8a95c51a5ed0cd7fd2a319e5b877176488e5f | moz-wptsync-bot — Bug 1526595 [wpt PR 15260] - Update wpt metadata, a=testonly |
| 4cb5caf1eefa17e7ddf2fbe7614e3ed224d730f5 | Kent Tamura — Bug 1526595 [wpt PR 15260] - XMLSerializer: Fix prefix generation algorithm, a=testonly |
| 21f3cd50bec56d819a5c0f47de7d4db8cf7ca0dc | moz-wptsync-bot — Bug 1526594 [wpt PR 15119] - Update wpt metadata, a=testonly |
| 97ef7717938fe283f7d44a382dc948dbc874777c | Brandon Jones — Bug 1526594 [wpt PR 15119] - Support the 'identity' XRReferenceSpace, a=testonly |
| 81fcc5ce16ec20421c5cfa07536d72829763c8e8 | moz-wptsync-bot — Bug 1526592 [wpt PR 15241] - Update wpt metadata, a=testonly |
| 8475d3df7a356a29fa53d69c20d315b87a5334bc | Yashar Dabiran — Bug 1526592 [wpt PR 15241] - Add violation reporting to font-display feature policy, a=testonly |
| 4710c9e39a64ae4bf72e20e5063d92494541e9cb | Fredrik Söderquist — Bug 1526587 [wpt PR 15252] - Fix repeat spacing for 'border-image's when combined with 'round', a=testonly |
| fa56083af14043f3d87cc1826ef263309a40db6d | cclauss — Bug 1526585 [wpt PR 15141] - Use print() function in both Python 2 and Python 3, a=testonly |
| 855b3f20c07099106d46f0c17cfe9a03696d440a | Geoffrey Sneddon — Bug 1526583 [wpt PR 15222] - Try and improve #15159 by moving the window to a deterministic location, a=testonly |
| d84c9dfa9d2c934d35be98b476b882a6c39a4029 | Geoffrey Sneddon — Bug 1526581 [wpt PR 15249] - CODEOWNERS cleanup, a=testonly |
| 471b198ee5f94070772e10dc7f5248ae6707ee49 | Geoffrey Sneddon — Bug 1526580 [wpt PR 15248] - Update apiclient, a=testonly |
| 37d17cc8cce5d9a27d53837c5f0bd0ad6c309078 | Jeff Gilbert — Bug 1349064 - Wrap std::regex_error for GCC. r=glandium |
| 6f821a2db6c584ea4ad0fa1ed7e5026d4719e678 | Jeff Gilbert — Bug 1349064 - Add <regex> to config/std-headers. r=froydnj |
| eb5b654eaae72b14966102829dd9fee1acedc260 | Jeff Gilbert — Bug 1349064 - Sort std-headers. r=froydnj |
| 4a01452528cd75f9f41822da71ab011389502150 | Jeff Muizelaar — Bug 1515823. Disable Direct2D on Qualcomm devices. r=aosmond |
rgurzau@mozilla.com Fri Feb 22 05:26:22 2019 +0000 | cd28688c1642889442179c459ce5e6cce9a3317e | Logan Smyth — Bug 1528654 - Select the first column breakpoint for _all_ evaluations of a Debugger.Source, not just the first. r=jlast |
| c23dbcea5508a173b9d7d5cf265110763fc15943 | Andrew Halberstadt — Bug 1528980 - [tryselect] Print host:port before running the trychooser flask app, r=tcampbell |
| 9dea142f2cc02912cc8bdaf2bddc5debed25a6d6 | Edouard Oger — Bug 1490671 - Add FxA device pairing. r=markh,rfkelly,vladikoff,flod |
| f830047054e55aee13b12099eb28501634826aee | Andreas Farre — Bug 1523645 - Add transactions for syncing BrowsingContext fields. r=nika |
| f7e68519a2963254c5173a4be96f9c9b5ce64efd | Rob Wood — Bug 1529655 - Have Raptor pixel 2 arm7 jobs run on mozilla-central and try only; r=jmaher,davehunt |
| aa0aa1dc80b3010c67637f5816f7fed066130bfd | YUKI "Piro" Hiroshi — Bug 1463680 - Allow to install search engine with POST method via Policy Engine r=Felipe |
| 8dbdd56ebab486f5aa3c754f3f491a0f181562b4 | Andrew Halberstadt — Bug 1528985 - [ci] Fix typo in raptor task's try-name, r=rwood |
| aa7b6fae23eac933026f11a7c0fe9931fb5b5d79 | Dão Gottwald — Bug 1526815 - QuantumBar: implement page up/down behavior and enable browser_autocomplete_autoselect.js. r=adw |
| dc037803ceb62ed81374ab0063851d9dfe6bea2e | Jonathan Kingston — Bug 1521878 - Have fallback consistency for (de)serialization of principals. r=ckerschb |
| 298749ec6fe5fe024ecb94d4ac77a2548e3a02b2 | Greg Tatum — Bug 1529386 - Rename DiskIO marker payloads to FileIO in profiler; r=canaltinova |
| 28c61342bdad7edf20d2ca099112673cca4e8360 | Aaron Klotz — Bug 1526016: Get TestDllInterceptor building on aarch64 builds; r=handyman |
| fae2ad1c3dc6823fd9684d7f46968446adac66fa | Aaron Klotz — Bug 1526383: Add essential arm64 support to nsWindowsDllInterceptor; r=handyman |
| af3314b6bcb1f9bb31700ad9a456661018e37686 | Gurzau Raul — Merge mozilla-central to autoland. a=merge CLOSED TREE |
| d8b49bdcea45427d3a811c5d1f65104631653b3c | Bogdan Tara — Backed out changeset 8704f4b3c8c0 (bug 1524049) for browser-chrome failures CLOSED TREE |
| e30ed78a30ef409556efa5e8804b9795efe832ca | Eitan Isaacson — Bug 1525470 - Include description in accessible hints. r=yzen |
| 8579d0e08d4ab3ac1bf7af01d7cb39896a316303 | Alastor Wu — Bug 1522923 - Turn off blocking autoplay on Beta. r=cpearce |
| a20e8e9240463013f54183b6b5e890d4094ffae0 | Brindusan Cristian — Backed out 9 changesets (bug 1521879) for flake failures at /transforms/tests.py. CLOSED TREE |
| b930d9f04d34087d1adc85db16d5a151ac49c0ff | Sylvestre Ledru — Bug 1529617 - Refresh the BUG_COMPONENT in tools/ r=ahal |
| 679b06a8a1aa7de23691e2a0886c7624c8a7edc2 | Andrew Halberstadt — Bug 1526777 - [mozharness] Restrict success_codes hack in desktop_unittest.py to Windows 7 reftests, r=jmaher |
| f0eb49d8d255e253d0603ebbe83567514951b384 | Alexander Surkov — Bug 1529221 - 'Report a Problem' text-link in the identity popup doesn't work anymore, r=MattN |
| df386be1a93c48b99247634cbd97f74856c02ab7 | Ehsan Akhgari — Bug 1529619 - Remove a needless null check from nsCSSFrameConstructor::BeginBuildingScrollFrame() which confuses Coverity; r=emilio |
| dcd4928cb172684d26aa63c5d92547bda7f38994 | Edwin Gao — Bug 1525743 - extend timeout for mochitest on aarch64 r=gbrown |
| baac167868b3bc5f2136a3889a3a154b4360c30a | Byron Campen [:bwc] — Bug 1521879 - Part 8: Don't run triggered check logic on obsolete streams. r=mjf |
| 54ac1b47b736bfed3c5db2932fc43efe2144365f | Byron Campen [:bwc] — Bug 1521879 - Part 7: Create new CI jobs for media mochitests with socket process enabled. r=ahal |
| 94b62c6f22e28b70cc3e8399359732c4735da7a4 | Byron Campen [:bwc] — Bug 1521879 - Part 6: Disable SetProxyServer for the IPC implementation until bug 1521113 is fixed or worked around. r=mjf |
| d44f15fd4529eb0048b7392e1b9431de54d68a23 | Byron Campen [:bwc] — Bug 1521879 - Part 5: Update IPC serialize/deserialize code for RTP stream stats to match what is in the dictionaries. r=ng |
| 761fca0514fb28ad87007a3ac986250346485c6a | Byron Campen [:bwc] — Bug 1521879 - Part 4: Better logging for candidate gathering (was necessary to figure out parts of bug 1513059). r=mjf |
| 0b85b1a7c1ce801734ddd2d3d2535bfed316c1f0 | Byron Campen [:bwc] — Bug 1521879 - Part 3: Get --disable-webrtc builds working. r=mjf |
| 5dc76e863a021a7d8fef1a2788e19819771896b0 | Byron Campen [:bwc] — Bug 1521879 - Part 2: Fix include-what-you-use bugs triggered by unified compilation. r=kip |
| 604b9a007fe58bec311774c96809a13b10b91986 | Byron Campen [:bwc] — Bug 1521879 - Part 1.1: Compensate for changes to how IPC headers are generated in the last rebase. r=mjf |
| c414d82a532508523d40ce63111cb30b2a1076be | Byron Campen [:bwc] — Bug 1521879 - Part 1: IPC-based MediaTransport implementation r=mjf |
| 3a182b05e2c13844f4d711bd99024bc3e0367b00 | Brindusan Cristian — Backed out changeset ad3aad4f529e (bug 1527280) for ESlint and flake failures at deterministic.js. CLOSED TREE |
| a26808f570600aa45e5d8ef9224dbce70fc96091 | Brindusan Cristian — Backed out changeset 7fc962a9fa04 (bug 1528931) for build bustages at Value.h. CLOSED TREE |
| ad3aad4f529e03a71ffb4b401a33362d84ba9cd6 | Florin Strugariu — Bug 1527280 - Add deterministic js and injection script to raptor mitmproxy r=davehunt |
| 8704f4b3c8c0d4530e89c138755919db48ac606e | Michael Froman — Bug 1524049 - pref on vorbis decoding on RDD process. r=drno |
| 7fc962a9fa04ebe917088b1defeab770febe4c9b | Tom Schuster — Bug 1528931 - Introduce JS::ValueType and Value::type. r=jandem |
| 6982b26698b4ab8b29e07367248de61b07a66c87 | Narcis Beleuzu — Merge mozilla-central to autoland. a=merge CLOSED TREE |
| ee5fa9cfca438adf1387efed0f7c39e646d6a21f | Tom Prince — Bug 1529339: Enable signing for win64-aarch64 builds, for xpcshell tests; r=Callek |
| 78d3e59ea9fae27455ea29b4d19ef108629aa31d | Junior Hsu — Bug 1507110 - Allow hijacking localhost only if network.proxy.allow_hijacking_localhost is set r=Gijs,mayhemer,mkaply,jmaher |
| b500dd719adbe4bd5969d083ca04cb50a9f6273a | Jared Wein — Bug 1529495 - Remove duplication in test_OSCrypto_win.js and add messages for each assertion. r=MattN |
| 829a5803527fc1be676a88936c3742e16ccdf93d | Jared Wein — Bug 1529495 - Move the call to LocalFree to a try-finally to guarantee we will free the memory even if an exception is thrown. r=MattN |
| bb8bd993d8db7a5df65c6def3060f183122a328d | Jared Wein — Bug 1529495 - Factor out functions for getting the entropy parameter and converting from ctype arrays to JS arrays. r=MattN |
| e39868481a35bf36b396cbd48db16ab8830d0296 | Jared Wein — Bug 1529495 - Remove unused third argument to OSCrypto.decryptData and OSCrypto.encryptData. r=MattN |
| 9b6eccb81c2d03b1b0f78ebd756443ac71d09c91 | Jared Wein — Bug 1529495 - Output the result of ::GetLastError when CryptProtectData\CryptUnprotectData fails. r=MattN |
| 85b22be0648962e1c7641392e01eff3b12afe215 | Jared Wein — Bug 1520949 - Use TextEncoder/TextDecoder to handle multibyte characters in passwords. r=MattN |
| 5f7a214a91d721e349adae7417a4a60421431fce | Rob Wood — Bug 1522625 - Promote Raptor tp6-7 to tier 1; r=Bebe |
| 19ca3722dde4b10dfd29a521484aa08b1ac9586f | Dan Minor — Bug 1522238 - Set frame timestamp in MediaPipeline::ProcessVideoFrame; r=pehrsons |
| 71aa5350d9014394c7e06aee58221a5a9c6e258d | Brindusan Cristian — Backed out changeset d70d30512c0e (bug 1528799) for build bustages at BigIntType.cpp. CLOSED TREE |
| d70d30512c0e3d17800e8bb1e012a39a64a85311 | Andy Wingo — Bug 1528799 - Add BigInt::dump() implementation r=jwalden |
| 8b01e4b63555568632f05206b4ad66c8fa87d7a5 | Jason Laster — Bug 1521864 - It should be possible to open the debugger in a tab. r=davidwalsh |
| 6be475d0d9b80b1c9657de394d3fbf5817e21a00 | Byron Campen [:bwc] — Bug 1231414 - Part 2: Mark some wpt as expected to succeed. r=jib |
| 918f7a08c59b20cdc09045f20fb21d0aae95ee5a | Byron Campen [:bwc] — Bug 1231414 - Part 1: Allow addTrack without a stream argument. r=jib,smaug |
| c97342657e2dc1d6dc81bc09bedcfb1e91345309 | Jason Laster — Bug 1519130 - Enable windowless worker debugging. r=davidwalsh |
| 567e3f10af99662f47cf439cbeec01876f384e23 | Patrick Brosset — Bug 1479887 - Use CSS transform instead of relative positioning when centering the infobar; r=rcaliman |
| dd22940c7ae9cbfd06c076f29e27b4753f3add04 | Rob Wood — Bug 1528055 - Raptor's extension measure.js onload overrides onload in mitmproxy page recordings; r=acreskey |
| 708d79591ac5e4ce8b71667f491cb859545c3587 | Rob Wood — Bug 1522100 - Add Raptor support for running tests locally on the android-components reference browser; r=davehunt |
| cfb453bf81047265bf96891d2aa540ab2fb29b6d | Chris H-C — Bug 1527599 - Always show the Events section in about:telemetry for main pings. r=janerik |
| 5306ba39ab302bcec6a445f516c59cd51e16b60c | Ehsan Akhgari — Bug 1529396 - Stop throwing an exception from window.localStorage when a privacy check fails; r=baku |
| 479a97f5787764d0d531fc7c00b3a96b80fda54f | Luca Greco — Bug 1349892 - Fix browser_ext_sidebarAction_contex intermittency. r=mixedpuppy |
| f362f67dfd3759135876b1fd2f4d900050bfc6cd | ffxbld — No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM |
| be7d037f26bfb212c3c646d3aa5ec519264a34bf | Rob Wu — Bug 1503617 - Fix intermittent failures in tests with permission prompts r=rpl |
| 0c48c658c7cfcc8b49e69b4805d8eb64b3f1cb48 | Henrik Skupin — Bug 1529516 - [marionette] Use Promise instead of TimedPromise for Sleep(). r=ato |
| 4e00119c579cf49617d95f147cfbb9434b9a4039 | Henrik Skupin — Bug 1529516 - [marionette] Make stacktrace of logged TimedPromise contain the upper stack. r=ato |
| 8d55bb225424f4ee0fad6d6bbfc1b78991dc2d74 | Henri Sivonen — Bug 1529281 - Remove TabParent::AdjustTapToChildWidget as dead code. r=masayuki |