Commit Graph

658463 Commits

Author SHA1 Message Date
Karan Sapolia
d31233f330 Bug 1534285 - Make spacing between member functions in CacheIR.h consistent. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D35087

--HG--
extra : moz-landing-system : lando
2019-07-02 12:55:33 +00:00
Ricky Rosario
241bb63f04 Bug 1561307 - Add pref to enable/disable the What's New Panel feature r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D36545

--HG--
extra : moz-landing-system : lando
2019-07-02 14:53:14 +00:00
Benjamin Bouvier
ac2e309b61 Bug 1562378: Don't leak debugging strings when not using wasm spew; r=luke
Differential Revision: https://phabricator.services.mozilla.com/D36486

--HG--
extra : moz-landing-system : lando
2019-07-01 16:52:55 +00:00
Andreas Pehrson
19c022c9e4 Bug 1405083 - Re-enable test_getUserMedia_basicScreenshare.html on linux64. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D36220

--HG--
extra : moz-landing-system : lando
2019-07-01 18:26:52 +00:00
Matthew Gaudet
680c9fdc50 Bug 1560425 - Remove old performance measurement API r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D35522

--HG--
extra : moz-landing-system : lando
2019-07-02 14:37:17 +00:00
Andreas Pehrson
f4b4b49bee Bug 1560215 - Properly handle errors from VP8TrackEncoder::GetEncodedPartitions. r=bryce
In the particular case of this bug's crashtest, a dataavailable callback from
the track encoder was raised at a point when
VP8TrackEncoder::GetEncodedPartitions would not actually return any data.
This would make VP8TrackEncoder::GetEncodedTrack propagate the error and set the
recorder in an error state, and cancel any ongoing recordings.

VP8TrackEncoder::GetEncodedPartitions was changed in bug 1333341 to distinguish
end-of-stream from other, real, errors; but callsites were not updated.
This patch fixes the callsites.

Depends on D36509

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

--HG--
extra : moz-landing-system : lando
2019-07-01 17:47:29 +00:00
Andreas Pehrson
2bfda55f1e Bug 1560215 - Accomodate extra async step added by RunOnGraph. r=padenot
It leads to a race with MediaRecorder::Session::Shutdown where the RunOnGraph
runner was dispatched to the graph before, but tries to dispatch to the encoder
thread after, the encoder thread had BeginShutdown() called on it.

Allowing the encoder thread dispatch to fail in this case is reasonable and
safe.

Depends on D36508

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

--HG--
extra : moz-landing-system : lando
2019-07-02 12:03:34 +00:00
Andreas Pehrson
961162ffd8 Bug 1560215 - Add crashtest. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D36508

--HG--
extra : moz-landing-system : lando
2019-07-02 11:33:14 +00:00
Kershaw Chang
c1a051b5ed Bug 1559865 - No need to set offline flag in ChildDNSService r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D35212

--HG--
extra : moz-landing-system : lando
2019-06-28 06:44:03 +00:00
Dylan Roeh
5b4527cd3a Bug 1499396 - Add basic testing for PromptDelegate. r=geckoview-reviewers,snorp
Some tests still disabled due to either test environment weirdness or actual breakage.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 13:58:06 +00:00
Tim Huang
e37f90c91d Bug 1555226 - Part 6: Add tests for the mini panel and the TP switch flow. r=nhnt11
This patch adds two tests. One for ensuring the mini panel is working
correctly. Another for check the correctness of the TP switch flow.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 11:35:45 +00:00
Tim Huang
2b005d1d11 Bug 1555226 - Part 5: Add the badge alongside the TP switch toggle. r=nhnt11
This patch adds the badge at the side of TP switch toggle. The badge
will only show when the TP switch toggles to off.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 14:29:47 +00:00
Tim Huang
98769d094b Bug 1555226 - Part 4: Implementing the switch flow for the mini panel. r=nhnt11
This patch makes the mini panel been shown after page reload due to
switch the tracking protection state. The mini panel will be auto hidden
after certain time, which can be configured by the pref
'browser.protections_panel.mini_panel_auto_hide_timing'. The default
value is 5 seconds.

