Commit Graph

701253 Commits

Author SHA1 Message Date
Jan Beich
25e565834b Bug 1629300 - Add back CreateNotificationPipeForChild for Tier3 after bug 1623961. r=KrisWright
Differential Revision: https://phabricator.services.mozilla.com/D70614

--HG--
extra : moz-landing-system : lando
2020-04-13 21:38:51 +00:00
Dzmitry Malyshau
64c80998c6 Bug 1629605 - wgpu tracking fixes r=jgilbert
Differential Revision: https://phabricator.services.mozilla.com/D70707

--HG--
extra : moz-landing-system : lando
2020-04-13 22:46:31 +00:00
Agi Sferro
7bcf9efc52 Bug 1622917 - Use schema to determine whether to prompt about a permission r=mixedpuppy,snorp
This allows other front-ends to know which permissions they should prompt for,
like GeckoView.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 22:28:30 +00:00
Shane Caraveo
871d0aad0e Bug 1622917 add schema support to determine permissions that do not require prompting r=zombie,agi
Differential Revision: https://phabricator.services.mozilla.com/D70137

--HG--
extra : moz-landing-system : lando
2020-04-11 20:35:59 +00:00
Edgar Chen
869ca5daa1 Bug 1629653 - Remove unused argument from ImageCacheKey::GetSpecialCaseDocumentToken; r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D70729

--HG--
extra : moz-landing-system : lando
2020-04-13 20:50:19 +00:00
Mark Striemer
c34d93b70f Bug 1626381 - Include a title on about:addons categories r=rpl,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D69571

--HG--
extra : moz-landing-system : lando
2020-04-10 06:03:35 +00:00
Emilio Cobos Álvarez
3cc5d55d45 No bug - Use the shorter name for some reviewer groups. r=firefox-source-docs-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D70657

--HG--
extra : moz-landing-system : lando
2020-04-13 21:27:52 +00:00
Erik Nordin
dbc1240152 Bug 1629596 - Rename mParent to mParentSheet r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D70705

--HG--
extra : moz-landing-system : lando
2020-04-13 20:49:32 +00:00
Anurag Aggarwal
84f13a772a Bug 1628275 - Document how to run a try job for the in-tree documentation.r=firefox-source-docs-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D70589

--HG--
extra : moz-landing-system : lando
2020-04-13 21:24:43 +00:00
Emilio Cobos Álvarez
202a1619ad Bug 1520581 - Allow to select scroll anchors inside nested scroll frames. r=dholbert
As long as the nested scrollframe doesn't maintain an anchor itself.

This is important for pages which use overflow: hidden to contain large
parts of their scrollable content, see bug 1629237 for an example.

When calling InvalidateAnchor(), we may invalidate an ancestor anchor
itself, if we're not maintaining an anchor and our scrolled frame is
part of the anchor chain. This is important to maintain our state
properly.

I was going to add some assertion to this effect but it can fail when
fragmenting inlines already, so for now I've commented it out and filed
bug 1629280 for that. It's not great, but it cannot lead to a security
issue so we probably can fix it with time.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 20:58:14 +00:00
Mike Hommey
737ee65960 Bug 1581684 - Fix mach mach-completion mach -flag <command> for python 2 commands. r=ahal
This solves an edge case where tab completing a Python 2 command with global
arguments was using the wrong Python version.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 15:42:59 +00:00
Emilio Cobos Álvarez
79d260464c No bug - Point to artifact builds / mozconfig from the contributing docs. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D70656

--HG--
extra : moz-landing-system : lando
2020-04-13 20:07:30 +00:00
Mike Conley
6cf2613a1e Bug 1628734 - Record the time to load certificates off of the main-thread as a scalar. r=keeler,data-review=chutten
Depends on D70441

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

--HG--
extra : moz-landing-system : lando
2020-04-13 20:04:39 +00:00
Mike Conley
d1811e175c Bug 1628734 - Record the time to initialize the NSS component as a scalar. r=keeler,data-review=chutten
Differential Revision: https://phabricator.services.mozilla.com/D70441

