Commit Graph

58670 Commits

Author SHA1 Message Date
Csoregi Natalia
cc313f779c Backed out 9 changesets (bug 1472212) for browser-chrome tests run issues on Linux x64 asan and failures on browser_ext_windows_create_tabId.js. CLOSED TREE
Backed out changeset 18e46df44cd1 (bug 1472212)
Backed out changeset 2e5de66c1f60 (bug 1472212)
Backed out changeset b94f9883aef0 (bug 1472212)
Backed out changeset ebdca743668c (bug 1472212)
Backed out changeset f8a06d01437e (bug 1472212)
Backed out changeset b6996abc7d90 (bug 1472212)
Backed out changeset 24c257cd18c3 (bug 1472212)
Backed out changeset 176f3ee14e67 (bug 1472212)
Backed out changeset b4baa63e5b1b (bug 1472212)
2018-10-30 01:58:21 +02:00
Jonas Jenwald
7274d76300 Bug 1492849 - Update the PDF viewer mochitests to utilize the, recently implemented, general re-dispatching of internal events to the DOM. r=bdahl
By updating the PDF viewer mochitests to instead use the new support for re-dispatching general `EventBus` events to the DOM, as implemented in https://github.com/mozilla/pdf.js/pull/10019, this will allow (future) removal of the hard-coded DOM event dispatching currently present in the https://github.com/mozilla/pdf.js/blob/master/web/dom_events.js file.
2018-09-20 15:43:54 +02:00
Gurzau Raul
0589c43f44 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-10-30 00:10:27 +02:00
Gurzau Raul
8f82fd493f Merge inbound to mozilla-central. a=merge 2018-10-30 00:00:56 +02:00
Bogdan Tara
3de3de8049 Backed out changeset efd80121bf41 (bug 1501459) for ES lint failure CLOSED TREE
--HG--
rename : browser/components/pocket/content/panels/tmpl/ho2/ho2_sharebutton.handlebars => browser/components/pocket/content/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars
2018-10-29 21:42:21 +02:00
Eden Chuang
74e578d048 Bug 1497215 - Refactor the IPC structure for PaymentResponse.details r=baku
In original design, payment method response data is passed between processes
    through a simple nsString. It means a special encoder/decoder is needed for
    special response data, ex. BasicCardResponse, to serialize/deserialize
    into/from the nsString. However, when a token spliter, ':', ';' and '@', is
    used in response data, it makes the encoder/decoder can not work normally.
    It is hard to define a suitable token spliter set for encoder/decoder.
    So instead of using an error-prone encoder/decoder, this patch defining a new
    IPC structure for response data.

--HG--
extra : rebase_source : 4972033516bc861ea3f975a27b7688fc6eb89a94
2018-10-29 13:56:32 +01:00
Gavin Lazar Suntop
a332afed78 Bug 1501459 - removing unused CTA layouts r=thecount
Removing unused CTA layouts from multivariant testing for Pocket users without the mobile app installed.

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

--HG--
rename : browser/components/pocket/content/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars => browser/components/pocket/content/panels/tmpl/ho2/ho2_sharebutton.handlebars
extra : moz-landing-system : lando
2018-10-29 17:45:06 +00:00
Dão Gottwald
ee3a7d1927 Bug 1455924 - Clean up Dark/Light theme CSS. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D9998

--HG--
extra : moz-landing-system : lando
2018-10-29 18:36:21 +00:00
Marco Bonardo
32a19c40a1 Bug 1502728 - Actually remove matchBehavior from firefox.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D10001