This also implements the behavior that showing the protections panel on
clicking the mini panel.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 08:14:34 +00:00
Tim Huang
aea75f2a1c Bug 1555226 - Part 3: Allow the protections panel to be opened as a mini panel. r=nhnt11
This patch implements the capability for opening the protections panel
as a mini panel. The mini panel is a protections panel which only displays
the header section.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:49:09 +00:00
Tim Huang
82dd1aaad6 Bug 1555226 - Part 2: Implementing the toggle switch flow for the TP switch section. r=nhnt11
This patch implements the toggle switch flow for the TP switch section.
It adds a strip background to the TP switch section after toggled the
switch to off. Changing the string in the TP switch section. And the
breakage link should be remained after TP switch to off from on until
the page refreshs.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:48:55 +00:00
Tim Huang
e1c422448b Bug 1555226 - Part 1: Toggle the 'hasException' attribute on the protections panel after toggling the TP switch. r=nhnt11
This patch makes the 'hasException' attribtion to be toggled right after
toggling the TP switch. In order to do styling after the toggling.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:48:46 +00:00
Chris H-C
2651b23009 Bug 1561017 - Clarify Event Telemetry docs about dynamic event categories r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D36337

--HG--
extra : moz-landing-system : lando
2019-07-01 08:25:20 +00:00
Mark Banner
a2a45da4d7 Bug 1562619 - Update search tests to correctly handle Google codes on ESR. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D36506

--HG--
extra : moz-landing-system : lando
2019-07-02 11:53:29 +00:00
Daniel Varga
a6b15b8b9c Backed out changeset 99f94dd8c8f1 (bug 1547669) for xpcshell failure at xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_json_parser.js. On a CLOSED TREE 2019-07-02 16:06:55 +03:00
Daniel Varga
989da387ea Bug 1083971 - Added a new line in xpcom/ds/tools/make_dafsa.py to fix lint failure 2019-07-02 16:04:46 +03:00
Alexandre Poirot
6e45d0129a Bug 1560301 - Implement very minimal support of browser context. r=remote-protocol-reviewers,ato
Differential Revision: https://phabricator.services.mozilla.com/D35427

--HG--
extra : moz-landing-system : lando
2019-07-02 12:40:58 +00:00
Arpit Bharti
3ac5afd32b Bug 1083971 - Add an option to output a binary file for the PSL data r=leplatrem,erahm
Differential Revision: https://phabricator.services.mozilla.com/D34364

--HG--
extra : moz-landing-system : lando
2019-07-02 12:28:48 +00:00
Marco Bonardo
e8c093c291 Bug 1547669 - Improve the TopSites WebExtension API with further options. r=mixedpuppy,Mardak,adw
Adds includePinned and includeSearchShortcuts options to the topSites API, so
that it's possible to get a list of results like it's shown on the newtab page.
Both options default to false, so that the existing behavior is preserved.
The API gets disabled on Android; this API always depended on APIs not well
supported there, and the test is disabled on Android, so it was untested.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 11:58:17 +00:00
Christoph Kerschbaumer
46505e9455 Bug 1497205: Apply Meta CSP to about:restartrequired.
Differential Revision: https://phabricator.services.mozilla.com/D36574

--HG--
extra : moz-landing-system : lando
2019-07-02 10:15:16 +00:00
Martin Stransky
f93809e3ff Bug 1523822 - [Wayland] Get clipboard data again when poll returns EINTR/EAGAIN, r=jld
Differential Revision: https://phabricator.services.mozilla.com/D36454

