Commit Graph

709716 Commits

Author SHA1 Message Date
Nihanth Subramanya
0a46357bbd Bug 1607822 - Use waitForPrefChange instead of waitForCondition to observe pref changes in DoH tests. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D76778
2020-05-26 15:43:18 +00:00
Bogdan Tara
1c9a64d4d6 Backed out changeset 7cfa9199cc7e (bug 1577344) for mozilla::net::nsSocketTransport::InitiateSocket crashes CLOSED TREE 2020-05-26 20:40:51 +03:00
Molly Howell
d2fa14f4ef Bug 1638509 - Enable the limited PostUpdate to update the WDBA task. r=agashlin,bytesized
This also requires removing the registry value cleanup from the unregister-task
command and adding a new uninstall command which removes both the task and the
registry values, because this patch now runs unregister-task during updates to
remove the task before re-adding it, and that needs to leave the registry alone.

Differential Revision: https://phabricator.services.mozilla.com/D76354
2020-05-26 15:38:21 +00:00
Rob Wu
5f41144b5c Bug 1640953 - Prevent RS dumps from being loaded in some blocklist tests r=gijs CLOSED TREE
RemoteSettings helpfully falls back to loading from the JSON dumps when
the list of records is empty. This breaks tests that load an empty
blocklist, because unexpected records may appear.

Fix this by inserting a dummy value in the blocklist. Invalid records
should be ignored anyway, so this is a good way to prevent the dump from
being loaded.

Differential Revision: https://phabricator.services.mozilla.com/D76875
2020-05-26 17:05:06 +00:00
Razvan Maries
a69a178a69 Backed out changeset fc441aa39120 (bug 1639574) as per Andrew's request. CLOSED TREE 2020-05-26 19:40:48 +03:00
Razvan Maries
c2a5f081ba Backed out changeset e1569e33808f (bug 1632157) for build bustages. CLOSED TREE DONTBUILD 2020-05-26 19:02:08 +03:00
Tim Huang
8d0fd9b1f8 Bug 1637226 - Part 3: Revert the assertion in ClientSource.cpp back to MOZ_DIAGNOSTIC_ASSERT. r=dimi
Depends on D76732

Differential Revision: https://phabricator.services.mozilla.com/D76733
2020-05-26 07:27:25 +00:00
Tim Huang
292c69a964 Bug 1637226 - Part 2: Make the ContentBlocking::ShouldAllowAccessFor(channel) to check sandbox flag. r=dimi
Depends on D76731

Differential Revision: https://phabricator.services.mozilla.com/D76732
2020-05-26 07:27:23 +00:00
Tim Huang
430eb8bc92 Bug 1637226 - Part 1: Add a test to ensure we won't hit the assertion for a sandbox iframe. r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D76731
2020-05-26 07:27:58 +00:00
Andrew Osmond
a1687dddb2 Bug 1639574 - Disable color management for CSS due to issues with canvas. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D76859
2020-05-26 15:25:51 +00:00
Travis Long
d7a76717bf Bug 1632157 - Implement the memory distribution metric type for Project FOG. r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D76368
2020-05-26 15:25:38 +00:00
Michael Kaply
dc9210608c Bug 1577344 - Add policy for application handlers. r=Gijs,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D74865
2020-05-26 03:21:46 +00:00
Emma Malysz
6d7d3f8388 Bug 1640481, fix unused function error for ReadAheadPackagedDll r=dthayer
Differential Revision: https://phabricator.services.mozilla.com/D76845
2020-05-26 15:00:33 +00:00
Ed Lee
810cab9903 Bug 1635090 - Build errors in newtab job should turn the job orange r=andreio
Also check exit code instead of only relying on detecting certain errors.

Differential Revision: https://phabricator.services.mozilla.com/D73729
2020-05-05 14:02:59 +00:00
David Walsh
766ba1fca9 Bug 1639760 - Add separator before devtools settings icon r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D76257
2020-05-26 13:20:38 +00:00
ffxbld
b3c5906f23 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D76710
2020-05-26 14:53:18 +00:00
Jon Coppeard
ab181a2867 Bug 1529203 - Add tests to check that the module map is cleared when using document.open r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D21719
2020-05-26 14:06:28 +00:00
Mathieu Leplatre
97875bccdd Bug 1637178 - Distinguish local DB hijacks from sign errors in Uptake Telemetry r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D75529
2020-05-26 11:20:03 +00:00
Adam Vandolder
a7c1394496 Bug 1640188 - Add pref and flag to enable Iterator Helpers in nightly, off by default. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D76542
2020-05-26 14:31:48 +00:00
Nicolas Silva
9a64982c05 Bug 1640103 - Call clear_namespace on the blob image handler. r=gw
This should fix a memory usage regression from a9eaeeec41 which I suspect was caused by not clearing the blob's namespace anymore after destroying the api object.

