Commit Graph

50719 Commits

Author SHA1 Message Date
Doug Thayer
9c819003b6 Bug 1401497 - Give menu-badged.svg context-fill-opacity r=dao
This was missing from copy of menu.svg.

MozReview-Commit-ID: Ceg6SJOXBll

--HG--
extra : rebase_source : 3d78b7998deae176fbe42563106edfda71d679a7
2017-09-22 07:33:41 -07:00
Johann Hofmann
b24a640a13 Bug 1400357 - Whitelist maximize.svg in browser_startup_images. r=florian
There have been changes to our Windows infrastructure that cause the
window to be maximized when running tests so the maximize.svg/restore.svg
combination will show restore instead of maximize, though maximize is
still loaded. I think it could be prevented by trying to set the sizemode
attribute a little earlier or not defaulting to maximize in the stylesheet,
but I don't think that's a necessary optimization at this point. We can
just whitelist it.

I also set the intermittentShown flag in case the Windows machines go back
to non-maximized windows.

MozReview-Commit-ID: Gwi0jRBBtGg

--HG--
extra : rebase_source : b92cbd14b873bf8aa0d70e27b140cb0f1a946b74
2017-09-22 11:23:22 +02:00
Ed Lee
b353145a9a Bug 1401682 - Adjust activity stream fade in timing to avoid tart regression. r=k88hudson
MozReview-Commit-ID: KQtToBvxea4

--HG--
extra : rebase_source : 8c4fafc63502ff795e1ec6a9990bcb1a622f8a1b
2017-09-20 15:27:00 -07:00
Marco Bonardo
747ec544c2 Bug 1401851 - Skip masked favicons in ContentLinkHandler until we support them. r=nanj
MozReview-Commit-ID: 99du7AD11x7

--HG--
extra : rebase_source : 488da59a8dcd3c233d9dda38ccb2535b787e9985
2017-09-21 10:02:38 +02:00
Marco Bonardo
d088caae0a Bug 1401777 - don't use rich icons for tabs and remove crisp filters making hi res icons look blocky. r=Mardak
MozReview-Commit-ID: DcqxEme7hfx

--HG--
extra : rebase_source : edc6989f8e16a8dced8ed0903f5cbbcfe846a517
2017-09-21 10:21:50 +02:00
Dão Gottwald
266725f895 Bug 1387609 - Use --toolbarbutton-icon-fill-opacity for the tab close button. r=nhnt11
MozReview-Commit-ID: GGyh4KkPZYp

--HG--
extra : rebase_source : a0122c14d25d11601667bdd2b08cc34a6e25b29b
2017-09-21 15:16:05 +02:00
Dale Harvey
04ccddce78 Bug 1400863 - Fix tracking protection close icon size. r=dao
MozReview-Commit-ID: HFt3zUedTDj

--HG--
extra : rebase_source : 1daff81b53efb1d6e67d122df5f536152d2a98bd
2017-09-22 12:10:07 +01:00
Sebastian Hengst
2479eaedbf merge mozilla-central to autoland. r=merge a=merge 2017-09-22 11:50:19 +02:00
Sebastian Hengst
9e7898d195 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: FKzfDK7mwcx
2017-09-22 11:29:49 +02:00
Andrea Marchesini
be6c7b50a7 Bug 1401878 - Remove ServiceWorkers in SiteDataManager.jsm, r=bkelly
--HG--
extra : rebase_source : 4989e5f5da242fd0c732d519a911339d8f61c307
extra : source : 04888373f12bd5d86ec3f4057c3a2f0b2240c963
2017-09-21 21:32:00 +02:00
Phil Ringnalda
9728bc3636 Merge m-c to m-i
MozReview-Commit-ID: LQmIsTRxble
2017-09-21 20:49:43 -07:00
Andrea Marchesini
b7cd7c515d Bug 1047098 - "Clear Recent History" must clean up all the ServiceWorkers, r=bkelly
This includes minor shutdown fixes by :asuth as discussed on
https://bugzilla.mozilla.org/show_bug.cgi?id=1047098#c56 and c57.

