Commit graph

29651 commits

Author SHA1 Message Date
Silke Hofmann
4650ab077c Bug 1481470 - Stop using xlink:href in SVG in browser/. r=nhnt11,desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D117204
2021-06-13 19:01:19 +00:00
Ed Lee
9930a18c9b Bug 1633883 - TelemetryTestUtils.assertScalar assumes Number (so behaves odd for boolean, strings) r=chutten
Split assertScalar to assertScalarUnset to allow the former to plain check the value including strings, false and 0.

Differential Revision: https://phabricator.services.mozilla.com/D117457
2021-06-11 21:06:26 +00:00
Anny Gakhokidze
ae1a9ec1c3 Bug 1709136 - Part 2: Update SessionHistoryEntry in ReplaceLoadingSessionHistoryEntryForLoad, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D117238
2021-06-11 20:12:10 +00:00
Anny Gakhokidze
d5f98a7382 Bug 1709136 - Part 1: Remove the explicit remoteness switch that happens during the restore process, r=nika,kashav
Differential Revision: https://phabricator.services.mozilla.com/D116209
2021-06-11 20:12:10 +00:00
Mark Banner
b15e207006 Bug 1714384 - Disable more browser places mochitests on Linux tsan due to high frequency intermittent failures. r=mak DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D117450
2021-06-11 18:45:25 +00:00
Michelle Goossens
e4e6b27045 Bug 1714349 - Remove browser.proton.modals.enabled pref r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D116903
2021-06-11 18:14:26 +00:00
Gavin Lazar Suntop
6862151ddf Bug 1713187 - adding unique button ids r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D117445
2021-06-11 17:32:40 +00:00
Ed Lee
442a2844ac Bug 1715348 - Add telemetry environment boolean scalar for kept in macOS Dock r=pdahiya
Add BrowserGlue task and telemetry Scalar matching is_taskbar_pinned but for macOS as is_kept_in_dock.

Differential Revision: https://phabricator.services.mozilla.com/D117346
2021-06-10 20:58:08 +00:00
Mark Banner
0948a5fbc8 Bug 1713325 - Exclude time when the user is idle from the page view time for history metadata. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D116275
2021-06-10 17:50:13 +00:00
Harry Twyford
b1c5a5b1f8 Bug 1715484 - Stop syncing browser.urlbar.resultBuckets and rename the pref. r=adw
I renamed the pref to resultGroups. This is similar enough that we don't have to change a lot of code. Functions and comments that refer to resultBuckets now clearly refer to resultGroups. As Marco pointed out in the bug, the renaming is necessary to avoid conflicts with old versions.

Differential Revision: https://phabricator.services.mozilla.com/D117354
2021-06-10 16:28:35 +00:00
Kashav Madan
4c2bc4a280 Bug 1715264 - Fix browser_async_remove_tab.js for SHIP, r=farre
Relies on frame script message ordering.

Differential Revision: https://phabricator.services.mozilla.com/D117233
2021-06-10 14:31:00 +00:00
Kashav Madan
506f273571 Bug 1715264 - Fix browser_async_flushes.js for SHIP, r=farre
Relies on frame script message ordering.

Differential Revision: https://phabricator.services.mozilla.com/D117232
2021-06-10 14:31:00 +00:00
Kashav Madan
9412b5ad01 Bug 1715264 - Remove annotations for browser_sessionHistory.js, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D117231
2021-06-10 14:30:59 +00:00
Kashav Madan
534f0f8a49 Bug 1715264 - Cleanup how Session Store collects SessionHistory, r=farre
This does a few things:

1. Removes the `aImmediately` flag from the RequestSHistoryUpdate path, and
   moves that responsibility to SessionStore
1. Simplifies how and when SessionStore calls SessionHistory.collectFromParent()
1. Attempts to clean-up SessionStore's SHistoryListener (again)