--HG--
extra : moz-landing-system : lando
2020-04-13 19:16:41 +00:00
Mike Conley
a66766a054 Bug 1628734 - Add a AutoScalarTimer RAII helper to Telemetry library. r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D70440

--HG--
extra : moz-landing-system : lando
2020-04-13 19:28:27 +00:00
Mike Conley
cc459dbad6 Bug 1627817 - Make sure to fire fullscreen-painted notification when transitioning PiP player window in and out of fullscreen. r=mstriemer
The DOMFullscreen JSWindowActors, which normally handle this sort of thing,
don't get instantiated for events that fire for a parent process DOM Window.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 20:31:49 +00:00
Ting-Yu Lin
c0d3605505 Bug 1629614 - Sort crashtests entries after bug 1500000 in layout/{base,generic}/crashtests.list. r=nordzilla
And add bug numbers to two of the crashtests.

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

--HG--
rename : layout/base/crashtests/empty-mask.html => layout/base/crashtests/1516286-empty-mask.html
rename : layout/generic/crashtests/very-large-frameset.html => layout/generic/crashtests/1588955-very-large-frameset.html
extra : moz-landing-system : lando
2020-04-13 20:23:59 +00:00
Sebastian Streich
3f06b1ba5a Bug 1628693 - Remove nsIPrincipal->GetURI from ThirdpartyUtil.cpp r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D70363

--HG--
extra : moz-landing-system : lando
2020-04-13 18:50:32 +00:00
Sebastian Streich
df71ab1aca Bug 1597724 - Remove nsIPrincipal->GetURI in WebExtensionPolicy.cpp r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D70353

--HG--
extra : moz-landing-system : lando
2020-04-13 18:49:51 +00:00
Sylvestre Ledru
51ca3d607b no bug - lint doc: Update some old links r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D70576

--HG--
extra : moz-landing-system : lando
2020-04-13 19:48:48 +00:00
Andrew McCreight
a4bbbb0889 Bug 1628052 - Remove uses of dom.ipc.keepProcessesAlive.webIsolated.perOrigin to fix leaks. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D70076

--HG--
extra : moz-landing-system : lando
2020-04-13 20:11:50 +00:00
Aki Sasaki
e81d58f570 Bug 1594621 - allow for attributes in fetch tasks. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D70141

--HG--
extra : moz-landing-system : lando
2020-04-09 22:46:05 +00:00
Barret Rennie
bb0b410a92 Bug 1623873 - Replace Job.video_location with Job.video_path in error message r=tarek
The `video_location` attribute (which was the URL or path of the video) was
removed from the `Job` type, due to it no longer being possible to be a URL.
This was because videos are now passed in through the browsertime-results.tgz
artifact, instead of specified separately in the job description.

This error message was missed in the refactor and was causing failures due to
visualmetrics.py to appear to be caused by our wrapper script. This will not
fix the underlying error causing the intermittents in the first place, but now
the real cause will appear in the log instead.

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

--HG--
extra : moz-landing-system : lando
2020-04-09 23:11:55 +00:00
Emilio Cobos Álvarez
5043703027 Bug 1629445 - Add a page about editor/IDE integration to the docs. r=sylvestre
This is a frequent question in #introduction / #developers. I'm not
aware of any page in MDN that documents this kind of stuff.

This is intended to be a catch-all page for stuff that some people may
want to have like auto-completion, debugger/linter integration, etc...

In the future, maybe this should be a sub-section in a more general
"Improving your development environment" section or something like that,
where other stuff like commit hooks / mozconfig managers like [1] could
also be explained, but that seems premature, at least for now.

[1]: https://github.com/emilio/mozconfigs

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

--HG--
extra : moz-landing-system : lando
2020-04-13 18:45:08 +00:00
Timothy Nikkel
b89bb47353 Bug 1628988. Don't apply ImgDrawResult::NOT_READY in PaintMaskSurface. r=mstange
PaintMaskSurface shouldn't be applying ImgDrawResult::NOT_READY when we don't have a frame and the mask image hasn't been resolved. ImgDrawResult is only about drawing images, not about waiting for external resources to resolve or frames to get constructed. The only purpose of tracking ImgDrawResult's in painting code is to know which frames we need to invalidate because their rendering might change if we sync decode images during a Draw call. Applying NOT_READY here means we invalidate for every paint with the sync decode images flag (ie reftest paints), and it never changes from NOT_READY. This bites the reftest for this bug 1624532.