--HG--
extra : rebase_source : d1a230cc005b2a6a71f16ef84a55851ee2f4f66e
extra : source : e89d2565799b4b02d5ee2c56da8d44dc0067f26a
2017-09-21 21:32:00 +02:00
Wes Kocher
4efc440d90 Backed out changeset f1e37c409e4f (bug 1373853) for leaked preference windows in browser_urlbarAboutHomeLoading.js a=backout
MozReview-Commit-ID: 37Zd7ogYu4S
2017-09-21 17:15:39 -07:00
Wes Kocher
733c3896f8 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 9mZaPGxxjXd
2017-09-21 17:04:03 -07:00
Wes Kocher
a7fe048680 Merge inbound to central, a=merge
MozReview-Commit-ID: E7k4xViLm4V
2017-09-21 17:03:29 -07:00
Ryan VanderMeulen
41fb3d290e Merge m-c to inbound. a=merge 2017-09-21 10:44:32 -04:00
ffxbld
ddbf9d22ec Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
MozReview-Commit-ID: Equ8FrTJpTj
2017-09-21 16:42:31 +02:00
Ryan VanderMeulen
f443914cb9 Bug 1380968 - Fix broken syntax from the previous attempt at disabling. r=me 2017-09-21 10:40:35 -04:00
Sebastian Hengst
7eec7a0a11 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: mr7OYuaLKE
2017-09-21 15:23:43 +02:00
Florian Quèze
3d16048e68 Bug 1401432 - Remove the 'setTimeout handler' stack frames in browser_urlbar_search_reflows.js to fix failures on beta, r=mak over IRC. 2017-09-21 12:49:52 +02:00
Florian Quèze
ff51587643 Bug 1399660 - Intermittent browser_urlbar_keyed_search_reflows.js - reflow @ _handleOverflow was supposed to be hit 6 more times, r=mak over IRC. 2017-09-21 12:47:18 +02:00
Dão Gottwald
c181453e1f Bug 1401908 - Completely disable the lightweight theme text-shadow for the Dark and Light themes. r=johannh
MozReview-Commit-ID: IpsMvGyM1e1

--HG--
extra : rebase_source : 0796425c16e22e4b35fa2338d89759ec59fb7a9f
2017-09-21 11:46:47 +02:00
Yura Zenevich
43d31d9b4e Bug 1383051 - fixing windows 10 window control alignment and indicator alignment in windows 7. r=jaws
MozReview-Commit-ID: 2aaYqbmjOjI
2017-09-20 22:29:56 -04:00
Yura Zenevich
cf548aef76 Bug 1383051 - added accessibility service indicators. r=jimm
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-20 22:29:46 -04:00
Yura Zenevich
93a01a831c Bug 1383051 - updated private browsing indicators. r=jaws
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-20 22:29:37 -04:00
Ryan VanderMeulen
57d05b2dfa Backed out changeset 6918dea06b7b (bug 1400147) for causing various form autofill heuristics xpcshell failures on Beta 57.
--HG--
extra : rebase_source : 09ae93589d95b20918751d233f80c740c82053f6
2017-09-20 21:52:23 -04:00
Wes Kocher
5d514ba8e9 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 2XyrMOdIWok
2017-09-20 17:39:08 -07:00
Wes Kocher
a6b8d9e91b Merge inbound to central, a=merge
MozReview-Commit-ID: JpqY5uEi1nf
2017-09-20 17:18:21 -07:00
Kershaw Chang
24e949b4c0 Bug 1247843 - Part 4: A test case for testing whether the channel used to load favicon. r=mak 2017-09-20 20:10:00 -04:00
Kershaw Chang
3ccf2143f7 Bug 1247843 - Part 2: Set request context ID for the channel used to load favicon. r=mak
This patch covers two cases when loading a favicon:
1. Get the request context ID of the document load group, when <link rel="icon"> is found in the page.
2. Use the top level document's request context ID when using the default favicon.
2017-09-20 20:09:00 -04:00
Gijs Kruitbosch
fda48d1b3f Bug 1401754 - print in the hamburger panel should open preview on Windows/Linux but not suggest its shortcut is ctrl-p, r=dao
MozReview-Commit-ID: K4yQB6ejGRv

--HG--
extra : rebase_source : cdd730f7777ed609386469762f7620d6d4805d7e
2017-09-20 22:54:38 +01:00
Wes Kocher
a3ded7e99b Merge autoland to central, a=merge
MozReview-Commit-ID: Ig0M9uJNdeM
2017-09-20 14:07:40 -07:00
Ryan VanderMeulen
1cb6096990 Backed out changesets a182935e2bd4 and 0735f44b742a (bug 1393374) for failures on Beta 57. 2017-09-20 14:08:29 -04:00
Ryan VanderMeulen
245945aeb3 Bug 1401771 - Update pdf.js to version 1.9.583. r=bdahl 2017-09-20 19:03:14 -04:00
Marco Castelluccio
7a77f0d9e6 Bug 1401814 - Don't disable crash reporter in coverage builds. r=jmaher
--HG--
extra : rebase_source : cf03bb5f87b4919f7177f69c132de31cb191afa3
2017-09-21 02:58:29 +02:00
Sebastian Hengst
bc68e8f407 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 9Z3Ly8icnvh
2017-09-20 11:48:02 +02:00
Johann Hofmann
b425cecbed Bug 1401933 - Make Windows 8 light/dark theme background show up as tab background. r=dao
MozReview-Commit-ID: BZFLvzmvTic