--HG--
extra : moz-landing-system : lando
2019-07-02 09:00:26 +00:00
Dorel Luca
b6e41fe22d Merge mozilla-central to autoland 2019-07-02 12:43:39 +03:00
Coroiu Cristina
fd63afb6ba Backed out changeset 65f2110d9bb9 (bug 1560495) for wpt failures at navigation-timing/nav2_test_unloadEvents_with_cross_origin_redirect_opt_in.html 2019-07-02 12:38:44 +03:00
Dorel Luca
0671407b7b Merge mozilla-inbound to mozilla-central. a=merge 2019-07-02 12:38:01 +03:00
Dorel Luca
4bbd01493b Backed out 43 changesets (bug 1561724, bug 1561150, bug 1541557, bug 1561122, bug 1560400, bug 1558298, bug 1561999, bug 1532795, bug 1561061) for multiple failures. CLOSED TREE
Backed out changeset 1a4fe24a016c (bug 1541557)
Backed out changeset 6fc41e51bcee (bug 1561061)
Backed out changeset d916d89a5c90 (bug 1561122)
Backed out changeset 757d285aafdd (bug 1560400)
Backed out changeset a7eab5ca061d (bug 1541557)
Backed out changeset d972bbdfe039 (bug 1541557)
Backed out changeset 8802daac6779 (bug 1541557)
Backed out changeset 92c01418b96f (bug 1561150)
Backed out changeset fa5e186e1635 (bug 1561061)
Backed out changeset aa2bee0b18c3 (bug 1560400)
Backed out changeset adf832af8e48 (bug 1561150)
Backed out changeset 72630a7c6e67 (bug 1561999)
Backed out changeset c35aff2a9336 (bug 1561724)
Backed out changeset 19e0edc92077 (bug 1561150)
Backed out changeset 0b3e2164f128 (bug 1561150)
Backed out changeset 43211ebfe738 (bug 1561122)
Backed out changeset c2d0956f41d8 (bug 1561061)
Backed out changeset bf0f0e95c61c (bug 1560400)
Backed out changeset 84633034590f (bug 1560400)
Backed out changeset d5415970da5f (bug 1532795)
Backed out changeset 119caddcb066 (bug 1532795)
Backed out changeset fbbe113aeef2 (bug 1532795)
Backed out changeset 8a3d311c7fac (bug 1532795)
Backed out changeset 1471732eca80 (bug 1532795)
Backed out changeset 46ff845a7b0c (bug 1541557)
Backed out changeset c2697f04d38c (bug 1541557)
Backed out changeset 75ebd6fce136 (bug 1541557)
Backed out changeset 189dc8a35981 (bug 1541557)
Backed out changeset b4ed40bea269 (bug 1541557)
Backed out changeset 158a4000c44b (bug 1541557)
Backed out changeset 61fa2745733f (bug 1541557)
Backed out changeset d2ee912c5189 (bug 1558298)
Backed out changeset 7a0aab00327b (bug 1558298)
Backed out changeset fddf2808fedf (bug 1558298)
Backed out changeset 0f6b382f0626 (bug 1558298)
Backed out changeset 6ccaa25367f2 (bug 1558298)
Backed out changeset d27574cfbb0e (bug 1558298)
Backed out changeset 162bc1fc2730 (bug 1558298)
Backed out changeset f94500dd11e3 (bug 1558298)
Backed out changeset fb67ac962bc5 (bug 1558298)
Backed out changeset c634099abb9d (bug 1558298)
Backed out changeset 8d4419c439e1 (bug 1558298)
Backed out changeset d8b7ed5e149f (bug 1558298)

--HG--
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/specialpowers/content/SpecialPowersParent.jsm => testing/specialpowers/content/SpecialPowersObserver.jsm
rename : testing/specialpowers/content/SpecialPowersAPIParent.jsm => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/specialpowers/content/SpecialPowersChild.jsm => testing/specialpowers/content/specialpowers.js
rename : testing/specialpowers/content/SpecialPowersAPI.jsm => testing/specialpowers/content/specialpowersAPI.js
2019-07-02 10:51:56 +03:00
Kris Maglione
3006b82fc3 Bug 1541557: Follow-up: Increase timeout after pref-change a bit more. r=bustage 2019-07-01 21:41:10 -07:00
Mihai Alexandru Michis
761fb3a596 Backed out changeset c68a6b2e0157 (bug 1557371) for causing failures in reftest/content/bugs/272646-1.xul CLOSED TREE 2019-07-02 06:01:31 +03:00
Kris Maglione
ea69464bc7 Bug 1561061: Follow-up: Fix another test race in pushPrefEnv. r=bustage CLOSED TREE 2019-07-01 19:25:24 -07:00
Kris Maglione
54c8dd9786 Bug 1561122: Disable browser_html_abuse_report on Windows. r=bustage CLOSED TREE
--HG--
extra : amend_source : db1ec63aa3ee45f2333198311d71fd7d01393e88
2019-07-01 19:18:32 -07:00
Kris Maglione
1b3eb1f356 Bug 1560400: Follow-up: Really fix crashtest bustage. r=bustage 2019-07-01 19:13:59 -07:00
Kris Maglione
0ad8c01dde Bug 1541557: Follow-up: Fix intermittent error in passwordmgr tests. r=bustage 2019-07-01 18:43:33 -07:00
Kris Maglione
98f261bc5f Bug 1541557: Follow-up: Fix intermittent error from shutdown race in WebExtension tests. r=bustage CLOSED TREE
--HG--
extra : amend_source : ce3e8e4eb3f44c4089b6cd6d197f7d218085aaa8
2019-07-01 18:12:25 -07:00
Kartikaya Gupta
25911f6baa Bug 1560149 - Add some documentation for document splitting. r=dthayer
Differential Revision: https://phabricator.services.mozilla.com/D36210