Depends on D76489

Differential Revision: https://phabricator.services.mozilla.com/D76490
2020-05-25 20:58:03 +00:00
Kershaw Chang
8ac1a956ac Bug 1602832 - P6: Make sure we don't launch socket process for xpcshell http server r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D76664
2020-05-26 14:30:54 +00:00
Kershaw Chang
b8de602ab2 Bug 1602832 - P5: Make sure ChildDNSService is created on main thread r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D72611
2020-05-26 14:30:47 +00:00
Kershaw Chang
a04f803052 Bug 1602832 - P4: Call IOInterposer::Init in socket process r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D68895
2020-05-26 14:30:39 +00:00
Kershaw Chang
104bf647be Bug 1602832 - P3: Skip failed tests r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D67448
2020-05-26 14:30:26 +00:00
Kershaw Chang
9fe6da812b Bug 1602832 - P2: Create 'socketprocess_networking' test variant r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D58112
2020-05-26 14:30:16 +00:00
Kershaw Chang
eb032f3176 Bug 1602832 - P1: Run xpcshell tests without e10s with socket process r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D58110
2020-05-26 14:30:09 +00:00
Emilio Cobos Álvarez
8a058b3bf3 Bug 1640907 - Remove some dead code in BindContext. r=edgar
I forgot to remove these in bug 1624359.

Differential Revision: https://phabricator.services.mozilla.com/D76844
2020-05-26 14:15:55 +00:00
Valentin Gosu
a79fecdee7 Bug 1640879 - Fix COEP data.http.html test r=annevk
Differential Revision: https://phabricator.services.mozilla.com/D76839
2020-05-26 13:52:55 +00:00
Andrew Halberstadt
4c80f3f36b Bug 1640890 - [ci] Use 'push-interval-10' optimization on fuzzing builds, r=bc
This has the same effect as the 'backstop' optimization except it *doesn't*
optimize tasks on non-autoland branches.

Differential Revision: https://phabricator.services.mozilla.com/D76842
2020-05-26 13:45:03 +00:00
Christoph Kerschbaumer
159f21fe04 Bug 1638826: Exempt pdfjs from being subject to CSP permits function. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D75787
2020-05-26 12:48:15 +00:00
Emilio Cobos Álvarez
650dcb4a57 Bug 1638107 - css-simple-styling.html is two pixels more wrong in WR.
MANUAL PUSH: Fixing orange in a CLOSED TREE
2020-05-26 15:21:47 +02:00
Edgar Chen
acf69e7f98 Bug 1640139 - Don't dispatch contextmenu event triggered from control-left-click as right-button in Mac; r=masayuki
All other browsers dispatch contextmenu as left-button in this case.

Differential Revision: https://phabricator.services.mozilla.com/D76493
2020-05-26 13:11:45 +00:00
Dan Minor
715e2622ab Bug 1637319 - Only enumerate capture devices on Linux that support V4L2_CAP_VIDEO_CAPTURE; r=ng
The side effect of not filtering on V4L2_CAP_VIDEO_CAPTURE is that every device
is enumerated twice. Because we look up devices by name, and the device that
supports V4L2_CAP_VIDEO_CAPTURE seems to always appear first in /dev/video,
this does not seem to end up with us ever choosing an inappropriate device. We
might get away with just filtering device names from the list, but if the order
of devices ever changed in /dev/video there could be problems.

Differential Revision: https://phabricator.services.mozilla.com/D75593
2020-05-15 19:40:28 +00:00
Tom Schuster
11230ce0cb Bug 1640748 - Warp: Fix LoadArgumentSlot transpilation. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D76758
2020-05-26 12:05:09 +00:00
Sebastian Streich
47570a169b Bug 1633710 - Move js uri.AsciiHost to principal r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D73239
2020-05-26 11:58:06 +00:00
Gregory Mierzwinski
008827b6ac Bug 1638376 - Run recorded sites as live sites once a week. r=perftest-reviewers,alexandru.irimovici
This patch enables a new cron job that runs our recorded sites as live sites once a week through browsertime so we can continuously monitor how well our recordings match with what page the user is seeing.

