Commit Graph

56662 Commits

Author SHA1 Message Date
Tim Huang
00134913e3 Bug 1556017 - Fixing the off-by-one-pixel issue of find bar and devtool iframe for Letterboxing. r=johannh
This patch fixes the off-by-one-pixel issue of Letterboxing. For
FindBar, it will be created when the user requests it and will be hidden
if the user close it after that. The problem of the original approach is
that it only observes the existance of the FindBar element but not the
fact that whether or not it is visible. So, it will miscalculate the
offset of FindBar after it has been created and closed.

For devtools, the original approach adds one pixel offset for the
separator. However, this one pixel offset is not required since there is
no extra separator outside the devtools iframe. So, we don't need that
and this patch removes this one pixel for the devtools.

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

--HG--
extra : moz-landing-system : lando
2019-06-11 08:53:44 +00:00
Sebastian Hengst
ab00497b2b Bug 1558370 - Correct disabling of test_arrowpanel.xul which redisables toolkit chrome tests on Android. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D34490

--HG--
extra : moz-landing-system : lando
2019-06-11 09:50:26 +00:00
Dão Gottwald
a0996172b6 Bug 1555951 - Use AppConstants.platform instead of RegExp::test(navigator.platform) in custom element scripts. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D33926

--HG--
extra : moz-landing-system : lando
2019-06-10 19:28:11 +00:00
Jean-Yves Avenard
3cfadec356 Bug 1554334 - P1. Lazily initialize StaticPrefs with Once policy. r=njn
Rather than attempting to determine when the Once policy StaticPrefs should be set we initialize them when one of the getter gets called. They become immutable after that.
In a future change we will prevent those values to ever be changed once they have been initialized.

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

--HG--
extra : moz-landing-system : lando
2019-06-11 06:32:45 +00:00
Noemi Erli
dcf9fc1cbc Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-06-11 00:52:20 +03:00
Noemi Erli
9cc480e673 Merge inbound to mozilla-central. a=merge 2019-06-11 00:47:19 +03:00
Dan Minor
bfa03916c9 Bug 1556766 - Add telemetry for WebRTC video codecs used in calls; r=chutten,drno
This adds a scalar for the codecs used when receiving and sending video in
a WebRTC call.

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

--HG--
extra : moz-landing-system : lando
2019-06-10 20:28:23 +00:00
Brian Hackett
8359c6b639 Bug 1558111 - Initialize record/replay state first in XRE_InitChildProcess, r=ehsan.
Differential Revision: https://phabricator.services.mozilla.com/D34361

--HG--
extra : rebase_source : 6a2472d01e9073047a18b4e2200364ca19833d5f
2019-06-10 05:34:34 -10:00
Mike Conley
9bf5c64368 Bug 1555834 - Hide the Picture-in-Picture toggle for <video> elements that resolve to audio-only after loading metadata. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D34421

--HG--
extra : moz-landing-system : lando
2019-06-10 21:23:12 +00:00
Jared Wein
a34597dc00 Bug 1549115 - Record telemetry events for about:logins page interactions. r=chutten,johannh,MattN,sfoster
Differential Revision: https://phabricator.services.mozilla.com/D29950

--HG--
extra : moz-landing-system : lando
2019-06-10 20:43:10 +00:00
Mike Conley
3a05d6bfd8 Bug 1541178 - In RTL locales, put the Picture-in-Picture to the left side of the window. r=JSON_voorhees
Differential Revision: https://phabricator.services.mozilla.com/D34410

--HG--
extra : moz-landing-system : lando
2019-06-10 19:59:58 +00:00
Cosmin Sabou
91f14eaf0d Backed out 4 changesets (bug 1549115) for bc failures on browser_eventTelemetry.js. CLOSED TREE
Backed out changeset 978d0626cfe4 (bug 1549115)
Backed out changeset 7d2f103f518b (bug 1549115)
Backed out changeset 72c14692f06c (bug 1549115)
Backed out changeset 5fe74bee049e (bug 1549115)
2019-06-10 22:00:44 +03:00
Luca Greco
3c296fbc6f Bug 1556389 - Show report action only on currently supported addon types. r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D34341

--HG--
extra : moz-landing-system : lando
2019-06-10 18:38:57 +00:00
Aaron Klotz
1a96a7dc26 Bug 1548630: Preload wintypes.dll off main thread; r=jmathies
Differential Revision: https://phabricator.services.mozilla.com/D34030

