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

785184 Коммитов

Автор SHA1 Сообщение Дата
Peter Van der Beken bb4612daad Bug 1749935 - Remove nsIDTD::GetMode. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135848
2022-02-14 13:03:47 +00:00
Peter Van der Beken 2e5c4bc0ad Bug 1749935 - Remove unused argument from nsIDTD::DidBuildModel. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135847
2022-02-14 13:03:47 +00:00
Peter Van der Beken 028ef0b8d1 Bug 1749935 - Remove nsDTDMode::eDTDMode_unknown and unused nsDTDMode::eDTDMode_almost_standards/eDTDMode_fragment. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135846
2022-02-14 13:03:46 +00:00
Peter Van der Beken 39ce6f48c0 Bug 1749935 - Remove empty nsIContentSink::WillBuildModel/DidBuildModel implementations. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135845
2022-02-14 13:03:46 +00:00
Peter Van der Beken f7e0158768 Bug 1749935 - Remove unused nsIDTD::CanContain/IsContainer. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135844
2022-02-14 13:03:46 +00:00
Peter Van der Beken c3603b8d98 Bug 1749935 - Remove unused aTokenizer argument for nsIDTD::WillBuildModel/BuildModel. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135843
2022-02-14 13:03:45 +00:00
Peter Van der Beken 2021662efc Bug 1749935 - Remove unused NS_PARSER_FLAG_OBSERVERS_ENABLED and NS_PARSER_FLAG_FLUSH_TOKENS. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135842
2022-02-14 13:03:45 +00:00
Peter Van der Beken dbcebc9c00 Bug 1749935 - Remove unused nsParser::SetUnusedInput. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135841
2022-02-14 13:03:44 +00:00
Peter Van der Beken 0836295ae7 Bug 1749935 - Remove nsIParser::MarkAsNotScriptCreated. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135840
2022-02-14 13:03:44 +00:00
Peter Van der Beken 63a0a73d2c Bug 1749935 - Remove nsIParser::GetChannel. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135839
2022-02-14 13:03:44 +00:00
Peter Van der Beken 481d54202e Bug 1749935 - Remove unused eAutoDetectResult values. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135838
2022-02-14 13:03:43 +00:00
Peter Van der Beken 5549bd8b2c Bug 1749935 - Remove unused PREFER_LATTER_ERROR_CODE. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135837
2022-02-14 13:03:43 +00:00
Peter Van der Beken 8573e064a2 Bug 1749935 - Mark nsIParser::WillResume(Impl) as infallible. r=hsivonen
Differential Revision: https://phabricator.services.mozilla.com/D135836
2022-02-14 13:03:43 +00:00
Paul Zuehlcke 7509317856 Bug 1745253 - Test, r=Gijs
Depends on D133392

Differential Revision: https://phabricator.services.mozilla.com/D133393
2022-02-14 12:06:52 +00:00
Jari Jalkanen 91935ff59a Bug 1747102 - Handle ill-formed local storage keys. r=dom-storage-reviewers,asuth
Differential Revision: https://phabricator.services.mozilla.com/D134292
2022-02-14 11:45:59 +00:00
Peter Van der Beken 1bd845e79c Bug 1750442 - Merge the string table for WebIDL prototypes and the WebIDL global name hash. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D136080
2022-02-14 11:41:54 +00:00
Timothy Nikkel 6846d0c094 Bug 1755032. Fix data race on imgRequest::mInnerWindowId. r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D138623
2022-02-14 10:00:40 +00:00
Claudia 39ae6761a9 Bug 1754416 - [devtools] Fix narrow panel layout r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D138308
2022-02-14 09:54:50 +00:00
Eden Chuang cd1eab9729 Bug 1754786 - Enable NavigationPreload API. r=dom-worker-reviewers,aryx,jstutte
Differential Revision: https://phabricator.services.mozilla.com/D138530
2022-02-14 09:44:10 +00:00
criss a46627e781 Merge mozilla-central to autoland on a CLOSED TREE 2022-02-14 11:30:19 +02:00
criss 69a4823828 Merge autoland to mozilla-central. a=merge 2022-02-14 11:27:13 +02:00
Jan-Erik Rediger d594208258 Bug 1689162 - Update to Glean metrics schema v2. r=Dexter,firefox-build-system-reviewers,nalexander DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D138537
2022-02-14 08:57:27 +00:00
Emilio Cobos Álvarez 51f5539b57 Bug 1754813 - Make Hal::ScreenOrientation an enum class. r=gsvelto,m_kato,geckoview-reviewers
This adds proper IPC validation too.

