- Sep 24, 2018
-
-
erickstm87 authored
Differential Revision: https://phabricator.services.mozilla.com/D6407 --HG-- extra : moz-landing-system : lando
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D6652 --HG-- extra : moz-landing-system : lando
-
Jan de Mooij authored
Bug 1492759 - Use the principal stored in CompartmentOriginInfo instead of JS_GetCompartmentPrincipals for Xray expandos. r=bholley Differential Revision: https://phabricator.services.mozilla.com/D6467 --HG-- extra : moz-landing-system : lando
-
Brindusan Cristian authored
Backed out changeset 6f81edbb4e87 (bug 1493549) for wpt failures on /mediacapture-image/ImageCapture-creation.https.html. CLOSED TREE
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D6619 --HG-- extra : moz-landing-system : lando
-
Nicolas Chevobbe authored
This patch makes the parser-worker available at the toolbox level. This way, the console does not have to rely on the debugger being open to map top-level await expression. In order to make the worker works in the toolbox, some changes are required (passing a window object, checking inToolbox differently). We take this as an opportunity to *not* display the async iife result, a promise, in the console. This is made by checking if the input was mapped, and if so, ignoring the result we get from the server. A couple tests are added to ensure the basic usage works as expected. This patch should be considered as a v0 for top-level await evaluation as there are things that are not perfect here. Since we rely on console.log the result are treated differently from other evaluation results: - the style is different - the result gets added to the log cache (when restarting the console, the results will still be displayed, but not the commands). - the results can be filtered, although evaluation results should not - `$_` after a top-level await evaluation returns the Promise created by the async iife, not the result that was displayed in the console. All those should be addressed in Bug 1410820. Differential Revision: https://phabricator.services.mozilla.com/D6038 --HG-- extra : moz-landing-system : lando
-
Coroiu Cristina authored
-
Coroiu Cristina authored
-
Preeti Mukherjee authored
convert uses of "defer" to "new Promise" in client/shadereditor Differential Revision: https://phabricator.services.mozilla.com/D6220 --HG-- extra : moz-landing-system : lando
-
Jared Wein authored
Saving and filling the countries via Form Autofill will still be limited to certain countries but this allows the storage to be useful for Web Payments in other countries. Differential Revision: https://phabricator.services.mozilla.com/D5194 --HG-- extra : amend_source : c6810478b747cf51aaaafa73f83682cb23711231
-
Robert Helmer authored
Differential Revision: https://phabricator.services.mozilla.com/D6096 --HG-- extra : moz-landing-system : lando
-
Henri Sivonen authored
MozReview-Commit-ID: C6ehO1TG5YO Differential Revision: https://phabricator.services.mozilla.com/D6033 --HG-- extra : moz-landing-system : lando
-
James Teh authored
The code does check for the case where a container has no children. However, before it does so, it tries to check whether it needs to skip a text leaf child. This check previously assumed there was a child to check, which crashed for a container with no children. Differential Revision: https://phabricator.services.mozilla.com/D6588 --HG-- extra : moz-landing-system : lando
-
- Sep 22, 2018
-
-
Zibi Braniecki authored
Differential Revision: https://phabricator.services.mozilla.com/D6524 --HG-- extra : moz-landing-system : lando
-
- Sep 23, 2018
-
-
Noemi Erli authored
-
Noemi Erli authored
-
Collin Wing authored
Differential Revision: https://phabricator.services.mozilla.com/D5283 --HG-- extra : moz-landing-system : lando
-
Matt Brubeck authored
This cherry-picks servo/servo#21789.
-
Emilio Cobos Álvarez authored
This reverts the relevant bits from #21746 so that style and dependencies can build with stable. This is important because: * `selectors` is a published crate. * Gecko compiles with stable (more or less). I reviewed that PR under the assumption that the union feature was stable, since untagged unions are stable since 1.19, but turns out that smallvec uses non-Copy types in unions, which are still unstable. This leaves the union feature used on Servo, so that it gets testing, taking advantage of features being additive. This cherry-picks servo/servo#21788.
-
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.
-
- Sep 22, 2018
-
-
apranovich authored
Enable a disabled addon when user re-installs the same version. Before this change disabled addons couldn't be enabled back even if user intentionally reinstalls the same version of addon. Now if user reinstalls the same version - addon will be enabled back. Differential Revision: https://phabricator.services.mozilla.com/D4435 --HG-- extra : moz-landing-system : lando
-
Yatri authored
Bug 1338158: use 'unset' value more in UA stylesheets, in cases where we're already just resetting the property. r=dholbert --HG-- extra : rebase_source : a3fa80a793a8a531e9f31c7097c2b2451020d724
-
- Sep 23, 2018
-
-
Robert Longson authored
-
J.C. Jones authored
--HG-- extra : rebase_source : ac309461f5909fcf7b617bc768d73c0cd7911385
-
Jeff Muizelaar authored
-
Jeff Muizelaar authored
-
Jeff Muizelaar authored
Changes GlyphRasterSpace to RasterSpace.
-
Jeff Muizelaar authored
-
- 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
-