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

658627 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 0c7ee5ce30 Bug 1528314 - Remove --with-java-bin-path mozconfig entry from bootstrap suggestions. r=nalexander
Configure should just be able to find the right one. If it doesn't, that
should be fixed in configure rather than with suggestions in bootstrap.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 17:25:38 +00:00
Mike Hommey 5762785f58 Bug 1528314 - Make configure find an appropriate java via /usr/libexec/java_home on macOS. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D36561

--HG--
extra : moz-landing-system : lando
2019-07-02 17:25:05 +00:00
Mike Hommey e1e0add912 Bug 1560044 - Make Xcode checks macOS host only. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D36559

--HG--
extra : moz-landing-system : lando
2019-07-02 17:24:04 +00:00
Mike Hommey 65dabdc42b Bug 1560044 - Always use a SDK path on macOS. r=nalexander
The SDK headers may not be installed in /usr/include. The usual response
has been to have people run e.g. `open
/Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg`
which is not really sustainable.

This makes builds that happen on a macOS host try to detect their SDK
and use that as a default for --with-macos-sdk, which has the side
effect of enabling the SDK version check in that configuration.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 17:23:23 +00:00
Mike Hommey 4e854757b0 Bug 1560044 - Allow --with-macos-sdk as an option when cross-compiling on macOS. r=nalexander
Building host tools on macOS require a macOS SDK, but it's currently
not configurable when cross-compiling for e.g. Android.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 17:21:54 +00:00
Nicholas Nethercote 510b8223fb Bug 1562810 - Rename some static pref functions. r=KrisWright
Now that all static pref getters use snake_case, these renamings make sense:
- Getfoo_bar_bazPrefName() -> GetPrefName_foo_bar_baz()
- Getfoo_bar_bazPrefDefault() -> GetPrefDefault_foo_bar_baz()

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

--HG--
extra : moz-landing-system : lando
2019-07-02 22:32:09 +00:00
Boris Zbarsky 81f57ed877 Bug 1562008. Update the grammar for IDL union types to exclude Promise types. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D36238

--HG--
extra : moz-landing-system : lando
2019-07-02 22:17:40 +00:00
Andreea Pavel 7c9308d2ee Bug 1533934 - ignore SessionLifecycleTest.createFromParcel on pgo r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D36240

--HG--
extra : moz-landing-system : lando
2019-07-02 16:58:09 +00:00
Coroiu Cristina 9a0e2c3e35 Backed out 2 changesets (bug 1560134) for failures at taskcluster/taskgraph/test/test_transforms_job.py on a CLOSED TREE
Backed out changeset a14daf0a53cf (bug 1560134)
Backed out changeset 35f409d120b1 (bug 1560134)

--HG--
extra : rebase_source : 4b57900cd0cc9ef1e9841509d4d2cc6ed70cfc20
2019-07-02 19:55:52 +03:00
Daniel Varga c26cc99f02 Merge mozilla-central to autoland. On a CLOSED TREE
--HG--
extra : rebase_source : 8432641d0fafe5d0d8ad6645815bcf07e65bf320
2019-07-02 19:49:42 +03:00
Mirko Brodesser 7f1ac5a842 Bug 1562655: rename `Selection::HasSameRoot` to `HasSameRootOrSameComposedDoc`. r=masayuki
Differential Revision: https://phabricator.services.mozilla.com/D36492
2019-07-02 13:11:56 +02:00
Boris Zbarsky ef2db21d4d Bug 1562004. Disallow specifying [Global] and [Constructor] or [NamedConstructor] on the same interface. r=peterv
See https://github.com/heycam/webidl/issues/744

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

--HG--
extra : moz-landing-system : lando
2019-07-02 07:56:26 +00:00
Ryan VanderMeulen 252c38a825 Bug 1563038 - Add more trees to the candidate tree list for artifact builds. r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D36676

--HG--
extra : moz-landing-system : lando
2019-07-02 21:58:21 +00:00
Razvan Maries d8af518afa Backed out changeset a6fa0472457f (bug 1550110) for ES Lint failure. CLOSED TREE 2019-07-03 01:00:07 +03:00
Mike Shal eb11dd548a Bug 1562768 - Enable 3-tier PGO in Linux32 devedition builds; r=firefox-build-system-reviewers,chmanchester
Depends on D36543

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

--HG--
extra : moz-landing-system : lando
2019-07-02 01:13:35 +00:00
Mike Shal 194eac527d Bug 1562768 - Remove redundant linux64/devedition mozconfig PGO settings; r=firefox-build-system-reviewers,chmanchester
Bug 1553065 made this redundant by putting the profile-use mozconfig
settings in build/unix/mozconfig.unix. We no longer need them in each
leaf mozconfig.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 01:13:21 +00:00
Jeff Gilbert 406b3a60f1 Bug 1562812 - For powerPreference:Default, only keep dGPU active for consistently active contexts. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D36565

