Brindusan Cristian
cb08871bb0
Backed out changeset 4237adea1a08 (bug 1648373) for dt failures at browser_webconsole_stubs_network_event.js. CLOSED TREE
2020-06-30 18:29:15 +03:00
Yura Zenevich
17dc33c60a
Bug 1640778 - remove auto-init experiment code. r=mtigley,devtools-backward-compat-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D77057
2020-06-30 14:53:07 +00:00
Yura Zenevich
cae38c8a67
Bug 1640338 - do not cache current target on proxy accessible, instead always retrieve toolbox's target list's targetFront. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D81143
2020-06-26 18:29:53 +00:00
Yura Zenevich
8c1725004b
Bug 1640338 - simplify accessibility proxy startup since we no longer need to initialize it until the panel is opened. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D77056
2020-06-30 14:53:07 +00:00
Yura Zenevich
770d1a4acd
Bug 1640338 - remove accessibliity startup and startup functionality from tool definitions. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D77055
2020-06-26 18:29:39 +00:00
Liang-Heng Chen
e46181f357
Bug 1649265 - Document::SetDomain should apply to all principals; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D81708
2020-06-30 14:47:00 +00:00
Dimi Lee
394b7b3836
Bug 1622212 - P3. Unblock callback should always have storage access. r=baku
...
Depends on D78635
Differential Revision: https://phabricator.services.mozilla.com/D81671
2020-06-30 14:39:48 +00:00
Dimi Lee
056a7144b6
Bug 1622212 - P2. Add a testcase r=baku,englehardt
...
Depends on D78634
Differential Revision: https://phabricator.services.mozilla.com/D78635
2020-06-30 14:39:44 +00:00
Dimi Lee
70cfab7554
Bug 1622212 - P1. Always use ContentBlocking::ShouldAllowAccessFor to set mStorageAccessPermissionGranted flag r=baku
...
The mStorageAccessPermissionGranted variable determins the result of
HasStorageAccess API, which should sync with the result of the
ContentBlocking::ShouldAllowAccessFor.
This patch removes using nsGloWindowOuter's logic and alwasys use
ShouldAllowAccessFor while creating a new document.
Differential Revision: https://phabricator.services.mozilla.com/D78634
2020-06-30 14:39:36 +00:00
Vlad Filippov
fda2fee4d0
Bug 1642556 - Write a sync log after sending a tab. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D81191
2020-06-30 14:29:11 +00:00
Ricky Stewart
01f005d7d7
Bug 1647830 - Users trying to build Firefox for Android on Windows should get a warning in `bootstrap` and `configure` r=nalexander
...
We get a lot of bugs about building Firefox for Android not working, and there's been ongoing confusion about whether this is something that does work or who has ever worked. The warning should hopefully clarify the current situation for people.
Differential Revision: https://phabricator.services.mozilla.com/D81585
2020-06-29 22:36:02 +00:00
Simon Giesecke
56ce33133e
Bug 1644379 - Change DecodeString to return string by value. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78881
2020-06-30 10:03:11 +00:00
Simon Giesecke
0f183e6ce2
Bug 1644379 - Move ConvertArrayValueToKey to cpp file. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78880
2020-06-30 10:02:53 +00:00
Simon Giesecke
0a6c4207a2
Bug 1644379 - Change ToLocaleAwareKey to return new Key by value. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78879
2020-06-30 14:18:15 +00:00
Simon Giesecke
9a18188ea4
Bug 1644379 - Allow IDBResult to be used with non-copyable ValueType. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78878
2020-06-30 11:17:31 +00:00
Simon Giesecke
276f41c8c7
Bug 1644379 - Add IDBResult::PropagateNotOk. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78877
2020-06-30 12:33:00 +00:00
Simon Giesecke
5854a55e1b
Bug 1644379 - Align IDBResult::Unwrap with Result::Unwrap. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78876
2020-06-30 11:17:36 +00:00
Simon Giesecke
5bcd55f002
Bug 1644379 - Change ToString from an output parameter to returning a value. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78875
2020-06-30 11:17:38 +00:00
Simon Giesecke
5286a40fe0
Bug 1644379 - Extract extraction of ErrorResult from IDBResult into a function. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78708
2020-06-30 11:17:29 +00:00
Simon Giesecke
baeca05425
Bug 1644379 - Change IDBResult(Base) to contain the ErrorResult. r=dom-workers-and-storage-reviewers,asuth
...
Differential Revision: https://phabricator.services.mozilla.com/D78707
2020-06-30 11:17:40 +00:00
Paul Adenot
aa36b57271
Bug 1649233 - When profiling, record the theoretical budget with a single payload. r=gerald
...
Differential Revision: https://phabricator.services.mozilla.com/D81593
2020-06-30 14:25:27 +00:00
Paul Adenot
ee148dcec6
Bug 1649233 - Add a new ProfilerMarkerPayload that is just a time duration. r=gerald,canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D81592
2020-06-30 14:25:09 +00:00
Liang-Heng Chen
3d1fd6f81d
Bug 1642051 - add PartitioningSkipList to relax partitioning on specific domains; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D81591
2020-06-30 12:56:00 +00:00
Liang-Heng Chen
544e563e54
Bug 1642051 - add PartitioningSkipListService; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D81590
2020-06-30 12:52:46 +00:00
Hubert Boma Manilla
7cf3a162e6
Bug 1648373 - Add slow requests indicator r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D81629
2020-06-30 13:49:36 +00:00
Jeff Muizelaar
214b420d11
Bug 1649270 - Add Navi12, Navi14, Arcturus and Renoir to AMD WebRender rollout. r=aosmond
...
Differential Revision: https://phabricator.services.mozilla.com/D81634
2020-06-30 13:08:41 +00:00
Mirko Brodesser
fb374f2e74
Bug 1649121: part 9) Simplify `GetMostAncestorListOrTableElement`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81547
2020-06-30 13:13:12 +00:00
Mirko Brodesser
4477882999
Bug 1649121: part 8) Rename `CollectListAndTableRelatedElementsAt` to `CollectTableAndAnyListElementsOfInclusiveAncestorsAt`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81546
2020-06-30 13:13:04 +00:00
Mirko Brodesser
a533835579
Bug 1649121: part 7) Rename `HTMLEditUtils::IsList` to `HTMLEditUtils::IsAnyListElement`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81545
2020-06-30 13:12:56 +00:00
Mirko Brodesser
a30c22f525
Bug 1649121: part 6) Rename `HTMLEditUtils::IsTableElementButNotTable` to `HTMLEditUtils::IsAnyTableElementButNotTable`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81544
2020-06-30 13:12:49 +00:00
Mirko Brodesser
7fe5d9f63c
Bug 1649121: part 5) Declare `HTMLEditor::GetBetterInsertionPointFor` `const`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81543
2020-06-30 13:12:47 +00:00
Mirko Brodesser
592ca1c3b6
Bug 1649121: part 4) Rename `HTMLEditUtils::IsTableElement` to `HTMLEditUtils::IsAnyTableElement`. r=masayuki
...
The old name was misleading.
Differential Revision: https://phabricator.services.mozilla.com/D81542
2020-06-30 13:12:39 +00:00
Mirko Brodesser
2937ae1381
Bug 1649121: part 3) Declare some methods in `HTMLEditor` `static`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81541
2020-06-30 13:12:31 +00:00
Mirko Brodesser
f52a74862a
Bug 1649121: part 2) Factor moving start and end of out `CreateDOMFragmentForPaste`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81540
2020-06-30 13:12:29 +00:00
Mirko Brodesser
9ae430ad1a
Bug 1649121: part 1) Add some documentation to `HTMLEditor::CreateDOMFragmentFromPaste`. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D81539
2020-06-30 13:12:16 +00:00
Henrik Skupin
6f921302c7
Bug 1643099 - [geckodriver] Build geckodriver as static executable for Linux. r=froydnj
...
Differential Revision: https://phabricator.services.mozilla.com/D81605
2020-06-30 13:19:41 +00:00
Gerald Squelart
c1fe2ae51c
Bug 1649056 - Pre-record some meta information before locking the profiler mutex - r=canaltinova
...
Some profile meta information can be gathered before the profiler mutex must be locked.
This reduces the main-thread locking when capturing.
Most importantly, it prevents deadlocking in case any of the data-gathering operation would itself rely on profiler-locking functions (e.g., starting a thread, which requires the lock to register the new thread with the profiler).
Differential Revision: https://phabricator.services.mozilla.com/D81491
2020-06-30 13:40:13 +00:00
Narcis Beleuzu
3de598d4a7
Backed out 2 changesets (bug 1649233) for bustages on ProfilerMarkerPayload.h . CLOSED TREE
...
Backed out changeset 399e54895a75 (bug 1649233)
Backed out changeset 3955edb371cf (bug 1649233)
2020-06-30 16:36:06 +03:00
Yue Zhang
765e406782
Bug 1643469 - Swap NotebookLogger for MachLogger. r=sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D81156
2020-06-30 13:14:38 +00:00
alexandru.ionescu
2a81df9ece
Bug 1648902 Remove webrender variant from fennec r=perftest-reviewers,Bebe
...
Differential Revision: https://phabricator.services.mozilla.com/D81660
2020-06-30 10:37:22 +00:00
Paul Adenot
76b771b47c
Bug 1649233 - When profiling, record the theoretical budget with a single payload. r=gerald
...
Differential Revision: https://phabricator.services.mozilla.com/D81593
2020-06-30 09:05:00 +00:00
Paul Adenot
d9cb2a1db6
Bug 1649233 - Add a new ProfilerMarkerPayload that is just a time duration. r=gerald,canaltinova
...
Differential Revision: https://phabricator.services.mozilla.com/D81592
2020-06-30 12:10:00 +00:00
Henrik Skupin
a96e2000f8
Bug 1611843 - Always use an unknown entry id to check for an invalid history entry id. r=remote-protocol-reviewers,maja_zf
...
Differential Revision: https://phabricator.services.mozilla.com/D81659
2020-06-30 12:52:36 +00:00
Nathan Froyd
452a773cc3
Bug 1649249 - include stdint.h in TelemetryEventEnums.h; r=Dexter
...
Otherwise, TelemetryEventEnums.h depends on what headers get included
prior to it, which makes refactorings difficult.
Differential Revision: https://phabricator.services.mozilla.com/D81598
2020-06-30 12:59:06 +00:00
Andrea Marchesini
b397940b11
Bug 1641905
- ThirdPartyUtil::IsThirdPartyWindow returns different values in fission - use the principal to inherit for about:blank channels, r=dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D81558
2020-06-30 12:50:48 +00:00
Gregory Mierzwinski
118d838da8
Bug 1649225 - Fix how the perfherder extra options are populated. r=perftest-reviewers,Bebe
...
This patch modifies how the extraOptions field in the resulting Raptor perfherder data is built. Instead of being spread across all over the file, we use a single function to fill the extra options. It can be customized as well (which we needed for some compatibility for Raptor-webext).
Differential Revision: https://phabricator.services.mozilla.com/D81595
2020-06-30 10:31:23 +00:00
Michal Novotny
a4cc2eb134
Bug 1627910 - Enable test netwerk/test/unit/test_http3.js r=necko-reviewers,dragana
...
Differential Revision: https://phabricator.services.mozilla.com/D81053
2020-06-30 12:25:02 +00:00
Valentin Gosu
da614ff256
Bug 1641222 - Follow CNAME/AliasForm chains r=dragana,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D79264
2020-06-30 12:27:09 +00:00
Alex Chronopoulos
b1f143193d
Bug 1647956 - Import cubeb from upstream to 575bd44. r=padenot
...
pick commits:
575bd44 - resampler: avoid overflow on uint arithmetics
7bc4f13 - Add in header doc the switching devices behavior.
Differential Revision: https://phabricator.services.mozilla.com/D81695
2020-06-30 12:14:48 +00:00
chocos
c7b500052d
Bug 1648959 - Done internal linking in docs in testing Directory.r=webdriver-reviewers,whimboo
...
Differential Revision: https://phabricator.services.mozilla.com/D81466
2020-06-30 11:00:57 +00:00