Differential Revision: https://phabricator.services.mozilla.com/D75575
2020-05-26 11:20:27 +00:00
Jonathan Kew
58d58635f7 Bug 1640119 - Pass shared-memory blocks for the font list as part of SetXPCOMProcessAttributes. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D76507
2020-05-26 09:30:17 +00:00
Yaron Tausky
b5246d2cc5 Bug 1638170 - Don't dispatch buggy WorkerRunnables r=asuth,dom-workers-and-storage-reviewers,sg
This patch removes the dispatch of ReportGenericErrorRunnables when
a worker fails to start, since they were causing crashes and
weren't getting run anyway. It also adds an assertion that prevents
the creation of strong references to workers before they begin
their main loop.

Differential Revision: https://phabricator.services.mozilla.com/D76693
2020-05-26 11:38:58 +00:00
Honza Bambas
3f00555cb8 Bug 1639607 - Enable <link rel=preload> on Nightly and Early Beta only by default, r=dragana,NhiNguyen
Differential Revision: https://phabricator.services.mozilla.com/D76164
2020-05-25 20:31:28 +00:00
Emilio Cobos Álvarez
835dce9943 Bug 1640861 - Remove unused ServoElementSnapshot::mIsHTMLElementInHTMLDocument. r=xidorn
Differential Revision: https://phabricator.services.mozilla.com/D76820
2020-05-26 11:25:12 +00:00
julianwels
2cb5d08b1f Bug 1625156 - Added tests for HTTPS Only Mode error page. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D75793
2020-05-26 11:45:34 +00:00
JulianWels
2cc2e49495 Bug 1625156 - Error page for HTTPS Only Mode. r=fluent-reviewers,ckerschb,nhnt11,flod,nika,johannh,mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D72129
2020-05-26 11:45:21 +00:00
Martin Stransky
3847626318 Bug 1639575 [Wayland] Disable xdg-desktop-portal by default, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D76822
2020-05-26 11:31:13 +00:00
Emilio Cobos Álvarez
3ae6c33573 Bug 1638107 - Relax a fuzzy annotation a bit more.
MANUAL PUSH: Fixing orange in a CLOSED TREE
2020-05-26 13:51:11 +02:00
James Graham
d558e083cc Bug 1638839 - Factor marionette print support into its own file, r=marionette-reviewers,whimboo
This is a prelude to reusing it for the print-reftest support.

Differential Revision: https://phabricator.services.mozilla.com/D75827
2020-05-25 19:02:52 +00:00
Ingrid Buh twigle_ingrid
c0dab1fc06 Bug 1461195 - CSP/XFO error pages should offer an option to visit the page directly r=johannh,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D69703
2020-05-26 10:17:50 +00:00
Hubert Boma Manilla
542b35b680 Bug 1639387 - Wrap the values use all the space r=Honza
Wrap the values of the header properties
Cleanup css

Differential Revision: https://phabricator.services.mozilla.com/D76231
2020-05-26 07:08:29 +00:00
Butkovits Atila
f167b5c275 Backed out 6 changesets (bug 1602832) for causing perma failure at test_trr_case_sensitivity.js. CLOSED TREE
Backed out changeset 0e9c378df995 (bug 1602832)
Backed out changeset 534fedb3836e (bug 1602832)
Backed out changeset db012c05d64e (bug 1602832)
Backed out changeset ca0c207dca21 (bug 1602832)
Backed out changeset bea1f3aeea49 (bug 1602832)
Backed out changeset 2d54acd78124 (bug 1602832)
2020-05-26 13:09:07 +03:00
Coroiu Cristina
3fe8dbcf19 Bug 1640384 - Update expectancy for video_content_text.htm on Android. r=gbrown DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D76647
2020-05-26 09:47:50 +00:00
Emilio Cobos Álvarez
8020f8fc08 Bug 1640400 - Remove dom.link.disabled_attribute.enabled. r=jwatt
We've shipped this since bug 1281135 (Firefox 68).

Differential Revision: https://phabricator.services.mozilla.com/D76677
2020-05-26 09:31:49 +00:00