- Sep 22, 2018
-
-
Dao Gottwald authored
-
Dão Gottwald authored
Bug 1493390 - Update .subviewbutton padding for toolbarbutton.css being loaded as a document style sheet. r=paolo
-
Jonathan Kew authored
Bug 1493418 - nsThebesFontEnumerator needs to convert font names from UTF-8 (not Latin-1) to UTF-16. r=lsalzman
-
Jonathan Kew authored
Bug 1493181 - Use rounding instead of ceiling when computing 'ch' width; update test expectations accordingly. r=manishearth
-
Jonathan Kew authored
-
Dorel Luca authored
-
Dorel Luca authored
-
Dragana Damjanovic authored
--HG-- extra : rebase_source : be79870960953ef9535ccb6a440515ec4a8232d5 extra : histedit_source : 8096ab2eaf246cbbeb97bace0531b86b8c69ff66
-
Gurzau Raul authored
Backed out changeset 4de2e71debfe (bug 1485676) Backed out changeset e63025150c7a (bug 1485676) Backed out changeset f9ef30ae3f7f (bug 1485676) Backed out changeset a83636fab16a (bug 1485676) Backed out changeset b1fd24929e09 (bug 1485676) Backed out changeset acb27b915742 (bug 1485676) Backed out changeset ba2157632772 (bug 1485676) Backed out changeset d1d6b9bc2372 (bug 1485676) Backed out changeset d7646ea8640b (bug 1485676)
-
Andreea Pavel authored
-
Andre Bogus authored
We had a mix of 0.6.2 and 0.6.5 (which is the current release), this unifies to the latest version. It also enables the union feature which removes the discriminant, reducing memory usage. This cherry-picks servo/servo#21746.
-
Vincent Cote authored
Differential Revision: https://phabricator.services.mozilla.com/D6539 --HG-- extra : moz-landing-system : lando
-
Andreea Pavel authored
-
Jeff Muizelaar authored
This catches all animations instead of those that only run on the compositor. Differential Revision: https://phabricator.services.mozilla.com/D6543
-
Diego Pino Garcia authored
-
Chris Manchester authored
Bug 1492291 - Wrap rustc invocations in the tup backend to forward relevant info from cargo build script outputs. r=mshal Differential Revision: https://phabricator.services.mozilla.com/D6422 --HG-- extra : moz-landing-system : lando
-
Brian Hackett authored
--HG-- extra : rebase_source : b48a5379fe1f039ee5a6ddf0881e3b1cadb38b88
-
- Sep 21, 2018
-
-
Emilio Cobos Álvarez authored
Bug 1484285 - Avoid loading XBL bindings for stuff that is very likely to be a custom-element. r=smaug This should be more generic than hardcoding the tags, and be enough for our chrome to avoid regressions as they migrate more stuff to CE, avoiding calling into the GetComputedStyle machinery.. Differential Revision: https://phabricator.services.mozilla.com/D6537 --HG-- extra : moz-landing-system : lando
-
- Sep 22, 2018
-
-
Brindusan Cristian authored
Backed out changeset d432e26bd0b5 (bug 1419091) for mochitest failures on dom/tests/mochitest/keyhandling/test_input.html.
-
- Sep 21, 2018
-
-
Christoph Diehl authored
-
Eitan Isaacson authored
-
- Sep 20, 2018
-
-
Andreea Pavel authored
-
- Sep 22, 2018
-
-
Alexandre Poirot authored
Summary: This method isn't specific to tabs. It can attach to any "target" actor that inherits from BrowsingContextActor. Depends On D6161 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D6162 MozReview-Commit-ID: Exz5fWyWyfN
-
Alexandre Poirot authored
Summary: Now that all the "remoting" of this method has been moved to TargetFactory.createTargetForTab, we should rename this method to what it does now. It mostly call attach requests of the target actor and its child console actor. It also "connect" the webextension target actor, but I would like to eventually move that outside of TabTarget.attach, like makeRemote. Depends On D4078 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D6161 MozReview-Commit-ID: KmFi1LIUBga
-
Alexandre Poirot authored
Bug 1485676 - Connect to local server from TargetFactory.forTab and make TabTarget always remote-like. r=yulia Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4078 MozReview-Commit-ID: JAwiySsBZBu
-
Alexandre Poirot authored
Summary: When switching to async, it is important to catch exception or register a rejection handler so that errors keep being logged. So in this patch I'm catching exception in a couple of important codepath. Depends On D4541 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4542 MozReview-Commit-ID: IDPJVkAPbTs
-
Alexandre Poirot authored
Bug 1485676 - Prevent exceptions in the emulation actor when trying to use it while it is already destroyed. r=yulia Summary: Depends On D4540 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4541 MozReview-Commit-ID: 2fTZ4WRq9je
-
Alexandre Poirot authored
Summary: Fetching any target is now asynchronous. But RDM setup/destroy codepath is very fragile and introduce many low level exception when trying to restore the original browser element if any timing changes. So this patch prevents trying to fetch the target object if a toolbox isn't already opened. The target object is being used only for Telemetry purpose for now. Depends On D4538 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4540 MozReview-Commit-ID: 2QDUNqentMP
-
Alexandre Poirot authored
Summary: Depends On D4536 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4537 MozReview-Commit-ID: E3AIMyFgL5m
-
Alexandre Poirot authored
Summary: We are not passing a tab here. It only works by chance! Depends On D4535 Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4536 MozReview-Commit-ID: K0ztxPM2N6A
-
Alexandre Poirot authored
Bug 1485676 - Refactor gDevTools.getTargetForTab callsites to assume getTargetForTab is async. r=yulia Reviewers: yulia! Tags: #secure-revision Bug #: 1485676 Differential Revision: https://phabricator.services.mozilla.com/D4535 MozReview-Commit-ID: FyERWaYipZo
-
Luke Schwalfenberg authored
Bug 1488241 - Error link from about:support leads to about:policies#active instead of about:policies#errors. r=felipe Differential Revision: https://phabricator.services.mozilla.com/D6538 --HG-- extra : amend_source : 2e9a6ffd871ed445a6eb74322ff852a5e701a646
-
- Sep 20, 2018
-
-
Dave Townsend authored
Differential Revision: https://phabricator.services.mozilla.com/D3030 --HG-- extra : moz-landing-system : lando
-
- Sep 21, 2018
-
-
Dave Townsend authored
Differential Revision: https://phabricator.services.mozilla.com/D6545 --HG-- extra : moz-landing-system : lando
-
- Sep 20, 2018
-
-
Jason Orendorff authored
Differential Revision: https://phabricator.services.mozilla.com/D6405 --HG-- extra : moz-landing-system : lando
-
- Sep 21, 2018
-
-
Boris Chiou authored
According to the new svg 2 spec update (#543), we flip the flag half way for path interpolation. Differential Revision: https://phabricator.services.mozilla.com/D6192 --HG-- extra : moz-landing-system : lando
-
Logan F Smyth authored
Differential Revision: https://phabricator.services.mozilla.com/D5915 --HG-- extra : moz-landing-system : lando
-
Bogdan Tara authored
-
Ting-Yu Lin authored
Differential Revision: https://phabricator.services.mozilla.com/D5474 --HG-- extra : moz-landing-system : lando
-
Ting-Yu Lin authored
Differential Revision: https://phabricator.services.mozilla.com/D5472 --HG-- extra : moz-landing-system : lando
-