- 31 Oct, 2019 15 commits
-
-
ffxbld authored
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D51261 --HG-- extra : moz-landing-system : lando
-
Nathan Froyd authored
Other places take care to handle this case, but not running the tooltool script. Let's fix that. Differential Revision: https://phabricator.services.mozilla.com/D51266 --HG-- extra : moz-landing-system : lando
-
Mark Banner authored
Bug 1592014 - Change the WebExtension parameters of the modern configuration to be an object. r=mikedeboer Differential Revision: https://phabricator.services.mozilla.com/D51193 --HG-- extra : moz-landing-system : lando
-
Henrik Skupin authored
Bug 1592631 - [wdspec] Fix mozilla/tests/webdriver/tests/take_full_screenshot/iframe.py for Fission. r=webdriver-reviewers,maja_zf Differential Revision: https://phabricator.services.mozilla.com/D51128 --HG-- extra : moz-landing-system : lando
-
Jon Coppeard authored
This makes HeapPtr members const where it was easy to do so. Flagging jimb for review since most of these were in the debugger. Differential Revision: https://phabricator.services.mozilla.com/D50624 --HG-- extra : moz-landing-system : lando
-
Jon Coppeard authored
This replaces GCPtr members with const GCPtr where trival to do so. Depends on D50618 Differential Revision: https://phabricator.services.mozilla.com/D50619 --HG-- extra : moz-landing-system : lando
-
Jon Coppeard authored
The main change is to make BarrieredBase::unsafeUnbarrieredForTracing() const and use const_cast to get return the non-const pointer. This makes sense because the GC is allowed to update the pointer used while preseving the logical value of the cell, e.g. when compacting. Differential Revision: https://phabricator.services.mozilla.com/D50618 --HG-- extra : moz-landing-system : lando
-
Bob Owen authored
Bug 1585073: In CanvasEventRingBuffer, check stream is good before waiting for space or data. r=jrmuizel Differential Revision: https://phabricator.services.mozilla.com/D51116 --HG-- extra : moz-landing-system : lando
-
Yura Zenevich authored
Depends on D51144 Differential Revision: https://phabricator.services.mozilla.com/D51152 --HG-- extra : moz-landing-system : lando
-
Yura Zenevich authored
Bug 1543575 - add missing resources to browser.ini files to be able to run b-c a11y tests independently. r=Jamie Differential Revision: https://phabricator.services.mozilla.com/D51144 --HG-- extra : moz-landing-system : lando
-
sotaro authored
This implementation is off by default (behind gfx.webrender.compositor) until various bugs and inefficiencies are fixed. Differential Revision: https://phabricator.services.mozilla.com/D51034 --HG-- extra : moz-landing-system : lando
-
Cosmin Sabou authored
-
Brian Hackett authored
Bug 1571863 Part 2 - Handle failures when communicating with source fronts, and reenable browser_dbg-worker-scopes.js, r=loganfsmyth. Depends on D50762 Differential Revision: https://phabricator.services.mozilla.com/D50763 --HG-- extra : moz-landing-system : lando
-
Brian Hackett authored
Differential Revision: https://phabricator.services.mozilla.com/D50762 --HG-- extra : moz-landing-system : lando
-
Tim Nguyen authored
Differential Revision: https://phabricator.services.mozilla.com/D50994 --HG-- rename : browser/themes/shared/icons/arrow-left.svg => toolkit/themes/shared/icons/arrow-left.svg extra : moz-landing-system : lando
-
- 30 Oct, 2019 1 commit
-
-
Gian-Carlo Pascutto authored
Differential Revision: https://phabricator.services.mozilla.com/D50941 --HG-- extra : moz-landing-system : lando
-
- 31 Oct, 2019 6 commits
-
-
Brian Hackett authored
Differential Revision: https://phabricator.services.mozilla.com/D50225 --HG-- extra : moz-landing-system : lando
-
Brian Hackett authored
Differential Revision: https://phabricator.services.mozilla.com/D51158 --HG-- extra : moz-landing-system : lando
-
Marco Bonardo authored
Bug 1588953 removed the need for the hidden attribute, so this selector is no more needed. Differential Revision: https://phabricator.services.mozilla.com/D51240 --HG-- extra : moz-landing-system : lando
-
Andrew Halberstadt authored
Differential Revision: https://phabricator.services.mozilla.com/D51177 --HG-- extra : moz-landing-system : lando
-
Oana Pop Rus authored
Backed out changeset 6a9b59646d09 (bug 1585536) for Spidermonkey build bustages on Collator.cpp on a CLOSED TREE
-
Cosmin Sabou authored
Backed out changeset 36a8c8887629 (bug 1588220) for causing a spike in browser chrome failures (eg: Bug 1592741). --HG-- extra : rebase_source : 5c6e4a7f59d9cdce866139699e2257ffd801d926
-
- 30 Oct, 2019 1 commit
-
-
Jan de Mooij authored
Add separate pod_arena_* overloads and remove the optional arena_id_t arguments. This makes both the naming and argument order more consistent with similar code elsewhere (for example js_pod_arena_malloc, AllocPolicyBase::pod_arena_malloc). Differential Revision: https://phabricator.services.mozilla.com/D50785 --HG-- extra : moz-landing-system : lando
-
- 31 Oct, 2019 1 commit
-
-
Belén Albeza authored
Differential Revision: https://phabricator.services.mozilla.com/D51251 --HG-- extra : moz-landing-system : lando
-
- 30 Oct, 2019 2 commits
-
-
Andrew Halberstadt authored
This matches the behaviour of the other linters. Depends on D50822 Differential Revision: https://phabricator.services.mozilla.com/D50823 --HG-- extra : moz-landing-system : lando
-
Andrew Halberstadt authored
Differential Revision: https://phabricator.services.mozilla.com/D50822 --HG-- extra : moz-landing-system : lando
-
- 31 Oct, 2019 1 commit
-
-
André Bargull authored
The estimated memory is based on the maximum observed memory usage when running the Java script attached to the bug report. Differential Revision: https://phabricator.services.mozilla.com/D51087 --HG-- extra : moz-landing-system : lando
-
- 30 Oct, 2019 1 commit
-
-
Julian Descottes authored
Depends on D51054 Summary of the changes here: - move DOMHelpers.jsm to dom-helpers.js - remove all unused methods - converted to a static helper to avoid instanciating DOMHelpers objects for no reason - updated call sites accordingly Differential Revision: https://phabricator.services.mozilla.com/D51065 --HG-- rename : devtools/shared/DOMHelpers.jsm => devtools/shared/dom-helpers.js extra : moz-landing-system : lando
-
- 31 Oct, 2019 12 commits
-
-
Cosmin Sabou authored
Differential Revision: https://phabricator.services.mozilla.com/D51254 --HG-- extra : moz-landing-system : lando
-
Andi-Bogdan Postelnicu authored
Bug 1589096 - add registerPPCallbacks to our version of clang-tidy due to a limitation in mozilla-must-override. r=sylvestre In the future we should re-write this checker but for now this solution is acceptable. Differential Revision: https://phabricator.services.mozilla.com/D51242 --HG-- extra : moz-landing-system : lando
-
moz-wptsync-bot authored
Bug 1591744 - [wpt-sync] Update web-platform-tests to 32ffb13f7f7fce355bfb8065f7748fa708bf654b, a=testonly MANUAL PUSH: wpt sync bot wpt-head: 32ffb13f7f7fce355bfb8065f7748fa708bf654b wpt-type: landing
-
moz-wptsync-bot authored
wpt-pr: 19755 wpt-type: metadata
-
Eric Willigers authored
Automatic update from web-platform-tests CSS: WPT tests property values are supported. test_computed_value now checks that the value is supported. Change-Id: Ic8c38df6030b3689f4fdec30a55f230d6cc113d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866498 Reviewed-by:
Alison Maher <almaher@microsoft.com> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#708034} -- wpt-commits: 32ffb13f7f7fce355bfb8065f7748fa708bf654b wpt-pr: 19755
-
Philip Jägenstedt authored
Automatic update from web-platform-tests Fix most remaining "TRAILING WHITESPACE" lint errors (#19847) -- wpt-commits: f87822f99f72472616b0b02cde46e76b47d7ce65 wpt-pr: 19847
-
moz-wptsync-bot authored
wpt-pr: 19837 wpt-type: metadata
-
cathiechen authored
Bug 1590587 [wpt PR 19837] - Add test cases for changing scroll position with scroll behavior, a=testonly Automatic update from web-platform-tests Add test cases for changing scroll position with scroll behavior (#19837) Add test cases for changing scroll attributes with scroll behavior. Smooth scroll behavior should also trigger scroll animation for changing scroll attributes. -- wpt-commits: a3dd2ad02c65588ad280ceac378d82e9250d1045 wpt-pr: 19837
-
Philip Jägenstedt authored
Bug 1590663 [wpt PR 19846] - [Azure Pipelines] work around safaridriver issue with plist hack, a=testonly Automatic update from web-platform-tests [Azure Pipelines] work around safaridriver issue with plist hack (#19846) Adapted from a successful workaround on STP 91: https://github.com/web-platform-tests/wpt/pull/18925/commits/f31328c4c2fd102f8a39208e90e2f1f88f441284 That workaround stopped working in STP 92: https://github.com/web-platform-tests/wpt/pull/19142#issuecomment-532827391 There's a non-trivial risk that it will stop working for Safari stable as well, but right now it works and is better than no results. -- wpt-commits: df2cd5d98cd4475c9d43b7af31f009f4ce3bd700 wpt-pr: 19846
-
Philip Jägenstedt authored
Bug 1590525 [wpt PR 19832] - Convert tabs to spaces in css/ directories with few lint errors, a=testonly Automatic update from web-platform-tests Convert tabs to spaces in css/ directories with few lint errors (#19832) This follows the same approach as in https://github.com/web-platform-tests/wpt/pull/19824 to identify directories in css/ with few lint errors and removes the lint.whitelist exceptions for those. For css/css-counter-styles/ some newlines were also added/removed to arrive at a reasonable style. -- wpt-commits: 5af91f79216344d5a243f2fc133e373b39e1322e wpt-pr: 19832
-
moz-wptsync-bot authored
wpt-pr: 19839 wpt-type: metadata
-
autofoolip authored
Automatic update from web-platform-tests Update interfaces/webxr-ar-module.idl (#19839) Source: https://github.com/tidoust/reffy-reports/blob/bd055ff/ed/idl/webxr-ar-module.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/601578828 -- wpt-commits: 4edc73a1a3d2fea8ba312562a60c120df6328d57 wpt-pr: 19839
-