--HG--
extra : rebase_source : e951d7047012eb6cce62dbf182264d45316f18ef
2017-09-22 09:59:59 +02:00
Johann Hofmann
9b1f14e379 Bug 1394451 - Add an illustration to net errors. r=ewright
MozReview-Commit-ID: LSfyFYEgUMS

--HG--
extra : rebase_source : bc195aba89b3d10c84b4037c018b24f788fb426f
2017-09-20 18:29:20 +02:00
Jared Wein
91f61f1115 Bug 1400975 - Add specific placeholders for the sidebar search boxes. r=adw
MozReview-Commit-ID: KtIFalMLw0B

--HG--
extra : rebase_source : 2f3dffe8e7c20b645f1ebd4a4f59a3a7c6401d3a
2017-09-19 17:02:07 -04:00
Mark Striemer
71ecf34866 Bug 1373853 - Show extension that is controlling the new tab in preferences r=jaws
MozReview-Commit-ID: GycnWgmr9kJ

--HG--
extra : rebase_source : d57eaf96014b864f56649679d9bffdb4a05e9e5a
2017-09-15 21:07:24 -05:00
Wes Kocher
640a5d3c46 Merge m-c to inbound, a=merge
MozReview-Commit-ID: IsEMW5gXG3W
2017-09-21 17:04:36 -07:00
Wes Kocher
6bc8986bc1 Backed out changeset e89d2565799b (bug 1047098) for xpcshell bustage a=backout
MozReview-Commit-ID: FRFALkRxDxl
2017-09-21 13:48:10 -07:00
Wes Kocher
fc7719c068 Backed out changeset 04888373f12b (bug 1401878) for xpcshell bustage a=backout
MozReview-Commit-ID: AYiI2MJbBbC
2017-09-21 13:48:04 -07:00
Sebastian Hengst
117f151830 Backed out changeset 7e8e47c972f4 (bug 1397975) for eslint failure at browser/components/extensions/ext-chrome-settings-overrides.js:124: windowTracker is not defined. r=backout 2017-09-21 22:56:07 +02:00
Kris Maglione
76f5de43e0 Bug 1401422: Bail out from idle callback if frameloader is being destroyed. r=mikedeboer
MozReview-Commit-ID: Je8rUC9PoLH

--HG--
extra : rebase_source : 9f690a2f567928cc046ddff031f4baadbbd3e79f
2017-09-19 18:51:52 -07:00
Florian Quèze
518b4ab6ce Bug 1394517 - URL bar drop-down arrow should only be shown when hovering the urlbar container, r=jaws, ui-r=shorlander. 2017-09-20 17:42:28 +02:00
Sebastian Hengst
7824630fde Backed out changeset 658b68ee4d0a (bug 1401383) for frequently failing browser-chrome's browser/components/extensions/test/browser/browser_ext_browserAction_popup_resize.js, especially on Linux x64 asan. r=backout 2017-09-20 17:28:51 +02:00
Johann Hofmann
413287751f Bug 1401523 - Add 1px vertical padding to bookmark items. r=mak
MozReview-Commit-ID: 2blN0Gl4Zi3

--HG--
extra : rebase_source : ecae47c41ec541649337d6429610cb45c230a7a5
2017-09-20 14:41:29 +02:00
Johann Hofmann
2cf6f12bbe Bug 1399498 - Make chrome background show in tabs on Windows 7 and remove glass fog on default theme. r=dao
This change is part of the original Photon spec for Windows 7.

MozReview-Commit-ID: JsI9ZXLU1oM

--HG--
extra : rebase_source : 1e17cd825403d1ff32da67ae2a9f9fcdfc36829a
2017-09-18 12:37:34 +02:00
Mark Banner
8332d2278d Bug 1401242 - Fix removing bookmarks from tag groups - when getting the tagGuid from the node, we must get it async, rather than using the concrete guid. r=mak
MozReview-Commit-ID: 7fGS6jFNVPl

--HG--
extra : rebase_source : 67306adaa925b32bae8fe928b77692842304be9a
2017-09-19 20:47:26 +01:00