To fix it, instead of "overloading" the ImgDrawResult we return a bool to indicate the mask is missing or incomplete.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 20:08:05 +00:00
Michael Cooper
8e6825fa97 Bug 1628409 p2 - Make OS data available in filter context during FirstStartup r=rhelmer
Differential Revision: https://phabricator.services.mozilla.com/D70452

--HG--
extra : moz-landing-system : lando
2020-04-13 19:09:40 +00:00
Michael Cooper
9a2ad7fe12 Bug 1628409 p1 - Move Windows version info determination into a reusable module r=rhelmer,chutten,mhowell
Differential Revision: https://phabricator.services.mozilla.com/D70548

--HG--
extra : moz-landing-system : lando
2020-04-13 19:09:32 +00:00
Narcis Beleuzu
69f64d87d9 Backed out 2 changesets (bug 1617963, bug 1179358) for Linting failure on windows_build.rst . CLOSED TREE
Backed out changeset a2c7ad83a45b (bug 1179358)
Backed out changeset 4cf6af7fbcdb (bug 1617963)
2020-04-13 22:53:54 +03:00
Narcis Beleuzu
1783003a34 Backed out 3 changesets (bug 1624150, bug 1432749) for wpt failures at open-features-tokenization-top-left.html. CLOSED TREE
Backed out changeset ff061c8d9da9 (bug 1624150)
Backed out changeset 7e96d4acf317 (bug 1432749)
Backed out changeset a95f77732a1c (bug 1432749)
2020-04-13 22:51:48 +03:00
Narcis Beleuzu
4c093d6d9b Backed out changeset 32a6ee9d2c41 (bug 1619538) requested by Emilio on Bug 1627347. CLOSED TREE 2020-04-13 22:48:03 +03:00
Andrew Halberstadt
c13a43fc8b Bug 1614643 - [wpt] Log test 'group' information in suite_start, r=jgraham CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D70444

--HG--
extra : source : 370e52ff13b2f6368d8cb7a3f7a1190cc18bc94d
extra : histedit_source : 727680b2e6e6c92dffcd07c4efff9716b36ef9a8
2020-04-13 14:52:24 +00:00
Dzmitry Malyshau
a3e5cb126b Bug 1617369 - Rustfmt pass over gfx/wgpu r=sylvestre
uses the default config with rustfmt-stable

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

--HG--
extra : moz-landing-system : lando
2020-04-13 17:26:41 +00:00
alexandru.ionescu
346ad6cf40 Bug 1614805 Part 1: catch re.match error r=perftest-reviewers,Bebe
Differential Revision: https://phabricator.services.mozilla.com/D70678

--HG--
extra : moz-landing-system : lando
2020-04-13 14:57:03 +00:00
Micah Tigley
73a50514ac Bug 1625501 - Enable target-switching for RDM r=daisuke,jdescottes
Target-switching in RDM will always occur on tab remoteness change with new-RDM enabled.

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

--HG--
extra : moz-landing-system : lando
2020-04-13 16:45:41 +00:00
mhoye
a73e1808d1 Bug 1179358 - Removing Adobe CMAP license r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D69281

--HG--
extra : moz-landing-system : lando
2020-04-13 17:24:41 +00:00
mhoye
586ad04bbc Bug 1617963 - Moving contribution and related info from MDN to m-c r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D68835

--HG--
extra : moz-landing-system : lando
2020-04-01 22:15:27 +00:00
Gijs Kruitbosch
4890e67e21 Bug 1616881 - get rid of uses-unsafe-cpows, r=mconley
This removes the annotation from the following tests:

browser/base/content/test/general:
- browser_bug735471.js by removing the test
- browser_clipboard.js which seems like it's not using CPOWs anyway
- browser_blockHPKP.js which is disabled and isn't using CPOWs anyway