--HG--
extra : moz-landing-system : lando
2019-06-10 18:43:23 +00:00
Cosmin Sabou
0ab9a65596 Backed out changeset ce509bb0895a (bug 1557161) for Windows 2012 AArch64 build bustages. CLOSED TREE 2019-06-10 21:45:55 +03:00
Ricky Rosario
c93b7f1009 Bug 1556867 - Remove the old about:private browsing code and pref r=fluent-reviewers,Mardak,Pike,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D33711

--HG--
extra : moz-landing-system : lando
2019-06-10 17:01:54 +00:00
dleblanccyr
9d2ac6e4b3 Bug 1555084 - Creates handshake component (and dummy information). r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D32896

--HG--
extra : moz-landing-system : lando
2019-06-10 14:12:25 +00:00
dleblanccyr
26957d2e5a Bug 1555135 - Adds InfoItem web component. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D32894

--HG--
extra : moz-landing-system : lando
2019-06-10 14:21:55 +00:00
dleblanccyr
ec807e9ee4 Bug 1555118 - Adds JS and CSS files to certviewer. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D32890

--HG--
extra : moz-landing-system : lando
2019-06-10 14:12:06 +00:00
Myk Melez
9edec819af Bug 1557161 - enable rkv consumers to migrate LMDB environments across architecture changes r=lina,keeler,froydnj
Differential Revision: https://phabricator.services.mozilla.com/D33863

--HG--
extra : moz-landing-system : lando
2019-06-10 18:14:46 +00:00
Rob Wu
93bba78098 Bug 1525186 - Record whether HTML about:addons is enabled in telemetry r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D34292

--HG--
extra : moz-landing-system : lando
2019-06-10 17:13:27 +00:00
Jared Wein
b577cb2bdd Bug 1549115 - Record telemetry events for about:logins page interactions. r=chutten,johannh,MattN,sfoster
Differential Revision: https://phabricator.services.mozilla.com/D29950

--HG--
extra : moz-landing-system : lando
2019-06-10 16:37:13 +00:00
David Teller
75ea881e7f Bug 1520001 - dependency cloudabi is BSD-2 and must appear in about:license;r=mhoye
Not sure why this wasn't done before, but it prevented me from running `./mach rust vendor`.

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

--HG--
extra : moz-landing-system : lando
2019-06-10 13:22:58 +00:00
Razvan Maries
45095249b4 Bug 1546256- Disabled test_arrowpanel.xul on Windows7 x32 debug for mass of failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D34349

--HG--
extra : moz-landing-system : lando
2019-06-10 14:01:00 +00:00
Robert Strong
35f5c7975e Bug 1557909 - Remove unused app update theme images. r=bytesized
Differential Revision: https://phabricator.services.mozilla.com/D34267

--HG--
extra : moz-landing-system : lando
2019-06-10 16:19:03 +00:00
Luca Greco
0da35261b6 Bug 1551490 - Fix browser_reinstall.js with HTML about:addons r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D31496

--HG--
extra : moz-landing-system : lando
2019-06-10 00:03:42 +00:00
Rob Wu
6e4fdcf355 Bug 1551490 - Hide add-on preferences when not allowed in private windows, fix browser_webext_incognito.js r=rpl
Fix browser_webext_incognito.js to work with both XUL and HTML about:addons.

This patch also ensures that (inline) options UI is only shown in HTML
about:addons in private windows if add-ons are allowed access to it.
browser_webext_incognito.js serves as a unit test for this.

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

--HG--
extra : moz-landing-system : lando
2019-06-10 00:03:36 +00:00
Rob Wu
17aef30266 Bug 1551490 - Fix browser_webext_icon.js when HTML about:addons is enabled by default r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D34183

--HG--
extra : moz-landing-system : lando
2019-06-07 18:33:52 +00:00
Rob Wu
cda23bce99 Bug 1551490 - Fix tests when abuse reporting is enabled by default r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D34174

--HG--
extra : moz-landing-system : lando
2019-06-09 11:18:56 +00:00
Rob Wu
349969e334 Bug 1551490 - Fix test failures with inline options in HTML about:addons r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D34078

--HG--
extra : moz-landing-system : lando
2019-06-09 11:18:54 +00:00
Luca Greco
f7e77e86fa Bug 1551490 - Disable HTML about:addons on legacy XUL about:addons tests. r=kmag,rpl
Depends on  D31782

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

--HG--
extra : moz-landing-system : lando
2019-06-08 16:03:59 +00:00
Luca Greco
aad3f5c459 Bug 1551490 - Rename browser_bug562797 to browser_history_navigation and run on XUL and HTML about:addons. r=kmag,rpl
Depends on D31780

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

