Граф коммитов

8624 Коммитов

Автор SHA1 Сообщение Дата
Alastor Wu 0936fc7520 Bug 1577890 - part6 : remove browser's methods which were used for android media control. r=baku
These methods were used for media control and audio focus on Fennec, and we don't need them anymore.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 06:15:33 +00:00
Alastor Wu 0e6a3fee29 Bug 1577890 - part5 : remove tests for checking suspend states. r=baku
These tests are used to test `SUSPENDED_PAUSE`, which is used for the old audio focus mechanism on Fennec, and `SUSPENDED_PAUSE_DISPOSABLE`, which is used for the media control on Fennec.

As we don't use them anymore, we can remove these tests.

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

--HG--
extra : moz-landing-system : lando
2020-03-05 06:12:55 +00:00
Masayuki Nakano dace885161 Bug 1449831 - part 4: Add automated tests for `InputEvent.getTargetRanges()` r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D64731

--HG--
extra : moz-landing-system : lando
2020-03-03 03:41:16 +00:00
Mike Conley 29259a3dbc Bug 1617120 - Reduce minimum for Picture-in-Picture video dimensions from 160 to 140 pixels. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D64957

--HG--
extra : moz-landing-system : lando
2020-03-02 20:31:54 +00:00
Brian Grinstead dd8403bd86 Bug 1615854 - Listen to keypress events on the document instead of the dialog element to fix keyboard handling for dialogs in osx r=dao
The keypress events aren't firing on the dialog in OSX, so closing the dialog via a keyboard
shortcurt isn't currently working.

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

--HG--
extra : moz-landing-system : lando
2020-02-28 21:41:40 +00:00
Emilio Cobos Álvarez f8f69f8ceb Bug 1618903 - Stack grid item rule shouldn't apply to anonymous children. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D64786

--HG--
extra : moz-landing-system : lando
2020-02-28 18:33:56 +00:00
Jason Adler 8c765e09a1 Bug 1609821 - Make about:about an HTML file r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D64604

--HG--
rename : toolkit/content/aboutAbout.xhtml => toolkit/content/aboutAbout.html
extra : moz-landing-system : lando
2020-02-28 17:40:09 +00:00
jason 07da030129 Bug 1476639: Remove scrollToIndex Function on richlistbox r=bgrins
Bug 1476639: Remove scrollToIndex

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

--HG--
extra : moz-landing-system : lando
2020-02-27 17:01:16 +00:00
Kris Maglione f3354d4788 Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D63699

--HG--
extra : moz-landing-system : lando
2020-02-25 22:33:53 +00:00
Arthur Iakab 73b6d9dca6 Backed out changeset 5616425b54da (bug 1617254)for casuing multiple browser-chrome failures.
CLOSED TREE
2020-02-26 00:09:34 +02:00
Kris Maglione c65ef42473 Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D63699

--HG--
extra : moz-landing-system : lando
2020-02-25 21:03:58 +00:00
Noemi Erli 6b488deed0 Backed out changeset 034e2e79ecfa (bug 1617254) for causing build bustages CLOSED TREE 2020-02-25 21:59:14 +02:00
Kris Maglione e4c4115afb Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D63699

--HG--
extra : moz-landing-system : lando
2020-02-25 19:39:25 +00:00
Zibi Braniecki 1e5ae10955 Bug 1614767 - Use AppLocale to set document direction for chrome, about and resource protcols. r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D62528

--HG--
extra : moz-landing-system : lando
2020-02-20 18:43:53 +00:00
Neil Deakin 3a51183ffc Bug 1598305, replace frame script in test browser_findbar.js with SpecialPowers.spawn, r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D61912

--HG--
extra : moz-landing-system : lando
2020-02-19 22:28:36 +00:00
Neil Deakin a24f9fbb37 Bug 1598305, replace frame script in browser_autoplay_policy* tests with SpecialPowers.spawn, r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D61905

--HG--
extra : moz-landing-system : lando
2020-02-19 22:28:35 +00:00
Neil Deakin 24705cb816 Bug 1598305, replace frame script in test browser_webAudio_silentData.js with SpecialPowers.spawn, r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D61904

--HG--
extra : moz-landing-system : lando
2020-02-19 22:28:35 +00:00
Neil Deakin 2fa963fcce Bug 1598305, replace frame script in test browser_webAudio_hideSoundPlayingIcon.js with SpecialPowers.spawn, r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D61903

--HG--
extra : moz-landing-system : lando
2020-02-19 22:28:34 +00:00
Neil Deakin d908d13365 Bug 1598305, replace frame script in test browser_bug982298.js with SpecialPowers.spawn, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D61902

--HG--
extra : moz-landing-system : lando
2020-02-19 22:28:34 +00:00
egao a3a95d7b94 Bug 1613983 - adjust test manifests for linux64 browser-chrome tests on ubuntu 1804, r=jmaher.
Depends on D63435

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

--HG--
extra : moz-landing-system : lando
2020-02-20 13:50:30 +00:00
Brendan Dahl b7f5c4a0d2 Bug 1531455 - Don't load extra custom elements in GeckoView. r=bgrins
GeckoView only needs the browser element, skip loading the rest.

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

