Граф коммитов

697768 Коммитов

Автор SHA1 Сообщение Дата
Razvan Caliman 6d2c0cfb23 Bug 1624287 - Cleanup obsolete Walker front and spec methods and events. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D67837

--HG--
extra : moz-landing-system : lando
2020-03-23 16:09:55 +00:00
Nicolas Chevobbe f3f3851854 Bug 1622820 - Fix evaluation context selector button UI. r=jlast.
The button was stretching vertically as the console input grew,
which looked weird.
This is fixed by aligning the item of the container differently
and adjusting padding and margins in order to properly aligh
the context selector and the editor switch button.
We take this as an opportunity to set a max width on the button,
since it could be quite large if the context name is long.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 15:36:30 +00:00
Florin Strugariu 6e362fa517 Bug 1621619 - Switch Fennec ESR68 artifacts from the nightly builds to the release builds r=RyanVM,tarek
Differential Revision: https://phabricator.services.mozilla.com/D66388

--HG--
extra : moz-landing-system : lando
2020-03-23 14:15:50 +00:00
Raphael Pierzina 232d99cdb9 Bug 1622646 - Fix usage of six.reraise in telemetry-integration-tests; r=wlach
Differential Revision: https://phabricator.services.mozilla.com/D67821

--HG--
extra : moz-landing-system : lando
2020-03-23 12:59:32 +00:00
Andrew McCreight 2110d31627 Bug 1582568 - Nuke CCWs for waivers for remote window proxies. r=peterv
Xray waivers for remote window proxies don't make much sense, so we nuke any
waiver when a window proxy navigates from local to remote. However, this xray
waiver can be the target of a CCW, and dead wrappers are not supposed to the
target of a CCW, so we need to find and nuke any CCWs targetting the waiver.

This requires fixing js::RemapWrapper so that it can be used to fix CCWs to
dead wrappers.

Hopefully this will fix a bunch of intermittent failures in
browser_windowProxy_transplant.js.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 15:36:40 +00:00
Ryan VanderMeulen bdbb0b4ec0 Bug 1622069 - Update pdf.js to version 2.4.445. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D66645

--HG--
extra : moz-landing-system : lando
2020-03-23 15:34:07 +00:00
Nicolas Silva bc13f4444a Bug 1616901 - Adjust reftest expectations. r=jrmuizel
I suspect the number of texture array layers impacts some arithmetic realted to how the GL implementation deals with texture coordinates. These refetests started failing more consistently (though not 100% of the time) with the patch that sets the number of rgba8 linear texture array laters to 16.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 15:29:59 +00:00
Nicolas Silva 4ed1a83e7f Bug 1616901 - Allocate 16 layers for rgba8 linear textures in the cache and allocate new arrays instead of growing it. r=gw
Differential Revision: https://phabricator.services.mozilla.com/D67575

--HG--
extra : moz-landing-system : lando
2020-03-23 15:29:59 +00:00
Nicolas Silva df14fe8f1e Bug 1623777 - Replace fancy right single quotation mark with less fancy one. r=gw,jrmuizel
So that moz-phab stops throwing an encoding error.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 10:44:33 +00:00
Nicolas Silva 2a16d8411d Bug 1623647 - Allocate one screen's worth of picture cache tiles in each direction instead of three. r=gw
Differential Revision: https://phabricator.services.mozilla.com/D67559

--HG--
extra : moz-landing-system : lando
2020-03-23 10:44:35 +00:00
ajitesh 74c011887b Bug 1421039 - Remove duplicate extension icons r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D63288

--HG--
rename : browser/themes/shared/controlcenter/extension.svg => toolkit/themes/shared/extensions/extension.svg
extra : moz-landing-system : lando
2020-03-23 15:24:24 +00:00
Nika Layzell bd152e0d88 Bug 1614259 - Ensure BrowisngContexts are detached when nsDocShell is destroyed, r=farre
After bug 1582832, DocShell destruction and BrowsingContext detaching happen
in separate operations, leaving a gap where a DocShell has been destroyed, but
its BrowsingContext is still considered attached. During this gap, the usual
invariant that an in-process, attached BrowsingContext always has an
associated DOM window doesn't hold, nor do the usual invariants for outer
window forwarding security checks.

This patch fixes the detach timing so that a child BrowsingContext for a frame
which has been removed is always marked detached at the same time its DocShell
is destroyed.

Co-authored-by: Kris Maglione <maglione.k@gmail.com>

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

--HG--
extra : moz-landing-system : lando
2020-03-23 13:28:09 +00:00
aarushivij c7d4000c3b Bug 1596858 - Different spacing above Enabled and Disabled headers while there is no enabled add-on r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D67270

--HG--
extra : moz-landing-system : lando
2020-03-23 15:19:14 +00:00
Florin Strugariu 58597e92c8 Bug 1623360 - Re-enable raptor tests for the 2017 reference hardware r=whimboo
Differential Revision: https://phabricator.services.mozilla.com/D67820

--HG--
extra : moz-landing-system : lando
2020-03-23 11:59:31 +00:00
undef1nd c9ce90a9d3 Bug 1624189 - Generate rust-helper's header file via cbindgen r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D67786

