Commit graph

1439 commits

Author SHA1 Message Date
Andrei Oprea
be7e494d0c Bug 1731794 - Add search feature with experiment variable r=k88hudson,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D126249
2021-09-29 15:12:12 +00:00
Niklas Baumgardner
0b00664094 Bug 1730953 - Migrate strings from browser.dtd to Fluent and remove file. r=emalysz,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D126372
2021-09-28 21:19:29 +00:00
Butkovits Atila
0e8d11bd43 Backed out changeset fd0e94547636 (bug 1731794) for causing failures in test_Services.js. 2021-09-28 22:12:42 +03:00
Andrei Oprea
36d68fbc5b Bug 1731794 - Add search feature with experiment variable r=k88hudson,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D126249
2021-09-28 15:19:54 +00:00
criss
fd452e339e Backed out changeset 828a968d0d1d (bug 1730953) for causing browser-chrome failures. CLOSED TREE 2021-09-27 21:00:19 +03:00
Niklas Baumgardner
37ce398627 Bug 1730953 - Migrate strings from browser.dtd to Fluent and remove file. r=emalysz,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D126372
2021-09-27 16:49:45 +00:00
Antonin LOUBIERE
9e2239eb75 Bug 350079 - Esc in search box now selects all and reverts. r=mak
Fix bug, now escape in the search box (if the popup is disimissed) will select all the content and will revert to the last search.

Differential Revision: https://phabricator.services.mozilla.com/D120137
2021-09-26 09:10:02 +00:00
Daisuke Akatsuka
11d6d332e2 Bug 1731538: Replace ddg favicon with a clearer one. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D126299
2021-09-23 22:40:23 +00:00
Harry Twyford
9c8d1629d2 Bug 1727319 - Assign set of colors from bug 1727317 to the existing new tab CSS variables. r=Mardak
While this is mainly a refactoring patch, a few visible effects are expected:
- Proton Primary teal is now used correctly in dark mode. I confirmed with UX that we want this.
- Various minor elements now may use slightly different colors than before. Things like hover states and borders are now functions of the main colors on the page rather than their own hardcoded colors. While one might be able to spot differences in a side-by-side comparison, the general idea is to capture the same "feeling".

Differential Revision: https://phabricator.services.mozilla.com/D125607
2021-09-16 21:50:29 +00:00
Daisuke Akatsuka
cf4607c809 Bug 1730070: Update DDG logo. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D125145
2021-09-15 22:54:55 +00:00
Geoff Brown
019c21f335 Bug 1730213 - Explicitly skip tests under browser/ on android; r=ahal
These tests are excluded from android test runs in moz.build. Including
an explicit annotation in each manifest avoids scheduling confusion.
browser-chrome and plain-chrome tests in browser/ are of no concern,
since those test types are never scheduled on android.

Differential Revision: https://phabricator.services.mozilla.com/D125266
2021-09-13 15:22:27 +00:00
Emilio Cobos Álvarez
8b10d3a89d Bug 1693222 - Implement SelectedItem and SelectedItemText system colors. r=mstange
Since Highlight / HighlightText are now equivalent to the text selection
ones, remove those too.

Differential Revision: https://phabricator.services.mozilla.com/D123964
2021-09-02 11:38:01 +00:00
Narcis Beleuzu
92fc260af2 Backed out changeset 28a0487d0291 (bug 1693222) for reftest failure on themed-widget.html. CLOSED TREE 2021-09-02 02:26:12 +03:00
Emilio Cobos Álvarez
c3eb845bbf Bug 1693222 - Implement SelectedItem and SelectedItemText system colors. r=mstange
Since Highlight / HighlightText are now equivalent to the text selection
ones, remove those too.

Differential Revision: https://phabricator.services.mozilla.com/D123964
2021-09-01 18:21:57 +00:00
Daisuke Akatsuka
07a272d183 Bug 1722507: Get rid of extra spacer. r=desktop-theme-reviewers,harry
Depends on D122300

Differential Revision: https://phabricator.services.mozilla.com/D122301
2021-08-11 23:10:29 +00:00
Harry Twyford
b11b819e89 Bug 1722395 - Fix placeholder string in handoff input in permanent private browsing mode. r=Standard8
about:newtab doesn't load aboutPrivateBrowsing.ftl and conversely about:privatebrowsing doesn't load newtab.ftl. Since permanent private browsing mode uses about:newtab as its new tab, we need to make sure we load our strings from newtab.ftl in that case.

Differential Revision: https://phabricator.services.mozilla.com/D121646
2021-08-04 19:20:12 +00:00
Sandor Molnar
0d4f28a8ba Backed out changeset bee56878871a (bug 1722395) for causing bc failures in browser_ContentSearch. CLOSED TREE 2021-08-04 21:46:18 +03:00
Harry Twyford
f9ae7ed204 Bug 1722395 - Fix placeholder string in handoff input in permanent private browsing mode. r=Standard8
about:newtab doesn't load aboutPrivateBrowsing.ftl and conversely about:privatebrowsing doesn't load newtab.ftl. Since permanent private browsing mode uses about:newtab as its new tab, we need to make sure we load our strings from newtab.ftl in that case.