--HG--
extra : moz-landing-system : lando
2020-02-19 20:13:42 +00:00
Henri Sivonen ac7d3f7b2a Bug 1556627 - Make nsFocusManager::SetFocus work in Fission. r=NeilDeakin,farre,masayuki
Differential Revision: https://phabricator.services.mozilla.com/D55651

--HG--
extra : moz-landing-system : lando
2020-02-18 13:30:04 +00:00
Gijs Kruitbosch ce1a86b0e0 Bug 1610899 - avoid text track list being cut off, r=jaws
The text track list should not exceed the size of the video controls. Because it is positioned
absolutely, and because the height of the video is not known in the CSS, the only way to
ensure the list's height does not exceed the video's height is to set a 'top' value as well as
a 'bottom' one.

Unfortunately, that then means that if the list is quite small and the video quite tall, the
popup becomes way too large.

To avoid this, I've added another level of nesting, and used flexbox to align the actual list
to the bottom of the container for the list.

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

--HG--
extra : moz-landing-system : lando
2020-02-15 00:11:02 +00:00
Dorel Luca 5ad62a55ac Backed out changeset f1c4e39dce89 (bug 1610899) for Mochitest failures on toolkit/content/tests/widgets/test_videocontrols_vtt.html. CLOSED TREE 2020-02-14 21:00:00 +02:00
Gijs Kruitbosch e692643fd6 Bug 1610899 - avoid text track list being cut off, r=jaws
The text track list should not exceed the size of the video controls. Because it is positioned
absolutely, and because the height of the video is not known in the CSS, the only way to
ensure the list's height does not exceed the video's height is to set a 'top' value as well as
a 'bottom' one.

Unfortunately, that then means that if the list is quite small and the video quite tall, the
popup becomes way too large.

To avoid this, I've added another level of nesting, and used flexbox to align the actual list
to the bottom of the container for the list.

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

--HG--
extra : moz-landing-system : lando
2020-02-14 17:21:24 +00:00
Tim Nguyen 7f3964e840 Bug 1610597 - Use legacy-stack for notification boxes. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D60600

--HG--
extra : moz-landing-system : lando
2020-02-14 16:32:55 +00:00
Tim Nguyen a2e4d99a50 Bug 1610597 - Re-introduce display: -moz-stack; as <legacy-stack>. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D62758

--HG--
extra : moz-landing-system : lando
2020-02-14 16:32:38 +00:00
Neil Deakin e1685e02b7 Bug 1606392, pass along and update the match case, diacriticals and whole word state to the child for each find attempt, r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D60010

--HG--
extra : moz-landing-system : lando
2020-02-12 12:09:01 +00:00
Chris H-C 59d8224746 Bug 1613072 - Only show Late Writes if there are late writes r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D62109

--HG--
extra : moz-landing-system : lando
2020-02-10 16:35:20 +00:00
Andrew Osmond 215f13488a Bug 1602819 - Expose desktop environment (e.g. GNOME, KDE) on Linux. r=jrmuizel,fluent-reviewers
This patch also exposes the desktop environment and window protocol on
the gfx blocklist, allowing us more control over feature deployment.
This will help with the slow rollout of WebRender to release channels.

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

--HG--
extra : moz-landing-system : lando
2020-02-10 14:21:30 +00:00
Razvan Maries 23b0b10a14 Backed out changeset 8ddc0a160da1 (bug 1602819) for Mochitest perma failures on Linux. CLOSED TREE 2020-02-10 14:52:27 +02:00
Andrew Osmond b2a444ebe9 Bug 1602819 - Expose desktop environment (e.g. GNOME, KDE) on Linux. r=jrmuizel,fluent-reviewers
This patch also exposes the desktop environment and window protocol on
the gfx blocklist, allowing us more control over feature deployment.
This will help with the slow rollout of WebRender to release channels.

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

--HG--
extra : moz-landing-system : lando
2020-02-07 18:57:51 +00:00
Kris Maglione 06a73300ce Bug 1603485: Fix opening XUL links when no browser window is open. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D61879

--HG--
extra : moz-landing-system : lando
2020-02-07 22:25:28 +00:00
Gijs Kruitbosch 9632554164 Bug 1606300 - escape filenames in tab titles, save as... dialog and as used by webbrowserpersist, r=valentin
The getDefaultFileName helper function does its own filename parsing using header info
it has previously 'manually' retrieved, so it needs to manually unescape its input.

Meanwhile, NS_GetFilenameFromDisposition is used by webbrowserpersist and for
the title of documents, and so updating that helps ensure better UI as well as
correct filename suggestions when saving from the context menu.

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

