Andrei Oprea
03353c067c
Bug 1572492 - Protections Panel message learn more link is incorrectly placed in RTL r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D42287
--HG--
extra : moz-landing-system : lando
2019-08-16 12:22:29 +00:00
Ciure Andrei
bf0253640d
Backed out 2 changesets (bug 1480146) for causing inline-style-cache-1.html timeouts CLOSED TREE
...
Backed out changeset 8e3a8dd3189d (bug 1480146)
Backed out changeset 2bcd5ea241cd (bug 1480146)
2019-08-19 14:29:28 +03:00
Sebastian Hengst
97623914b9
Bug 1574254 - adjust XPCshell max run times. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D42481
--HG--
extra : moz-landing-system : lando
2019-08-19 10:54:31 +00:00
Jon Coppeard
ec0afec70b
Bug 1573879
- Remove some more unnecessary includes r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D41989
--HG--
extra : moz-landing-system : lando
2019-08-19 09:58:26 +00:00
Jon Coppeard
19abd935f9
Bug 1573879
- Refactor ZoneAllocator to remove the dependency on JSRuntime r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D41988
--HG--
extra : moz-landing-system : lando
2019-08-19 09:58:12 +00:00
Razvan Maries
e4ab7a03ad
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2019-08-19 13:29:39 +03:00
Ciure Andrei
9a123fb597
Backed out changeset 81156ff3f4fa (bug 1571656) for causing browser_PageActions.js and test_insertTree_fixupOrSkipInvalidEntries.js to perma fail CLOSED TREE
2019-08-19 13:00:44 +03:00
Jon Coppeard
3e56e9eb4b
Bug 1574339
- Use a default GC invocation kind if embedding callbacks finish the current GC as we're tring to start a slice r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D42331
--HG--
extra : moz-landing-system : lando
2019-08-17 00:50:18 +00:00
Kershaw Chang
fb1430c0de
Bug 1553267 - Cancel the redirect load if docshell is being destroyed r=mayhemer
...
When the docshell is being destroyed, HttpChannelChild::CompleteRedirectSetup is not called and HttpChannelChild::mListener is not also assigned. In this case, I think we should cancel the channel and propagate the error to the http channel parent.
Differential Revision: https://phabricator.services.mozilla.com/D41515
--HG--
extra : moz-landing-system : lando
2019-08-16 11:41:04 +00:00
Jason Laster
c0a595d089
Bug 1573890 - Simplify logpoint messages. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41990
--HG--
extra : moz-landing-system : lando
2019-08-16 17:28:40 +00:00
Eric Rahm
f92163b353
Bug 1574276
- Update traits in the bits library to specify dyn. r=agashlin
...
The `bits` library needs to be updated to prefix traits with `dyn` in order to compile with Rust 1.37 in which they've deprecated non-prefixed traits.
Differential Revision: https://phabricator.services.mozilla.com/D42187
--HG--
extra : moz-landing-system : lando
2019-08-16 17:22:15 +00:00
Aaron Amanuel
3e2b89118e
Bug 1574243 - Duplicate bouncerscript submission task to point at Nazgul. r=mtabara
...
Duplicating the old bouncer submission task and having it point to Nazgul in both stage and prod.
Differential Revision: https://phabricator.services.mozilla.com/D42171
--HG--
extra : moz-landing-system : lando
2019-08-16 15:45:24 +00:00
Sebastian Hengst
0195ac9406
Merge mozilla-central to autoland
2019-08-16 19:05:43 +02:00
Robert Helmer
eb7c0990a0
Bug 1573285 - set system add-on enable pref on by default for Fennec r=snorp
...
This was originally added in bug 1428459 to separate system add-on updates from app updates, but the pref only made it to desktop and not mobile.
Differential Revision: https://phabricator.services.mozilla.com/D41795
--HG--
extra : moz-landing-system : lando
2019-08-16 13:52:14 +00:00
Marco Zehe
bbff91b9c7
Bug 1574389 - Give each div containing a bar a role of "img" for accessibility, r=mtigley
...
While NVDA works fine with the current implementation, JAWS needs the divs themselves to have an explicit role to pick them up properly and read them to the user. Since the divs essentially contain a graphical representation, the "img" role is appropriate to use in this context. This makes JAWS pick up the information for each bar.
Differential Revision: https://phabricator.services.mozilla.com/D42266
--HG--
extra : moz-landing-system : lando
2019-08-16 15:20:30 +00:00
Axel Hecht
d638afbb1b
Bug 1574411, use fluent.pygments to syntax-highlight code blocks, r=ahal,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D42277
--HG--
extra : moz-landing-system : lando
2019-08-16 16:41:15 +00:00
Dorel Luca
4b3c5c8fa3
Backed out changeset 6e01b87795cf (bug 1573890) for Devtools failures. CLOSED TREE
...
--HG--
extra : rebase_source : e8a8addd651398d07630e0990eb49f0210969f23
2019-08-16 19:36:41 +03:00
Sebastian Hengst
53ceae20f0
Bug 1574535 - temporarily disable suddenly permafailing browser_startup_syncIPC.js. a=florian-on-IRC CLOSED TREE
...
--HG--
extra : amend_source : 62e63891a0f1fe3247c2b3c96eb54ab93f5bfb79
2019-08-16 18:51:55 +02:00
Dorel Luca
f97e939824
Backed out changeset 10a056f52e49 (bug 1571969) for cpp failure. CLOSED TREE
2019-08-16 19:02:56 +03:00
Aaron Klotz
db904c3cc8
Bug 1574298: Convert mscom::ProcessRuntime to use ProcessCategory enum and matching constructor; r=Jamie
...
In order to use `mscom::ProcessRuntime` in the maintenance service, we need
`ProcessRuntime` to be able to distinguish between more than just whether or not
the current process is the parent process.
I've added a new `ProcessCategory` enum to track this information, and revised
the constructors so that we now have one that accepts a ProcessCategory.
The `ProcessCategory` constructor is private inside XUL, since the
`GeckoProcessType` variant should always be used in that case.
We also slightly change apartment initialization to depend on the underlying
`ProcessCategory` value.
Finally, I modify the one case where we instantiate a `ProcessRuntime` in the
launcher process to use the new constructor.
Differential Revision: https://phabricator.services.mozilla.com/D42225
--HG--
extra : moz-landing-system : lando
2019-08-16 16:06:45 +00:00
Randall E. Barker
393595d494
Bug 1574341 - Add devtools.console.stdout.chrome to GeckoRuntimeSettings.Builder.debugLogging() r=geckoview-reviewers,snorp
...
Differential Revision: https://phabricator.services.mozilla.com/D42230
--HG--
extra : moz-landing-system : lando
2019-08-16 16:02:08 +00:00
mcrawford@mozilla.com
ea906a1753
Bug 1574108 - blocklist migration (ETP) using UI version 85 won't run in beta and release once it reaches version 70 because UI version 86 got uplifted r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D42175
--HG--
extra : moz-landing-system : lando
2019-08-16 15:47:59 +00:00
Henrik Skupin
25ed81e808
Bug 1330560 - [marionette] Temporarily skip TestScreenCaptureContent.test_capture_flags on Windows. r=webdriver-reviewers,jgraham
...
Temporarily skip on Windows to get the new screenshot API landed.
Given that this change makes this failure permanent it should be
easier for investigation after its landing.
Differential Revision: https://phabricator.services.mozilla.com/D42322
--HG--
extra : moz-landing-system : lando
2019-08-16 15:50:11 +00:00
mcrawford
2dc8fda553
Bug 1550165 - Footer advertising links to Lockwise mobile apps. r=fluent-reviewers,Pike,MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34370
--HG--
extra : moz-landing-system : lando
2019-08-16 14:43:37 +00:00
Robert Strong
78a7ea9c45
Bug 1574080 - Remove gDestPath and associated code in updater.cpp since it is no longer used. r=mhowell
...
Differential Revision: https://phabricator.services.mozilla.com/D42316
--HG--
extra : moz-landing-system : lando
2019-08-16 15:43:13 +00:00
Coroiu Cristina
0645d4377f
Merge mozilla-central to inbound a=merge on a CLOSED TREE
2019-08-16 12:57:16 +03:00
Coroiu Cristina
15cff10fa2
Merge autoland to mozilla-central a=merge
2019-08-16 12:47:23 +03:00
Olli Pettay
52044b01d5
bug 1563587, MANUAL PUSH: remove debugging left-over dump() calls, r=wpt-bustage
...
--HG--
extra : amend_source : 23e77ab04ddac933af39dc50e77f348e0d045bc5
2019-08-16 12:36:32 +03:00
Sebastian Hengst
741204a688
Backed out 10 changesets (bug 1568277) for breaking ./mach bootstrap. a=backout
...
Backed out changeset 056d9515483c (bug 1568277)
Backed out changeset 632d943c947b (bug 1568277)
Backed out changeset d7e8f80e2c85 (bug 1568277)
Backed out changeset 7b59ed5d703d (bug 1568277)
Backed out changeset f8b41cbaaf8e (bug 1568277)
Backed out changeset 391a90f3f02b (bug 1568277)
Backed out changeset d2b1d6c0a732 (bug 1568277)
Backed out changeset cb35fd836621 (bug 1568277)
Backed out changeset c8f797a19731 (bug 1568277)
Backed out changeset 9b89f970d46b (bug 1568277)
--HG--
rename : taskcluster/taskgraph/optimize/__init__.py => taskcluster/taskgraph/optimize.py
rename : taskcluster/taskgraph/optimize/seta.py => taskcluster/taskgraph/util/seta.py
2019-08-16 11:19:54 +02:00
Daisuke Akatsuka
016f7b5076
Bug 1571650: Change z-index by the nest. r=pbro
...
Differential Revision: https://phabricator.services.mozilla.com/D41929
--HG--
extra : moz-landing-system : lando
2019-08-16 07:38:57 +00:00
Daisuke Akatsuka
461170519e
Bug 1571650: Add test for AnonymousContent::SetStyle(). r=smaug
...
In this patch, creates a test to confirm whether the AnonymousContent.setStyle()
works correctly.
Differential Revision: https://phabricator.services.mozilla.com/D41928
--HG--
extra : moz-landing-system : lando
2019-08-17 18:47:28 +00:00
Daisuke Akatsuka
c6a47f400c
Bug 1571650: Add an API to change the style of AnonymousContent from devtools. r=smaug
...
DevTools is using AnonymousContent to highlight the element inspecting.
And now, the z-order of highlighting became to be importance. In case of normal
element, we can change the z-order by z-index or order of DOM. However,
AnonymousContent does not have the such the way to change the z-order from
DevTools side. This patch introduces an API to change the style, and makes the
z-order changeable by the z-index.
Differential Revision: https://phabricator.services.mozilla.com/D41927
--HG--
extra : moz-landing-system : lando
2019-08-16 07:38:39 +00:00
Matthew Noorenberghe
fbd2729e3f
Bug 1570372 - Add a test for LoginStats:NewSavedPassword. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D42256
--HG--
extra : moz-landing-system : lando
2019-08-17 22:30:15 +00:00
Daniel Varga
95ce40b8d4
Backed out changeset a7ac9f64f6ea (bug 1561056) for build bustage at widget/gtk/nsDragService. On a CLOSED TREE
2019-08-16 09:30:39 +03:00
Ed Lee
5ff7943b7d
Bug 1574334 - Add lazy cards, story engagements and bug fixes to New Tab Page r=pdahiya,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D42229
--HG--
extra : moz-landing-system : lando
2019-08-16 05:54:16 +00:00
Matthew Noorenberghe
8d6ede1151
Bug 1570372 - Add login sync "Never Lose a Password Again" CFR strings. r=k88hudson,fluent-reviewers,flod
...
Depends on D42074
Differential Revision: https://phabricator.services.mozilla.com/D42075
--HG--
extra : moz-landing-system : lando
2019-08-16 04:10:38 +00:00
Csoregi Natalia
838811e23f
Merge inbound to mozilla-central. a=merge
2019-08-16 06:59:41 +03:00
Csoregi Natalia
454835b69d
Merge autoland to mozilla-central. a=merge
2019-08-16 06:57:14 +03:00
Csoregi Natalia
0989eb85a3
Backed out changeset 38b37dfa1f33 (bug 1469716) for causing Bug 1572116. a=backout
2019-08-16 04:36:30 +03:00
Kagami Sascha Rosylight
25862fe2eb
Bug 1572349 - Add Document::ResolveWithBaseURI. r=bzbarsky
...
Summary: This adds a helper method that enables simpler code in D41047 and D36714.
Reviewers: bzbarsky, marcosc
Reviewed By: bzbarsky
Bug #: 1572349
Differential Revision: https://phabricator.services.mozilla.com/D41902
--HG--
extra : histedit_source : 9a8904a71bfeda594a5e3900c39e096e90dc83e1
2019-08-16 03:38:31 +03:00
Imanol Fernandez
efb7b0fed5
Bug 1574218 - Fix broken VRManagerChild::NotifyPresentationGenerationChanged event. r=kip
...
Fix broken VRManagerChild::NotifyPresentationGenerationChanged event.
Differential Revision: https://phabricator.services.mozilla.com/D42164
--HG--
extra : moz-landing-system : lando
2019-08-15 23:18:41 +00:00
Dan Minor
e6817b0e4d
Bug 1573541
- Fix assertion failure in PannerNode.h; r=karlt
...
This removes the call to SetThreeDPointParameter which is no longer necessary
now that we're using AudioParams for position and orientation. Doing the
conversion can cause an assertion failure when the AudioParams have a scheduled
future value.
Differential Revision: https://phabricator.services.mozilla.com/D42023
--HG--
extra : moz-landing-system : lando
2019-08-15 21:17:36 +00:00
Nicholas Nethercote
08f34bc7d6
Bug 1572633 - Remove browser.cache.frecency_experiment. r=mayhemer
...
It's unused.
Differential Revision: https://phabricator.services.mozilla.com/D41329
--HG--
extra : moz-landing-system : lando
2019-08-16 11:18:46 +00:00
Gijs Kruitbosch
a829e24657
Bug 1571342
- unify save paths for console and netmonitor and fix the latter to not do docshell loads, r=Honza,nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41858
--HG--
extra : moz-landing-system : lando
2019-08-16 11:13:24 +00:00
Jan Odvarko
a1cc09d360
Bug 1566856 - JSONView stopped rendering relative URLs; nchevobbe r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D41543
--HG--
extra : moz-landing-system : lando
2019-08-16 10:06:17 +00:00
Emilio Cobos Álvarez
479f277399
Bug 1480146 - Add memory reporting for the inline style cache. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D41731
--HG--
extra : moz-landing-system : lando
2019-08-16 10:56:25 +00:00
Emilio Cobos Álvarez
c24f17aee9
Bug 1480146 - Add a cache for inline stylesheets without @import rules. r=heycam
...
Supporting @import was much more annoying (I had a patch but it became much more
complex than this), and seems other browsers don't do it either:
https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/css/style_sheet_contents.cc?l=149&rcl=1999822baf4dc673088e65997fa07ad158f2e166
https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/css/StyleSheetContents.cpp?rev=246490#L111
Also added a singleton perf test for <link> caching.
Maybe we should add some cache eviction here, but I'm not sure what'd be the
best policy here.
Differential Revision: https://phabricator.services.mozilla.com/D41564
--HG--
extra : moz-landing-system : lando
2019-08-16 10:56:23 +00:00
Emilio Cobos Álvarez
a61410f8ae
Bug 1571530 - Remove sheets from the <link> cache when they have been touched by CSS OM. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D41563
--HG--
extra : moz-landing-system : lando
2019-08-16 10:56:22 +00:00
Emilio Cobos Álvarez
b9e6e577b3
Bug 1571530 - Move a bit of code around in Loader::LoadInlineSheet. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D41562
--HG--
extra : moz-landing-system : lando
2019-08-16 10:56:20 +00:00
Emilio Cobos Álvarez
86651be7e1
Bug 1571530 - Make PrepareSheet take a reference. r=heycam
...
Differential Revision: https://phabricator.services.mozilla.com/D41561
--HG--
extra : moz-landing-system : lando
2019-08-16 10:56:18 +00:00