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

693495 Коммитов

Автор SHA1 Сообщение Дата
Steven MacLeod e2d402b50d Bug 1597482 - Replace nsIDocShellTreeItem with BrowsingContext in GetProfileTimelineSubDocShells. r=mstange
`GetProfileTimelineSubDocShells` was using nsIDocShellTreeItem to walk the
DocShells that are visible and recording profile markers. This change switches
to using `BrowsingContext` for the walk, and ignores OOP iframes as they aren't
painting in the current process.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 19:26:40 +00:00
Henrik Skupin d25deeb630 Bug 1617869 - [marionette] Don't set `speculative-parallel-limit` to `0` but leave it on its default value. r=marionette-reviewers,maja_zf
Differential Revision: https://phabricator.services.mozilla.com/D64363

--HG--
extra : moz-landing-system : lando
2020-02-27 16:08:03 +00:00
Kartikaya Gupta ab875ae101 Bug 1618532 - Re-enable mouse event retargeting on Android. r=snorp
Differential Revision: https://phabricator.services.mozilla.com/D64601

--HG--
extra : moz-landing-system : lando
2020-02-27 18:46:12 +00:00
Dan Minor ac11c8363f Bug 1616667 - Fix remaining clippy complaints; r=mjf
Depends on D64381

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

--HG--
extra : moz-landing-system : lando
2020-02-26 17:28:29 +00:00
Dan Minor d6bac2eaba Bug 1616667 - Add handle_mdns_socket function; r=mjf
Depends on D64380

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

--HG--
extra : moz-landing-system : lando
2020-02-26 17:22:08 +00:00
Dan Minor 6d49ac2885 Bug 1616667 - Add handle_queries function; r=mjf
Differential Revision: https://phabricator.services.mozilla.com/D64380

--HG--
extra : moz-landing-system : lando
2020-02-26 17:24:17 +00:00
Punam Dahiya 70fe96edd1 Bug 1616370 - Simplified welcome page r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D63406

--HG--
extra : moz-landing-system : lando
2020-02-27 18:52:46 +00:00
Eden Chuang 339fd6a4e3 Bug 1616079 - Checking if RemoteWorkerChild::mState is Pending before dispatching IninializeWorkerRunnable r=dom-workers-and-storage-reviewers,perry
Differential Revision: https://phabricator.services.mozilla.com/D64049

--HG--
extra : moz-landing-system : lando
2020-02-26 18:11:36 +00:00
ffxbld 3da50ef6ba No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D64580

--HG--
extra : moz-landing-system : lando
2020-02-27 18:48:55 +00:00
Emilio Cobos Álvarez 4d9168305a Bug 1617342 - Don't treat scrollable boxes inside input elements as focusable. r=bzbarsky
The code in nsIFrame::IsFocusable works for non-number input elements, because
of the `IsRootOfNativeAnonymousSubtree` check, but doesn't work for
`<input type=number>`, as the scrollable area is wrapped in a flex container
(see nsNumberControlFrame::CreateAnonymousContent).

It used to work (kinda) before bug 981248 because of the weird focus-manager
redirection code to the inner <input> that was causing problems and which that
bug removed.

Make the check a bit more explicit, and add a test.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 18:44:33 +00:00
Erik Nordin aadb5f6428 Bug 1616407 - Add crash test for fuzzer test case r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D64613

--HG--
extra : moz-landing-system : lando
2020-02-27 18:15:18 +00:00
Christoph Kerschbaumer 00976af48c Bug 1374612 - CSP: Hide nonce values from the DOM. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D62811

--HG--
extra : moz-landing-system : lando
2020-02-27 18:08:54 +00:00
Henri Sivonen 03d47c6678 Bug 1618133 - Remove nsWindowWatcher::SetActiveWindow as dead code. r=NeilDeakin
Differential Revision: https://phabricator.services.mozilla.com/D64330

--HG--
extra : moz-landing-system : lando
2020-02-27 18:24:07 +00:00
manas 3558de5641 Bug 1613255 - Remove redundant return statement. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D64354

--HG--
extra : moz-landing-system : lando
2020-02-27 18:25:56 +00:00
Razvan Maries f31a59f9af Backed out changeset e3a8032a4a14 (bug 1617751) for Android webgl failures. CLOSED TREE 2020-02-27 20:29:04 +02:00
Michael Froman 2785473eb6 Bug 1618214 - fix slash character handling in nr_reg_is_valid. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D64378

--HG--
extra : moz-landing-system : lando
2020-02-26 15:31:00 +00:00
Kirk Steuber d06097f7b6 Bug 1615087 - Remove expiring BITS update telemetry, supporting code, and tests specific to it r=mhowell
This patch is effectively very close to backing out Bug 1539154, which added telemetry to monitor download times of BITS vs our internal downloader. This was useful to make sure we weren't worsening update times when we added BITS support. But at this point, these probes have outlived their usefulness to us.

