Jared Wein
4bf1467ca5
Bug 1474905 - Use a dropdown for the state/province field when possible. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D11854
--HG--
extra : moz-landing-system : lando
2018-12-20 22:10:00 +00:00
Narcis Beleuzu
7cfde3000c
Merge inbound to mozilla-central. a=merge
2018-12-20 23:56:42 +02:00
Michael Kaply
05b841868e
Bug 1510296 - Update Google search for new codes. r=daleharvey
...
Differential Revision: https://phabricator.services.mozilla.com/D13087
--HG--
extra : moz-landing-system : lando
2018-12-20 16:32:24 +00:00
Matthew Noorenberghe
91692c277f
Bug 1515048 - Disable the Payment Request UI and tests by default on Nightly. r=jaws,baku
...
Differential Revision: https://phabricator.services.mozilla.com/D14885
--HG--
extra : moz-landing-system : lando
2018-12-20 15:08:47 +00:00
Razvan Maries
f658ebcbab
Merge mozilla-inbound to mozilla-central a=merge
2018-12-20 07:04:06 +02:00
Mike Conley
17b8896c50
Bug 1511805
- Don't alter DOM inside of promiseDocumentFlushed used by urlbarBindings.xml. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D14878
--HG--
extra : moz-landing-system : lando
2018-12-19 23:14:07 +00:00
Jeff Walden
ed23151bd7
Bug 1492937 - Make the JS subscript loader load scripts exclusively as UTF-8, with no way to specify any other encoding, and adjust a bunch of existing tests to use UTF-8 directly, rather than Unicode escape sequences or similar. (This also changes the encoding of .sjs scripts and all mochitest-browser tests in the tree from Latin-1 to UTF-8.) r=yzen, r=MattN, r=jimb, r=kmag
2018-12-19 13:46:20 -08:00
Paolo Amadini
04937d8a4b
Bug 1509388 - Part 2 - Build download-subview-toolbarbutton markup directly using JS. r=mak
...
This makes this derived class of DownloadElementShell more similar to DownloadsViewItem, and removes batch fagment handling because proper XBL construction requires elements to be connected to the document before they are accessed from JavaScript.
Differential Revision: https://phabricator.services.mozilla.com/D14573
--HG--
extra : rebase_source : 456f074d696b7fca115eea2a42e21108cb5f3047
2018-12-19 16:50:12 +00:00
Shane Caraveo
b41b05810e
Bug 1514673 allow WINDOW_ID_NONE in focus listener, r=rpl
...
Differential Revision: https://phabricator.services.mozilla.com/D14881
--HG--
extra : moz-landing-system : lando
2018-12-19 16:06:35 +00:00
Dão Gottwald
99a2ee62ea
Bug 1515284 - Quantumbar: Make clicking the history dropmarker work. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D14955
--HG--
extra : moz-landing-system : lando
2018-12-19 17:05:37 +00:00
Shane Caraveo
86f1948e8b
Bug 1513717 fix browser_ext_tabs_events intermittent failure, r=rpl
...
The test failed if onHighlighted was received late, since it has an array of IDs. This change should address any case where we need to get the tab from id.
Differential Revision: https://phabricator.services.mozilla.com/D14860
--HG--
extra : moz-landing-system : lando
2018-12-19 15:54:53 +00:00
Margareta Eliza Balazs
da52cd7623
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-12-19 18:02:55 +02:00
Margareta Eliza Balazs
ca776030e5
Merge inbound to mozilla-central. a=merge
2018-12-19 17:46:11 +02:00
Mark Banner
c1e84b088d
Bug 1512627 - Fix intermittent issue in browser_searchTelemetry by ensuring we wait for all scalars before continuing. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D14894
--HG--
extra : moz-landing-system : lando
2018-12-19 15:45:25 +00:00
Jan Varga
710767771a
Bug 1513850 - dom/reporting/tests/browser_cleanup.js fails with LSNG enabled; r=asuth
2018-12-19 10:21:10 +01:00
Marco Bonardo
cc99e09b2b
Bug 1511693 - Expose base classes for providers and muxers. r=Standard8
...
Creates base classes for providers and muxers. All the classes are exposed
by UrlbarUtils, for 2 reasons:
1. UrlbarProvidersManager on instantiation is importing provider modules, that
may reimport the manager module. Exposing classes from it could cause a
recursive failure.
2. It's nicer if only one of the urlbar modules exports multiple symbols (thus
moving the QueryContext class here too)
Differential Revision: https://phabricator.services.mozilla.com/D14760
--HG--
extra : moz-landing-system : lando
2018-12-19 12:57:43 +00:00
Paolo Amadini
b646eedd75
Bug 1509388 - Part 1 - Don't use a toolbarbutton element for the download-subview-toolbarbutton binding. r=Gijs
...
Download items in the Downloads Subview of the Library Panel are implemented using a XBL binding that is associated to a "toolbarbutton" element, but inherits from "button-base" in order to avoid the display="xul:button" of the "toolbarbutton" binding. This is because the item contains an inner button, and using a button CSS frame for the outer element would break hover behavior and mouse events.
This changes the binding so it doesn't use a "toolbarbutton" element, which is a different way to avoid the outer button CSS frame, and eventually allows removing support for the "display" attribute in XBL.
Differential Revision: https://phabricator.services.mozilla.com/D14572
--HG--
extra : rebase_source : e0f907aea98419c6f7ee4b53f645e4cfe0fcdf5a
2018-12-13 18:47:28 +00:00
Diego Pino Garcia
3c5b7bc26a
Bug 1446158 - Create a handleEvent custom element mixin to forward events from handleEvent to on* methods. r=MattN
2018-12-20 03:28:00 +02:00
Andrea Marchesini
767fbe89df
Bug 1514853 - network.cookie.cookieBehavior default to 0 in release, r=tanvi
2018-12-20 14:32:48 +01:00
k88hudson
2c424c573a
Bug 1515206 - Add Pocket layout code, snippets and perf bug fixes to Activity Stream r=Mardak
...
Differential Revision: https://phabricator.services.mozilla.com/D14923
--HG--
extra : moz-landing-system : lando
2018-12-19 01:52:03 +00:00
shindli
fc9231a09e
Backed out changeset 6267aad872ec (bug 1514673) for bc failures in browser/components/extensions/test/browser/test-oop-extensions/browser_ext_tabs_events.js
2018-12-18 18:53:26 +02:00
Shane Caraveo
01e1b32472
Bug 1514673 allow WINDOW_ID_NONE in focus listener, r=rpl
...
Differential Revision: https://phabricator.services.mozilla.com/D14748
--HG--
extra : moz-landing-system : lando
2018-12-17 15:05:42 +00:00
Dão Gottwald
75986fa000
Bug 1514505 - Remove unused urlbar-textbox-container. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D14683
--HG--
extra : moz-landing-system : lando
2018-12-18 11:16:05 +00:00
arthur.iakab
f1762a3667
Merge mozilla-central to mozilla-inbound
2018-12-18 07:36:08 +02:00
Mike Conley
677e974dac
Bug 1503796 - Add a regression test to ensure that the initial process type is set correctly. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D14757
--HG--
extra : moz-landing-system : lando
2018-12-17 21:20:49 +00:00
Diego Pino Garcia
29cb3d46ea
Bug 1476873 - Use Element.toggleAttribute instead of custom handling for setAttribute vs. removeAttribute. r=Mattn
2018-12-15 01:58:00 +02:00
Dão Gottwald
ac5edcdfc7
Bug 1503529 - QuantumBar: Implement support for browser.urlbar.openintab preference. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D14677
--HG--
extra : moz-landing-system : lando
2018-12-17 13:32:18 +00:00
Marco Bonardo
a898790af5
Bug 1502388 - Allow the view to limit searches to specific sources. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D14553
--HG--
extra : moz-landing-system : lando
2018-12-17 10:50:10 +00:00
Marco Bonardo
bc41334745
Bug 1502389 - Allow the view to limit searches to specific providers. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D14549
--HG--
extra : moz-landing-system : lando
2018-12-17 10:28:31 +00:00
Mark Banner
12331afc41
Bug 1503674 - Remove unused PageMetadata. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D14678
--HG--
extra : moz-landing-system : lando
2018-12-17 09:33:12 +00:00
Cosmin Sabou
b30ca1fd33
Merge mozilla-inbound to mozilla-central. a=merge
2018-12-15 04:47:12 +02:00
Gijs Kruitbosch
40bc8e4596
Bug 1513710 - bring back stringbundle on-demand for certificate export code, and add a test for certificate exports, r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D14555
--HG--
extra : moz-landing-system : lando
2018-12-14 20:45:58 +00:00
Cosmin Sabou
b8f31f45aa
Backed out changeset 8ac2c5d30013 (bug 1513710) as requested by Gijs for causing leaks.
2018-12-14 22:29:28 +02:00
Gijs Kruitbosch
0b6f1d6d69
Bug 1513710 - bring back stringbundle on-demand for certificate export code, and add a test for certificate exports, r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D14555
--HG--
extra : moz-landing-system : lando
2018-12-14 20:19:11 +00:00
Cosmin Sabou
1d49103119
Backed out changeset c4d1729c029e (bug 1474905) for browser chrome failures on browser_editCreditCardDialog.js. CLOSED TREE
2018-12-14 21:44:32 +02:00
Jared Wein
91e9a06355
Bug 1474905 - Use a dropdown for the state/province field when possible. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D11854
--HG--
extra : moz-landing-system : lando
2018-12-14 18:52:19 +00:00
Razvan Maries
87aca70b7f
Merge mozilla-inbound to mozilla-central a=merge
2018-12-14 18:22:09 +02:00
Gijs Kruitbosch
924308bb6a
Bug 1511820 - clarify private browsing tabs for quit warning, r=flod
...
Differential Revision: https://phabricator.services.mozilla.com/D14470
--HG--
extra : moz-landing-system : lando
2018-12-14 12:08:33 +00:00
Marco Bonardo
d2564e5f49
Bug 1512523
- Limit the number of returned matches in the Quantum Bar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D14428
--HG--
extra : moz-landing-system : lando
2018-12-13 21:21:03 +00:00
Andrew Swan
57a0ea1bc6
Bug 1498027 Defer window/browser creation for extension pages r=kmag
...
Also, use a single hidden window to hold <browser> elements
for multiple extensions.
Differential Revision: https://phabricator.services.mozilla.com/D14163
--HG--
rename : browser/components/extensions/test/browser/browser_ext_tabs_cookieStoreId.js => browser/components/extensions/test/browser/browser_ext_tabs_cookieStoreId_private.js
extra : moz-landing-system : lando
2018-12-14 03:36:14 +00:00
Dale Harvey
d9d954478b
Bug 1488946
- Remove about:searchreset. r=mkaply, r=flod
...
Tags: #secure-revision
Differential Revision: https://phabricator.services.mozilla.com/D14416
2018-12-14 10:01:51 +00:00
Ferenc Nagy
cd97e6ffc3
Bug 1497928 - Make about:policies report an error if json doesn't contain a 'policies' object. r=felipe
2018-12-18 18:23:18 -02:00
Ferenc Nagy
6aa31a60fc
Bug 1494598 - Restore scroll position in about:policies when navigating between sections. r=felipe
2018-12-18 18:23:51 -02:00
Bogdan Tara
4cbc39232e
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-12-14 00:52:36 +02:00
Bogdan Tara
b6a18773a4
Merge inbound to mozilla-central. a=merge
2018-12-14 00:42:20 +02:00
Jared Wein
6989ff6cec
Bug 1477113 - Dispatch paymentmethodchange event from the front-end. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D13740
--HG--
extra : moz-landing-system : lando
2018-12-13 18:48:54 +00:00
Gijs Kruitbosch
70281bf326
Bug 1499092 - rename/move code from 'feeds' and 'web content' to more appropriate/obvious versions for registerProtocolHandler, r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D13699
--HG--
rename : browser/components/feeds/WebContentConverter.js => browser/components/protocolhandler/WebProtocolHandlerRegistrar.js
rename : browser/components/feeds/moz.build => browser/components/protocolhandler/moz.build
rename : browser/components/feeds/test/.eslintrc.js => browser/components/protocolhandler/test/.eslintrc.js
rename : browser/components/feeds/test/browser/.eslintrc.js => browser/components/protocolhandler/test/browser/.eslintrc.js
rename : browser/components/feeds/test/browser/browser.ini => browser/components/protocolhandler/test/browser/browser.ini
rename : browser/components/feeds/test/browser/browser_registerProtocolHandler_notification.html => browser/components/protocolhandler/test/browser/browser_registerProtocolHandler_notification.html
rename : browser/components/feeds/test/browser/browser_registerProtocolHandler_notification.js => browser/components/protocolhandler/test/browser/browser_registerProtocolHandler_notification.js
rename : browser/components/feeds/test/mochitest.ini => browser/components/protocolhandler/test/mochitest.ini
rename : browser/components/feeds/test/test_registerHandler.html => browser/components/protocolhandler/test/test_registerHandler.html
rename : browser/components/feeds/test/test_registerHandler_disabled.html => browser/components/protocolhandler/test/test_registerHandler_disabled.html
rename : dom/interfaces/sidebar/nsIWebContentHandlerRegistrar.idl => dom/interfaces/sidebar/nsIWebProtocolHandlerRegistrar.idl
extra : moz-landing-system : lando
2018-12-13 13:34:11 +00:00
Gijs Kruitbosch
7ab8abdd16
Bug 1499092 - move bulk of registerProtocolHandler checks into compiled code so we don't need a dedicated component in the child process, r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D13697
--HG--
extra : moz-landing-system : lando
2018-12-13 13:47:39 +00:00
Dão Gottwald
0afe87a2cf
Bug 1513827 - Let toolbar context menu handle nodes without ids. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D14390
--HG--
extra : moz-landing-system : lando
2018-12-13 14:53:18 +00:00
Mark Banner
369c0ee4b0
Bug 1512516 - Fix intermittent failure in browser_searchTelemetry.js by waiting for idle a few times so that the messages have chance to get to the actors. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D14369
--HG--
extra : moz-landing-system : lando
2018-12-13 10:51:41 +00:00