--HG--
extra : moz-landing-system : lando
2019-07-02 16:45:22 +00:00
Tom Prince d93c3f8638 Bug 1560134: Use built-in/succeed worker type for dummy jobs; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D36379

--HG--
extra : moz-landing-system : lando
2019-06-28 20:12:52 +00:00
Tom Prince c70b16ac1b Bug 1560134: [taskgraph] Allow multiple worker implementations to share a payload builder; r=dustin
Differential Revision: https://phabricator.services.mozilla.com/D36378

--HG--
extra : moz-landing-system : lando
2019-06-28 20:09:35 +00:00
Omkar Konaraddi add3b7bedd Bug 1523714 - Add tests for the display of the selected action in the urlbar action r=adw
Differential Revision: https://phabricator.services.mozilla.com/D36355

--HG--
extra : moz-landing-system : lando
2019-07-01 23:51:09 +00:00
Alex Rosenfeld 2e33d7a927 Bug 1561577 - prevent default when esc is pressed on shortcutsModal r=jlast
Prevent toggling open Split Console with escape is pressed to toggle shortcutsModal closed.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 16:23:17 +00:00
Lars T Hansen 0b091ec7d3 Bug 1562906 - Test non-booleans with explicit comparisons. r=jseward
The sharedMemoryEnabled attribute of the module environment is not a
boolean, but a true/false enum, and must be tested through an explicit
comparison with one of the enum values.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 16:18:38 +00:00
Drew Willcoxon ada1b99b5f Bug 1559179 - Quantumbar: Fix keyboard navigation when stale results are present. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D36537

--HG--
extra : moz-landing-system : lando
2019-07-02 14:24:18 +00:00
David Walsh a5e1307a53 Bug 1557895 - Provide a tooltip for directories in the sources tree r=jlast
Differential Revision: https://phabricator.services.mozilla.com/D34264

--HG--
extra : moz-landing-system : lando
2019-06-26 18:19:24 +00:00
Jason Laster e508e7c9eb Bug 1553291 - CodeMirror chokes on large minified files. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D36237

--HG--
extra : moz-landing-system : lando
2019-06-28 17:22:35 +00:00
Tim Nguyen 7ff9a0086c Bug 1558498 - Convert XUL textbox usages to HTML inputs in browser/components/preferences/connection.xul. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D36488

--HG--
extra : moz-landing-system : lando
2019-07-02 10:13:48 +00:00
Brendan Dahl 671176ff2b Bug 1562025 - Notify widget listener on size mode change in headless. r=jrmuizel
This fixes a number of headless web driver tests.

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

--HG--
extra : moz-landing-system : lando
2019-06-30 01:35:56 +00:00
Dorel Luca 88e2b90713 Backed out changeset 3b5355424e78 (bug 1499396) for geckoview failure in org.mozilla.geckoview.test.PromptDelegateTest.buttonTest 2019-07-02 18:27:54 +03:00
Paul Zuehlcke 7a5184fd90 Bug 1561973 - Disabled identity-popup full-screen test on linux. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D36318

--HG--
extra : moz-landing-system : lando
2019-07-02 11:43:52 +00:00
Martin Stransky 14cac6b6f3 Bug 1561859 - [Wayland] Expose active DRM on Wayland in about:support & telemetry, r=kats
Differential Revision: https://phabricator.services.mozilla.com/D36248

--HG--
extra : moz-landing-system : lando
2019-07-02 09:17:22 +00:00
Karan Sapolia d31233f330 Bug 1534285 - Make spacing between member functions in CacheIR.h consistent. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D35087

--HG--
extra : moz-landing-system : lando
2019-07-02 12:55:33 +00:00
Ricky Rosario 241bb63f04 Bug 1561307 - Add pref to enable/disable the What's New Panel feature r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D36545

--HG--
extra : moz-landing-system : lando
2019-07-02 14:53:14 +00:00
Benjamin Bouvier ac2e309b61 Bug 1562378: Don't leak debugging strings when not using wasm spew; r=luke
Differential Revision: https://phabricator.services.mozilla.com/D36486

--HG--
extra : moz-landing-system : lando
2019-07-01 16:52:55 +00:00
Andreas Pehrson 19c022c9e4 Bug 1405083 - Re-enable test_getUserMedia_basicScreenshare.html on linux64. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D36220

--HG--
extra : moz-landing-system : lando
2019-07-01 18:26:52 +00:00
Matthew Gaudet 680c9fdc50 Bug 1560425 - Remove old performance measurement API r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D35522