--HG--
rename : accessible/tests/mochitest/moz.png => uriloader/exthandler/tests/mochitest/file_with@@funny_name.png
rename : toolkit/components/mediasniffer/test/unit/data/file.webm => uriloader/exthandler/tests/mochitest/file_with[funny_name.webm
extra : moz-landing-system : lando
2020-02-06 18:23:45 +00:00
Tim Nguyen a435ffa929 Bug 1606018 - Make sure edit context menu also appears on inputs inside shadow trees. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D61847

--HG--
extra : rebase_source : 0375f259591d548c90218e2783fe53c03c71d5fb
extra : source : b0e6dad6ff014080801ac2720b2b99c472677751
2020-02-06 19:15:17 +00:00
Mihai Alexandru Michis b1942beef4 Backed out changeset b0e6dad6ff01 (bug 1606018) for causing failures in BrowsingContext.h
CLOSED TREE
2020-02-06 23:29:07 +02:00
Tim Nguyen f6a013abd2 Bug 1606018 - Make sure edit context menu also appears on inputs inside shadow trees. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D61847

--HG--
extra : moz-landing-system : lando
2020-02-06 19:15:17 +00:00
Emilio Cobos Álvarez 322cec0c5e Bug 1612510 - Remove IsChromeOrXBL*. r=bzbarsky
XBL is no longer a thing... Also, should we rename AllowContentXBLScope?

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

--HG--
extra : moz-landing-system : lando
2020-02-04 21:28:57 +00:00
Emilio Cobos Álvarez 6cbfa720de Bug 1612202 - Fix focus check for date / time inputs inside shadow DOM. r=smaug
The code was using activeElement which is not safe inside shadow DOM as it is
retargeted.

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

--HG--
extra : moz-landing-system : lando
2020-01-31 09:43:23 +00:00
Zibi Braniecki f3db980355 Bug 1608022 - Migrate browser-sets to Fluent. r=fluent-reviewers,Gijs,flod
Differential Revision: https://phabricator.services.mozilla.com/D60068

--HG--
extra : moz-landing-system : lando
2020-01-30 21:07:20 +00:00
Rob Wu 483ad3cf50 Bug 1609000 - Stop logspam when <browser> is removed r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D60720

--HG--
extra : moz-landing-system : lando
2020-01-23 23:21:06 +00:00
Cosmin Sabou a54705b862 Bug 1388959 - Disable browser_resume_bkg_video_on_tab_hover.js on debug for frequent failures. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D61069

--HG--
extra : moz-landing-system : lando
2020-01-26 12:00:07 +00:00
Matthew Gregan d148e81119 Bug 1590249 - Enable AudioIPC on Windows in Nightly builds. r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D60618

--HG--
extra : moz-landing-system : lando
2020-01-25 22:52:36 +00:00
Dorel Luca 3025fdd0aa Backed out 5 changesets (bug 1590249) for Build bustage in AudioThreadPriorityError. CLOSED TREE
Backed out changeset 301b1a49db9b (bug 1590249)
Backed out changeset c675b890508d (bug 1590249)
Backed out changeset ed1cd65eedae (bug 1590249)
Backed out changeset 0a7873a6b522 (bug 1590249)
Backed out changeset 36f6505b50c9 (bug 1590249)
2020-01-26 00:18:35 +02:00
Matthew Gregan 13cc7e6129 Bug 1590249 - Enable AudioIPC on Windows in Nightly builds. r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D60618

--HG--
extra : moz-landing-system : lando
2020-01-25 21:34:14 +00:00
Jan Varga 1439211b47 Bug 1608449 - Test fixes for old localStorage implementation; r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D60884

--HG--
extra : moz-landing-system : lando
2020-01-23 20:34:55 +00:00
Edwin Takahashi 7ee98bde51 Bug 1602863 - run mochitest-chrome on linux1804 r=jmaher
Changes:

Migrate over the platform of `mochitest-chrome` to ubuntu1804:

Mark as expected failure one test, and expand the disable annotation of another test to include all platform variants of linux.

Resulting runs have some intermittent failures but nothing significant.

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

--HG--
extra : moz-landing-system : lando
2020-01-24 01:04:09 +00:00
Dão Gottwald faf06e2fa4 Bug 1606716 - Focus search-textbox when clicking outside the inner input. r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D60846

--HG--
extra : moz-landing-system : lando
2020-01-23 17:06:28 +00:00
Valentin Gosu f67d51022f Bug 1609869 - Make about:networking an HTML page r=Gijs
* renames aboutNetworking.xhtml to aboutNetworking.html
* fixes markup to be valid html
* fixes missing instructions link in about:networking#logging

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

--HG--
rename : toolkit/content/aboutNetworking.xhtml => toolkit/content/aboutNetworking.html
extra : moz-landing-system : lando
2020-01-23 16:42:02 +00:00
Kirk Steuber 0c6c51ee27 Bug 1607575 - Restore support for saving/restoring MozTree column ordering r=bgrins CLOSED TREE
MozTrees persist column ordering using the XUL persist="ordinal" attribute. This patch synchronizes MozTree with that old mechanism to restore the ability to save and restore column ordering. Because the persist data will be stored in the same place as before, this should prevent people from losing their column ordering data without requiring data migration.

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

--HG--
extra : rebase_source : 0474619cb817263d7a56b970c44cf8987d719355
extra : histedit_source : d8ed787170f5dd3ac6e19bf318e1a69c9ad0eac5
2020-01-21 18:48:58 +01:00