Also adds the TelemetryTestUtils import to browser/components/urlbar/tests/browser/interventions_update/head.js since it was relying on that being imported in toolkit/mozapps/update/tests/data/shared.js where it is no longer needed.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 17:56:29 +00:00
kriswright a9947c9768 Bug 1613440 - Add new clang plugin to deprecate NS_NewNamedThread r=andi
Creates a NoNewThreadsChecker plugin that looks for the function and checks to see if it's allowed.
-Creates two allowlists - `ThreadAllows.txt` is for thread names, while `ThreadFileAllows.txt` checks for entire files where instances of `NS_NewNamedThread` should be ignored.
-If an instance of `NS_NewNamedThread` is not listed in either list, then the checker throws an error with an additional note containing a more descriptive explanation of the failure.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 12:53:54 +00:00
Tim Nguyen d2a153d6ca Bug 1560540 - Update twisty images to be larger. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D63626

--HG--
extra : moz-landing-system : lando
2020-02-27 17:46:53 +00:00
Hubert Boma Manilla e3c1ae3a47 Bug 1613890 - Refactored the Security panel to use request-details/PropertiesView r=Honza
- Moved and updated SecurityPanel
	- upated moz.build files
	- removed unused openLink parameter

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

--HG--
rename : devtools/client/netmonitor/src/components/SecurityPanel.js => devtools/client/netmonitor/src/components/request-details/SecurityPanel.js
extra : moz-landing-system : lando
2020-02-27 16:58:33 +00:00
Andrew McCreight 4babb2b5ab Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown
Patch by bhackett and jlaster. Also reviewed by mccr8.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 17:39:15 +00:00
Tarek Ziadé 2b394657d7 Bug 1618498 - condprof bustage on macOS r=sparky
target.common.tests.tar.gz is only present in the shippable build

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

--HG--
extra : moz-landing-system : lando
2020-02-27 17:23:49 +00:00
Martin Stransky b432a2a607 Bug 1618493 [Wayland] Set opaque region for accelerated window immediately, r=jhorak"
Recently opaque region is set when wl_surface is obtained by renderer/compositor.
It does not work as GL/WebRender get wl_surface only once and creates egl_window
on top of it so the opaque region is never updated.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 16:39:32 +00:00
Daniel Varga 88355d1bf8 Backed out changeset 78d142f0f2f6 (bug 1615087) for linting failure at /builds/worker/checkouts/gecko/browser/components/urlbar/tests/browser/interventions_update/head.j
CLOSED TREE
2020-02-27 19:16:16 +02:00
Chris Manchester bcf6a95993 Bug 1615003 - Bump the nightly rust version used in tree to 1.41. r=decoder
Depends on D63372

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

--HG--
extra : moz-landing-system : lando
2020-02-27 16:21:14 +00:00
Chris Manchester 9a39bce9e0 Bug 1615003 - Require rustc 1.41 to build. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D63372

--HG--
extra : moz-landing-system : lando
2020-02-27 16:21:13 +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
Morgan Reschenberg 337cf8c428 Bug 1616090: Compare current URI to about:blank when setting zoom badge visibility. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D63928

--HG--
extra : moz-landing-system : lando
2020-02-27 16:57:55 +00:00
Kirk Steuber 79e21c0093 Bug 1615087 - Remove expiring BITS update telemetry, supporting code, and tests specific to it r=mhowell
This patch is effectively very close to backing out Bug 1539154, which added telemetry to monitor download times of BITS vs our internal downloader. This was useful to make sure we weren't worsening update times when we added BITS support. But at this point, these probes have outlived their usefulness to us.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 13:51:27 +00:00
James Graham c5c7145359 Bug 1618166 - Don't update leak annotations at the root scope, r=maja_zf
These are never produced in CI, but are common in local
runs. Generally we want the leak annotation to go in the relevant
__dir__.ini file at the --run-by-dir depth for CI. So to add leak
annotations locally you need to run with that same setting.

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

--HG--
extra : moz-landing-system : lando
2020-02-27 16:05:56 +00:00
Jonathan Michalon 53c6f6cef8 Bug 1581578 - Re-introduce focus styling on trees r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D64362

--HG--
extra : moz-landing-system : lando
2020-02-27 16:40:46 +00:00
Neil Deakin 6b03089559 Bug 1558323, move addSearchProvider implementation to use JSWindowActor, also helps reduce the extra code in MainProcessSingleton.jsm, r=adw
Differential Revision: https://phabricator.services.mozilla.com/D63534

--HG--
extra : moz-landing-system : lando
2020-02-27 16:30:58 +00:00
Andi-Bogdan Postelnicu 9e50e0961f Bug 1618581 - Resolve `AccessCheck` in `XPCWrappedNativeScope::GetComponentsJSObject`. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D64599

