Commit Graph

666495 Commits

Author SHA1 Message Date
André Bargull
6449cb3bd4 Bug 1574180 - Part 4: Update comment for "name" property of TypeErrorThrower. r=khyperia
Depends on D42155

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

--HG--
extra : moz-landing-system : lando
2019-08-16 20:19:23 +00:00
André Bargull
2900da90f1 Bug 1574180 - Part 3: Remove special-case for inferred empty name string. r=khyperia
An absent name and an empty string as the inferred name are now
indistinguishable, so we can remove the special case for empty strings in
ObjectEmitter.

Depends on D42154

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

--HG--
extra : moz-landing-system : lando
2019-08-16 20:19:21 +00:00
André Bargull
5e05a4da7e Bug 1574180 - Part 2: Assign "name" property for anonymous class expressions. r=khyperia
Default the "name" property of anonymous class expressions to the empty string
by removing the special case in `JSFunction::infallibleGetUnresolvedName()`.
With that change applied, `infallibleGetUnresolvedName()` never returns nullptr,
so we can remove nullptr handling in its callers. And additionally
`JSFunction::getUnresolvedName()` can be changed back to use `MutableHandleValue`
as its parameter, which also (re-)aligns the function with `getUnresolvedLength()`.

Depends on D42153

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

--HG--
extra : moz-landing-system : lando
2019-08-16 20:19:14 +00:00
André Bargull
cc009c6b87 Bug 1574180 - Part 1: Use function closures instead of bound functions for cached getter functions. r=jorendorff
This ensures an empty string is used for the name and actually also matches
the spec since <https://github.com/tc39/ecma402/pull/208>.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 13:05:57 +00:00
André Bargull
361e8143de Bug 1574180 - Part 6: Update test262. r=khyperia
Update test262 to get the changes from <https://github.com/tc39/test262/pull/2299>.

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

--HG--
rename : js/src/tests/test262/language/statements/class/elements/prviate-accessor-is-visible-in-computed-properties.js => js/src/tests/test262/language/statements/class/elements/private-accessor-is-visible-in-computed-properties.js
rename : js/src/tests/test262/language/statements/class/elements/prviate-method-is-visible-in-computed-properties.js => js/src/tests/test262/language/statements/class/elements/private-method-is-visible-in-computed-properties.js
extra : moz-landing-system : lando
2019-08-16 20:20:17 +00:00
André Bargull
a54376e8fa Bug 1574180 - Part 7: Update test262 exclusions. r=khyperia
Differential Revision: https://phabricator.services.mozilla.com/D42159

--HG--
extra : moz-landing-system : lando
2019-08-16 20:21:06 +00:00
Kirk Steuber
a10a13a1c4 Bug 1569388 - Don't overwrite real error codes with cancel codes when removing BITS jobs r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D41805

--HG--
extra : moz-landing-system : lando
2019-08-19 22:36:55 +00:00
Chris Muldoon
9dc25e00c8 Bug 1574366 - Remove flexbox from .node.object.node for better formatting. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D42440

--HG--
extra : moz-landing-system : lando
2019-08-20 15:39:53 +00:00
Dão Gottwald
26f3378b01 Bug 1561533 - Increase quantumbar input size on focus and visually integrate the view. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D42149

--HG--
extra : moz-landing-system : lando
2019-08-20 15:14:25 +00:00
Perry Jiang
4d1b5b9a5c Bug 1552945 - Start Service Workers in the parent process with parent-intercept. r=asuth,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D32492

--HG--
extra : moz-landing-system : lando
2019-08-20 15:21:11 +00:00
Perry Jiang
7753ae42bf Bug 1552945 - Send push events to ServiceWorkerRegistrationActor's active Service Worker r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D31906

--HG--
extra : moz-landing-system : lando
2019-08-20 15:21:02 +00:00
Perry Jiang
cbf68e6857 Bug 1552945 - Merge ServiceWorkerRegistrationFronts and ServiceWorker WorkerTargetFronts on their IDs. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D31905

