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

711731 Коммитов

Автор SHA1 Сообщение Дата
Dan Minor 3d136c71fc Bug 1641600 - Remove check that bytesSent >= packetsSent in pc.js; r=ng
With RTX and transport-cc enabled, it is possible to send padding packets prior
to any media being sent (see comments in RTPSender::SendPadData). But padding
bytes are counted separate from payload bytes and so do not show up in
bytesSent, which means that is possible that we've sent packets, but not bytes,
as far as the stats are concerned. This leads to frequent intermittent failures
while running tests on Android hardware.

Depends on D77815

Differential Revision: https://phabricator.services.mozilla.com/D78287
2020-06-05 12:10:59 +00:00
Dan Minor 7e4f4a65d2 Bug 1641600 - Re-enable rtx and add *.google.com to blocklist; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D77815
2020-06-04 14:46:08 +00:00
Dan Minor 31189b2a44 Bug 1641600 - Check RTX blocklist pref in PeerConnectionImpl; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D77814
2020-06-04 14:42:15 +00:00
Dan Minor bcf0e14ff6 Bug 1641600 - Add SetRtxIsAllowed method to JsepTrack and JsepSession; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D77813
2020-06-04 14:45:02 +00:00
Aaron Klotz 064411f491 Bug 1643458: Remove numUnbindFailures from ServiceAllocator.InstanceInfo.updateBindings; r=geckoview-reviewers,agi
`numUnbindFailures` can never be non-zero (since any unbind failures throw), so
we should just eliminate this variable.

Differential Revision: https://phabricator.services.mozilla.com/D78362
2020-06-04 21:56:50 +00:00
Adam Roach [:abr] 1915544e02 Bug 1642058: Add expiration date in card list view under Preferences r=zbraniecki,fluent-reviewers,MattN,flod
***

Differential Revision: https://phabricator.services.mozilla.com/D77953
2020-06-05 19:56:59 +00:00
Dave Townsend 67bca5c4f4 Bug 1642423: document.l10n.formatValues should accept simple strings as well as L10nKeys. r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D77857
2020-06-05 19:57:05 +00:00
Ethan Tseng 31e8efe4c0 Bug 1641616 - Move PopupNotifications.jsm to a component other than Password Manager. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D78518
2020-06-05 19:29:04 +00:00
Bogdan Tara 7e299a95cf Backed out 3 changesets (bug 1640278) for verify lint failure CLOSED TREE
Backed out changeset e63b60fe21fe (bug 1640278)
Backed out changeset dbf1e5788c22 (bug 1640278)
Backed out changeset 27ae032f17be (bug 1640278)
2020-06-05 22:59:20 +03:00
Justin Wood 7fa31e9752 Bug 1640278 - Fix bustage because empty {} is a dict not a set CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D78564
2020-06-05 19:40:48 +00:00
Justin Wood fe8c054562 Bug 1640278 - Fixup run-on-projects verification failures. r=sylvestre
This is in-part a followup to 1638260 which fixed some cases of this problem.

Differential Revision: https://phabricator.services.mozilla.com/D76746
2020-06-05 14:52:03 +00:00
Justin Wood b1ec9e9331 Bug 1640278 - Do validation of run-on-projects. r=catlee
Differential Revision: https://phabricator.services.mozilla.com/D76540
2020-06-05 16:41:21 +00:00
Jared Wein ce7a61e0dc Bug 1643673 - Guard against a null default application. r=tkikuchi
Differential Revision: https://phabricator.services.mozilla.com/D78551
2020-06-05 18:19:12 +00:00
Yoshi Cheng-Hao Huang d9df44ffe5 Bug 1642154 : Add JSLinearString to MapTypeToTraceKind. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D78063
2020-06-05 19:08:49 +00:00
Iain Ireland 9a5ae1ba85 Bug 1643700: Fix ToCString r=mgaudet
The fickle, ever-changing whims of unified builds shuffled code around enough that the place where we are printing this value inlined this function and complained about the unique_ptr being null. We continue to not care about this output, so instead of messing around with copying the characters we just return an empty string.

Differential Revision: https://phabricator.services.mozilla.com/D78548
2020-06-05 19:02:36 +00:00
Iain Ireland 6887958b81 Bug 1643700: Fix v8::Address / js::jit::Address confusion r=lth
RegExpNativeMacroAssembler.cpp has a list of `using js::jit::X` statements to keep the code readable. Depending on the config options and the whims of the unified build, `using js::jit::Address` can appear in imported V8 files where we actually want `v8::Address`.

The easy fix is to build RegExpNativeMacroAssembler separately.

Differential Revision: https://phabricator.services.mozilla.com/D78519
2020-06-05 19:02:36 +00:00
Maja Frydrychowicz 91ed2688dd Bug 1632710 - [puppeteer] vendor v3.1.0 r=remote-protocol-reviewers,whimboo,jgraham
This requires a custom mocha reporter under puppeteer/
and changes in output parsing.