--HG--
extra : moz-landing-system : lando
2020-03-23 15:01:18 +00:00
Alexandre Poirot edd16a9c02 Bug 1622043 - Use waitForNetworkEvents where we should. r=Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D66660

--HG--
extra : moz-landing-system : lando
2020-03-23 14:53:58 +00:00
Alexandre Poirot 623f5e054a Bug 1622043 - Remove unecessary wait. r=Honza,bomsy
This test was wrong. The event timings were fire before, when performing the request.
Not when opening the context menu. So, with the previous changeset, this test started to fail.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 14:53:51 +00:00
Alexandre Poirot 7b688fbc4b Bug 1622043 - Always wait for Event Timings. r=Honza,bomsy
We were explicitely waiting for event timings in two tests only,
but these requests are also done in most other tests using waitForNetworkEvents.
Unfortunately, EVENT_TIMINGS aren't always fetched, so it complexify
waitForNetworkEvents a bit. But I think it would prevent pending requests
and helps using a unique wait helper.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 14:53:48 +00:00
Alexandre Poirot 3aabd7c1ea Bug 1622043 - Remove waitForAllRequestsFinished in favor of always asserting the expected request count. r=Honza,bomsy
Differential Revision: https://phabricator.services.mozilla.com/D66657

--HG--
extra : moz-landing-system : lando
2020-03-23 14:53:46 +00:00
Alexandre Poirot e128a79553 Bug 1622043 - Remove unecessary usages of waitForAllRequestsFinished method. r=Honza,bomsy
Other tests are typically using waitForNetworkEvents when doing a reload,
with a clear assertion on how many requests should be displayed and awaited for.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 14:53:38 +00:00
Dave Townsend 6ed37285b4 Bug 1622717: When parsing an AST allow the chosen parser to override the default scope manager and visitor keys. r=Standard8
There appears to be a bug in babel-eslint where it still uses the old
`ExperimentalSpreadProperty` and `ExperimentalRestProperty` node types when
babel itself (and hence the AST visitor keys) have switched to `SpreadElement`
and `RestElement`. I suspect there isn't much point in filing a babel-eslint
issue for this, they are currently in the process of working on v11 which does
fix the issue but is currently only available as a beta release.

There are three alternatives:

1. Use the beta babel-eslint.
2. Hack the visitor keys to include the old node types.
3. Traverse the AST changing the nodes from the old types to the new types.

Using a beta version is probably not a great idea so this patch does 2 which is
the simplest of the other options. It does have the drawback however that if
any eslint rules we use rely on the new node type names they will fail to work.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 12:58:28 +00:00
Julian Descottes 35c268e629 Bug 1395843 - Properly remove the DevTools test shared-head observer r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D67845

--HG--
extra : moz-landing-system : lando
2020-03-23 13:24:58 +00:00
Julian Descottes 55c5bdc9db Bug 1395843 - Stop logging the whole accessible object in reducer warning r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D67816

--HG--
extra : moz-landing-system : lando
2020-03-23 13:28:07 +00:00
ffxbld 688cc76dfc No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D67852

--HG--
extra : moz-landing-system : lando
2020-03-23 13:43:31 +00:00
Iain Ireland 999f7f79ce Bug 1624072: Don't clobber destreg in visitMulI r=nbp
In the case where there is no overflow, the lhsreg and the destreg can be the same, so the rhs constant needs its own register.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 10:57:45 +00:00
Jared Wein 32ae03260b Bug 1569848 - Mark logins as vulnerable if they use a password shared with a breached login by the same user. r=MattN
This patch adds the basic plumbing for vulnerable logins. Correct icons and strings will be fixed in future work. As such, this feature is still disabled.

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

--HG--
extra : moz-landing-system : lando
2020-03-23 13:38:39 +00:00
Sylvestre Ledru 3d6c843cb5 Bug 1624237 - Bring back using declaration - unified are broken. a=bustage-fix
CLOSED TREE

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

--HG--
extra : amend_source : fd90f111b934792a1315ecef90e174ada9f18b89
2020-03-23 13:33:50 +00:00
Christian Holler 71be193b65 Bug 1624267 - Fix intermittent hangs with ThreadSanitizer. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D67812

--HG--
extra : moz-landing-system : lando
2020-03-23 13:08:47 +00:00
Mirko Brodesser 16d65c131f Bug 1623858: part 6) Use `switch` statement in `nsTextPaintStyle::InitSelectionColorsAndShadow`. r=smaug
Depends on D67644

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

--HG--
extra : moz-landing-system : lando
2020-03-23 10:47:08 +00:00
Marco Bonardo 77b52c71ab Bug 1622457 - Restore the Clear Downloads button position in the Library window. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D67332

--HG--
extra : moz-landing-system : lando
2020-03-23 13:05:35 +00:00
Sylvestre Ledru 734f79b541 Bug 1624237 - Run misc-unused-using-decls - Remove useless declarations r=andi
$ ./mach static-analysis check --checks="-*, misc-unused-using-decls" --fix <path>

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

