James Teh
fb87f61994
Bug 1608554: Initialize toolbartabstops in dynamically added widgets. r=Gijs
...
When ToolbarKeyboardNavigator initializes, it sets aria-hidden and adds a focus listener on toolbartabstop elements.
This is necessary for proper functionality of toolbar keyboard navigation.
However, widgets can be dynamically added by CustomizableUI after ToolbarKeyboardNavigator initializes.
The search bar is one such widget and it does contain toolbartabstop elements.
We now watch for this and initialize any toolbartabstop elements inside added widgets.
Differential Revision: https://phabricator.services.mozilla.com/D62178
--HG--
extra : moz-landing-system : lando
2020-02-12 01:03:18 +00:00
Mark Banner
32056c5b6e
Bug 1610840 - Remove webExtension.version from the Search Engine configuration schema and config as we don't need it. r=daleharvey
...
Differential Revision: https://phabricator.services.mozilla.com/D60869
--HG--
extra : moz-landing-system : lando
2020-01-28 13:33:11 +00:00
Mark Banner
439c004f8d
Bug 1582720 - Clean up references to recently removed locales (as, crh, en-ZA, mai, ml, or) in the Search Engine lists. r=daleharvey
...
Depends on D59085
Differential Revision: https://phabricator.services.mozilla.com/D59119
--HG--
extra : moz-landing-system : lando
2020-01-09 15:38:18 +00:00
Mark Banner
c56fa2fbd0
Bug 1596860 - Remove default region setting for various search engines in the modern config as it is different to the legacy config. r=daleharvey
...
Also adds tests for checking the search engine lists when falling back to a default region.
Differential Revision: https://phabricator.services.mozilla.com/D59084
--HG--
extra : moz-landing-system : lando
2020-01-09 16:18:23 +00:00
Zibi Braniecki
3b0c2d1abd
Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D57713
--HG--
extra : moz-landing-system : lando
2019-12-25 10:01:46 +00:00
Ciure Andrei
c79fc6e32a
Backed out changeset 0267e42c0db5 (bug 1604960) for causing bc permafails
2019-12-25 05:15:16 +02:00
Zibi Braniecki
ebad9a1dbf
Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D57713
--HG--
extra : moz-landing-system : lando
2019-12-24 20:43:17 +00:00
Mark Banner
37f7f6ce4d
Bug 1601894 - Ensure the search engine configuration tests check the details for each locale/region pair, and fix eBay setup in the modern configuration. r=mikedeboer
...
Depends on D57682
Differential Revision: https://phabricator.services.mozilla.com/D57841
--HG--
extra : moz-landing-system : lando
2019-12-23 12:00:48 +00:00
Francesco Lodolo (:flod)
168505b3f3
Bug 1604415 - Add Sicilian (scn) to Firefox Nightly Builds r=Pike,Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D57433
--HG--
extra : moz-landing-system : lando
2019-12-20 14:47:51 +00:00
Mark Banner
21c1ce4696
Bug 1604929 - In the modern search config, fix handling of telemetry Ids and WebExtensions which are installed twice with different locales. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D57682
--HG--
extra : moz-landing-system : lando
2019-12-19 21:57:53 +00:00
Andreea Pavel
d3e7d0c9b0
Backed out 3 changesets (bug 1604929) for breaking xpcshell at test_async_addon.js on a CLOSED TREE
...
Backed out changeset 8a36d9f67974 (bug 1604929)
Backed out changeset 030684aff17b (bug 1604929)
Backed out changeset 897fef11fe80 (bug 1604929)
--HG--
rename : toolkit/components/search/tests/xpcshell/simple-engines/basic/manifest.json => toolkit/components/search/tests/xpcshell/data/search-extensions/bug645970/manifest.json
rename : toolkit/components/search/tests/xpcshell/simple-engines/engines.json => toolkit/components/search/tests/xpcshell/data/search-extensions/engines.json
rename : toolkit/components/search/tests/xpcshell/simple-engines/hidden/manifest.json => toolkit/components/search/tests/xpcshell/data/search-extensions/hidden/manifest.json
rename : toolkit/components/search/tests/xpcshell/simple-engines/list.json => toolkit/components/search/tests/xpcshell/data/search-extensions/list.json
2019-12-19 22:49:11 +02:00
Mark Banner
14a4284f4e
Bug 1604929 - In the modern search config, fix handling of telemetry Ids and WebExtensions which are installed twice with different locales. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D57682
--HG--
extra : moz-landing-system : lando
2019-12-19 18:37:12 +00:00
Kris Maglione
39d7eb39ed
Bug 1596918: Part 4g - Misc cleanup/fixes. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53748
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:48 +00:00
Kris Maglione
9853440599
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:24 +00:00
Kris Maglione
94e3b0bd8d
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:16 +00:00
Emma Malysz
75ea156d47
Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D55857
--HG--
rename : toolkit/components/alerts/resources/content/alert.xul => toolkit/components/alerts/resources/content/alert.xhtml
rename : toolkit/components/apppicker/content/appPicker.xul => toolkit/components/apppicker/content/appPicker.xhtml
rename : toolkit/components/extensions/dummy.xul => toolkit/components/extensions/dummy.xhtml
rename : toolkit/components/passwordmgr/content/passwordManager.xul => toolkit/components/passwordmgr/content/passwordManager.xhtml
rename : toolkit/components/printing/content/printPageSetup.xul => toolkit/components/printing/content/printPageSetup.xhtml
rename : toolkit/components/printing/content/printPreviewProgress.xul => toolkit/components/printing/content/printPreviewProgress.xhtml
rename : toolkit/components/printing/content/printProgress.xul => toolkit/components/printing/content/printProgress.xhtml
rename : toolkit/components/prompts/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xhtml
rename : toolkit/components/prompts/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xhtml
rename : toolkit/components/viewconfig/content/config.xul => toolkit/components/viewconfig/content/config.xhtml
rename : toolkit/content/editMenuKeys.inc.xul => toolkit/content/editMenuKeys.inc.xhtml
rename : toolkit/content/resetProfile.xul => toolkit/content/resetProfile.xhtml
rename : toolkit/content/resetProfileProgress.xul => toolkit/content/resetProfileProgress.xhtml
rename : toolkit/modules/win.xul => toolkit/modules/win.xhtml
rename : toolkit/profile/content/createProfileWizard.xul => toolkit/profile/content/createProfileWizard.xhtml
rename : toolkit/profile/content/profileDowngrade.xul => toolkit/profile/content/profileDowngrade.xhtml
rename : toolkit/profile/content/profileSelection.xul => toolkit/profile/content/profileSelection.xhtml
extra : moz-landing-system : lando
2019-12-11 17:44:54 +00:00
Gurzau Raul
824bc2bf90
Backed out changeset dd809e835f2a (bug 1601093) for eslint failures at alert.xhtml and commonDialog.xhtml on a CLOSED TREE.
...
--HG--
rename : toolkit/components/alerts/resources/content/alert.xhtml => toolkit/components/alerts/resources/content/alert.xul
rename : toolkit/components/apppicker/content/appPicker.xhtml => toolkit/components/apppicker/content/appPicker.xul
rename : toolkit/components/extensions/dummy.xhtml => toolkit/components/extensions/dummy.xul
rename : toolkit/components/passwordmgr/content/passwordManager.xhtml => toolkit/components/passwordmgr/content/passwordManager.xul
rename : toolkit/components/printing/content/printPageSetup.xhtml => toolkit/components/printing/content/printPageSetup.xul
rename : toolkit/components/printing/content/printPreviewProgress.xhtml => toolkit/components/printing/content/printPreviewProgress.xul
rename : toolkit/components/printing/content/printProgress.xhtml => toolkit/components/printing/content/printProgress.xul
rename : toolkit/components/prompts/content/commonDialog.xhtml => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/components/prompts/content/selectDialog.xhtml => toolkit/components/prompts/content/selectDialog.xul
rename : toolkit/components/viewconfig/content/config.xhtml => toolkit/components/viewconfig/content/config.xul
rename : toolkit/content/editMenuKeys.inc.xhtml => toolkit/content/editMenuKeys.inc.xul
rename : toolkit/content/resetProfile.xhtml => toolkit/content/resetProfile.xul
rename : toolkit/content/resetProfileProgress.xhtml => toolkit/content/resetProfileProgress.xul
rename : toolkit/modules/win.xhtml => toolkit/modules/win.xul
rename : toolkit/profile/content/createProfileWizard.xhtml => toolkit/profile/content/createProfileWizard.xul
rename : toolkit/profile/content/profileDowngrade.xhtml => toolkit/profile/content/profileDowngrade.xul
rename : toolkit/profile/content/profileSelection.xhtml => toolkit/profile/content/profileSelection.xul
2019-12-11 19:27:28 +02:00
Emma Malysz
106f09dd53
Bug 1601093, Rename the remaining .xul files to .xhtml in toolkit/ r=marionette-reviewers,mossop,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D55857
--HG--
rename : toolkit/components/alerts/resources/content/alert.xul => toolkit/components/alerts/resources/content/alert.xhtml
rename : toolkit/components/apppicker/content/appPicker.xul => toolkit/components/apppicker/content/appPicker.xhtml
rename : toolkit/components/extensions/dummy.xul => toolkit/components/extensions/dummy.xhtml
rename : toolkit/components/passwordmgr/content/passwordManager.xul => toolkit/components/passwordmgr/content/passwordManager.xhtml
rename : toolkit/components/printing/content/printPageSetup.xul => toolkit/components/printing/content/printPageSetup.xhtml
rename : toolkit/components/printing/content/printPreviewProgress.xul => toolkit/components/printing/content/printPreviewProgress.xhtml
rename : toolkit/components/printing/content/printProgress.xul => toolkit/components/printing/content/printProgress.xhtml
rename : toolkit/components/prompts/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xhtml
rename : toolkit/components/prompts/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xhtml
rename : toolkit/components/viewconfig/content/config.xul => toolkit/components/viewconfig/content/config.xhtml
rename : toolkit/content/editMenuKeys.inc.xul => toolkit/content/editMenuKeys.inc.xhtml
rename : toolkit/content/resetProfile.xul => toolkit/content/resetProfile.xhtml
rename : toolkit/content/resetProfileProgress.xul => toolkit/content/resetProfileProgress.xhtml
rename : toolkit/modules/win.xul => toolkit/modules/win.xhtml
rename : toolkit/profile/content/createProfileWizard.xul => toolkit/profile/content/createProfileWizard.xhtml
rename : toolkit/profile/content/profileDowngrade.xul => toolkit/profile/content/profileDowngrade.xhtml
rename : toolkit/profile/content/profileSelection.xul => toolkit/profile/content/profileSelection.xhtml
extra : moz-landing-system : lando
2019-12-11 17:02:20 +00:00
shindli
91924fedc7
Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE
...
Backed out changeset 45a1c42118f2 (bug 1596918)
Backed out changeset db09910ffa56 (bug 1596918)
Backed out changeset 5c9d9f141c10 (bug 1596918)
Backed out changeset 6a135670d603 (bug 1596918)
Backed out changeset 3a0184e0df72 (bug 1596918)
Backed out changeset 2f0036486823 (bug 1596918)
Backed out changeset a770c6d08d52 (bug 1596918)
Backed out changeset ef062eb7a6ee (bug 1596918)
Backed out changeset a6ea596e98db (bug 1596918)
2019-12-11 03:09:26 +02:00
Kris Maglione
cee320b5fb
Bug 1596918: Part 4g - Misc cleanup/fixes. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53748
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:41 +00:00
Kris Maglione
3ca78ce8e3
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:21 +00:00
Kris Maglione
16a9b29848
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:13 +00:00
Kirk Steuber
6c7eec60e6
Bug 1585482 - Necessary test fixes following the change to stop using xul:dialog as a root element. r=marionette-reviewers,ato,bgrins
...
Most of these fixes involve fixing test XUL to not use <dialog> as a top level element or replacing calls to document.documentElement that expect it to return the dialog, now that the dialog is not the top level element anymore.
Differential Revision: https://phabricator.services.mozilla.com/D53722
--HG--
extra : moz-landing-system : lando
2019-12-10 18:14:10 +00:00
Noemi Erli
82d41a33b2
Backed out 9 changesets (bug 1596918) for causing multiple browser-chrome failures
...
Backed out changeset 415007efd8c9 (bug 1596918)
Backed out changeset 011eb5ce927b (bug 1596918)
Backed out changeset e5fd3ee22ea1 (bug 1596918)
Backed out changeset 0bca4de31d40 (bug 1596918)
Backed out changeset 11ec4393f23d (bug 1596918)
Backed out changeset c5404a7c286d (bug 1596918)
Backed out changeset 7e9304405a46 (bug 1596918)
Backed out changeset fa0f0aeabf99 (bug 1596918)
Backed out changeset de196b077000 (bug 1596918)
2019-12-07 22:26:43 +02:00
Kris Maglione
fa3556c3fc
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:34 +00:00
Kris Maglione
910eab35d2
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-07 19:11:58 +00:00
Daniel Varga
84a601a6d4
Backed out 17 changesets (bug 1596918) for multiple browser-chrome and dev-tools failures. On a CLOSED TREE
...
Backed out changeset ab87d2c1afae (bug 1596918)
Backed out changeset 775f3b06a687 (bug 1596918)
Backed out changeset 67cc63ef5d7f (bug 1596918)
Backed out changeset 7d290bcd2067 (bug 1596918)
Backed out changeset 048db9f4db7c (bug 1596918)
Backed out changeset 96a79d2ba614 (bug 1596918)
Backed out changeset be770d112dd8 (bug 1596918)
Backed out changeset 302c8ab8391c (bug 1596918)
Backed out changeset 44ef8f20732e (bug 1596918)
Backed out changeset 38c11ebfb8ff (bug 1596918)
Backed out changeset b586fc081374 (bug 1596918)
Backed out changeset 12283166716f (bug 1596918)
Backed out changeset 99b0421015d8 (bug 1596918)
Backed out changeset 97ec49dbbbf3 (bug 1596918)
Backed out changeset ec79478f58f1 (bug 1596918)
Backed out changeset c6d356833bb8 (bug 1596918)
Backed out changeset 5ef6026806c8 (bug 1596918)
2019-12-07 03:12:07 +02:00
Kris Maglione
b5238224ba
Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato
...
Differential Revision: https://phabricator.services.mozilla.com/D53741
--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:22 +00:00
Kris Maglione
20da940e14
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:14 +00:00
Mark Banner
f6563c0c14
Bug 1600715 - Match the order of the extraParams for search engines to the existing lists. r=mikedeboer
...
We might as well do this for now to keep the tests passing when modern config is turned on. It doesn't actually matter what order these particular parameters are listed in.
Differential Revision: https://phabricator.services.mozilla.com/D55641
--HG--
extra : moz-landing-system : lando
2019-12-05 13:59:05 +00:00
Mark Banner
5a0b7478e3
Bug 1600715 - Change the searchUrlParams in the modern config to be an ordered array of objects. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D55640
--HG--
extra : moz-landing-system : lando
2019-12-05 13:57:28 +00:00
Mark Banner
48dc95c429
Bug 1599693 - Fix 'Search using <engine name>' tooltip on the search bar. r=ntim.
...
Differential Revision: https://phabricator.services.mozilla.com/D55665
--HG--
extra : moz-landing-system : lando
2019-12-03 15:40:45 +00:00
Mark Banner
1716090e0e
Bug 1598571 - Make MozParams be able to be updated dynamically, without needing a reinitialisation of the cache nor a reload. r=mikedeboer
...
This merges the previously two overlapping lists into one, with different classes to make obtaining the results easier.
As a side effect, preference based MozParams could now also be specified with a purpose.
Preference caching/observation to be added in the next changeset.
Differential Revision: https://phabricator.services.mozilla.com/D54898
--HG--
extra : moz-landing-system : lando
2019-11-29 09:00:35 +00:00
Mark Banner
724b8256c1
Bug 1600000 - Remove unused promiseTabLoadEvent from search's mochitest head.js. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D55077
--HG--
extra : moz-landing-system : lando
2019-11-28 11:30:57 +00:00
Dão Gottwald
3f1c58aa20
Bug 1597878 - Reset selectedButton when closing the panel. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D54694
--HG--
extra : moz-landing-system : lando
2019-11-27 15:51:34 +00:00
Mike de Boer
ffcf2404fd
Bug 1595076 - Fix tests to deal with the newly introduced timeout between loading a page and counting ads. r=Standard8
...
Depends on D52640
Differential Revision: https://phabricator.services.mozilla.com/D54484
--HG--
extra : moz-landing-system : lando
2019-11-25 13:52:07 +00:00
Mike de Boer
8f48d37dad
Bug 1595076 - Add ad-count and adclick counting for DuckDuckGo and Bing SERPs. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D52640
--HG--
extra : moz-landing-system : lando
2019-11-25 11:57:48 +00:00
Marco Bonardo
7a05ce8403
Bug 1597086
- Limit size of the search bar panel. r=Standard8
...
Wrapping one-off buttons into a container confuses layout that lets the richlist
box to grow unconditionally. This problem is already partially visible by
opening the searchbar continuously, sometimes strings are not properly overflowing
with ellipsis, they are just overflowing.
Setting a width on the panel limits its size properly, though this won't fix the
layout sometimes not properly cutting the richlistbox. It's likely there an
underlying bug in the widget or calculations when widgets are not visible.
This also correctly forces showing at least 3 one-off buttons per row, the
existing code is not sufficient for that because search-one-offs.js sets a
max-width that is smaller than 3 buttons.
Similarly, it corrects a calculation in the urlbar one-offs, where we should
show at least 4 buttons, but due to a not considered margin we only show 3.
Finally, this removes a few rules that are not necessary with the current design.
Differential Revision: https://phabricator.services.mozilla.com/D53968
--HG--
extra : moz-landing-system : lando
2019-11-25 13:48:04 +00:00
Brindusan Cristian
b8cb379a3b
Backed out changeset 019a5b19d624 (bug 1595076) for bc failures on browser_bug399606.js, wr failures on reftest-wait.html and mn failures on test_execute_script.py.
2019-11-23 19:08:04 +02:00
Mike de Boer
f7d5f84265
Bug 1595076 - Add ad-count and adclick counting for DuckDuckGo and Bing SERPs. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D52640
--HG--
extra : moz-landing-system : lando
2019-11-23 01:12:19 +00:00
bbassi
62a42cd7ca
Bug 1391239 - Make AltGr-Enter in the search bar open a new tab. r=adw
...
***
Fix Bug 1391239.
Differential Revision: https://phabricator.services.mozilla.com/D51504
--HG--
extra : moz-landing-system : lando
2019-11-23 00:57:07 +00:00
Cosmin Sabou
c5ffab81d9
Backed out changeset 4919d2efbdd6 (bug 1595076) for causing several reftest failures. CLOSED TREE
2019-11-23 02:25:17 +02:00
Mike de Boer
7adc7cdede
Bug 1595076 - Add ad-count and adclick counting for DuckDuckGo and Bing SERPs. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D52640
--HG--
extra : moz-landing-system : lando
2019-11-22 17:06:42 +00:00
Mark Banner
8f644aea91
Bug 1598270 - Add support for MozParams on Google search engine in the modern configuration, and update the schema. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D54114
--HG--
extra : moz-landing-system : lando
2019-11-21 21:54:14 +00:00
Mark Banner
d0a29268be
Bug 1597727 - Preference based MozParams should be able to have a localised preference name. r=mixedpuppy,mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D54112
--HG--
extra : moz-landing-system : lando
2019-11-21 21:54:06 +00:00
Boris Chiou
c6799c88ac
Bug 1584886 - Disable browser_oneOffContextMenu_setDefault.js because it is perma failed on win aarch64. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D52758
--HG--
extra : moz-landing-system : lando
2019-11-19 19:20:24 +00:00
Marco Bonardo
8135009d15
Bug 1594062 - searchbar part - When selecting a one-off button with the keyboard, update the searchbar header accordingly. r=Standard8
...
Show the selected one-off button engine in the searchbar header.
Differential Revision: https://phabricator.services.mozilla.com/D53784
--HG--
extra : moz-landing-system : lando
2019-11-19 15:53:44 +00:00
Mark Banner
a822e16866
Bug 1595471 - Correct ja-JP-macos references in engines.json for the modern configuration. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D52539
--HG--
extra : moz-landing-system : lando
2019-11-11 16:08:38 +00:00
Mark Banner
221d59c5e1
Bug 1595471 - Fix issues with search/suggest url parameters being not specified correctly in the schema, and missing a 'params' wrapper in the config. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D52537
--HG--
extra : moz-landing-system : lando
2019-11-11 16:51:21 +00:00
Mike de Boer
68183d40a1
Bug 1595123 - Revert change to observe HTTP activity of type ACTIVITY_SUBTYPE_RESPONSE_COMPLETE, which causes same-page ad clicks to not be counted. r=Standard8
...
This was regressed by bug 1591880.
Differential Revision: https://phabricator.services.mozilla.com/D52375
--HG--
extra : moz-landing-system : lando
2019-11-11 18:14:53 +00:00