- Sep 18, 2017
-
-
Wes Kocher authored
MozReview-Commit-ID: BfHhfJKpOOE
-
ffxbld authored
-
ffxbld authored
-
Sebastian Hengst authored
MozReview-Commit-ID: DYPstPArJWR
-
- Sep 15, 2017
-
-
Brad Werth authored
Bug 1400386: Skip reftest layout/reftests/font-face/font-display-1.html for being intermittent. r=aryx MozReview-Commit-ID: 9aEcZg94Ivk --HG-- extra : rebase_source : 37919c09ea8f9a2ae235ed66246ea26979e9ab4c
-
- Sep 18, 2017
-
-
Axel Hecht authored
MozReview-Commit-ID: 5SmOCzTZiqz --HG-- extra : rebase_source : 3f75fe0d8efc1fd7f4d671128790e2d0a0d43d57
-
- Sep 15, 2017
-
-
abhinav authored
Bug 1394323 - Remove overflow css rule for 'response-panel' as it prevents scrolling in Console 'Response' tab. r=nchevobbe MozReview-Commit-ID: GHbYuCfs9L --HG-- extra : rebase_source : 3daddc00d9e2cc724a3a68024514f64f8f49114e
-
Axel Hecht authored
MozReview-Commit-ID: 3qF0i39CYjh --HG-- extra : rebase_source : 71465b8a634e1ddaacfddbf9a79adc925f3930b3
-
- Sep 18, 2017
-
-
Kevin Chen authored
MozReview-Commit-ID: AXY7IjhE1DV --HG-- extra : rebase_source : b3081033087b58bd7aeeba829edfe703d5f14782
-
Sebastian Hengst authored
Backed out changeset d928ad6475d2 (bug 1397229) for failing browser-chrome's browser/base/content/test/performance/browser_windowopen_reflows.js on Windows 7. r=backout
-
Sebastian Hengst authored
-
Sebastian Hengst authored
-
Sebastian Hengst authored
-
- Sep 17, 2017
-
-
Gijs Kruitbosch authored
Rather than using left-hand-side at all times (which can go over the edge of the window in some cases) this uses left or right-hand-side panels, always opening towards the center of the window. MozReview-Commit-ID: EvjDmKR1G5A --HG-- extra : rebase_source : 12046edc24b564e035dff68a5e34bce3ff5fd507
-
Gijs Kruitbosch authored
Note that we will no longer show the panel if you use the context menu to move the item in one window and have customize mode open in the other. I don't think that edgecase matters. MozReview-Commit-ID: 3dzGr3cs2oQ --HG-- extra : rebase_source : cc5f528557e35e48b0bc06e58b92fdcb7ecfa6fe
-
- Sep 15, 2017
-
-
Botond Ballo authored
MozReview-Commit-ID: E7Ukb76vMep --HG-- extra : rebase_source : 5cfeccb1e21959e5614d0da70f60bf9ad548154f
-
Botond Ballo authored
Bug 1400440 - Apply scroll shift for dynamic toolbar to the composited scroll offset right away. r=kats MozReview-Commit-ID: 1I7C0lFx4WP --HG-- extra : rebase_source : 9c6ae39e10a2f9b86d2886140ee2e0d4f5cb4fda
-
Ting-Yu Lin authored
The variables (basicShapeSVGBoxValues, etc.) in property_database.js are moved to the beginning of the file so that they're defined before usage. MozReview-Commit-ID: 7L3obIY1alP --HG-- extra : rebase_source : 6c3dff5ecbdad8ef6cf1a49953e4ad1001620b6c
-
- Sep 18, 2017
-
-
Nicholas Nethercote authored
`MallocSizeOfOps::enclosing_size_of_op` is an `Option<>` type, and the panic in question is caused by not providing a value in a case where it's needed for measuring a HashSet. HashMaps and HashSets are common enough that it makes sense to make `enclosing_size_of_op` non-optional, which this patch does. MozReview-Commit-ID: IB2aRuXHj8E --HG-- extra : rebase_source : a6f593b718ca9e92a7a36ca7e2063a01e11c7e04
-
Nicholas Nethercote authored
servo: Merge #18549 - Fix a panic in Stylo memory reporting (from nnethercote:fix-enclosing-crash); r=heycam `MallocSizeOfOps::enclosing_size_of_op` is an `Option<>` type, and the panic in question is caused by not providing a value in a case where it's needed for measuring a HashSet. HashMaps and HashSets are common enough that it makes sense to make `enclosing_size_of_op` non-optional, which this patch does. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because tests are on the Gecko side. <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: bb998dbdf31920d5ddc2a91d6bdfe8a880e11604 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 18ff3083b36733a2a212f094f249b46872b4ec61
-
- Sep 17, 2017
-
-
Jean-Yves Avenard authored
Continuation on bug 1397307 which was incomplete. MozReview-Commit-ID: JGGHQyjnALI --HG-- extra : rebase_source : 067652250dcd0904c8436eebc50068c7fb8d8cbb
-
Jean-Yves Avenard authored
Only the Windows H264 decoder supports CreateDecoderParam::mError, all the other PDM leave the value untouched. As such, it can't be assumed that in case of failure, the mError attribute will be set. MozReview-Commit-ID: GWHGP6Wv3fl --HG-- extra : rebase_source : 081b71c7a53c41d9a13904e4182e3cfdb876ae43
-
- Sep 16, 2017
-
-
Bharat Raghunathan authored
MozReview-Commit-ID: JG9vo3dbMB --HG-- extra : rebase_source : d699868284c5929aee3b26544fc99f454dd114ed
-
- Sep 18, 2017
-
-
Emilio Cobos Álvarez authored
servo: Merge #18547 - style: Resolver cleanup and sharing by rule node fixes (from emilio:self-sharing); r=heycam See the individual commits for details. This is the only coherent story I have for crashes like: https://crash-stats.mozilla.com/report/index/bcdfe629-ca1f-4e4d-aa17-27f890170917 (And the fact that there are crashes like it on the main thread kinda indicates it's the case) Source-Repo: https://github.com/servo/servo Source-Revision: 2387dbedbb27629cd9e8c4657e8328ae04ff6d58 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 2cebeca9acb1d40d2bc4eb3d2646f49ba24a3437
-
- Sep 16, 2017
-
-
Alexis Beingessner authored
Also fixes a bad debug assertion MozReview-Commit-ID: 5OV5KkvbRwZ --HG-- extra : rebase_source : dbb41ecff52934f498b6d96b4cd174da246429f2
-
- Sep 15, 2017
-
-
Nicholas Nethercote authored
Because UBSan complains about casting -1: > runtime error: load of value 4294967295, which is not a valid value for type 'nsCursor' --HG-- extra : rebase_source : 037a96700228ea0d427afa7c25c40490c701cdc4
-
- Sep 18, 2017
-
-
Nick Thomas authored
Bug 1400746 - checksums failure when boto3 and botocore present in our pypi mirrors, r=catlee DONTBUILD MozReview-Commit-ID: 5MdNxr8TY8V --HG-- extra : amend_source : 889cd0c5248669fb30c528770a56a013fd65bf69
-
- Sep 15, 2017
-
-
Nicholas Nethercote authored
Because UBSan complains about casting -1: > runtime error: load of value 4294967295, which is not a valid value for type 'JSGCParamKey' --HG-- extra : rebase_source : ff972b29f9a89fcbe50d9f105196bcd8f06486bd
-
- Sep 17, 2017
-
-
Alex Chronopoulos authored
MozReview-Commit-ID: Ek4onH23hPc
-
Sebastian Hengst authored
-
Sebastian Hengst authored
MozReview-Commit-ID: ExAoHf5iXNn
-
Sebastian Hengst authored
MozReview-Commit-ID: BVrawNPrB4h
-
Jan-Ivar Bruaroey authored
Bug 1381638 - Change browser_devices_get_user_media_in_frame.js to test cam then cam+mic instead of mic then cam+mic, to avoid bug 1400488. r=ng
-
Tim Taubert authored
Summary: We're currently using the thread_rng to derive a cmd byte for the U2F protocol fuzzers. That of course should rather be derived deterministically from the input handed to the fuzzing target. Bug #: 1400513 Differential Revision: https://phabricator.services.mozilla.com/D61
-
Tim Taubert authored
Bug #: 1400662 Differential Revision: https://phabricator.services.mozilla.com/D63
-
ffxbld authored
-
ffxbld authored
-
Sebastian Hengst authored
Backed out changeset 7d0893f1b6ce (bug 1389021) for leaking in mda2 on Linux x64 asan (bug 1374856). r=backout a=backout MozReview-Commit-ID: AeaKVgSJTmt
-
Sebastian Hengst authored
Backed out changeset cc0acc00d769 (bug 1394233) for frequently failing own test usercss-uppercase.html on Windows 7 debug. r=backout a=backout MozReview-Commit-ID: GwVKJKGPzDS
-
- Sep 16, 2017
-
-
Jean-Yves Avenard authored
MozReview-Commit-ID: 9APhbRHIMUP --HG-- extra : rebase_source : 5f62596fab23c2b832d6cdb85764f3b4b37aa7ad
-