Differential Revision: https://phabricator.services.mozilla.com/D138461
2022-02-14 07:51:06 +00:00
Emilio Cobos Álvarez c722e22737 Bug 1147847 - Disable overlay scrollbars for testing. r=jgraham
There are a fair share of desktop mochitests that depend on having
scrollbars take space (and that are useful to test the non-overlay
scrollbar codepath).

Also, GTK overlay scrollbars have opacity animations (they fade out), so
they are much more prone to useless fuzzy intermittent failures.

We get overlay scrollbar testing via Android (Android scrollbars also
don't have animations, which is nice). We seem to disable them for macOS
as well, afaict, just at the system level, so this is consistent with
that.

Differential Revision: https://phabricator.services.mozilla.com/D138507
2022-02-14 07:44:19 +00:00
Emilio Cobos Álvarez 85a60cbac3 Bug 1147847 - Enable GTK overlay scrollbars on Nightly and Early Beta. r=stransky
Let's try.

Depends on D138502

Differential Revision: https://phabricator.services.mozilla.com/D138503
2022-02-14 07:43:42 +00:00
Emilio Cobos Álvarez c7de191b45 Bug 1147847 - Allow users to enable overlay scrollbars on Linux from about:preferences. r=Gijs,fluent-reviewers,preferences-reviewers
We might want to do this on Windows 11 as well, but Windows 11 has a
system-wide preference with UI so let's not do that just yet at least,
UI-exposed preference.

Differential Revision: https://phabricator.services.mozilla.com/D138502
2022-02-14 07:43:42 +00:00
Mozilla Releng Treescript cdef8b522c no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
es-ES -> b28109480a27ad850ad0521f82e192980fcddaa6
sat -> 5540ebe380fa088f0e2c3e5981d8378fc1a66d04
sr -> fc2038de2801930ce585dd1817c3de3367523630
2022-02-14 06:56:34 +00:00
Butkovits Atila bf9d366460 Bug 1648862 - disable browser_aaa_eventTelemetry_run_first.js on Linux_64_opt for frequent failures. r=intermittent-reviewers,MasterWayZ DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D138617
2022-02-14 06:27:55 +00:00
Butkovits Atila e4c3434076 Bug 1622698 - disable browser_aboutHomeLoading.js on Linux_64_opt for frequent failures. r=intermittent-reviewers,MasterWayZ DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D138616
2022-02-14 06:23:01 +00:00
Henrik Skupin e0baee75d8 Bug 1694389 - [wdspec] Tests for "browsingContext.contextCreated" event. r=webdriver-reviewers,jgraham
Differential Revision: https://phabricator.services.mozilla.com/D138246
2022-02-14 05:47:55 +00:00
Henrik Skupin af05588aaf Bug 1694389 - [webdriver-bidi] Add support for "browsingContext.contextCreated" event. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D134267
2022-02-14 05:47:55 +00:00
Henrik Skupin b2e39df5be Bug 1694389 - [remote] Add API to get the unique id for a browsing context. r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D137540
2022-02-14 05:47:54 +00:00
Gerald Squelart 4544ef96ca Bug 1754357 - Don't use labels around DllLoads anymore - r=canaltinova
This observer could be called as unexpected times, making these labels dangerous, leaving the profiling stack in a compromised state.
Instead, we can now use Base Profiler markers, which will also appear during the whole time the Gecko Profiler is running.

Differential Revision: https://phabricator.services.mozilla.com/D138240
2022-02-14 04:17:12 +00:00
Gerald Squelart 91645977e5 Bug 1745281 - Record base markers whenever the core buffer is in session - r=canaltinova
Differential Revision: https://phabricator.services.mozilla.com/D137810
2022-02-14 04:17:12 +00:00
Gerald Squelart 5dff64f39d Bug 1745281 - Test base/gecko markers before/during/after base/gecko profiler - r=canaltinova
This adds tests about what's already happening with current Base and Gecko Profiler markers.

Differential Revision: https://phabricator.services.mozilla.com/D137808
2022-02-14 04:17:11 +00:00
Shane Hughes 2f2f82cd03 Bug 1699068 - Share dirListing files across platforms. r=Gijs
Also update raster folder icons: use Windows 11 style folder icons,
and double the base image size to account for window scaling.
Use the same PNG icons across platforms, but use a blue version
for macOS. Include only one version per build, either the macOS icons
or the non-macOS icons.

Differential Revision: https://phabricator.services.mozilla.com/D138476
2022-02-13 22:17:57 +00:00
Marian-Vasile Laza db22fa42af Merge mozilla-central to autoland. a=merge CLOSED TREE 2022-02-13 23:45:13 +02:00
Marian-Vasile Laza e66593593f Merge autoland to mozilla-central. a=merge 2022-02-13 23:41:54 +02:00
Alexandre Poirot bc8af7f20e Bug 1730968 - [devtools] Fix typo preventing to remove data entries. r=bomsy
This probably had many side effects in the browser toolbox when debugging content processes.
But the main one was about not properly unregistering breakpoints when removing/disabling it.
This is only specific to content process targets, so this is only impacting the browser toolbox.

Differential Revision: https://phabricator.services.mozilla.com/D138325
2022-02-13 21:01:04 +00:00
Mozilla Releng Treescript 8c7b15a0d0 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
eo -> 879b99194c7b241e4a68b6ea73f295c41539db01
is -> 8dde0697ad8ac3b42c3b31c0be78de70264acb6e
pt-BR -> b21705e160f0724c3f53a07c8b81592c175e3fa4
sat -> 3d45a58d12fa370124a991c2974be2b2b53008b0
sl -> 94847137bceb69343cbd4f3b0b3ad44d08f09502
tr -> e08aeb9558a4527729b1b157425c72d9cde1e6eb
2022-02-13 19:04:42 +00:00
Cosmin Sabou fae2fbbc77 Backed out changeset c75cbdfcdde8 (bug 1752829) for causing bcc failures on browser_aboutwelcome_rtamo.js. 2022-02-13 19:14:25 +02:00
Meg Viar 8eda9aa279 Bug 1752829 - Make decorative noodles and logo style configurable in AboutWelcome r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D137452
2022-02-13 16:18:19 +00:00
Jan de Mooij cb790db211 Bug 1754405 part 15 - Fix gdb pretty printers. r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138285
2022-02-13 12:01:49 +00:00
Jan de Mooij 28e6a9a093 Bug 1754405 part 14 - Rename PropertyKey::fromNonIntAtom to PropertyKey::NonIntAtom. r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138423
2022-02-13 12:01:49 +00:00
Jan de Mooij 9f57c47f87 Bug 1754405 part 13 - Move min/max int constants into PropertyKey. r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138284
2022-02-13 12:01:48 +00:00
Jan de Mooij 099623963c Bug 1754405 part 12 - Move type tag constants into PropertyKey. r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138283
2022-02-13 12:01:48 +00:00
Jan de Mooij d2620fa7b4 Bug 1754405 part 11 - Make PropertyKey bits field private. r=evilpie
Also change from size_t to uintptr_t.

Differential Revision: https://phabricator.services.mozilla.com/D138282
2022-02-13 12:01:48 +00:00
Jan de Mooij 5d33ca65a5 Bug 1754405 part 10 - Remove JSID_BITS. r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138281
2022-02-13 12:01:47 +00:00
Jan de Mooij a0657a3b82 Bug 1754405 part 9 - Add PropertyKey::asRawBits. r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138280
2022-02-13 12:01:47 +00:00
Jan de Mooij 4249b631d8 Bug 1754405 part 8 - Rename JSID_VOID to PropertyKey::Void(). r=evilpie
Differential Revision: https://phabricator.services.mozilla.com/D138279
2022-02-13 12:01:46 +00:00