--HG--
extra : moz-landing-system : lando
2020-03-23 13:15:33 +00:00
Samarjeet ca1eecaacb Bug 1578212 - Limit characters & allow multiline code to be expanded r=nchevobbe
***

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

--HG--
extra : moz-landing-system : lando
2020-03-23 13:19:07 +00:00
Mihai Alexandru Michis 2b56315b69 Backed out changeset 41f948371551 (bug 1624189) for causing bustages in base/nsURLHelper.cpp
CLOSED TREE
2020-03-23 15:18:09 +02:00
undef1nd eaecb6baf8 Bug 1624189 - Generate rust-helper's header file via cbindgen r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D67786

--HG--
extra : moz-landing-system : lando
2020-03-23 12:57:45 +00:00
Adam Hammad 13ab379ff1 Bug 1621598 - Add a border radius on Reverse Search Input for Mac OS platform r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D67808

--HG--
extra : moz-landing-system : lando
2020-03-23 12:56:39 +00:00
Christoph Kerschbaumer 67336e44e0 Bug 1585533: Remove debug statements for test test_upgrade_insecure_reporting.html. r=sstreich
Differential Revision: https://phabricator.services.mozilla.com/D67838

--HG--
extra : moz-landing-system : lando
2020-03-23 12:40:06 +00:00
anjali1903 75f45064cc Bug 1622794 Replace URIParams with nsIURI in PNecko.ipdl r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D67567

--HG--
extra : moz-landing-system : lando
2020-03-23 12:54:35 +00:00
Jan de Mooij b8ed9c6abc Bug 1618198 part 22 - Implement some more ops. r=iain
Differential Revision: https://phabricator.services.mozilla.com/D67595

--HG--
extra : moz-landing-system : lando
2020-03-23 12:31:13 +00:00
Martin Stransky 8430fa3cd2 Bug 1623097 [Linux] Make widget aspect ratio configurable r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D67166

--HG--
extra : moz-landing-system : lando
2020-03-23 12:12:55 +00:00
Edgar Chen d7ab96cb47 Bug 1622350 - Enable pointerevent_pointerlock_supercedes_capture.html wpt back on linux-opt-fission; r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D67829

--HG--
extra : moz-landing-system : lando
2020-03-23 12:04:54 +00:00
Logan Smyth b1c58ab1b9 Bug 1589470 - Wait for the temporary favicon to change before validating. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D67795

--HG--
extra : moz-landing-system : lando
2020-03-23 08:32:54 +00:00
Simon Giesecke 6260a0f6e4 Bug 1370725 - Remove redundant dom/broadcastchannel/tests/test_broadcastchannel_any.html. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D67819

--HG--
extra : moz-landing-system : lando
2020-03-23 11:33:55 +00:00
jbone e1b33b47fd Bug 1574316 - Show all of the data in the subpanels of the protection panel as origins not domains r=prathiksha
Differential Revision: https://phabricator.services.mozilla.com/D66915

--HG--
extra : moz-landing-system : lando
2020-03-23 11:39:59 +00:00
Andrea Marchesini a6ffaa8481 Bug 1402784 - Request.destination audioworklet WPT, r=annevk
Differential Revision: https://phabricator.services.mozilla.com/D67107

--HG--
extra : moz-landing-system : lando
2020-03-23 11:32:46 +00:00
Andrea Marchesini 6e5bd2d254 Bug 1402784 - Use nsIContentPolicy::TYPE_INTERNAL_AUDIOWORKLET and nsIContentPolicy::TYPE_INTERNAL_PAINTWORKLET in Worklet code, r=smaug
Depends on D67105

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

--HG--
extra : moz-landing-system : lando
2020-03-17 22:24:39 +00:00
Andrea Marchesini 96d0e4f828 Bug 1402784 - Introduce nsIContentPolicy::TYPE_INTERNAL_AUDIOWORKLET and nsIContentPolicy::TYPE_INTERNAL_PAINTWORKLET, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D67105

--HG--
extra : moz-landing-system : lando
2020-03-17 11:29:33 +00:00
Christian Holler b503a043c8 Bug 1600895 - Add additional suppression for race variant. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D67732

--HG--
extra : moz-landing-system : lando
2020-03-23 10:30:03 +00:00
Dorel Luca cd2487f6dc Backed out changeset ff16837de269 (bug 1622757) by dev's request 2020-03-23 12:47:26 +02:00
Simon Giesecke 4b23573552 Bug 1620917 - Ensure a failure of StartTransactionOp is correctly handled on the resulting CommitOp. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D67667

--HG--
extra : moz-landing-system : lando
2020-03-23 10:38:47 +00:00
Mihai Alexandru Michis 532b6f80be Backed out 3 changesets (bug 1623777, bug 1616901, bug 1623647) for causing reftest failures.
CLOSED TREE

Backed out changeset 622591504941 (bug 1616901)
Backed out changeset 034d885d32cb (bug 1623777)
Backed out changeset 610fe9c88f2e (bug 1623647)
2020-03-23 12:40:30 +02:00