Differential Revision: https://phabricator.services.mozilla.com/D77625
2020-06-05 18:53:38 +00:00
Maja Frydrychowicz 22b8a4c02c Bug 1632710 - [puppeteer] Remove experimental/ dir r=remote-protocol-reviewers,jgraham,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D77624
2020-06-02 20:49:00 +00:00
Kenny Levinsen 979767c4db Bug 1641033 - Fire vsync observers directly from Wayland frame callback. r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D77047
2020-06-05 18:35:22 +00:00
Sylvestre Ledru c5a6924cbf Bug 1643335 - Run hazard-linux64-haz/debug less often r=jmaher,sfink
Differential Revision: https://phabricator.services.mozilla.com/D78275
2020-06-05 16:39:58 +00:00
Bogdan Tara 1ba73a9900 Backed out changeset 094a2fc0fc50 (bug 1642588) for test_bug1642588.html failures CLOSED TREE 2020-06-05 21:50:36 +03:00
Drew Willcoxon d43ba64cd9 Bug 1643475 - Enable form history / historical searches on 78 release and put them behind the same prefs as remote suggestions. r=mak
We didn't talk specifically about private browsing in the meeting today, but we
did say we want to treat form history like remote suggestions, so this patch
checks `queryContext.allowSearchSuggestions` and `queryContext.isPrivate` in
addition to the `browser.urlbar.suggest.searches` and
`browser.search.suggest.enabled` prefs.

Differential Revision: https://phabricator.services.mozilla.com/D78445
2020-06-05 13:22:16 +00:00
Emilio Cobos Álvarez 15e3db4260 Bug 1643230 - Clear last_parsed_property_id right after successfully parsing the value. r=jwatt
Rather than waiting until parsing another id (successfully or
unsuccessfully).

If we error before we even get to PropertyId::parse, we'd incorrectly
associate the error with the wrong property, incorrectly omitting it
sometimes.

Differential Revision: https://phabricator.services.mozilla.com/D78260
2020-06-05 18:13:14 +00:00
Ted Campbell 8f5badf601 Bug 1643664 - Mark JS delazifying parse in profiler. r=mgaudet
This includes the delazifying parse in the sidebar summary for parsing.

Differential Revision: https://phabricator.services.mozilla.com/D78492
2020-06-05 18:09:20 +00:00
Eugen Sawin 884ca900af Bug 1619766 - [2.0] Add WebExtension openOptionsPage tests. r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D78398
2020-06-05 17:21:31 +00:00
Eugen Sawin 60b2d3d9e9 Bug 1619766 - [1.2] Add WebExtension openOptionsPage support. r=agi,geckoview-reviewers,robwu
Differential Revision: https://phabricator.services.mozilla.com/D77901
2020-06-05 17:21:24 +00:00
Kagami Sascha Rosylight d02396bd67 Bug 1642588 - Make Triple click only select within editing host r=masayuki,emilio
Differential Revision: https://phabricator.services.mozilla.com/D78315
2020-06-05 13:41:26 +00:00
Mike Conley a1dd5f9cd7 Bug 1642800 - Don't enforce minimum window dimensions on non-popup windows if they're not resizable on Windows. r=mhowell
The enforcement is only important when users are able to resize the windows. Otherwise,
we let Gecko set the window dimensions to whatever dimensions they'd like.

Differential Revision: https://phabricator.services.mozilla.com/D78538
2020-06-05 17:09:58 +00:00
Mitchell Hentges 673a0c6c35 Bug 1632429: GeneratePureDOMFunctions no longer throws an error when run with Python 3 on Windows r=loganfsmyth
On Windows, the IDL files were being read with the "charmap" codec, but quotes like “ were causing errors.
By specifying "utf8" instead, the read() succeeds.

Differential Revision: https://phabricator.services.mozilla.com/D77971
2020-06-03 19:05:28 +00:00
emcminn c5d2764974 Bug 1643737 - Fix for WNPanel margins r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D78535
2020-06-05 17:00:00 +00:00
Toshihito Kikuchi 411136143a Bug 1643200 - Rename BLOCK_WIN8_ONLY into BLOCK_WIN8_AND_OLDER. r=mhowell
`BLOCK_WIN8_ONLY` was introduced by bug 1268470 to block klsihk64.dll only on
Win8.  However, a new blocklist (bug 1445025) does wrong comparison on the OS
version, thus `BLOCK_WIN8_ONLY` has blocked modules on all platforms older than
Win10 including Win7 and Win8.1.

This patch corrects OS comparison and changes the flag to `BLOCK_WIN8_AND_OLDER`
to make it more handy.  We also remove `BLOCK_WIN8PLUS_ONLY` which is never used.

Differential Revision: https://phabricator.services.mozilla.com/D78411
2020-06-05 17:12:57 +00:00
emcminn 29ad25e827 Bug 1633517 - Added impression param to forceShowMessage, refactored/cleaned up 'Modify', filtered messages on content.body r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D75101
2020-06-05 16:42:25 +00:00
alwu 417a2878ea Bug 1643509 - update `ParamTraits<mozilla::dom::MediaControlKeysEvent>` to sync with `MediaControlKeysEvent` r=mccr8
The first value in `MediaControlKeysEvent` is `eFocus`, so we should also update its `ParamTraits`.