browser/components/customizableui/test:
- browser_934951_zoom_in_toolbar.js as CPOW usage was removed in bug 962248

toolkit/components/reader/test:
- browser_readerMode_with_anchor.js as CPOW usage was already removed in bug 1492482

toolkit/content/tests/browser:
- browser_datetime_datepicker.js as CPOW usage was removed in bug 1492482
- browser_saveImageURL.js which used deprecated CPOW-only APIs that I removed in an earlier cset

It also removes all the test framework code relying on this annotation.

Depends on D70685

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

--HG--
extra : moz-landing-system : lando
2020-04-13 18:05:00 +00:00
Gijs Kruitbosch
aa717aac9c Bug 1616881 - clear up saveBrowser/saveDocument and remove all mentions of CPOWs from contentAreaUtils.js, r=mconley
Depends on D70684

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

--HG--
extra : moz-landing-system : lando
2020-04-13 17:46:05 +00:00
Gijs Kruitbosch
971ae919c8 Bug 1616881 - remove saveImageURL which, besides the now-dead CPOW checks, just calls internalSave, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D70684

--HG--
extra : moz-landing-system : lando
2020-04-13 17:43:22 +00:00
Emilio Cobos Álvarez
249c66fbe0 No bug - Add a link to GeckoView contribution docs from the source tree docs. r=sylvestre,snorp
Differential Revision: https://phabricator.services.mozilla.com/D70655

--HG--
extra : moz-landing-system : lando
2020-04-13 17:29:38 +00:00
Narcis Beleuzu
3e2ac63c37 Bug 1629065 - Updating mac expectance for getcredential-rk-passing.https.html. r=RyanVM CLOSED TREE
--HG--
extra : histedit_source : 977eadef930958f50e85af38c93ff3f6c6e64035
2020-04-13 21:30:05 +03:00
Brindusan Cristian
dc5b1ed56d Backed out changeset 370e52ff13b2 (bug 1614643) for wpt failures at open-features-tokenization-top-left.html. CLOSED TREE
--HG--
extra : rebase_source : 0398b4f6594bae90118c1f5a55a202d1883afc2d
2020-04-13 20:38:57 +03:00
Brindusan Cristian
2432095238 Backed out changeset 4fd31338db03 (bug 1603796) for mochitest failures at test_ext_all_apis.html. CLOSED TREE
--HG--
extra : rebase_source : a5bcc9871620ac1b2dd9de6e6d53b0f0171b6c2b
2020-04-13 20:36:19 +03:00
Dana Keeler
69308ed152 Bug 1627756 - implement enterprise roots for android r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D69855

--HG--
extra : moz-landing-system : lando
2020-04-09 00:54:11 +00:00
Jan Beich
6a49954834 Bug 1622013 - Build *_mmx.c files with -mmmx in bundled libvpx; r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D70674

--HG--
extra : moz-landing-system : lando
2020-04-13 15:34:42 +00:00
Csoregi Natalia
ba597ff33e Backed out changeset 6553d0f5973d (bug 1628982) for raptor timeouts. CLOSED TREE 2020-04-13 19:22:31 +03:00
Ryan VanderMeulen
a1da71c534 Bug 1629150 - Update pdf.js to version 2.5.80. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D70557

--HG--
extra : moz-landing-system : lando
2020-04-13 16:01:39 +00:00
Atique Ahmed Ziad
a782826390 Bug 1603796 - support tabs.goForward and tabs.goBack r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D62964

--HG--
extra : moz-landing-system : lando
2020-04-13 15:43:53 +00:00
Andrew Halberstadt
e9b2d852da Bug 1614643 - [wpt] Log test 'group' information in suite_start, r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D70444

--HG--
extra : moz-landing-system : lando
2020-04-13 14:52:24 +00:00
Tooru Fujisawa
6ae0a8d699 Bug 1624150 - Collect telemetry for outerWidth/outerHeight features of window.open in web content. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D67765

--HG--
extra : moz-landing-system : lando
2020-04-13 15:42:26 +00:00