Differential Revision: https://phabricator.services.mozilla.com/D121646
2021-08-04 17:23:07 +00:00
Christoph Kerschbaumer
4a6250387f Bug 1719272: Annotate failing browser/ tests to potentially enable https-first mode in Nightly r=webcompat-reviewers,denschub,webdriver-reviewers,preferences-reviewers,Gijs,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D119177
2021-07-28 19:16:16 +00:00
Sandor Molnar
68cdec0548 Backed out changeset 7eb8945dd8e3 (bug 1719272) for causing bustages in gecko decision task. CLOSED TREE 2021-07-28 19:47:06 +03:00
Christoph Kerschbaumer
bb716f0701 Bug 1719272: Annotate failing browser/ tests to potentially enable https-first mode in Nightly r=webcompat-reviewers,denschub,webdriver-reviewers,preferences-reviewers,Gijs,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D119177
2021-07-28 16:08:07 +00:00
Hector Zhao
80d97248e5 Bug 1722467 - Update amazondotcn search url & params for MozillaOnline. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D120944
2021-07-28 10:53:13 +00:00
Harry Twyford
1a37803fd6 Bug 1713827 - Hand off to search mode if searching is disabled in the Urlbar. r=amy,Standard8,flod
This patch also addresses bug 1645293. It essentially reverts parts 1 and 3 of bug 1616700 for users with searching disabled. Since we had to introduce branching behaviour, there are some new constructs like a shouldHandOffToSearchMode multi-pref in UrlbarPrefs.

Differential Revision: https://phabricator.services.mozilla.com/D118606
2021-07-22 15:46:30 +00:00
Cosmin Sabou
6b427ca596 Backed out changeset 5a673b05aea0 (bug 1713827) for bc failures on browser_contentSearchUI_default.js. CLOSED TREE 2021-07-21 01:06:27 +03:00
Harry Twyford
cd2b8c89b0 Bug 1713827 - Hand off to search mode if searching is disabled in the Urlbar. r=amy,Standard8,flod
This patch also addresses bug 1645293. It essentially reverts parts 1 and 3 of bug 1616700 for users with searching disabled. Since we had to introduce branching behaviour, there are some new constructs like a shouldHandOffToSearchMode multi-pref in UrlbarPrefs.

Differential Revision: https://phabricator.services.mozilla.com/D118606
2021-07-20 21:25:10 +00:00
Emilio Cobos Álvarez
de54c4e1fc Bug 1718755 - Fix the SpecialPowers pref code to deal with ui / font prefs correctly after the previous change. r=kmag
This allows us to remove the timeout (which was there for these prefs)
and makes the code a bit more explicit.

Unconditionally making all tests wait for rAF causes some timing changes
which cause some tests to time out / fail, see:

  https://treeherder.mozilla.org/jobs?repo=try&revision=3aef4c168c6ab7d762dd360f49d4f56dff686c03

So this only does it when changing the prefs that care about it. Fix
some tests that were relying on the timeout to get this green.

Differential Revision: https://phabricator.services.mozilla.com/D119040
2021-07-20 14:10:58 +00:00
Daisuke Akatsuka
fa28658d94 Bug 1714242: Rename settingsButtonCompact with settingsButton. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D119581
2021-07-19 20:41:43 +00:00
Butkovits Atila
433d514141 Backed out 4 changesets (bug 1718755) for causing Reftest failures. CLOSED TREE
Backed out changeset f2cc4fb3caa8 (bug 1718755)
Backed out changeset babc4fdcd08c (bug 1718755)
Backed out changeset 4566477a7075 (bug 1718755)
Backed out changeset 3cc5fcf9aeb6 (bug 1718755)
2021-07-14 18:36:32 +03:00
Emilio Cobos Álvarez
0d448eff03 Bug 1718755 - Fix the SpecialPowers pref code to deal with ui / font prefs correctly after the previous change. r=kmag
This allows us to remove the timeout (which was there for these prefs)
and makes the code a bit more explicit.

Unconditionally making all tests wait for rAF causes some timing changes
which cause some tests to time out / fail, see:

  https://treeherder.mozilla.org/jobs?repo=try&revision=3aef4c168c6ab7d762dd360f49d4f56dff686c03

So this only does it when changing the prefs that care about it. Fix
some tests that were relying on the timeout to get this green.