[1] https://searchfox.org/mozilla-central/rev/598e50d2c3cd81cd616654f16af811adceb08f9f/dom/media/mediacontrol/MediaControlKeysEvent.h#23

Differential Revision: https://phabricator.services.mozilla.com/D78410
2020-06-05 10:56:20 +00:00
Itiel 6fd3ca3e0c Bug 1641271 - Fix the icons for dark mode in the Service Workers in the Application panel r=ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D77101
2020-06-05 15:46:19 +00:00
prathiksha 2f0d00c3d6 Bug 1642106 - Fix text overflow in monitor card links styled as buttons. r=ewright
Differential Revision: https://phabricator.services.mozilla.com/D78064
2020-06-05 16:26:25 +00:00
Masatoshi Kimura 5aaea543cd Bug 1643423 - Whitelist jsdebugger.jsm when remote agent is disabled. r=loganfsmyth
We can't unship jsdebugger.jsm because Devtools are using it.

Differential Revision: https://phabricator.services.mozilla.com/D78484
2020-06-05 16:05:37 +00:00
Matthew Gaudet 331f68ca0f Bug 1641961 - Don't parse shell option as comment in shell directive line r=anba,jorendorff
Accomplished by a heavily clarifying rewrite done by Andre Bargull

Differential Revision: https://phabricator.services.mozilla.com/D78091
2020-06-05 16:08:01 +00:00
Francesco Lodolo (:flod) bd81f0ef27 Bug 1642557 - Remove Fluent migration recipes for Firefox 76 r=Pike
Differential Revision: https://phabricator.services.mozilla.com/D77767
2020-06-05 15:57:48 +00:00
Narcis Beleuzu 3fe80978c1 Backed out changeset c5e87f7e82af (bug 1643335) for breaking the Gecko Decision Task. CLOSED TREE 2020-06-05 19:37:04 +03:00
Sylvestre Ledru 07064e1400 Bug 1643335 - Run hazard-linux64-haz/debug less often r=jmaher,sfink
Differential Revision: https://phabricator.services.mozilla.com/D78275
2020-06-05 16:01:43 +00:00
Andrew Halberstadt 191a0b1695 Bug 1641131 - [taskgraph] Fix the 'push-interval-*' schema to not require an argument, r=jmaher
The Backstop optimization doesn't take any arguments, yet the schema for 'push-optimization-*'
requires a 'schedules-component' that goes ignored. Fix this.

Differential Revision: https://phabricator.services.mozilla.com/D77058
2020-06-05 15:38:24 +00:00
Mark Banner 934a94d74b Bug 1616899 - Add search suggestions to eBay. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D78468
2020-06-05 15:41:29 +00:00
Geoff Brown cc5e996863 Bug 1643400 - Tolerate more log formats when searching for mochitest summary counts; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D78401
2020-06-05 15:14:50 +00:00
Olli Pettay 9431f27eb6 Bug 1643635, it is ok to have a cycle collected non-nsISupports class which doesn't inherit nsWrapperCache, r=mccr8,peterv
The method lets one to have nsISupports objects not supporting nsWrapperCache, but non-nsISupports objects are
required to inherit nsWrapperCache because of the assertion.

jonco is adding tests in https://bugzilla.mozilla.org/show_bug.cgi?id=1642974

Differential Revision: https://phabricator.services.mozilla.com/D78478
2020-06-05 15:29:05 +00:00
Dão Gottwald bfa1c12cf0 Bug 1640701 - Allow the Google search tile to point to a URL from a pref instead. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D78288
2020-06-05 10:53:21 +00:00
Gregory Mierzwinski acf95bb010 Bug 1641877 - Migrate reference browser raptor pageload tests to browsertime. r=perftest-reviewers,Bebe
This patch moves all existing reference browser pageload tests from raptor-webext to browsertime. We also delete all raptor-webext reference browser tests.

Differential Revision: https://phabricator.services.mozilla.com/D77474
2020-06-05 11:00:49 +00:00
Mike Conley 0dbfa99a80 Bug 1641546 - Focus the Picture-in-Picture player after it opens. r=mstriemer
The other patches in this stack made it so that alwaysontop windows don't focus by
default when they open. We do, however, want the Picture-in-Picture player window to
take focus after it opens.

Differential Revision: https://phabricator.services.mozilla.com/D78523
2020-06-05 15:32:41 +00:00
Mike Conley 4cbbdd3058 Bug 1641546 - Make the new WebRTC global sharing indicator a dialog instead of a popup. r=pbz
Depends on D77696

Differential Revision: https://phabricator.services.mozilla.com/D77504
2020-06-05 14:29:29 +00:00
Mike Conley 39cc574a6e Bug 1641546 - Add a regression test for alwaysontop windows pulling focus. r=mstange
Depends on D77695

Differential Revision: https://phabricator.services.mozilla.com/D77696
2020-06-05 02:35:55 +00:00
Mike Conley daad35ae28 Bug 1641546 - Make sure alwaysontop windows don't pull focus when first opening on Linux GTK. r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D77695
2020-06-05 09:16:30 +00:00