Commit Graph

638617 Commits

Author SHA1 Message Date
David Major
c402a2d8be Bug 1530483 - Use UNIFIED_SOURCES in NSPR's moz.build r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D21060

--HG--
extra : moz-landing-system : lando
2019-02-26 07:05:23 +00:00
Ehsan Akhgari
c8ce081831 Bug 1529836 - Part 2: Add a test for capping the maximum life-time of client-side cookies; r=baku
Depends on D20780

Differential Revision: https://phabricator.services.mozilla.com/D20781

--HG--
extra : moz-landing-system : lando
2019-02-25 06:57:10 +00:00
Ehsan Akhgari
949ce9392e Bug 1529836 - Part 1: Add support for capping the maximum life-time of client-side cookies; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D20780

--HG--
extra : moz-landing-system : lando
2019-02-25 06:57:23 +00:00
Ehsan Akhgari
0ba3cee181 Bug 1529784 - Remove an unnecessary call to SchemeIs; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D20782

--HG--
extra : moz-landing-system : lando
2019-02-25 06:57:50 +00:00
Asfiya
ce78b3d73a Bug 1166355 - HTML formatter generates correct link for the gecko revision to hg.mozilla.org r=jgraham
The HTML formatter now references the correct link and does not produce a 404 error

Differential Revision: https://phabricator.services.mozilla.com/D21207

--HG--
extra : moz-landing-system : lando
2019-02-26 14:00:56 +00:00
Razvan Caliman
e757eeb931 Bug 1530662 - Add hover/active and dark theme colors for buttons in Changes panel. r=pbro
Adds button styles to conform to latest UI designs:
https://mozilla.invisionapp.com/share/VFQC7MQSD9W#/screens

Differential Revision: https://phabricator.services.mozilla.com/D21212

--HG--
extra : moz-landing-system : lando
2019-02-26 14:18:29 +00:00
Emilio Cobos Álvarez
b7bb398730 Bug 1516454 - Use rust lengths for border corners. r=boris
The test in https://github.com/web-platform-tests/wpt/pull/15423 hasn't been
synced over yet, but it passes with this patch of course.

Differential Revision: https://phabricator.services.mozilla.com/D20960
2019-02-26 06:01:34 -08:00
Tooru Fujisawa
b0d83e4a75 Bug 1530238 - Use ParseContext::checkBreakStatement in Parser. r=Yoric
Depends on D20993

Differential Revision: https://phabricator.services.mozilla.com/D20994

--HG--
extra : moz-landing-system : lando
2019-02-26 13:20:54 +00:00
Tooru Fujisawa
1a49c9338c Bug 1525855 - Add testcase with WTF-8 characters in several places. r=Yoric
Differential Revision: https://phabricator.services.mozilla.com/D20993

--HG--
extra : moz-landing-system : lando
2019-02-26 13:20:52 +00:00
Tooru Fujisawa
eec12de124 Bug 1530389 - Enclose BinAST code in Parser.h with JS_BUILD_BINAST. r=Yoric
Differential Revision: https://phabricator.services.mozilla.com/D21091

--HG--
extra : moz-landing-system : lando
2019-02-26 13:21:02 +00:00
Nicolas Chevobbe
de1788a765 Bug 1529615 - Don't scroll to bottom if there's no need to; r=Honza.
We are trying to scroll to the bottom on componentDidMount and
on message addition, even if the console output does not overflow.
Since scrollToBottom can take a dozen ms (or more), we should
avoid to call it when there's no need to.

Differential Revision: https://phabricator.services.mozilla.com/D20688

--HG--
extra : moz-landing-system : lando
2019-02-26 11:07:11 +00:00
Johann Hofmann
8fafd698a4 Bug 1530327 - Enable new certificate error pages on Release. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D21009

--HG--
extra : moz-landing-system : lando
2019-02-26 13:31:43 +00:00
Ted Campbell
c800cd1068 Bug 1530513 - Fix handling of LazyScript HasBeenCloned flag r=jandem
- Ensure that HasBeenCloned flag is set on LazyScript when setting it on
  JSScript so it is preserved by relazification.
- Never preserve HasBeenCloned flag in LazyScript XDR.
  NOTE: With the first fix, this is not needed for tests to pass anymore.