--HG--
extra : moz-landing-system : lando
2020-02-27 16:23:55 +00:00
Jan de Mooij 120b45d5d8 Bug 1618198 part 3 - Implement more trivial ops. r=iain
Differential Revision: https://phabricator.services.mozilla.com/D64537

--HG--
extra : moz-landing-system : lando
2020-02-27 16:05:10 +00:00
championshuttler ff5c6e37a4 Bug 1617844- DONTBUILD Minor nits to Mercurial Docs(bad char, add matrix).r=firefox-source-docs-reviewers,sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D64582

--HG--
extra : moz-landing-system : lando
2020-02-27 16:04:36 +00:00
Mihai Alexandru Michis 6455032f2c Backed out 6 changesets (bug 1617303, bug 1617313, bug 1616885, bug 1616920, bug 1616989, bug 1617014) for causing gecko decision task bustages in talos/unittests/python.ini
CLOSED TREE

Backed out changeset 409619387576 (bug 1617313)
Backed out changeset 538f415043e2 (bug 1617303)
Backed out changeset 544cb78b8946 (bug 1617014)
Backed out changeset 0f0bf0824a95 (bug 1616989)
Backed out changeset ec9f0b18c0a7 (bug 1616920)
Backed out changeset a32c3300a011 (bug 1616885)
2020-02-27 18:16:31 +02:00
Emilio Cobos Álvarez a1be108a1c Bug 1618202 - Add a missing include.
CLOSED TREE

MANUAL PUSH: busted some builds
2020-02-27 17:13:23 +01:00
Ricky Stewart e4b69ea6b5 Bug 1617313 - Remaining tests in mozbuild/backend support Python 3 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D63908

--HG--
extra : moz-landing-system : lando
2020-02-27 00:25:03 +00:00
Ricky Stewart 63a331f88b Bug 1617303 - mozbuild/backend/recursivemake.py and /fastermake.py support Python 3 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D63880

--HG--
extra : moz-landing-system : lando
2020-02-27 00:23:18 +00:00
Ricky Stewart b4d26b2be6 Bug 1617014 - mozbuild/frontend/emitter.py supports Python 3 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D63567

--HG--
extra : moz-landing-system : lando
2020-02-27 00:46:11 +00:00
Ricky Stewart 4b8061d7cf Bug 1616989 - mozbuild/frontend/reader.py supports Python 3 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D63566

--HG--
extra : moz-landing-system : lando
2020-02-26 00:35:49 +00:00
Ricky Stewart 62664cd855 Bug 1616920 - mozbuild/frontend/sandbox.py supports Python 3 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D63538

--HG--
extra : moz-landing-system : lando
2020-02-26 16:43:17 +00:00
Ricky Stewart b0dc933fe5 Bug 1616885 - mozbuild/frontend/context.py supports Python 3 r=firefox-build-system-reviewers,mshal
Differential Revision: https://phabricator.services.mozilla.com/D63520

--HG--
extra : moz-landing-system : lando
2020-02-26 00:41:07 +00:00
Sylvestre Ledru 6f034f2f1c Bug 1617836 - Create a new category for sanitizer in the doc r=decoder
Move the *san files from fuzzing to sanitizer

Depends on D64072

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

--HG--
rename : tools/fuzzing/docs/asan.rst => tools/sanitizer/docs/asan.rst
rename : tools/fuzzing/docs/asan_nightly.rst => tools/sanitizer/docs/asan_nightly.rst
extra : moz-landing-system : lando
2020-02-27 15:34:12 +00:00
Sylvestre Ledru 6c4c61fc34 Bug 1617836 - Polish of the fuzzing interface doc (fix links, bad char, etc) r=decoder
Depends on D64071

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

--HG--
extra : moz-landing-system : lando
2020-02-27 12:59:28 +00:00
Sylvestre Ledru 61eb893006 Bug 1617836 - Import the Fuzzing Interface doc from mdn r=decoder
Depends on D64070

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

--HG--
extra : moz-landing-system : lando
2020-02-27 11:41:00 +00:00
Sylvestre Ledru b4c99237f6 Bug 1617836 - Reference the asan docs in the menu r=decoder
Depends on D64069

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

--HG--
extra : moz-landing-system : lando
2020-02-27 11:43:43 +00:00
Sylvestre Ledru 880cf816cb Bug 1617836 - Polish of the asan nightly doc (fix links, bad char, etc) r=decoder
Depends on D64068

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

--HG--
extra : moz-landing-system : lando
2020-02-27 11:42:42 +00:00
Sylvestre Ledru 52d0543647 Bug 1617836 - Import the asan nightly doc in-tree without any change r=decoder
Depends on D64032

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

--HG--
extra : moz-landing-system : lando
2020-02-27 11:42:14 +00:00
Sylvestre Ledru 0f0ce6d1f5 Bug 1617836 - Polish of the asan doc (fix links, bad char, etc) r=decoder
Depends on D64031

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

--HG--
extra : moz-landing-system : lando
2020-02-27 11:36:28 +00:00