--HG--
extra : moz-landing-system : lando
2019-07-02 00:53:07 +00:00
Kris Maglione
6185373862 Bug 1541557: Follow-up: Fix straggler test that relies on sync SpecialPowers pref setters. r=bustage CLOSED TREE 2019-07-01 17:47:05 -07:00
Kris Maglione
2d59ee4322 Bug 1561150: Follow-up: Fix assertions being triggered during mochitest cleanup. r=bustage CLOSED TREE 2019-07-01 17:37:25 -07:00
Kris Maglione
e408cc3948 Bug 1561061: Follow-up: Fix race in gamepad tests. r=bustage CLOSED TREE
--HG--
extra : amend_source : 1728464f16f8467a62ecff738b41a888f9b01963
extra : histedit_source : b89ca2fe19c94bbbebaafe6ca59207c1b1c6db77
2019-07-01 17:04:29 -07:00
Kris Maglione
5df5ac5401 Bug 1560400: Follow-up: Fix crashtest bustage. r=bustage
--HG--
extra : histedit_source : 531f0bffa44a58f96658b5e08c39234317824ed3%2C386cf6ed08ccb50c4e18933e428b602205788410
2019-07-01 16:59:47 -07:00
Kris Maglione
6a471ee7e7 Bug 1561150: Follow-up: Fix rebase bustage. r=bustage 2019-07-01 16:27:18 -07:00
Cameron McCormack
aab34a3bdd Bug 1562361 - Turn the cached style pref back on. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D36451

--HG--
extra : moz-landing-system : lando
2019-07-01 10:24:23 +00:00
Cameron McCormack
d62802d69d Bug 1562361 - Clear cached style indices whenever we clear the actual styles. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D36450

--HG--
extra : moz-landing-system : lando
2019-07-02 00:15:45 +00:00
Cameron McCormack
890e42b6af Bug 1562359 - Tweak XUL scrollbar styles on GeckoView to avoid cached scrollbar style assertions. r=emilio
For content like:

  <select>
    <optgroup style="overflow: scroll">
      <option>

the existing rules would match the <xul:scrollbar> elements that are
generated for the <optgroup>, since they use descendant selectors after
the `select:not([size]):not([multiple])`, even though the intention
(probably!) is to match only the scrollbars created for the <select>
itself.

On Android, we don't actually render <select> elements in the page;
instead we use some system UI popup.  So in practice the difference in
rendering here isn't relevant.  (It's possible we could remove these
rules entirely.)

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

--HG--
extra : moz-landing-system : lando
2019-07-02 00:12:59 +00:00
Cameron McCormack
0a6fb940c5 Bug 1553705 - Use a cheaper to compute state key for parser inserted form controls. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D32259

--HG--
extra : moz-landing-system : lando
2019-07-01 10:06:16 +00:00
Cameron McCormack
336cad5a55 Bug 1553705 - Make GenerateStateKey() infallible. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D32258

--HG--
extra : moz-landing-system : lando
2019-07-01 07:20:04 +00:00
Greg Tatum
56a3070459 Bug 1545582 - Hook JS allocations into the profiler popup; r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D34545

--HG--
extra : moz-landing-system : lando
2019-07-01 21:53:40 +00:00
Greg Tatum
491216f7dd Bug 1545582 - Add tests for new JS allocations feature; r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D34544

--HG--
extra : moz-landing-system : lando
2019-07-01 21:53:28 +00:00
Greg Tatum
bbec67e8f2 Bug 1545582 - Integrate JavaScript memory allocation tracking to the profiler; r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D34543

--HG--
extra : moz-landing-system : lando
2019-07-01 21:53:11 +00:00