- Add a LazyScript::packedFieldsForXDR() helper to strip out runtime
  flags before serializing.

Depends on D21069

Differential Revision: https://phabricator.services.mozilla.com/D21070

--HG--
extra : moz-landing-system : lando
2019-02-26 09:26:26 +00:00
Ted Campbell
c877ff3880 Bug 1530513 - Preserve LazyScript::treatAsRunOnce during XDR r=jandem
This brings LazyScript behaviour of this flag in sync with JSScript and
the split between ImmutableFlags and MutableFlags.

Differential Revision: https://phabricator.services.mozilla.com/D21069

--HG--
extra : moz-landing-system : lando
2019-02-26 09:32:58 +00:00
Hemanth Kumar Veeranki
b5c8b71722 Bug 1477679 - Prevent the dropdown panel swallowing the first click r=Honza
Network - HAR and Throtthling menus when they are opened are preventing other events to trigger by the first mouse click. After this
change, they will not consume the first click.

Differential Revision: https://phabricator.services.mozilla.com/D15444

--HG--
extra : moz-landing-system : lando
2019-01-10 13:48:09 +00:00
Oriol Brufau
cbd6851ce8 Bug 1530667 - Fix browser_allow_process_switches_despite_related_browser.js timeout. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D21214

--HG--
extra : moz-landing-system : lando
2019-02-26 13:13:25 +00:00
Dzmitry Malyshau
4d33ea2da4 Bug 1530576 - WR track vao bindings better r=gw
this change makes sure that bindings are always synced.

Differential Revision: https://phabricator.services.mozilla.com/D21159

--HG--
extra : moz-landing-system : lando
2019-02-26 06:30:44 +00:00
Daisuke Akatsuka
66bda67c38 Bug 1525615: Add 'title' attribute to '<a>' of title of DebugTargetPane. r=jdescottes,ladybenko
Depends on D20296

Differential Revision: https://phabricator.services.mozilla.com/D20765

--HG--
extra : moz-landing-system : lando
2019-02-26 12:44:50 +00:00
Daisuke Akatsuka
73059dbb18 Bug 1525615: Change the style of DebugTargetItem. r=jdescottes,ladybenko
Depends on D20295

Differential Revision: https://phabricator.services.mozilla.com/D20296

--HG--
extra : moz-landing-system : lando
2019-02-26 12:45:20 +00:00
Daisuke Akatsuka
bde87ae22f Bug 1525615: Introduce 'card' style. r=jdescottes,ladybenko
Depends on D20295

Differential Revision: https://phabricator.services.mozilla.com/D20640

--HG--
extra : moz-landing-system : lando
2019-02-26 12:42:45 +00:00
Daisuke Akatsuka
609cbc3551 Bug 1525615: Change the style of basic font-size and font-weight. r=jdescottes,ladybenko
Depends on D20294

Differential Revision: https://phabricator.services.mozilla.com/D20295

--HG--
extra : moz-landing-system : lando
2019-02-26 12:45:18 +00:00
Daisuke Akatsuka
07972cfb3c Bug 1525615: Change the style of category title. r=jdescottes,ladybenko
Depends on D20293

Differential Revision: https://phabricator.services.mozilla.com/D20294

--HG--
extra : moz-landing-system : lando
2019-02-26 12:37:22 +00:00
Daisuke Akatsuka
6645524530 Bug 1525615: Change button style. r=jdescottes,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D20293

--HG--
extra : moz-landing-system : lando
2019-02-26 12:41:34 +00:00
Narcis Beleuzu
977db21160 Backed out changeset 615d38401d49 (bug 1166355) for flake8 failure. CLOSED TREE 2019-02-26 14:42:18 +02:00
Asfiya
5d3428aca9 Bug 1166355 - HTML formatter generates correct link for the gecko revision to hg.mozilla.org r=jgraham
The HTML formatter now references the correct link and does not produce a 404 error

Differential Revision: https://phabricator.services.mozilla.com/D21207

--HG--
extra : moz-landing-system : lando
2019-02-26 11:35:23 +00:00
Narcis Beleuzu
b63f29553f Bug 1524495 - Temporarily disable raptor-unity-webgl-geckoview due to frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20939