--HG--
extra : moz-landing-system : lando
2018-10-29 17:25:56 +00:00
Narcis Beleuzu
e1ae674b08 Backed out changeset d8813fdff117 (bug 1502361) as per johannh`s request 2018-10-29 19:28:11 +02:00
Johann Hofmann
21717ca7b3 Bug 1502361 - Remove Content Blocking toggle from about:privatebrowsing. r=Ehsan
This simply removes the content blocking section when TP is not enabled to avoid overpromising.
We may update this UI to alert the user that TP is off after the UX team comes back with a new design.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:27:25 +00:00
Drew Willcoxon
f261cff897 Bug 1498023 - Search shortcuts should hide all one-off UI when typed r=mak,Mardak
* Disable or enable the one-offs per each new search based on whether the first char is "@". The patch does this in `onResultsAdded`, where other per-search initialization happens.
* Remove the `disableOneOffButtons` option from the urlbar `search` method. It's not necessary anymore now that one-offs are automatically hidden for the only caller that uses this option (new tab with the "@engine" tiles).
* Make the `oneOffSearchesEnabled` getter return the actual status of the one-off UI instead of relying on an `_oneOffSearchesEnabled` property.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:13:49 +00:00
Brendan Dahl
06c315024d Bug 1502523 - Account for different activeElement behavior in test. r=Gijs
For browser.xhtml activeElement was modified to match the behavior of
XUL documents. For now, change the test to match the special case in the
activeElement code.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 16:20:20 +00:00
Brendan Dahl
366e36bf54 Bug 1501738 - Fix screenshot toolbar button in browser.xhtml. r=ianbicking
Differential Revision: https://phabricator.services.mozilla.com/D9676

--HG--
extra : moz-landing-system : lando
2018-10-29 15:40:24 +00:00
Brendan Dahl
b35cc09186 Bug 1501791 - Fix browser_screenshots_ui_check.js for browser.xhtml. r=ianbicking
browser.xhtml has a different structure do to the difference in whitespace
handling in xhtml vs xul.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 15:41:02 +00:00
Ehsan Akhgari
16e0f3a1a8 Bug 1502760 - Stop honouring browser.contentblocking.enabled in the control centre code r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10020

--HG--
extra : moz-landing-system : lando
2018-10-29 14:44:12 +00:00
Ehsan Akhgari
8f7308f234 Bug 1497014 - Part 3: Add a test to ensure that the shield doesn't reanimate when seeing notifications for existing blocking categories r=johannh
Depends on D9985

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:47:59 +00:00
Ehsan Akhgari
48dcf0f5dc Bug 1497014 - Part 2: Extend browser_trackingUI_animation_2.js to cover third-party cookie blocking too r=johannh
Depends on D9984

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

--HG--
extra : moz-landing-system : lando
2018-10-29 14:47:57 +00:00
Narcis Beleuzu
7faa4c74d0 Backed out changeset 7bb0ca583b02 (bug 1501041) for bc failures on browser_UsageTelemetry_content_aboutHome.js. CLOSED TREE 2018-10-29 16:13:41 +02:00
Rob Wu
4fb6b2bad9 Bug 1501006 - Reject cookieStoreId when contextual identities are disabled r=mixedpuppy
Depends on D9517

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:23:12 +00:00
Rob Wu
e757ef0aee Bug 1501006 - Reject cookieStoreId in perma-private browsing mode r=mixedpuppy
Until container tabs are supported in private browsing mode
(bug 1320757), extensions should not be able to open container tabs when
perma-private browsing mode is off.

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

--HG--
extra : moz-landing-system : lando
2018-10-29 13:23:00 +00:00
Marco Bonardo
d77d9c899f Bug 1502655 - Remove remaining frontend livemarks code. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D9992

--HG--
extra : moz-landing-system : lando
2018-10-29 13:18:17 +00:00
Jonathan Kingston
671423e741 Bug 1149485 - Replace about:blocked references to blacklist to blocklist. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D10003

--HG--
rename : toolkit/themes/linux/global/icons/blacklist_favicon.png => toolkit/themes/linux/global/icons/blocklist_favicon.png
rename : toolkit/themes/osx/global/icons/blacklist_favicon.png => toolkit/themes/osx/global/icons/blocklist_favicon.png
rename : toolkit/themes/windows/global/icons/blacklist_favicon.png => toolkit/themes/windows/global/icons/blocklist_favicon.png
extra : moz-landing-system : lando
2018-10-29 11:24:59 +00:00
Cosmin Sabou
ec3d261a04 Bug 1501041 - Disable browser/modules/test/browser/browser_UsageTelemetry_content.js because of permafailure. r=jmaher 2018-10-26 18:04:00 +03:00
Mark Banner
0909ebdd11 Bug 1500483 - Clarify the type of window that should be passed to UrlbarController, and tidy usages of the window in the controller. r=mak
Depends on D9926

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

--HG--
extra : moz-landing-system : lando
2018-10-29 10:23:31 +00:00
Ehsan Akhgari
c45edd44bb Bug 1502757 - Stop syncing the browser.contentblocking.enabled pref r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10018

--HG--
extra : moz-landing-system : lando
2018-10-29 10:07:56 +00:00
Ehsan Akhgari
65bafb09f2 Bug 1502758 - Remove the remnants of browser.contentblocking.enabled from the preferences code r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10019

--HG--
extra : moz-landing-system : lando
2018-10-29 10:05:53 +00:00
Siddhant085
6ab6938f8c Bug 1493483 - Use nsIBrowserSearchService::defaultEngine instead of currentEngine (in production code) r=Standard8
nsIBrowserSearchService::currentEngine and nsIBrowserSearchService::defaultEngine are the same thing.
The use of defaultEngine makes more sense and thus we are phasing out the use of currentEngine and replace it with defaultEngine.

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

--HG--
extra : moz-landing-system : lando
2018-10-27 16:52:02 +00:00
Brian Grinstead
f5b668665e Bug 1502556 - Conditionally add browser.xul instead of browser.xhtml to browser_all_files_referenced.js;r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D9980

--HG--
extra : moz-landing-system : lando
2018-10-28 23:00:58 +00:00
Tim Nguyen
3d98bf77be Bug 1501586 - Clean up lwt-*-brighttext attributes properly when switching from a dark theme to a light theme. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D9991

--HG--
extra : moz-landing-system : lando
2018-10-28 10:18:08 +00:00
Mike Conley
3269c2c585 Bug 1501789 - Use the JSM global to create permanentKeys to avoid leaking windows after tab tear out / adoption. r=Felipe
Differential Revision: https://phabricator.services.mozilla.com/D9975

--HG--
extra : moz-landing-system : lando
2018-10-28 01:53:14 +00:00
Csoregi Natalia
2ef395bc07 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2018-10-27 12:58:54 +03:00
Andrea Marchesini
e78ef32074 Bug 1482055 - Cleanup cookie at shutdown must support domain cookies, r=johannh 2018-10-27 10:26:31 +02:00
Ed Lee
d302d682b3 Bug 1502461 - Fix recommendation counts, recommendation alignment and bug fixes to Activity Stream r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D9949

--HG--
extra : moz-landing-system : lando
2018-10-27 01:31:08 +00:00
Cosmin Sabou
6a034485b2 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-27 00:55:47 +03:00
Cosmin Sabou
125a3ce9d8 Merge mozilla-central to autoland. a=merge
--HG--
extra : rebase_source : 24058e51e8b2f1c418e99b65a7ffb81209700389
2018-10-27 01:50:33 +03:00
Dão Gottwald
7f86685eb5 Bug 1502455 - UrlbarView: add one-off search buttons stub. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D9929

--HG--
extra : moz-landing-system : lando
2018-10-26 22:07:31 +00:00
Mark Banner
e7f2c79ef9 Bug 1502069 - isTabEmpty should be a property on the tab rather than a global function. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D9926

--HG--
extra : moz-landing-system : lando
2018-10-26 16:42:11 +00:00
Brian Grinstead
a8eabad78e Bug 1501845 - Load customElements.js inside migration.xul to fix migration UI when running with commandline;r=paolo
This is another case of a document getting loaded before MainProcessSingleton,
similar to profile manager. There's another wrinkle here, though. The migration
UI can also be loaded _after_ startup (through Bookmarks manager), which is
actually the primary way this UI is surfaced. So we need to also handle customElements.js
getting loaded twice into the same window to avoid attempting to redefine everything.

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

--HG--
extra : moz-landing-system : lando
2018-10-26 17:22:15 +00:00
Johann Hofmann
15d3dcdb9e Bug 1501977 - Remove global Content Blocking toggle in the main menu. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D9916

--HG--
extra : moz-landing-system : lando
2018-10-26 18:09:06 +00:00
Johann Hofmann
b88fc789eb Bug 1501977 - Remove global Content Blocking toggle in about:preferences. r=flod,Ehsan
This patch also removes some of the other handling of browser.contentblocking.enabled
in about:preferences, such as disabling the cookies and site data section.

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

--HG--
extra : moz-landing-system : lando
2018-10-26 18:08:53 +00:00
Gijs Kruitbosch
7fbb0e9b5e Bug 1502451 - remove some unused strings, r=flod
Differential Revision: https://phabricator.services.mozilla.com/D9928

--HG--
extra : moz-landing-system : lando
2018-10-26 17:29:19 +00:00
Ehsan Akhgari
0841dc1a65 Bug 1502237 - Remove the pref for controlling whether the tracker cookie blocking setting would appear in the Cookies and Site Data drop-down r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D9878

--HG--
extra : moz-landing-system : lando
2018-10-26 07:01:43 +00:00
Ehsan Akhgari
7005227e5e Bug 1502221 - Remove the prefs for controlling whether a '(recommended)' suffix would be appended to tracker cookie blocking settings r=flod,johannh
Differential Revision: https://phabricator.services.mozilla.com/D9875

--HG--
extra : moz-landing-system : lando
2018-10-26 16:16:43 +00:00
Mike Conley
23b9e41ffe Bug 1502019 - Remove expired FX_PREFERENCES_CATEGORY_OPENED and FX_PREFERENCES_CATEGORY_OPENED_V2 probes. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D9791

--HG--
extra : moz-landing-system : lando
2018-10-26 16:57:03 +00:00
Dave Townsend
dae9ed3530 Bug 1469345: Enable remaining favicon tests in verify mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D9832

--HG--
extra : moz-landing-system : lando
2018-10-26 09:54:18 +00:00
Andrei Oprea
f2287575eb Bug 1502130 - Prevent handling contentSearchUI events if input element is no longer present r=ursula,k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D9828

--HG--
extra : moz-landing-system : lando
2018-10-26 15:12:25 +00:00
Jack Smith
c9979fa9b6 Bug 1491676 - Moves cloudstorage string r=flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D8552

--HG--
extra : moz-landing-system : lando
2018-10-26 14:57:45 +00:00
Dão Gottwald
5a62defc27 Bug 1501624 - Add a method for setting the value from a result and migrate urlbar tests away from setting textValue. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D9764

--HG--
extra : moz-landing-system : lando
2018-10-26 09:52:23 +00:00
Marco Bonardo
d674afc6fb Bug 1500138 - Remove browser.urlbar.matchBehavior and some unused Address Bar behaviors. r=adw
Remove browser.urlbar.matchBehavior pref. Remove code for BEGINNING behaviors, and stop referencing MATCH_BOUNDARY_ANYWHERE from our code.

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

--HG--
extra : moz-landing-system : lando
2018-10-25 23:23:36 +00:00