- 02 Oct, 2019 1 commit
-
-
Michael Kaply authored
Differential Revision: https://phabricator.services.mozilla.com/D47841 --HG-- extra : moz-landing-system : lando
-
- 01 Oct, 2019 1 commit
-
-
Honza Bambas authored
Bug 1584207 - Forward nsILoadInfo.requestBlockingReason to the parent process for both old and new redirect channels, r=dragana,asuth Differential Revision: https://phabricator.services.mozilla.com/D47264 --HG-- extra : moz-landing-system : lando
-
- 02 Oct, 2019 38 commits
-
-
Emilio Cobos Álvarez authored
Bug 1585317 - follow-up: Rename a test so that it doesn't collide with css/css-scroll-snap/scroll-padding.html. r=me CLOSED TREE MANUAL PUSH: Investigating https://bugzilla.mozilla.org/show_bug.cgi?id=1585751 / fixing upcoming bustage. --HG-- rename : testing/web-platform/tests/css/css-scroll-anchoring/scroll-padding.html => testing/web-platform/tests/css/css-scroll-anchoring/scroll-padding-affects-anchoring.html
-
Francesco Lodolo (:flod) authored
Differential Revision: https://phabricator.services.mozilla.com/D47868 --HG-- extra : rebase_source : 360606a3921ba9bb4c793587eedff27d6bd1c9ec extra : amend_source : 4b3753a9e240708c6c8f256bc6c72ac64c79cef7 extra : source : b3743b6fb2f3408201cb491fa4f3c8d69222a1a6
-
Brendan Dahl authored
Makes it easier to share this CSS with HTML namespaced files. Differential Revision: https://phabricator.services.mozilla.com/D46882 --HG-- extra : moz-landing-system : lando
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D47939 --HG-- extra : moz-landing-system : lando
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D46595 --HG-- extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
Bug 1585637 - Rename a test that's no longer tentative now that there's spec text for it. r=dholbert Differential Revision: https://phabricator.services.mozilla.com/D47903 --HG-- rename : testing/web-platform/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.tentative.html.ini => testing/web-platform/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.html.ini rename : testing/web-platform/tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.tentative.html => testing/web-platform/tests/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.html extra : moz-landing-system : lando
-
Jeff Muizelaar authored
We don't use this for the bounds of the blob anymore. Differential Revision: https://phabricator.services.mozilla.com/D47360 --HG-- extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
Bug 1585637 - Turn on layout.css.width-and-height-map-to-aspect-ratio.enabled on late beta and release. r=dholbert Differential Revision: https://phabricator.services.mozilla.com/D47902 --HG-- extra : moz-landing-system : lando
-
David Walsh authored
Differential Revision: https://phabricator.services.mozilla.com/D47557 --HG-- extra : moz-landing-system : lando
-
Ed Lee authored
This also gets around a flake8 lint exception. Differential Revision: https://phabricator.services.mozilla.com/D47946 --HG-- extra : moz-landing-system : lando
-
Emilio Cobos Álvarez authored
Bug 1585317 - When using the scrollport, account for scroll-padding for anchor node selection. r=botond Unclear whether the visual viewport code path is the right thing to do at all. Differential Revision: https://phabricator.services.mozilla.com/D47791 --HG-- extra : moz-landing-system : lando
-
Daniel Varga authored
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D47944 --HG-- extra : moz-landing-system : lando
-
Daniel Varga authored
Backed out changeset dfa9c9bab741 (bug 1584375) for marionette crash @ rust_begin_unwind. On a CLOSED TREE
-
Daniel Varga authored
Backed out changeset b3743b6fb2f3 (bug 1584920) for mochitest failure in remove_imptest_failure_expectations. On a CLOSED TREE
-
Jon Coppeard authored
Bug 1585697 - Refactor nsJSContext::EndCycleCollectionCallback to split out telemetry and logging code into CycleCollectorStats methods r=mccr8 Differential Revision: https://phabricator.services.mozilla.com/D47922 --HG-- extra : moz-landing-system : lando
-
Jon Coppeard authored
Differential Revision: https://phabricator.services.mozilla.com/D47920 --HG-- extra : moz-landing-system : lando
-
Jon Coppeard authored
I'm not sure what if there's a preference either way, but all the other globals in nsJSEnvironement.cpp are static so I made the CycleCollectorStats global static too. Differential Revision: https://phabricator.services.mozilla.com/D47919 --HG-- extra : moz-landing-system : lando
-
Jon Coppeard authored
This needs to be defined before FireForgetSkippable for the subsequnt patches. Differential Revision: https://phabricator.services.mozilla.com/D47918 --HG-- extra : moz-landing-system : lando
-
Gurzau Raul authored
-
Andrew Halberstadt authored
Differential Revision: https://phabricator.services.mozilla.com/D47807 --HG-- extra : moz-landing-system : lando
-
Florens Verschelde authored
- Add box-sizing:border-box to root container to avoid horizontal scrollbar. - Control indent size from CSS only, using calc() and a custom property for the indent count. - Set indent size explicitly to 11px instead of 1em, since our other metrics are in px. - Remove padding-left from tag lines, so that left padding is a combination of root padding + indents only. Differential Revision: https://phabricator.services.mozilla.com/D47134 --HG-- extra : moz-landing-system : lando
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D47940 --HG-- extra : moz-landing-system : lando
-
Dzmitry Malyshau authored
This mostly updates the bindings to the current state. No actual logic backing them yet. *Note*: the IDL does *not* need to be checked for matching the upstream spec precisely at this stage. The upstream is evolving, we just need to update in order to start integrating the implementation. What needs to be checked is - how C++ represents the IDL, esp with regards to derived classes, events, and hierarchies. The trickiest points, arguably, are: - WebGPU -> GPU prefix change - the goop for interfaces that are not final Differential Revision: https://phabricator.services.mozilla.com/D46166 --HG-- rename : dom/webgpu/InputState.cpp => dom/webgpu/DeviceLostInfo.cpp rename : dom/webgpu/Fence.h => dom/webgpu/DeviceLostInfo.h rename : dom/webgpu/BlendState.cpp => dom/webgpu/OutOfMemoryError.cpp rename : dom/webgpu/LogEntry.h => dom/webgpu/OutOfMemoryError.h rename : dom/webgpu/BindGroup.h => dom/webgpu/ProgrammablePassEncoder.cpp rename : dom/webgpu/BlendState.cpp => dom/webgpu/RenderBundle.cpp rename : dom/webgpu/BlendState.h => dom/webgpu/RenderBundle.h rename : dom/webgpu/AttachmentState.cpp => dom/webgpu/ValidationError.cpp rename : dom/webgpu/AttachmentState.h => dom/webgpu/ValidationError.h extra : moz-landing-system : lando
-
Jeff Muizelaar authored
This was added as part of an intermediate step to blob recoordination. It's not used anymore. Differential Revision: https://phabricator.services.mozilla.com/D47354 --HG-- extra : moz-landing-system : lando
-
Lee Salzman authored
Differential Revision: https://phabricator.services.mozilla.com/D47934 --HG-- extra : moz-landing-system : lando
-
Alexandre Poirot authored
Bug 1583252 - Shutdown content process DebuggerServer only once the last connection closes. r=jdescottes When multiple DebuggerClients starts debugging the same content process target, the first one to close will destroy the other one as we destroy the server and the loader as soon as we receive the debug:content-process-destroy message. We should destroy them only once the last client closes. i.e. when the last connection registered in the content process is destroyed. Differential Revision: https://phabricator.services.mozilla.com/D47661 --HG-- extra : moz-landing-system : lando
-
Alexandre Poirot authored
Differential Revision: https://phabricator.services.mozilla.com/D46805 --HG-- extra : moz-landing-system : lando
-
Alexandre Poirot authored
When debugging firefox instance, we open about:devtools toolboxes, without any remoteId attribute. So that we create a brand new DebuggerClient instance. For now, this instance is only ever closed if the debugged target is a local tab. We should try to close the clients for all cases. Remote debugging clients are ignored and I think are still left opened. Differential Revision: https://phabricator.services.mozilla.com/D47112 --HG-- extra : moz-landing-system : lando
-
Andreas Tolfsen authored
bug 1585630: remote: load frameNavigated test resources from Data URL; r=remote-protocol-reviewers,whimboo In order to get the browser_page_frameNavigated.js and browser_page_frameNavigated_iframe.js tests passing under Fission we can load the test resources from the same site origin as the initial test document. This avoids a content browser remoteness change, which strictly speaking is not what the tests are testing. Differential Revision: https://phabricator.services.mozilla.com/D47897 --HG-- extra : moz-landing-system : lando
-
Christian Holler authored
Differential Revision: https://phabricator.services.mozilla.com/D47408 --HG-- extra : moz-landing-system : lando
-
Andrew Halberstadt authored
Differential Revision: https://phabricator.services.mozilla.com/D47925 --HG-- extra : moz-landing-system : lando
-
Jonathan Kew authored
Bug 1563602 - Improve mapping of lang tags to internal langGroup codes for font-prefs selection. r=m_kato Differential Revision: https://phabricator.services.mozilla.com/D47639 --HG-- extra : moz-landing-system : lando
-
Andrew McCreight authored
Differential Revision: https://phabricator.services.mozilla.com/D47847 --HG-- extra : moz-landing-system : lando
-
Harry Twyford authored
Differential Revision: https://phabricator.services.mozilla.com/D47813 --HG-- extra : moz-landing-system : lando
-
David Walsh authored
Differential Revision: https://phabricator.services.mozilla.com/D47907 --HG-- extra : moz-landing-system : lando
-
James Graham authored
MANUAL PUSH: wpt sync fixup
-
Gijs Kruitbosch authored
Bug 1565998 - display a descriptive text for local file: related data, and allow removing it, r=johannh,fluent-reviewers,flod,baku Differential Revision: https://phabricator.services.mozilla.com/D44832 --HG-- extra : moz-landing-system : lando
-