Differential Revision: https://phabricator.services.mozilla.com/D117230
2021-06-10 14:30:59 +00:00
Alexandru Michis
4a0c903748 Backed out changeset b303116fee07 (bug 1713325) for causing bc leaks in XPCNativeInterface. 2021-06-10 17:27:01 +03:00
Mark Banner
e0b9b263bd Bug 1713325 - Exclude time when the user is idle from the page view time for history metadata. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D116275
2021-06-10 06:57:51 +00:00
Daisuke Akatsuka
ddb9da34fc Bug 1708263: Avoid flickering focus ring when focusing urlbar by clicking on edge of urlbar. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D116682
2021-06-10 04:42:36 +00:00
cerkiewny
6751962b24 Bug 1688896 - alphabetically reorder switch statements in aboutLogins r=tgiles
Differential Revision: https://phabricator.services.mozilla.com/D117356
2021-06-09 21:12:16 +00:00
Csoregi Natalia
f0d30bfbed Backed out changeset f7a108e738ee (bug 1712215) for failures on browser_parsable_css.js. CLOSED TREE 2021-06-09 23:27:29 +03:00
Mike Conley
e6a176c5d3 Bug 1682022 - Clone the Extensions for Developers string for sentence-casing when in the AppMenu / panels. r=mtigley,fluent-reviewers,flod
Depends on D117067

Differential Revision: https://phabricator.services.mozilla.com/D117070
2021-06-09 18:01:24 +00:00
amy churchwell
756c06f333 Bug 1712215, 1712221 - Update drop shadows. r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D116048
2021-06-09 16:59:46 +00:00
Mark Banner
14f488ec99 Bug 1714144 - Correct handling of PageHide notifications in Interactions to account for a browser already being closed. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D116997
2021-06-09 16:07:09 +00:00
Butkovits Atila
b140242f9d Backed out 3 changesets (bug 1682022) for causing failures on browser_sync.js. CLOSED TREE
Backed out changeset 9ec189804055 (bug 1682022)
Backed out changeset 3a93fa0ba8ce (bug 1682022)
Backed out changeset 2fca4f56df6f (bug 1682022)
2021-06-09 19:54:44 +03:00
Mike Conley
0dd92e0162 Bug 1682022 - Clone the Extensions for Developers string for sentence-casing when in the AppMenu / panels. r=mtigley,fluent-reviewers,flod
Depends on D117067

Differential Revision: https://phabricator.services.mozilla.com/D117070
2021-06-09 13:37:13 +00:00
Dorel Luca
816a6098d2 Backed out 3 changesets (bug 1714349) for Browser-chrome failures in browser/components/places/tests/browser/browser_addBookmarkForFrame.js. CLOSED TREE
Backed out changeset 598f8e7d73ef (bug 1714349)
Backed out changeset cc7365aacdbb (bug 1714349)
Backed out changeset f0f942a93495 (bug 1714349)
2021-06-09 04:48:41 +03:00
Michelle Goossens
2548bdf8e1 Bug 1714349 - Remove browser.proton.modals.enabled pref r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D116903
2021-06-08 22:16:33 +00:00
Andrew Halberstadt
335c6e91a5 Bug 1713895 - Remove fission skip-if annotations from browser/components/extensions/test/browser/browser.ini, r=intermittent-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D117076
2021-06-08 18:25:17 +00:00
Mike Conley
529c78906f Bug 1715129 - Collect telemetry on how many clients have Proton enabled. r=chutten data-review=chutten
Differential Revision: https://phabricator.services.mozilla.com/D117093
2021-06-08 16:09:22 +00:00
Andrei Oprea
8492bda6c5 Bug 1711473 - Intermittent browser/components/privatebrowsing/test/browser/browser_privatebrowsing_about_nimbus.js r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D116485
2021-06-08 15:10:44 +00:00
Andreas Farre
dbee36b3e8 Bug 1710004 - Part 3: Restore session storage from the parent process. r=kashav,asuth
Depends on D116007

Differential Revision: https://phabricator.services.mozilla.com/D116213
2021-06-08 13:42:33 +00:00
Andreas Farre
6481b507ac Bug 1710004 - Part 1: Remove dataset concept from Session Storage. r=asuth
Session Storage used to share implementation with Local Storage, where
a distinction of a default data set from a session data set made
sense. In Session Storage all data is actually scoped by the
session. Since Bug 1322316 Session Storage no longer share
implementation with Local Storage, which makes it safe to collapse the
datasets in Session Storage to one dataset, which makes life easier,
especially for Session (Re-)Store.

