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

706589 Коммитов

Автор SHA1 Сообщение Дата
Jeff Gilbert 591b976783 Bug 1633628 - Vender: Don't use ClearView if we previously used dual source blending on Intel gen6. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D74137
2020-05-08 19:28:53 +00:00
Kashav Madan 2a30c1ebe6 Bug 1585496 - Add a crashtest for bug 1584467, r=nika
Crashes without 25bc8db24a5a, as expected.

Differential Revision: https://phabricator.services.mozilla.com/D74444
2020-05-08 18:39:28 +00:00
Geoff Brown 1c32970a45 Bug 1635834 - Install minidump_stackwalk in 'mach bootstrap'; r=nalexander
Install minidump_stackwalk as part of 'mach bootstrap' so that it is readily available
for generating crash reports, if desired.

Differential Revision: https://phabricator.services.mozilla.com/D74442
2020-05-08 19:09:43 +00:00
Agi Sferro 6b2ccb034a Bug 1634493 - Re-read the policy object when exporting extensions. r=snorp
WebExtensionPolicy.getByID(id) will return a stub when called earlier during
startup. Once the startup process is complete, this object is sawpped with the
real extension policy.

Before this patch, we used to hold onto the stub object, which makes it so that
we read incorrect values even though we are waiting for the policy to be ready.

To fix this we just read the result value of the readyPromise promise.

Differential Revision: https://phabricator.services.mozilla.com/D74459
2020-05-08 19:59:49 +00:00
Chris Fronk af8a02cc9d Bug 1512991 - Add JsonWriteFunc::Write to take string length. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D72560
2020-05-08 16:24:31 +00:00
Molly Howell 2caf2e9712 Bug 1636445 - Skip applying profile refresh button styles in high-contrast. r=agashlin
Differential Revision: https://phabricator.services.mozilla.com/D74417
2020-05-08 19:07:53 +00:00
Jared Wein 846382dc54 Bug 1633090 - Cache the result of the empty password checks. r=cmartin
Differential Revision: https://phabricator.services.mozilla.com/D72426
2020-05-08 18:32:45 +00:00
Narcis Beleuzu 2a7e80bbbb Backed out 3 changesets (bug 1635001) for causing bustages on RemoteContentController.cpp . CLOSED TREE
Backed out changeset 62d98215d177 (bug 1635001)
Backed out changeset bc73609fc638 (bug 1635001)
Backed out changeset 26daca5f7dab (bug 1635001)
2020-05-08 23:41:40 +03:00
Narcis Beleuzu d4b69fe1cb Backed out 2 changesets (bug 1634557) for xpcshell failures on test_TelemetryController.js . CLOSED TREE
Backed out changeset 267872a67dca (bug 1634557)
Backed out changeset dd18c3fa87f4 (bug 1634557)
2020-05-08 23:12:08 +03:00
Narcis Beleuzu 58a833221c Backed out 9 changesets (bug 1634253) for bc failures on browser_bug295977_autoscroll_overflow.js . CLOSED TREE
Backed out changeset d41b75c1f7ec (bug 1634253)
Backed out changeset 5f8a1ee17b81 (bug 1634253)
Backed out changeset 43eda078b405 (bug 1634253)
Backed out changeset e98212a74709 (bug 1634253)
Backed out changeset 855e222ceb14 (bug 1634253)
Backed out changeset 9f01acdf4367 (bug 1634253)
Backed out changeset ea62cb1ec472 (bug 1634253)
Backed out changeset fa3e7588e7d6 (bug 1634253)
Backed out changeset 139e7035e736 (bug 1634253)
2020-05-08 23:09:31 +03:00
Narcis Beleuzu 469605f230 Backed out changeset 2586af74cbf9 (bug 1633368) for bc failures on browser_sma_show_migration_wizard.js . CLOSED TREE 2020-05-08 23:04:07 +03:00
Brindusan Cristian dbbdb12921 Backed out changeset ef394674c1b8 (bug 1636186) for bustages at WindowContext.h. CLOSED TREE 2020-05-08 21:42:46 +03:00
Edwin Takahashi ed464212e2 Bug 1608837 - do not normalize web-platform-test paths in writeruntimes r=ahal
Changes:

After some iterations, it turns out that normalization of the test paths returned by web-platform-tests is unnecessary for the time being.

  - removed normalization of the test paths from `writeruntimes`.
  - updated manifest-runtime JSON files for all three platforms.

Differential Revision: https://phabricator.services.mozilla.com/D74264
2020-05-08 15:59:37 +00:00
Dan Minor 5c53ff71b6 Bug 1164187 - Add pref for rtx; r=bwc
Off by default until we land repaired-rid support.

Differential Revision: https://phabricator.services.mozilla.com/D72231
2020-05-08 18:12:15 +00:00
Dan Minor 1355b5f885 Bug 1164187 - Do not switch ssrcs for packets with rtx and ulpfec packet types; r=bwc
With rtx enabled, we can't just switch ssrcs when we receive a packet with an
unrecognized ssrc. This changes the ReceiveRTPPacket call to take the entire
rtp header, and then examines the payload type. If the payload type is
associated with rtx or ulpfec, the ssrc will not be changed. This is what is
done by the libwebrtc unsignaled ssrc change code, so this behaviour should
match what Chrome does.

Differential Revision: https://phabricator.services.mozilla.com/D72230
2020-05-08 18:12:05 +00:00
Sergio Garcia Murillo 8a1430ae7a Bug 1164187 - Plumb rtx through peerconnection and conduits; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D72229
2020-05-08 18:11:44 +00:00
Dan Minor 9efa9bb6b0 Bug 1164187 - Add new JsepSessionTests for rtx; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D72228
2020-05-08 18:11:19 +00:00
Sergio Garcia Murillo daaa798f22 Bug 1164187 - Update JsepSessionTest for rtx; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D72226
2020-05-08 18:11:11 +00:00
Dan Minor 6a3b43fa14 Bug 1164187 - Add jsep support for rtx; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D72225
2020-05-08 18:10:59 +00:00
Dan Minor 2143491530 Bug 1164187 - Add sdp unit test for rtx; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D72224
2020-05-08 18:10:46 +00:00
Sergio Garcia Murillo d15b1feb18 Bug 1164187 - Add support for parsing rtx fmtp parameters in sipcc; r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D72223
2020-05-08 18:10:34 +00:00
Dan Minor daf262752e Bug 1164187 - Fixes to RtxParameters; r=bwc
This changes the constructor to not take any parameters for consistency
with how the other parameters are handled. It also fixes serialization, the
current code will output an ascii character rather than the numeric value.

Differential Revision: https://phabricator.services.mozilla.com/D72222
2020-05-08 18:10:16 +00:00
Chris AtLee d08430e9aa Bug 1577110: Switch geckodriver signing to use toolchain tasks r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D72754
2020-05-08 18:03:50 +00:00
Luca Greco 1d21ffa905 Bug 1614653 - Remove abuse-report-frame.js and move openAbuseReport into extensions.js. r=mstriemer
Depends on D71616

Differential Revision: https://phabricator.services.mozilla.com/D74420
2020-05-08 16:08:47 +00:00
Luca Greco 927e8e1f94 Bug 1614653 - Move into browser_html_abuse_report.js all test tasks previously shared by multiple test files. r=mstriemer
Depends on D71615

Differential Revision: https://phabricator.services.mozilla.com/D71616
2020-05-08 16:04:12 +00:00
Luca Greco e7a2904b65 Bug 1614653 - Remove the extensions.abuseReports.openDialog pref and the related implementation and XUL elements from about:addons. r=mstriemer,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D71615
2020-05-08 16:03:45 +00:00
Nika Layzell 6995af532e Bug 1636186 - Remove unnecessary CookieJarSettingsArgs data from WindowContext, r=timhuang
The entire CookieJarSettingsArgs is currently being synced into every content
process, when only two fields of that structure are actually needed.

Those two fields are extracted from the CookieJarSettingsArgs and synchronized
separately to avoid leaking information such as principals into every content
process.

Differential Revision: https://phabricator.services.mozilla.com/D74258
2020-05-08 18:05:11 +00:00
Nika Layzell 5b5f1a77c5 Bug 1634596 - Avoid switching into a new process if an ancestor is discarded, r=farre
This is a temporary workaround for the crashes this can cause. A more thorough
fix to discarded ancestor issues will be implemented in bug 1634759.