Differential Revision: https://phabricator.services.mozilla.com/D119040
2021-07-14 11:29:25 +00:00
Iulian Moraru
8f714d1514 Backed out changeset 3e9e40d668c1 (bug 1714242) for causing bc failures on browser_urlbar_event_telemetry_noEvent.js. CLOSED TREE 2021-07-14 04:10:35 +03:00
Daisuke Akatsuka
430d97d8d4 Bug 1714242: Rename settingsButtonCompact with settingsButton. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D119581
2021-07-13 22:35:14 +00:00
Neil Deakin
41d2442de6 Bug 1717680, use popup.triggerNode instead of document.popupNode in browser menu commands, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D118522
2021-07-09 11:51:14 +00:00
Sandor Molnar
320d01b1d8 Backed out 2 changesets (bug 1718755) for causing build bustages. CLOSED TREE DONTBUILD
Backed out changeset eae7bcfd58c9 (bug 1718755)
Backed out changeset 6ad9e60bc38e (bug 1718755)
2021-07-08 12:55:09 +03:00
Emilio Cobos Álvarez
2cdef2f45e Bug 1718755 - Fix the SpecialPowers pref code to deal with ui / font prefs correctly after the previous change. r=kmag
This allows us to remove the timeout (which was there for these prefs)
and makes the code a bit more explicit.

Unconditionally making all tests wait for rAF causes some timing changes
which cause some tests to time out / fail, see:

  https://treeherder.mozilla.org/jobs?repo=try&revision=3aef4c168c6ab7d762dd360f49d4f56dff686c03

So this only does it when changing the prefs that care about it. Fix
some tests that were relying on the timeout to get this green.

Differential Revision: https://phabricator.services.mozilla.com/D119040
2021-07-08 09:23:36 +00:00
Daisuke Akatsuka
fde6550e6b Bug 1677606: Run browser_searchbar_focus_timing.js to avoid potential conflicts with other tests. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D119043
2021-07-05 22:52:22 +00:00
Daisuke Akatsuka
e58b0a854b Bug 1677606: Stop using a new tab. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D118778
2021-06-25 13:01:59 +00:00
Kagami Sascha Rosylight
66ab2e605c Bug 1717552 - Remove dom.select_events.enabled r=masayuki,smaug
Differential Revision: https://phabricator.services.mozilla.com/D118639
2021-06-24 12:30:35 +00:00
Daisuke Akatsuka
9f476d7803 Bug 1677606: Wait for pagehide event instead of beforeunload. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D118453
2021-06-22 21:47:16 +00:00
Emilio Cobos Álvarez
b71251fbb3 Bug 1716617 - Ignore shadow tree in search autocomplete attr inheritance. r=Standard8
After bug 1708735, this popup has a shadow root with a slot for its
contents, but this popup wants attr inheritance to work on the light
tree, which used to work due to the fallback here to `this`:

  https://searchfox.org/mozilla-central/rev/294f10eff7398d6b05beac6aa256d86ac3cb7113/toolkit/content/customElements.js#431

So override getElementForAttrInheritance to ignore the shadow tree in
order to preserve the behavior.

Differential Revision: https://phabricator.services.mozilla.com/D117982
2021-06-16 14:06:29 +00:00
Dão Gottwald
bf9d68cfb7 Bug 1716731 - Update Yandex favicons and tippytop icons. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D117988
2021-06-16 11:32:48 +00:00
Mark Banner
40f6a4b111 Bug 1705374 - Update expected url in browser_searchEngine_behaviors.js. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D117660
2021-06-14 15:10:59 +00:00
Mark Banner
7e49795b30 Bug 1693821 - Update tracking regexps for search ad telemetry. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D109636
2021-06-14 13:05:02 +00:00
Mark Banner
95cf72b645 Bug 1713899 - Re-enable search browser mochitests for fission. r=cpeterson
Differential Revision: https://phabricator.services.mozilla.com/D116977
2021-06-08 08:03:04 +00:00
Daisuke Akatsuka
246c24b045 Bug 1709405: Get rid of compact mode from search-one-offs. r=harry,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D115772
2021-06-03 01:48:26 +00:00
Daisuke Akatsuka
1b9300b706 Bug 1709405: Make settings button compact. r=desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D116069
2021-06-03 01:48:26 +00:00
Daisuke Akatsuka
4b320dd020 Bug 1709405: Make icons area wider. r=desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D116068
2021-06-03 01:48:26 +00:00
Daisuke Akatsuka
1e76758a7a Bug 1709405: Make add engines compact. r=harry,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D116057
2021-06-03 01:48:25 +00:00
Andrew Halberstadt
f84d5f3016 Bug 1694824 - [ci] Annotate browser-chrome manifests for new fission failures, r=jmaher,extension-reviewers,preferences-reviewers,zombie
Differential Revision: https://phabricator.services.mozilla.com/D116276
2021-06-02 19:22:25 +00:00
Mark Banner
f8a90a0d94 Bug 1713290 - Update a couple of eBay urls to include www to avoid unnecessary redirects. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D116218
2021-06-01 14:24:35 +00:00
Emilio Cobos Alvarez
f80600c6d2 Bug 1708735 - Make the arrowpanel code more generic. r=dao,zombie
Share the concept of a panel content with all other menupopups / panels.

This avoids importing global.css in the shadow tree, and renames the
arrowcontent part to just "content", since we want to introduce a
"content" part for other panels.

This shouldn't change behavior but makes bug 1708136 a matter of
tweaking a couple CSS rules and fixing up test failures.

Differential Revision: https://phabricator.services.mozilla.com/D113990
2021-05-30 12:31:49 +00:00