Commit Graph

57054 Commits

Author SHA1 Message Date
ExE Boss
73411195a3 Bug 1482498 - Remove mozMatchesSelector(…) usage from browser‑places.js r=miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D3766

--HG--
extra : moz-landing-system : lando
2018-08-20 18:36:58 +00:00
Brian Birtles
043279e585 Bug 1484501 - Fix negated disabled selector in extension.css; r=bwinton
Everywhere else in this file we match on .disabled or :not(.disabled) but in two
instances we have :not(disabled). That's never going to match since it's already
combined with an `input` or `textarea` type selector (and there's no <disabled>
element).

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

--HG--
extra : moz-landing-system : lando
2018-08-21 05:21:28 +00:00
Gurzau Raul
47735ea73a Backed out changeset 3f0325c0b307 (bug 1418602) for Eslint and browser_ext_sidebarAction_runtime.js failures on a CLOSED TREE 2018-08-21 05:09:05 +03:00
Tim Nguyen
aaded6fa49 Bug 1418602 - Allow theming sidebars. r=mconley
MozReview-Commit-ID: 97zkU7raehV

--HG--
extra : rebase_source : ae7fb55a913abd1d59b0dfbbca6e24a7e7b9ff15
2018-08-06 17:46:43 +01:00
Csoregi Natalia
6a5d41b053 Merge inbound to mozilla-central. a=merge
--HG--
rename : devtools/server/actors/webconsole/moz.build => devtools/server/actors/webconsole/listeners/moz.build
2018-08-21 01:00:01 +03:00
Brian Grinstead
e6b9b350e4 Bug 1484326 - Load customElements.js even for windowless browsers in xpcshell tests;r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D3660

--HG--
extra : moz-landing-system : lando
2018-08-20 16:22:47 +00:00
Haik Aftandilian
a50bc463a5 Bug 1484380 - [Mac] Default the Mac Flash sandbox to level 1 r=Alex_Gaynor
Differential Revision: https://phabricator.services.mozilla.com/D3675

--HG--
extra : moz-landing-system : lando
2018-08-20 17:02:44 +00:00
Michael Kaply
e79c9647eb Bug 1481442 - Remove followonsearch system add-on. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D3639

--HG--
extra : moz-landing-system : lando
2018-08-20 11:50:27 +00:00
Brindusan Cristian
7437f62a4d Backed out changeset 5a6ea725be3f (bug 1472476) for ESlint failure on /sessionstore/TabState.jsm:15:1. CLOSED TREE 2018-08-20 19:06:53 +03:00
Mark Banner
84de4abc30 Bug 1481344 - Fix perma-fail in browser_searchEngine_behaviors.js, improve how the search bar is cleared. r=mkaply
MozReview-Commit-ID: IgT9aU41BHW

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

--HG--
extra : moz-landing-system : lando
2018-08-20 15:05:31 +00:00
Dave Townsend
9eb7b35b8b Bug 1472476: Allow restoring sessions from before favicons were only allowed to be local schemes. r=adw
Re-introduces support for setting remote icons provided a loading principal is
passed. Removes some now defunkt code from sessionstore.

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

--HG--
extra : moz-landing-system : lando
2018-08-20 15:46:39 +00:00
Rob Wu
3a260706b3 Bug 1482529 - Support "visible" in menus.create and menus.update r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D3794

--HG--
extra : moz-landing-system : lando
2018-08-20 15:16:09 +00:00
shindli
1d3a8e90da Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-20 19:36:01 +03:00
Gijs Kruitbosch
1fcdbb4951 Bug 1418793 - stop trying to get per-tab previews to work prior to session restore, r=florian
Initialize WindowsPreviewPerTab later, and make its favicon update code more efficient.

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

--HG--
extra : moz-landing-system : lando
2018-08-14 13:40:11 +00:00
Johann Hofmann
0e51fb2cce Bug 1476531 - Tweak the animation timing on the tracking protection shield animation. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D3621

--HG--
extra : moz-landing-system : lando
2018-08-20 10:47:57 +00:00
Paolo Amadini
9ea46d2e0b Bug 1482645 - Part 2 - Don't use a broadcaster element to store sync state. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D3147

--HG--
extra : rebase_source : 34dc6f38f7d8a5ad0e8ed570c9e7efb0c78ca219
2018-08-11 16:46:30 +01:00
Paolo Amadini
10acfef229 Bug 1482645 - Part 1 - Don't use broadcaster elements to show or hide sync interface elements. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D3146