--HG--
extra : moz-landing-system : lando
2019-02-26 12:00:41 +00:00
Kartikaya Gupta
06beabd0b7 Bug 1514992 - Update annotation for webrender. r=lsalzman
Apparently we sometimes fall back to skia canvas with WebRender if ANGLE
fails to initialize. This makes the azureSkia condition true, but the
test still passes because of WebRender's magical properties. This patch
updates the annotation to reflect reality, so we don't get unexpected
passes.

Differential Revision: https://phabricator.services.mozilla.com/D21012

--HG--
extra : moz-landing-system : lando
2019-02-26 11:51:19 +00:00
Narcis Beleuzu
144880da5e Backed out 6 changesets (bug 1525615) for build bustages. CLOSED TREE
Backed out changeset c6f3144fb731 (bug 1525615)
Backed out changeset 54455c6ac7ca (bug 1525615)
Backed out changeset 383b66655783 (bug 1525615)
Backed out changeset c5fa70d3ef1e (bug 1525615)
Backed out changeset a84ca43b06f0 (bug 1525615)
Backed out changeset 97ff6454af34 (bug 1525615)
2019-02-26 14:06:16 +02:00
Daisuke Akatsuka
ec7479d9d6 Bug 1525615: Add 'title' attribute to '<a>' of title of DebugTargetPane. r=jdescottes,ladybenko
Depends on D20296

Differential Revision: https://phabricator.services.mozilla.com/D20765

--HG--
extra : moz-landing-system : lando
2019-02-26 11:12:56 +00:00
Daisuke Akatsuka
13c92c1381 Bug 1525615: Change the style of DebugTargetItem. r=jdescottes,ladybenko
Depends on D20295

Differential Revision: https://phabricator.services.mozilla.com/D20296

--HG--
extra : moz-landing-system : lando
2019-02-22 02:23:57 +00:00
Daisuke Akatsuka
19bbe7d2b2 Bug 1525615: Introduce 'card' style. r=jdescottes,ladybenko
Depends on D20295

Differential Revision: https://phabricator.services.mozilla.com/D20640

--HG--
extra : moz-landing-system : lando
2019-02-26 10:21:29 +00:00
Daisuke Akatsuka
265a582003 Bug 1525615: Change the style of basic font-size and font-weight. r=jdescottes,ladybenko
Depends on D20294

Differential Revision: https://phabricator.services.mozilla.com/D20295

--HG--
extra : moz-landing-system : lando
2019-02-21 19:07:09 +00:00
Daisuke Akatsuka
1c056803eb Bug 1525615: Change the style of category title. r=jdescottes,ladybenko
Depends on D20293

Differential Revision: https://phabricator.services.mozilla.com/D20294

--HG--
extra : moz-landing-system : lando
2019-02-22 01:50:47 +00:00
Daisuke Akatsuka
4d7b18e4a4 Bug 1525615: Change button style. r=jdescottes,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D20293

--HG--
extra : moz-landing-system : lando
2019-02-21 16:09:13 +00:00
Julian Descottes
7fa9589cd3 Bug 1521511 - Add telemetry for additional runtime actions;r=daisuke,janerik
Depends on D19529
Waiting for product feedback before asking for review from janerik

Differential Revision: https://phabricator.services.mozilla.com/D19686

--HG--
extra : moz-landing-system : lando
2019-02-22 17:12:18 +00:00
Hiroyuki Ikezoe
8802c054f3 Bug 1530571 - Add scroll-padding cases in test_transitions_per_property.html. r=boris
Depends on D21153

Differential Revision: https://phabricator.services.mozilla.com/D21154

--HG--
extra : moz-landing-system : lando
2019-02-26 10:17:33 +00:00
Hiroyuki Ikezoe
43d46aa4b7 Bug 1530571 - Explicitly specify animation_value_type for scroll-padding. r=boris
Otherwise the Trait for clamping negative animation value isn't generated thus
negative animating results are exposed in computed values.

Depends on D21152

Differential Revision: https://phabricator.services.mozilla.com/D21153

--HG--
extra : moz-landing-system : lando
2019-02-26 10:17:25 +00:00
Hiroyuki Ikezoe
146ce4ddef Bug 1530571 - Add scroll-margin cases in test_transitions_per_property.html. ?boris r=boris
Depends on D21151