--HG--
rename : toolkit/mozapps/extensions/test/browser/browser_bug562797.js => toolkit/mozapps/extensions/test/browser/browser_history_navigation.js
extra : moz-landing-system : lando
2019-06-09 23:50:18 +00:00
Olli Pettay
2d108f18b0 Bug 1554292 - Add simple telemetry probe to gather information about threads' wakeup frequency, r=erahm
This patch takes the approach to count up to 100 wakeups and reports then time it took for that period. Regression in wakeups could
show up as decreased mean or median time.

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

--HG--
extra : moz-landing-system : lando
2019-06-05 20:26:09 +00:00
Jonathan Watt
9ff8f044a3 Bug 1558071. Rename nsIWebBrowserPrint.printPreviewNavigate to printPreviewScrollToPage. r=bobowen
Differential Revision: https://phabricator.services.mozilla.com/D34297

--HG--
extra : rebase_source : 58343bee2ce7e2761fcc93b8e842051a14cf3684
extra : amend_source : ff72ab52d1274f0bcfad59f30c43364af05a0310
2019-06-03 12:48:21 +01:00
Luca Greco
083817496e Bug 1551490 - Fix browser_dragdrop.js and fold browser_dragdrop_incompat into it. r=kmag
Depends on D31779

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

--HG--
extra : moz-landing-system : lando
2019-05-24 16:07:07 +00:00
Luca Greco
e01108444d Bug 1551490 - Fix browser_gmpProvider and run tests on XUL and HTML about:addons. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D31778

--HG--
extra : moz-landing-system : lando
2019-06-08 19:59:55 +00:00
Luca Greco
c93bf0f614 Bug 1551490 - Run browser_CTP_plugins.js on both XUL and HTML about:addons page. r=aswan,rpl
Depends on D31776

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

--HG--
extra : moz-landing-system : lando
2019-06-07 18:40:13 +00:00
Brindusan Cristian
1d5124f5f9 Merge inbound to mozilla-central. a=merge 2019-06-10 00:43:09 +03:00
Joseph Jalbert
36994eb6d0 Bug 1542351: Allow 'edge' and non-gecko browser specific settings in the extensions schema manifest r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D32819

--HG--
extra : moz-landing-system : lando
2019-06-09 15:38:20 +00:00
Boris Zbarsky
bb35ab7a20 Bug 1557963. Stop using [array] in nsIUpdateService. r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D34278

--HG--
extra : moz-landing-system : lando
2019-06-08 19:04:47 +00:00
Magnus Melin
e5b2ccb6ee Bug 1557286 - should preventDefault the event after showing an input field contextmenu to avoid other context menus showing. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D33935

--HG--
extra : moz-landing-system : lando
2019-06-08 18:27:02 +00:00
Nicklas Boman
f293246462 Bug 1519365 - Update object property names that get passed to loadURIOptions to match the names in loadURIOptions r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D31729

--HG--
extra : moz-landing-system : lando
2019-06-08 11:04:27 +00:00
Narcis Beleuzu
bba1aa3876 Merge mozilla-central to autoland. CLOSED TREE 2019-06-08 12:47:41 +03:00
Narcis Beleuzu
e360889d62 Merge inbound to mozilla-central. a=merge 2019-06-08 12:41:03 +03:00
Andreea Pavel
730f3f1efa Backed out 2 changesets (bug 1555662) multiple bc failures e.g. browser_panelUINotifications_multiWindow.js on a CLOSED TREE
Backed out changeset ae0882a6f64a (bug 1555662)
Backed out changeset 9b1b87784a6f (bug 1555662)
2019-06-08 03:31:17 +03:00
Andreea Pavel
be8859648b Bug 1555662 - follow-up linting fix 2019-06-08 02:59:40 +03:00
Zibi Braniecki
19ab27357a Bug 1555662 - Register L10nRegistry sources using categories. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D34227

--HG--
extra : source : ede8b931ee0da1fc13cd1ca8ad0c567670481088
2019-06-07 20:11:00 +00:00
Tim Nguyen
aba8c723e5 Bug 1556561 - Remove <children> usage from autocomplete binding. r=dao,surkov
Differential Revision: https://phabricator.services.mozilla.com/D33568

--HG--
extra : moz-landing-system : lando
2019-06-08 08:16:18 +00:00
Sylvestre Ledru
f1fbd2ff00 Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
# ignore-this-changeset

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

--HG--
extra : moz-landing-system : lando
2019-06-08 08:26:37 +00:00
Zibi Braniecki
b4932e4709 Bug 1555662 - Register L10nRegistry sources using categories. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D34227

--HG--
extra : moz-landing-system : lando
2019-06-08 04:37:31 +00:00