--HG--
extra : rebase_source : cf109b83c572b183cd69390ae0f6ef2c4c0339fa
2018-08-20 07:38:40 +01:00
Paolo Amadini
72ec57e0b2 Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
This also fixes unintended behavior for which clicking the selected item in the sidebar selector would hide the sidebar.

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

--HG--
extra : rebase_source : 891c99ab68f4689513801a1957a3d3846b7ffe58
2018-08-19 19:54:02 +01:00
Paolo Amadini
327194f39f Bug 1482610 - Part 1 - Move the sidebar title and URL from the broadcasters to a JavaScript object. r=jaws,mixedpuppy
The immediate goal is only to remove the broadcasters, so we still require the labels to be set manually on the "toolbarbutton" and "menuitem" elements. Generating these elements programmatically from the new SidebarUI.sidebars object, both for built-in sidebars and extensions, can be a future improvement.

The autoCheck attribute is also unnecessary since it is only intended for the menu items, and they are already properly updated after their command is invoked. Since the attribute was written with the wrong capitalization, it already had no effect.

The persistence of the label of the sidebar selector is also unnecessary since it is already set on startup. Removing this does not seem to cause any additional flickering.

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

--HG--
extra : rebase_source : a5712b8e9bbdea29ab9e9a1bbd93217b24c354b4
2018-08-14 15:18:03 +01:00
Ehsan Akhgari
f670307225 Bug 1483378 - Part 5: Remove the old Cookies & Site Data UI; r=johannh,flod 2018-08-20 11:41:29 -04:00
Ehsan Akhgari
8e069da931 Bug 1483378 - Part 4: Enable hiding the "reject trackers" menu item based on a preference; r=johannh 2018-08-20 11:41:03 -04:00
Ehsan Akhgari
225319893d Bug 1483378 - Part 3: Add tests for the new Cookies and Site Data UI; r=johannh
These tests extend the existing tests for the old UI, and ensure the
new states in the new UI work properly.
2018-08-20 11:41:03 -04:00
Ehsan Akhgari
a2369cb6d0 Bug 1483378 - Part 2: Remove some obsolete privacy pane tests; r=johannh 2018-08-20 11:41:03 -04:00
Ehsan Akhgari
a6a981938a Bug 1483378 - Part 1: Update the Cookies and Site Data UI in the Preferences window; r=johannh,flod 2018-08-20 11:41:03 -04:00
Narcis Beleuzu
e91478c766 Backed out 5 changesets (bug 1483378) for bc failures on browser_policy_cookie_settings.js. CLOSED TREE
Backed out changeset 5794c6564567 (bug 1483378)
Backed out changeset 9c75236893de (bug 1483378)
Backed out changeset 374d33355d31 (bug 1483378)
Backed out changeset 26bc4e3382d4 (bug 1483378)
Backed out changeset 625b9010085c (bug 1483378)
2018-08-20 18:38:29 +03:00
Stefan Hindli
8b4c37551b Bug 1387666 - Disabled browser_translation_exceptions.js on mac and linux for frequent failures. r=jmaher 2018-08-20 07:53:00 +03:00
Narcis Beleuzu
4487190f09 Bug 1316953 - Disable browser_translation_infobar.js on mac and linux for frequent failures. r=jmaher 2018-08-20 06:57:00 +03:00
Ehsan Akhgari
6ff7eec110 Bug 1483378 - Part 5: Remove the old Cookies & Site Data UI; r=johannh,flod 2018-08-20 10:43:43 -04:00
Ehsan Akhgari
7b2fd463fa Bug 1483378 - Part 4: Enable hiding the "reject trackers" menu item based on a preference; r=johannh 2018-08-20 10:42:42 -04:00
Ehsan Akhgari
f2f49b13b3 Bug 1483378 - Part 3: Add tests for the new Cookies and Site Data UI; r=johannh
These tests extend the existing tests for the old UI, and ensure the
new states in the new UI work properly.
2018-08-20 10:42:42 -04:00
Ehsan Akhgari
feedc4c304 Bug 1483378 - Part 2: Remove some obsolete privacy pane tests; r=johannh 2018-08-20 10:42:42 -04:00
Ehsan Akhgari
caf69f03bb Bug 1483378 - Part 1: Update the Cookies and Site Data UI in the Preferences window; r=johannh,flod 2018-08-20 10:42:42 -04:00
Narcis Beleuzu
3fb1c90952 Bug 1212419 - Disable browser_save_video.js on Windows debug and Linux. r=jmaher
--HG--
extra : rebase_source : d8c9c3fc1333f41683d6cc96616c39a76516e438
2018-08-20 06:38:00 +03:00
Brindusan Cristian
68dbffa350 Backed out 5 changesets (bug 1483378) for ESlint failure on privacypane_tests_perwindow.js:126:7. CLOSED TREE
Backed out changeset 6efdde6260d2 (bug 1483378)
Backed out changeset c617048d4514 (bug 1483378)
Backed out changeset 8177c8bf4e5f (bug 1483378)
Backed out changeset 9bfb53d863aa (bug 1483378)
Backed out changeset 330301cd20be (bug 1483378)
2018-08-20 17:31:29 +03:00
Dale Harvey
28d91dd061 Bug 1484188 - Rephrase title for autoplay exceptions prompt. r=flod
MozReview-Commit-ID: HmFoCcD6P9p
2018-08-20 15:16:01 +01:00
Dale Harvey
6f283cfb42 Bug 1478937 - Highlight whole permissions section. r=johannh
MozReview-Commit-ID: 3rQSOhohQEz
2018-08-20 15:13:59 +01:00
Dale Harvey
9350dd01f5 Bug 1484152 - Add learn more link to autoplay doorhanger. r=johannh
MozReview-Commit-ID: LRHJJRnzUaj
2018-08-20 15:10:19 +01:00
Dale Harvey
2bfa5b009b Bug 1460208 - Add learn more link to preferences. r=johannh, r=flod
MozReview-Commit-ID: AKhHP8bSw97