Differential Revision: https://phabricator.services.mozilla.com/D21152

--HG--
extra : moz-landing-system : lando
2019-02-26 10:17:01 +00:00
Hiroyuki Ikezoe
1afaf68dd9 Bug 1530571 - Add entries for for scroll-padding in property_database.js. r=emilio
All test data came from wpt.

Depends on D21150

Differential Revision: https://phabricator.services.mozilla.com/D21151

--HG--
extra : moz-landing-system : lando
2019-02-26 10:16:48 +00:00
Hiroyuki Ikezoe
da985ea171 Bug 1530571 - Add entries for for scroll-margin in property_database.js. r=emilio
All test data came from wpt.

Depends on D21149

Differential Revision: https://phabricator.services.mozilla.com/D21150

--HG--
extra : moz-landing-system : lando
2019-02-26 10:16:36 +00:00
Hiroyuki Ikezoe
083e5bee19 Bug 1530571 - Add an entry for scroll-snap-align in property_database.js. r=emilio
All test data came from scroll-snap-align-{valid,invalid}.html in wpt.

Differential Revision: https://phabricator.services.mozilla.com/D21149

--HG--
extra : moz-landing-system : lando
2019-02-26 10:16:18 +00:00
Patrick Brosset
06734363b3 Bug 1363990 - New pref to beautify HTML code when copying from the inspector; r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D21030

--HG--
extra : moz-landing-system : lando
2019-02-26 09:33:52 +00:00
championshuttler
3ed4de953a Bug 1530371 - Remove install permission for addons.mozilla.org. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21146

--HG--
extra : moz-landing-system : lando
2019-02-26 10:15:24 +00:00
Narcis Beleuzu
e489ab4f77 Backed out changeset 9b617c97285a (bug 1524495) for Py2 failure
--HG--
extra : rebase_source : 11dae674cfe6dfe1b9ac0c70ac463b64d148c48b
2019-02-26 11:36:11 +02:00
Eden Chuang
429916cc5a Bug 1518869 - Update the expected result of web-platform test /service-workers/service-worker/fetch-csp.https.html r=asuth
Update the expected result of web-platform test /service-workers/service-worker/fetch-csp.https.html to FAIL

Differential Revision: https://phabricator.services.mozilla.com/D21100

--HG--
extra : moz-landing-system : lando
2019-02-26 09:05:10 +00:00
Jean-Yves Avenard
04019bde46 Bug 1530322 - P3. Add temporary diagnostics. r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D21173

--HG--
extra : moz-landing-system : lando
2019-02-26 09:10:04 +00:00
Jean-Yves Avenard
500e9b73ae Bug 1530322 - P2. Remove redundant code, and simplify. r!gerald r=gerald
The assertions were unneeded as the test above covered the case.

Differential Revision: https://phabricator.services.mozilla.com/D21172

--HG--
extra : moz-landing-system : lando
2019-02-26 09:09:54 +00:00
Jean-Yves Avenard
d65730325f Bug 1530322 - P1. Make Interval assertion diagnostic_assert. r!gerald r=gerald
Differential Revision: https://phabricator.services.mozilla.com/D21171

--HG--
extra : moz-landing-system : lando
2019-02-26 09:09:34 +00:00
Narcis Beleuzu
243105ce4c Bug 1524495 - Temporarily disable raptor-unity-webgl-geckoview due to frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D20939

--HG--
extra : moz-landing-system : lando
2019-02-25 13:32:22 +00:00
Razvan Caliman
3febb41272 Bug 1530294 - Add option to skip cache when requesting authored text for CSS rule r=gl
This patch adds a boolean option to skip the cached value of `StyeRuleActor.authoredText` and re-parse the stylesheet for its value.
When changing content of a descendant rule inside an ancestor like @media or @select, the cached `authoredText` value is outdated.
This yields incorrect data when requesting the complete rule authored text, hence the need for a cache-busting option.

In addition to this change, there is a slight refactor to include the generated unique selector for the mock-rule for element inline styles.

Differential Revision: https://phabricator.services.mozilla.com/D21033

--HG--
extra : moz-landing-system : lando
2019-02-26 09:09:01 +00:00