Differential Revision: https://phabricator.services.mozilla.com/D74101
2020-05-08 18:04:51 +00:00
Ricky Stewart 9f954bebdb Bug 1634646 - When running Firefox for pgo, use text mode for log output r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D74310
2020-05-08 17:08:45 +00:00
Kate Hudson 836f133a2d Bug 1633368 - Document and separate SpecialMessageActions r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D72633
2020-05-08 15:29:18 +00:00
Kagami Sascha Rosylight 5ae938ffc0 Bug 1630704 - Merge XUL methods to nsIFrame r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D74335
2020-05-08 17:31:35 +00:00
Sylvestre Ledru 3f6e5b5d16 Bug 1636499 - tier build doc - polish the doc after import r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D74429
2020-05-08 17:22:40 +00:00
Sylvestre Ledru 0020d33ca2 Bug 1636499 - ride along - add support of strikethrough r=marco
Depends on D74427

Differential Revision: https://phabricator.services.mozilla.com/D74428
2020-05-08 16:57:28 +00:00
Sylvestre Ledru a2e9cfd308 Bug 1636499 - tier build doc - import the mdn page r=froydnj
https://developer.mozilla.org/docs/Mozilla/Supported_build_configurations

Depends on D74422

Differential Revision: https://phabricator.services.mozilla.com/D74427
2020-05-08 17:04:51 +00:00
Sylvestre Ledru 8455797365 Bug 1636499 - Remove a (very) outdated page r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D74422
2020-05-08 16:48:28 +00:00
Robert Helmer aa9713dbf5 Bug 1634557 - add new browser.telemetry.submitEncryptedPing for Pioneer v2 r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D73525
2020-05-07 22:52:47 +00:00
Robert Helmer 381fb21947 Bug 1634557 - add support to Telemetry for encrypted pings, for Pioneer v2 r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D73524
2020-05-08 17:20:42 +00:00
Emma Malysz f1842454d9 Bug 1634031, lazy load appmenu and extension notification panel by using a template r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D73389
2020-05-08 16:53:45 +00:00
Ryan VanderMeulen fd1ec3e717 Bug 1636528 - Update pdf.js to version 2.5.153. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D74430
2020-05-08 17:02:43 +00:00
Julian Descottes dfdca5ac67 Bug 1619681 - Run DevTools node tests during phabricator code reviews r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D74326
2020-05-08 16:52:28 +00:00
Steve Fink 856b780afe Bug 1633625 - Wrap timing code up in a FrameHistory class r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73985
2020-05-08 16:45:14 +00:00
Steve Fink 72e6a5c89d Bug 1633625 - Redo how load parameters are displayed, and fix invalid inputs for them r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73984
2020-05-08 16:45:10 +00:00
Steve Fink 0d2e3423c9 Bug 1633625 - Drop default #garbage piles from 8 million to 8. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73983
2020-05-08 16:45:06 +00:00
Steve Fink 00c6920acf Bug 1633625 - Changed how allocation loads are started/stopped r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73982
2020-05-08 16:45:02 +00:00
Steve Fink 96e3f93514 Bug 1633625 - Extract out a load cycle manager r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73981
2020-05-08 16:44:58 +00:00
Steve Fink 72ce28c40f Bug 1633625 - Move load parameters into the appropriate part of the web UI r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73952
2020-05-08 16:44:55 +00:00
Steve Fink 38c44b0ab3 Bug 1633625 - Complete the renaming of "garbage total" to "garbage piles" r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D73950
2020-05-08 16:44:52 +00:00
Itiel ceaa636d49 Bug 1634247 - Fix separators in the Web Developer menu r=dao
Differential Revision: https://phabricator.services.mozilla.com/D73906
2020-05-08 15:33:18 +00:00
Ted Campbell 1d79b56866 Bug 1636306 - Allow existing group in setTypeForScriptedFunction. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D74356
2020-05-08 14:08:06 +00:00
Dylan Roeh cfe61718b3 Bug 1628388 - Add ACCEPT_FIRST_PARTY_AND_ISOLATE_OTHERS to CookieBehavior to support dFPI and add a setting to control it to GVE. r=esawin,geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D73473
2020-05-08 15:51:09 +00:00