MozReview-Commit-ID: JHtptBfmMJd
2018-08-20 15:10:06 +01:00
Ehsan Akhgari
9d4263a13c Bug 1483378 - Part 5: Remove the old Cookies & Site Data UI; r=johannh,flod 2018-08-20 09:42:12 -04:00
Ehsan Akhgari
ff6f2afea1 Bug 1483378 - Part 4: Enable hiding the "reject trackers" menu item based on a preference; r=johannh 2018-08-20 09:42:12 -04:00
Ehsan Akhgari
48ec1873d9 Bug 1483378 - Part 3: Add tests for the new Cookies and Site Data UI; r=johannh
These tests extend the existing tests for the old UI, and ensure the
new states in the new UI work properly.
2018-08-20 09:42:11 -04:00
Ehsan Akhgari
509ec9e77d Bug 1483378 - Part 2: Remove some obsolete privacy pane tests; r=johannh 2018-08-20 09:42:11 -04:00
Ehsan Akhgari
d31e9bd8f4 Bug 1483378 - Part 1: Update the Cookies and Site Data UI in the Preferences window; r=johannh,flod 2018-08-20 09:42:11 -04:00
Narcis Beleuzu
2cd379d15e Bug 1482494 - Disable browser_urlbarSearchFunction.js for frequent failures. r=jmaher 2018-08-17 17:08:00 +03:00
Tiberius Oros
6f4e1a7b38 Disable Bug 1457887 for frequent failures on browser_e10s_chrome_process.js r=jmaher 2018-08-18 07:50:00 +03:00
Tim Nguyen
7c219bf98b Bug 1484435 - Simplify MacOS sidebar tree styling. r=dao
--HG--
extra : rebase_source : 12d7c8937cf1039d1ee195e158df629ddcf692a7
2018-08-18 11:59:50 +01:00
Dorel Luca
eb7ee4b822 Merge mozilla-inbound to mozilla-central. a=merge 2018-08-19 00:36:16 +03:00
Edouard Oger
4ba3141d15 Bug 1484461 - Disable FxA commands r=vladikoff
Differential Revision: https://phabricator.services.mozilla.com/D3703

--HG--
extra : moz-landing-system : lando
2018-08-18 18:03:28 +00:00
Csoregi Natalia
3e61ab4489 Merge inbound to mozilla-central. a=merge 2018-08-18 12:46:20 +03:00
Matthew Noorenberghe
e2d642ca25 Bug 1477100 - Scroll the country picker into view to fix browser_dropdowns.js. r=me
This new layout caused it to require scrolling to be clicked.

--HG--
extra : rebase_source : 3f1d5c54eefd3f56c5513ec2737a1883f31d91ee
2018-08-17 20:27:33 -07:00