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

613226 Коммитов

Автор SHA1 Сообщение Дата
Francois Marier 947b258b04 Bug 1488951 - Put a limit on how long FastBlock runs. r=mayhemer,Ehsan. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D5098

--HG--
extra : source : e97cfb1a3f88d0e76e4dfd665aa5f7713881558a
extra : amend_source : 905f3af0cf7a94014d41734f66eea4bfc2c5e15e
2018-09-11 18:17:12 +00:00
Narcis Beleuzu 58a7fd02d7 Backed out changeset 59f5c546faa2 (bug 1490119) for artifact build failures. CLOSED TREE 2018-09-11 22:15:59 +03:00
Edwin Gao edc30e1b35 Bug 1488327 - Use new ADBDevice.reverse in Raptor r=rwood
Changed two occurrences of _cmd['reverse', port, port] to use the create_socket_connection method from 1484238.
Added code at end of clean_up() to remove opened socket connections.

Checked via manual execution of raptor-speedometer that opened reverse socket connections are removed at conclusion of test.

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

--HG--
extra : moz-landing-system : lando
2018-09-07 20:11:55 +00:00
Narcis Beleuzu 3c3da81ebc Backed out changeset e97cfb1a3f88 (bug 1488951) by bhearsum`s request. 2018-09-11 22:01:36 +03:00
Pavel Slepushkin 21f7f10fe9 Bug 1471888 - [mozprofile] Add support for Python 3. r=davehunt
Bug 1471888 - [mozprofile] Add support for Python 3.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 18:58:05 +00:00
Francois Marier e1f72beb97 Bug 1488951 - Put a limit on how long FastBlock runs. r=mayhemer,Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D5098

--HG--
extra : moz-landing-system : lando
2018-09-11 18:17:12 +00:00
Ben Hearsum 687bbc8aee bug 1490119: Add build system bits for building dep updater. r=rstrong
This patch gets us building an updater binary that always embeds the dep certificates (instead of release or nightly). It gets installed to its own directory, and a subsequent patch will get us creating a test package that includes it.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 18:15:44 +00:00
Brad Werth 15674b4d46 Bug 1434963 Part 3: Remove style struct mutation in nsStyleDisplay::FinishStyle. r=emilio
Depends on D5341

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

--HG--
extra : moz-landing-system : lando
2018-09-11 18:11:19 +00:00
Brad Werth 0af3cd1d2f Bug 1434963 Part 2: Expand the Parser trait to allow anonymous CORS to be applied. r=emilio
Depends on D5106

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

--HG--
extra : moz-landing-system : lando
2018-09-11 18:11:05 +00:00
Brad Werth 1795d0bec9 Bug 1434963 Part 1: Change Gecko_ImageValue_Create to take a CORS mode argument. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D5106

--HG--
extra : moz-landing-system : lando
2018-09-11 18:11:02 +00:00
Miko Mynttinen dfecd7597f Bug 1490370 - Exit early when there is no scrollbar content to add r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D5548

--HG--
extra : moz-landing-system : lando
2018-09-11 18:12:47 +00:00
Emilio Cobos Álvarez 07c734225f Bug 1490311 - Remove some other unused constructors / setters. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D5545
2018-09-11 20:08:23 +02:00
Emilio Cobos Álvarez a575c819f6 Bug 1490311 - Remove unused NS_ROUND_OFFSET_TO_PIXELS and SetColumnRuleWidth. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D5541
2018-09-11 20:08:22 +02:00
Emilio Cobos Álvarez 4f5102032f Bug 1490311 - Remove useless nsStyleFont constructor. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D5533
2018-09-11 20:08:20 +02:00
Emilio Cobos Álvarez e1f2213a03 Bug 1490311 - Remove unused nsStyleFont::{EnableZoom, UnZoomText}. r=dholbert
Differential Revision: https://phabricator.services.mozilla.com/D5530
2018-09-11 20:08:19 +02:00
Luca Greco 0a4bdf7e7e Bug 1470466 - Use a different telemetry histogram key for the userScripts injection. r=janerik,mixedpuppy
This patch adds a new telemetry histogram for the userScripts injection time and adds an additional test case to verify that the expected telemetry histograms are being updated.

This phabricator revision depends on the following bugs and their related mozreview requests:

- [Bug 1437861](https://bugzilla.mozilla.org/1437861) Implement userScripts.register and execute userScripts js code in isolated sandboxes (https://reviewboard.mozilla.org/r/219856/)
- [Bug 1437864](https://bugzilla.mozilla.org/1437866) Implement userScripts API methods to allow an extension to inject custom APIs in the isolated userScripts sandboxes (https://reviewboard.mozilla.org/r/220630/)

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

--HG--
extra : moz-landing-system : lando
2018-09-11 10:11:26 +00:00
Luca Greco fd88da28d9 Bug 1437864 - Implement userScripts API methods to allow an extension to inject custom APIs in the isolated userScripts sandboxes. r=zombie,mixedpuppy
MozReview-Commit-ID: 3GIFhnxMJVn

Depends on D4354

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

--HG--
extra : moz-landing-system : lando
2018-09-11 10:09:50 +00:00
Luca Greco 049cf75aa4 Bug 1437864 - Save a copy of the Error and Promise globals from extension context before they can be redefined. r=zombie,mixedpuppy
MozReview-Commit-ID: ALNJDiBwZL7

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

--HG--
extra : moz-landing-system : lando
2018-09-11 10:08:03 +00:00
Luca Greco aa17481856 Bug 1437861 - Implement userScripts.register and execute userScripts js code in isolated sandboxes. r=zombie,mixedpuppy
This patch introduces the userScripts API namespace and the userScripts.register API method,
which allows an extension to register some javascript code to run on the matched webpages
into an isolated sandbox (whereas all the content scripts from the same extension run in
a per-window sandbox shared by all the extension content scripts).

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

--HG--
extra : moz-landing-system : lando
2018-09-11 10:06:30 +00:00
Luca Greco e5063cc5ef Bug 1486761 - Add installTelemetryInfo to addon installed from EnterprisePolicies. r=mkaply
Differential Revision: https://phabricator.services.mozilla.com/D5549

--HG--
extra : moz-landing-system : lando
2018-09-11 16:22:24 +00:00
Henri Sivonen 0b01108591 Bug 1489098 - Remove useless use of PromiseFlatString. r=peterv
MozReview-Commit-ID: 10JE4PRp8i0

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

--HG--
extra : moz-landing-system : lando
2018-09-11 17:17:05 +00:00
Emilio Cobos Álvarez 6f20e824b9 Bug 1489863 - Add a crashtest. r=dholbert
This crashtest is simpler than the one from bug 1489287, so I think we should
land it.

Differential Revision: https://phabricator.services.mozilla.com/D5523
2018-09-11 19:08:16 +02:00
Emilio Cobos Álvarez 3bd3cd63e5 Bug 1489287 - Always try to eagerly-place a floating first-letter frame. r=mats
To avoid its deferred reflow potentially killing continuations that are parented
to the parent of the letter frame.

This rolls back to the behavior previous to bug 488725 just for this case, until
we fix it properly in bug 1490281. This also fixes bug 1489863.

Differential Revision: https://phabricator.services.mozilla.com/D5521
2018-09-11 19:07:58 +02:00
Dennis Schubert 1ad62746a4 Bug 1452783 - Enable Report Site Issue menu button for Beta users. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D5287

--HG--
extra : moz-landing-system : lando
2018-09-11 16:44:27 +00:00
Dave Townsend 8d88440082 Bug 1490342: Make NUMBER_OF_PROFILES opt-out. r=Dexter
Differential Revision: https://phabricator.services.mozilla.com/D5551

--HG--
extra : moz-landing-system : lando
2018-09-11 16:37:12 +00:00
Nicolas Chevobbe 94ac209d03 Bug 1490279 - Enable reverse search before running reverse search tests; r=bgrins.
This is needed for beta since, for now, we only enable
reverse search on Nightly.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 16:16:02 +00:00
Tom Prince ba07358ef8 Bug 1488518: Generate bouncer product names declaratively; r=bhearsum
Differential Revision: https://phabricator.services.mozilla.com/D5477

--HG--
extra : moz-landing-system : lando
2018-09-11 15:27:17 +00:00
Tom Prince f093e454da No bug: [taskgraph] Simplify logic in bouncer-locations job; r=mtabara
The bouncer products are configured per-project with the same values everywhere.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 15:33:00 +00:00
Michael Cooper 316eb7f548 Bug 1442712 - Re-enable about_studies tests r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D5285

--HG--
extra : moz-landing-system : lando
2018-09-11 10:37:42 +00:00
Connor Sheehan ef46abf75d Bug 1461992: only indent 2 spaces in export_telemetry_schema.py output r=ted
:mreid sent a review of my pull request and informed me that the
JSON schemas used in the data pipeline are all 2-space indented.
If we want to use this script to generate any future changes to
the build system schema, we should make sure it outputs data
correctly.

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

--HG--
extra : moz-landing-system : lando
2018-08-28 18:15:34 +00:00
Cosmin Sabou bc5a7500cd Backed out changeset cfd695493ec7 (bug 1488417) for causing mochitest failures on test_browserElement_inproc_ExecuteScript. CLOSED TREE 2018-09-11 17:43:32 +03:00
Michael Ratcliffe 435b3473b5 Bug 1457330 - TypeError: quads is undefined r=pbro
Just added a little more caution to the box model highlighter when getting quads.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 13:40:39 +00:00
Honza Bambas 7ca705dba4 Bug 1488039 - Don't log cancelled CORS requests as errors, r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D4855

--HG--
extra : moz-landing-system : lando
2018-09-04 11:20:57 +00:00
Cosmin Sabou 9c18e93e7a Backed out changeset eb09c8368a11 (bug 1490272) for wpt reftests failures on mask-opacity-1e. CLOSED TREE 2018-09-11 16:39:48 +03:00
Jan Odvarko f26bf4140b Bug 1488915 - Migrate toolbox-process-window.xul to HTML; r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D5255

--HG--
rename : devtools/client/framework/toolbox-process-window.xul => devtools/client/framework/toolbox-process-window.html
extra : moz-landing-system : lando
2018-09-10 17:14:57 +00:00
Jason Orendorff d3a1e8ea56 Bug 1488417 - Even better error message on property access on undefined/null variable. r=jwalden
Differential Revision: https://phabricator.services.mozilla.com/D5197

--HG--
extra : moz-landing-system : lando
2018-09-11 13:00:52 +00:00
James Graham facbfce078 Bug 1490272 - Use the marionette reftest implemenation on Windows r=ato
Differential Revision: https://phabricator.services.mozilla.com/D5519

--HG--
extra : moz-landing-system : lando
2018-09-11 12:46:55 +00:00
Marco Bonardo 9d3272d9a5 Bug 1489402 - Middle-clicking a link from the address bar dropdown may apply the wrong overflow effect on the URL. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D5444

--HG--
extra : moz-landing-system : lando
2018-09-11 03:02:50 +00:00
Masayuki Nakano 63856d6d6e Bug 1485929 - Create HTMLEditor::RefreshInlineTableEditingUIInternal() for internal use r=m_kato
HTMLEditor::RefreshInlineTableEditingUI() is an XPCOM method.  Therefore,
we should create a non-virtual method for internal use.

Additionally, this patch makes related methods safer for nested calls of
ShowInlineTableEditingUI() and HideInlineTableEditingUI().  If
ShowInlineTableEditingUI() and RefreshInlineTableEditingUIInternal() detects
hiding or replacing current UI, they return error to make the callers stop
handling anything for new UI.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 12:10:54 +00:00
Cosmin Sabou 80e58fff22 Backed out changeset 30ec08a53991 (bug 1471888) for awsy test failures. CLOSED TREE 2018-09-11 15:12:53 +03:00
Cosmin Sabou 3a76399ecb Backed out changeset 19e2c611e889 (bug 1442755) for wpt reftest failures. CLOSED TREE 2018-09-11 15:11:02 +03:00
Pavel Slepushkin 05853e660a Bug 1471888 - [mozprofile] Add support for Python 3. r=davehunt
Bug 1471888 - [mozprofile] Add support for Python 3.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 11:34:50 +00:00
Martin Stransky 3d7f73594c Bug 1442755 - Redraw titlebar widgets when application focus changes and draw inactive titlebar with GTK_STATE_FLAG_BACKDROP state, r=jhorak
Differential Revision: https://phabricator.services.mozilla.com/D5409

--HG--
extra : moz-landing-system : lando
2018-09-11 11:01:26 +00:00
Cosmin Sabou 5294f1000c Merge mozilla-central to autoland. a=merge
--HG--
rename : layout/tools/reftest/bootstrap.js => layout/tools/reftest/api.js
rename : layout/tools/reftest/install.rdf => layout/tools/reftest/manifest.json
extra : rebase_source : 69518845c89f7d49cb2644ee5110ff21bf46578d
2018-09-11 13:14:31 +03:00
Cosmin Sabou de7676288a Merge mozilla-inbound to mozilla-central. a=merge 2018-09-11 13:06:37 +03:00
Martin Stransky 7aca24afe9 Bug 1489499 - Don't call gtk_header_bar_get_decoration_layout() to get titlebar layout, r=jhorak
We don't set gtk_header_bar_set_decoration_layout() so we don't need to query the layout
by gtk_header_bar_get_decoration_layout(). That means we don't need to create the GtkHeaderBar
at startup when titlebar rendering is disabled.

Also unify window/header bar construction at CreateHeaderBarWidget() and assert when the widgets
are already created.

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

--HG--
extra : moz-landing-system : lando
2018-09-11 08:56:13 +00:00
Margareta Eliza Balazs e620c683cb Backed out 2 changesets (bug 1474488) for causing failures in build/src/obj-firefox/dist/include/mozilla/Assertions.h CLOSED TREE
Backed out changeset ffce46424c69 (bug 1474488)
Backed out changeset e4b9fa5f7592 (bug 1474488)
2018-09-11 10:59:28 +03:00
Jon Coppeard 3656412576 Bug 1490055 - Refactor to remove callback passed when finishing a parse task r=nbp 2018-09-11 08:18:37 +01:00
Jon Coppeard a175b526df Bug 1490055 - Use JSContext's temp LifoAlloc for off-thread parsing r=nbp 2018-09-11 08:18:37 +01:00
Jon Coppeard 0358bed5a7 Bug 1490055 - Use SystemAllocPolicy for ParseTask which can be used by both main thread and helper thread contexts r=nbp 2018-09-11 08:18:37 +01:00