--HG--
extra : moz-landing-system : lando
2019-08-20 15:20:54 +00:00
Perry Jiang
4d21c36f04 Bug 1552945 - Expose a ServiceWorker's WorkerPrivate's ID on its ServiceWorkerFront. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D31904

--HG--
extra : moz-landing-system : lando
2019-08-20 15:20:47 +00:00
Perry Jiang
a7ce0c3b9e Bug 1552945 - Allow a WorkerPrivate's creator to set its ID. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D31903

--HG--
extra : moz-landing-system : lando
2019-08-20 15:20:40 +00:00
Brian Hackett
3281985555 Bug 1573970 - Pause on debugger statements when using web replay, r=loganfsmyth.
Differential Revision: https://phabricator.services.mozilla.com/D42243

--HG--
extra : moz-landing-system : lando
2019-08-20 15:16:18 +00:00
Nan Jiang
0ce65ed8c4 Bug 1575228 - Bump the holdback group to 5% for extended triplets rollout r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D42652

--HG--
extra : moz-landing-system : lando
2019-08-20 15:12:24 +00:00
Paul Zuehlcke
f230f7f918 Bug 1574105 - Updated browser-addons.js SitePermissions call to use principal. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42318

--HG--
extra : moz-landing-system : lando
2019-08-20 12:13:32 +00:00
Razvan Caliman
2df504c779 Bug 1575186 - Ensure Shape Path Editor can be toggled for basic shapes with default values. r=pbro
The patch for [Bug 1559796](https://bugzilla.mozilla.org/show_bug.cgi?id=1559796) has changed the computed value for the default `circle()` basic shape (no coordinates). It now reflects the approach used with default `ellipse()` basic shape (no coordinates), thus addressing the issue with inconsistency raised in Bug 1521508.

The change means the Shape Path Editor's parsing of `circle()` and `ellipse()` need to account for the missing "closest-side" default radius. This patch addresses this need and introduces a test to check whether the Shape Path Editor successfully triggers for basic shapes with default values.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 13:59:07 +00:00
Sebastian Streich
db893cf0d7 Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre
***
Fix linux build

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

--HG--
extra : moz-landing-system : lando
2019-08-20 12:43:02 +00:00
lloan
949f442b3f Bug 1573857 - Search doesn't properly for Cookies. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D42308

--HG--
extra : moz-landing-system : lando
2019-08-20 15:03:26 +00:00
Ehsan Akhgari
7762e57916 Bug 1573547 - Increase the timeout for browser_blockingSharedWorkers.js
Differential Revision: https://phabricator.services.mozilla.com/D42646

--HG--
extra : moz-landing-system : lando
2019-08-20 14:18:24 +00:00
Narcis Beleuzu
829c6e38d1 Bug 1572225 - Fix mozlint failure. r=aryx CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D42647

--HG--
extra : amend_source : 251208b1e3253a89bf72b49abf88e406d1ba3756
extra : histedit_source : 8ee40bb9e3e21b15a5dc0633d706757df0523d5a
2019-08-20 17:29:42 +03:00
David Walsh
59b87e91ff Bug 1572225 - Restore variables required by scratchpad r=nchevobbe
Restored and moved them to scratchpad's l10n file

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

--HG--
extra : moz-landing-system : lando
2019-08-20 12:08:53 +00:00
Nihanth Subramanya
50145120e7 Bug 1560327 - [Protections Panel] Implement telemetry event recording. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42306

--HG--
extra : moz-landing-system : lando
2019-08-20 13:49:28 +00:00
Belén Albeza
5ac210ec83 Bug 1573786 - ManifestProcessor should throw error when parsing invalid JSON r=marcosc
Differential Revision: https://phabricator.services.mozilla.com/D42627

--HG--
extra : moz-landing-system : lando
2019-08-20 13:30:12 +00:00
Jan Odvarko
7249733689 Bug 1574439 - The search input should focus when Search panel is opened; r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D42471

--HG--
extra : moz-landing-system : lando
2019-08-20 08:36:07 +00:00
Gijs Kruitbosch
938483d542 Bug 1561502, r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D42123

--HG--
extra : moz-landing-system : lando
2019-08-20 13:12:26 +00:00
Gijs Kruitbosch
91775b86ee Bug 1561502, r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D42122

--HG--
extra : moz-landing-system : lando
2019-08-20 13:12:17 +00:00
Gijs Kruitbosch
d11d241116 Bug 1561502, r=bzbarsky,Honza
Differential Revision: https://phabricator.services.mozilla.com/D42120

--HG--
extra : moz-landing-system : lando
2019-08-20 13:11:58 +00:00
Frédéric Wang
9237560765 Bug 1575200 - Perma /mathml/presentation-markup/fractions/frac-linethickness-001.html. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D42636

--HG--
extra : moz-landing-system : lando
2019-08-20 12:57:55 +00:00
Nihanth Subramanya
3f8d6e85d7 Bug 1573605 - More thoroughly test category item sections for various states. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42237

--HG--
extra : moz-landing-system : lando
2019-08-20 12:57:57 +00:00
Nihanth Subramanya
14aa4dc1ba Bug 1573605 - Show undetected protections category items in a "Not Found" section, update UI to spec. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42113

--HG--
extra : moz-landing-system : lando
2019-08-20 12:00:37 +00:00
Paul Zuehlcke
a05cee34df Bug 1574130 - Updated ControlCenter.jsm to use SitePermissions principal methods. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42474

--HG--
extra : moz-landing-system : lando
2019-08-20 12:14:32 +00:00
Frédéric Wang
926e8f6c74 Bug 1575167 - Export MathML mathcolor, mathbackground and displaystyle reftests to WPT. r=emilio
These are only file renaming, metadata/comments addition, changing the way
Ahem is included and other minor formatting changes. The MathML tests itself
are not modified.

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

--HG--
rename : layout/reftests/mathml/displaystyle-1-ref.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-011-ref.html
rename : layout/reftests/mathml/displaystyle-1.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-011.html
rename : layout/reftests/mathml/displaystyle-2-ref.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-012-ref.html
rename : layout/reftests/mathml/displaystyle-2.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-012.html
rename : layout/reftests/mathml/displaystyle-3-ref.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-013-ref.html
rename : layout/reftests/mathml/displaystyle-3.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-013.html
rename : layout/reftests/mathml/displaystyle-4-ref.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-014-ref.html
rename : layout/reftests/mathml/math-display-ref.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-015-ref.html
rename : layout/reftests/mathml/math-display.html => testing/web-platform/tests/mathml/relations/css-styling/displaystyle-015.html
rename : layout/reftests/mathml/mathbackground-1-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathbackground-001-notref.html
rename : layout/reftests/mathml/mathbackground-2-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathbackground-002-notref.html
rename : layout/reftests/mathml/mathbackground-3-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathbackground-003-notref.html
rename : layout/reftests/mathml/mathbackground-4-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathbackground-004-notref.html
rename : layout/reftests/mathml/mathcolor-1-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathcolor-001-notref.html
rename : layout/reftests/mathml/mathcolor-2-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathcolor-002-notref.html
rename : layout/reftests/mathml/mathcolor-3-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathcolor-003-notref.html
rename : layout/reftests/mathml/mathcolor-4-ref.xml => testing/web-platform/tests/mathml/relations/css-styling/mathcolor-004-notref.html
extra : moz-landing-system : lando
2019-08-20 11:26:44 +00:00
Paul Zuehlcke
619584035d Bug 1574110 - Updated tabbrowser.js SitePermissions call to use principal. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42321

--HG--
extra : moz-landing-system : lando
2019-08-20 12:29:26 +00:00
Micah Tigley
34b2328e68 Bug 1572825 - Add telemetry for tracker "Learn More" links. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D41977

--HG--
extra : moz-landing-system : lando
2019-08-20 12:38:08 +00:00
Paul Zuehlcke
f568195330 Bug 1574124 - Updated PermissionUI.jsm to use SitePermissions principal methods. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42337

--HG--
extra : moz-landing-system : lando
2019-08-20 12:15:00 +00:00
Gian-Carlo Pascutto
8b7a11d51c Bug 1573578 - Whitelist brk syscall if jemalloc is disabled. r=jld
Differential Revision: https://phabricator.services.mozilla.com/D41998

--HG--
extra : moz-landing-system : lando
2019-08-14 22:50:51 +00:00
Tim Huang
a474484d73 Bug 1575088 - Fix the style issue of the permission granted indicator. r=johannh
This patch fixes the style issue by make the container of the permission
granted indicator to centered align its children.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 12:30:01 +00:00
Andreas Tolfsen
208fc409a5 bug 1575134: mozrunner: drop fallback firefox_default_path(); r=webdriver-reviewers,jgraham
With bug 1566778 we started searching the system path on BSDs
similarly to how we had done it on Linux.  The patch forgot to
adapt the fallback implementation of the platform module, causing
a compile issue on BSDs since they are now covered by the same
implementation as what used to be Linux-specific.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 12:07:24 +00:00
James Graham
b76eaeb7da Bug 1572967 - Update metadata for intermittent svg syncbases test, r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D42626

--HG--
extra : moz-landing-system : lando
2019-08-20 11:35:42 +00:00
tanhengyeow
7595c5da4e Bug 1574826 - WebSocket Inspector Test: Basic functionality. r=Honza
Setup base structure common to all WS inspector tests.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 10:47:56 +00:00
Emilio Cobos Álvarez
8a8e0391b0 Bug 1571517 - Don't bail out when serializing a range starting at the end of an element. r=mbrodesser
We have a range that starts at the end of a cell, and ends somewhere else.

We were bailing out recursively from the beginning, causing the serialization to
be the empty string rather than the actually selected text.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 11:20:16 +00:00
Brindusan Cristian
60126cdd06 Backed out 2 changesets (bug 1573605) for bc failures at browser_trackingUI_state.js. CLOSED TREE
Backed out changeset 2bd2687949b5 (bug 1573605)
Backed out changeset 63d640d3d8b8 (bug 1573605)
2019-08-20 14:51:50 +03:00
Olli Pettay
1950b63b62 Bug 1556579, try to make browser_html_options_ui_in_tab.js less racy, r=rpl
The test starts to fail more often with Fission session history (which is still using sync IPC).
The change should guarantee that there is time to send and receive options-loaded message.

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

--HG--
extra : moz-landing-system : lando
2019-08-20 10:06:48 +00:00
Narcis Beleuzu
b8158bd25d Bug 1572560 - Disable browser_destroy_callbacks.js on MacOSX. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D42616

--HG--
extra : moz-landing-system : lando
2019-08-20 10:41:19 +00:00
Cosmin Sabou
f0e2c16f12 Bug 1571583 - Disable leaking tests for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D42588

--HG--
extra : moz-landing-system : lando
2019-08-20 10:43:15 +00:00
Nihanth Subramanya
5c54443fcd Bug 1573605 - More thoroughly test category item sections for various states. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42237

--HG--
extra : moz-landing-system : lando
2019-08-16 14:21:20 +00:00
Nihanth Subramanya
45e0197f18 Bug 1573605 - Show undetected protections category items in a "Not Found" section, update UI to spec. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D42113

--HG--
extra : moz-landing-system : lando
2019-08-16 09:39:14 +00:00
Cosmin Sabou
cc2fe556cd Bug 1570436 - Add .ini file after being deleted by wpt-sync. r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D42545

--HG--
extra : moz-landing-system : lando
2019-08-20 10:30:37 +00:00