--HG--
extra : moz-landing-system : lando
2019-07-02 14:37:17 +00:00
Andreas Pehrson f4b4b49bee Bug 1560215 - Properly handle errors from VP8TrackEncoder::GetEncodedPartitions. r=bryce
In the particular case of this bug's crashtest, a dataavailable callback from
the track encoder was raised at a point when
VP8TrackEncoder::GetEncodedPartitions would not actually return any data.
This would make VP8TrackEncoder::GetEncodedTrack propagate the error and set the
recorder in an error state, and cancel any ongoing recordings.

VP8TrackEncoder::GetEncodedPartitions was changed in bug 1333341 to distinguish
end-of-stream from other, real, errors; but callsites were not updated.
This patch fixes the callsites.

Depends on D36509

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

--HG--
extra : moz-landing-system : lando
2019-07-01 17:47:29 +00:00
Andreas Pehrson 2bfda55f1e Bug 1560215 - Accomodate extra async step added by RunOnGraph. r=padenot
It leads to a race with MediaRecorder::Session::Shutdown where the RunOnGraph
runner was dispatched to the graph before, but tries to dispatch to the encoder
thread after, the encoder thread had BeginShutdown() called on it.

Allowing the encoder thread dispatch to fail in this case is reasonable and
safe.

Depends on D36508

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

--HG--
extra : moz-landing-system : lando
2019-07-02 12:03:34 +00:00
Andreas Pehrson 961162ffd8 Bug 1560215 - Add crashtest. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D36508

--HG--
extra : moz-landing-system : lando
2019-07-02 11:33:14 +00:00
Kershaw Chang c1a051b5ed Bug 1559865 - No need to set offline flag in ChildDNSService r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D35212

--HG--
extra : moz-landing-system : lando
2019-06-28 06:44:03 +00:00
Dylan Roeh 5b4527cd3a Bug 1499396 - Add basic testing for PromptDelegate. r=geckoview-reviewers,snorp
Some tests still disabled due to either test environment weirdness or actual breakage.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 13:58:06 +00:00
Tim Huang e37f90c91d Bug 1555226 - Part 6: Add tests for the mini panel and the TP switch flow. r=nhnt11
This patch adds two tests. One for ensuring the mini panel is working
correctly. Another for check the correctness of the TP switch flow.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 11:35:45 +00:00
Tim Huang 2b005d1d11 Bug 1555226 - Part 5: Add the badge alongside the TP switch toggle. r=nhnt11
This patch adds the badge at the side of TP switch toggle. The badge
will only show when the TP switch toggles to off.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 14:29:47 +00:00
Tim Huang 98769d094b Bug 1555226 - Part 4: Implementing the switch flow for the mini panel. r=nhnt11
This patch makes the mini panel been shown after page reload due to
switch the tracking protection state. The mini panel will be auto hidden
after certain time, which can be configured by the pref
'browser.protections_panel.mini_panel_auto_hide_timing'. The default
value is 5 seconds.

This also implements the behavior that showing the protections panel on
clicking the mini panel.

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

--HG--
extra : moz-landing-system : lando
2019-07-02 08:14:34 +00:00
Tim Huang aea75f2a1c Bug 1555226 - Part 3: Allow the protections panel to be opened as a mini panel. r=nhnt11
This patch implements the capability for opening the protections panel
as a mini panel. The mini panel is a protections panel which only displays
the header section.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:49:09 +00:00
Tim Huang 82dd1aaad6 Bug 1555226 - Part 2: Implementing the toggle switch flow for the TP switch section. r=nhnt11
This patch implements the toggle switch flow for the TP switch section.
It adds a strip background to the TP switch section after toggled the
switch to off. Changing the string in the TP switch section. And the
breakage link should be remained after TP switch to off from on until
the page refreshs.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:48:55 +00:00
Tim Huang e1c422448b Bug 1555226 - Part 1: Toggle the 'hasException' attribute on the protections panel after toggling the TP switch. r=nhnt11
This patch makes the 'hasException' attribtion to be toggled right after
toggling the TP switch. In order to do styling after the toggling.

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

--HG--
extra : moz-landing-system : lando
2019-06-28 12:48:46 +00:00
Chris H-C 2651b23009 Bug 1561017 - Clarify Event Telemetry docs about dynamic event categories r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D36337

--HG--
extra : moz-landing-system : lando
2019-07-01 08:25:20 +00:00
Mark Banner a2a45da4d7 Bug 1562619 - Update search tests to correctly handle Google codes on ESR. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D36506

--HG--
extra : moz-landing-system : lando
2019-07-02 11:53:29 +00:00
Daniel Varga a6b15b8b9c Backed out changeset 99f94dd8c8f1 (bug 1547669) for xpcshell failure at xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_json_parser.js. On a CLOSED TREE 2019-07-02 16:06:55 +03:00
Daniel Varga 989da387ea Bug 1083971 - Added a new line in xpcom/ds/tools/make_dafsa.py to fix lint failure 2019-07-02 16:04:46 +03:00