Differential Revision: https://phabricator.services.mozilla.com/D116609
2021-06-08 13:42:33 +00:00
Christoph Kerschbaumer
0d334f9412 Bug 1714947: Update missed PBM tests to work with https-first-mode enabled r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D116979
2021-06-08 12:48:32 +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
Michelle Goossens
1895a736f3 Bug 1714352 - Remove browser.proton.doorhangers.enabled pref r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D117091
2021-06-08 00:41:43 +00:00
Michelle Goossens
ebf7203b8e Bug 1714351 - Remove and reconcile -moz-proton-doorhangers media queries r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D116910
2021-06-07 20:34:33 +00:00
Butkovits Atila
095438713c Bug 1713975 - disable browser_sessionHistory.js on Linux_opt for frequent failures. r=intermittent-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D116944
2021-06-07 20:00:20 +00:00
Emily McMinn
71086bee3d Bug 1712797 - Fix progress indicator fill for HCM r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D116778
2021-06-07 19:44:25 +00:00
surajeet310
ea853da3f4 Bug 1714788 - Fixed more Sphinx warnings in 'mach doc' ,r=sylvestre,webdriver-reviewers DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D116939
2021-06-07 19:28:40 +00:00
Luca Greco
7ccbc9270c Bug 1707644 - Allow in browser_ext_devtools_inspectedWindow_reload rejections triggered by devtools requests sent on a closing RDP connection. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D116999
2021-06-07 16:43:55 +00:00
Andrew Halberstadt
6de5f47867 Bug 1714225 - Expand skip annotation in 'browser_async_remove_tab.js' for MacOS fission perma-fail, r=intermittent-reviewers,bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D117019
2021-06-07 15:16:58 +00:00
Emilio Cobos Álvarez
488d88625c Bug 1713787 - Fix whitespace handling inside CSS variables. r=xidorn
As per w3c/csswg-drafts#881 and w3c/csswg-drafts#774.

Differential Revision: https://phabricator.services.mozilla.com/D116459
2021-06-07 10:16:39 +00:00
Brindusan Cristian
acba349677 Backed out changeset 03a717a6815e (bug 1714351) for causing bc failures in browser_all_files_referenced.js. CLOSED TREE 2021-06-05 03:18:11 +03:00
Michelle Goossens
25ebda4edf Bug 1714351 - Remove and reconcile -moz-proton-doorhangers media queries r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D116910
2021-06-04 22:39:50 +00:00
Scott
38ea934bb8 Bug 1691762 - Save to Pocket button panels to fluent r=gvn,flod,fluent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D113133
2021-06-04 22:00:53 +00:00
Sandor Molnar
400261d2f8 Backed out 3 changesets (bug 1714409) for causing mochitest failures in nsSocketTransport2. CLOSED TREE
Backed out changeset bdcd60d48cfb (bug 1714409)
Backed out changeset 76875cdd99a5 (bug 1714409)
Backed out changeset d1fda5f59aff (bug 1714409)
2021-06-05 01:03:10 +03:00
Chris Peterson
cd4126a259 Bug 1713898 - Remove unnecessary skip-if = fission from browser_experimental_features_filter.js test. r=ahal,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D116889
2021-06-04 21:06:03 +00:00
Harry Twyford
960c88e850 Bug 1714409 - Part 3 - Port test_search_engine_alias. r=adw
I removed the part of the test that checks for a history result. That was there to test _filterOnHost, which was removed. See Part 2.

Differential Revision: https://phabricator.services.mozilla.com/D116764
2021-06-04 20:59:27 +00:00
Harry Twyford
dc764f1504 Bug 1714409 - Part 2 - Remove _matchSearchEngineAlias from UnifiedComplete. r=adw
I didn't port _filterOnHost, which searches for history from an engine's domain when its alias is typed. It is no longer relevant: a heuristic alias search result puts the user in search mode.

Differential Revision: https://phabricator.services.mozilla.com/D116763
2021-06-04 20:59:27 +00:00
Harry Twyford
9cda07d4e1 Bug 1714409 - Part 1 - Split UrlbarProviderAliasEngines from UnifiedComplete. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D116762
2021-06-04 20:59:26 +00:00
Sandor Molnar
2207fdd99a Backed out changeset 6591aff2047f (bug 1691762) for causing mochitest failures in browser_pocket_AboutPocketParent. CLOSED TREE 2021-06-04 21:02:59 +03:00