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

598778 Коммитов

Автор SHA1 Сообщение Дата
Mats Palmgren 680ca035e7 Bug 1464883 - [css-grid] Remove a redundant ResolveGapToLength call. r=dholbert
mGridGap is already initialized in nsGridContainerFrame::Tracks::Initialize.
2018-06-04 23:18:57 +02:00
Mats Palmgren 88c6f4d992 Bug 1464882 - [css-grid] Pass the content size relevant for the specific axis rather than requiring both only to discard one value. r=dholbert 2018-06-04 23:18:56 +02:00
David Parks 87ea513dd2 Bug 1462979 - Broker HttpEndRequestA for plugin process. r=jimm
Some file uploads fail (terminate early) without this function.  Its omission from the original system was unintentional.
2018-05-29 12:27:23 -07:00
David Parks 518c9a0dc2 Bug 1462979 - Fix printf formatting in FunctionHook logging. r=jimm
Use %ls instead of %S, which is now checked by an assertion.
2018-05-29 10:49:24 -07:00
Emilio Cobos Álvarez 5a290fa7e0 No bug - Sprinkle some #[inline] on methods that have inline fast-paths. r=me
MozReview-Commit-ID: 5kOmctLTAX0
2018-06-04 21:48:43 +02:00
Emilio Cobos Álvarez 4c9a1fd0dd No bug - Sprinkle some inline in methods that are just pointer-chasing or function calls. r=me
MozReview-Commit-ID: 8G2NQPBVuXn
2018-06-04 21:46:22 +02:00
Emilio Cobos Álvarez e2aa5b98a1 Bug 1466647: Update smallbitvec to v2.1.1. r=me
Actual code changes reviewed upstream in:

  https://github.com/servo/smallbitvec/pull/12

MozReview-Commit-ID: 3vKVPMovBj
2018-06-04 21:42:55 +02:00
Emilio Cobos Álvarez 8bdd1306a8 No bug - Minor indentation cleanup. r=me
MozReview-Commit-ID: JmilaCX3rNy
2018-06-04 21:16:33 +02:00
Anny Gakhokidze 8dc3a15a90 Bug 1351193 - Part 3: Update status of affected Web-Platform tests, r=nika
Because of modifications to the DataTransfer constructors, the status of the tests that use DataTransfer objects had to be changed to reflect the fact that those tests now pass. Additionally, a test had to be deleted because it tested an obscure situation using the old Chrome only constructor.

MozReview-Commit-ID: LOWuPwh0NeW
2018-06-04 15:09:22 -04:00
Anny Gakhokidze a55a5fc2de Bug 1351193 - Part 2: Prevent content sniffing of the response in original echo-content.py, r=nika
The changes made to echo-content.py are the same as the ones made in Bug
1435781.

MozReview-Commit-ID: GEPJxuptBii
2018-06-04 15:09:20 -04:00
Anny Gakhokidze 61c5f540ba Bug 1351193 - Part 1: Added new DataTransfer constructor, r=nika
Deleted the old Chrome DataTransfer constructor because it was only used
for some tests which can be easily changed. Added a new constructor that
is not Chrome Only.

MozReview-Commit-ID: HjcgafSiWfM
2018-06-04 15:09:17 -04:00
Dorel Luca 535f1df913 Merge mozilla-central to mozilla-inbound 2018-06-04 21:48:29 +03:00
Dorel Luca 746fbfe0a7 Merge mozilla-inbound to mozilla-central. a=merge 2018-06-04 21:11:34 +03:00
Dorel Luca 8a5e435163 Backed out changeset 2426ac9d78fe (bug 1464845) for Merge conflicts with bug 1465060 2018-06-04 21:10:36 +03:00
Kearwood Gilbert 5bb50b3bf3 Bug 1463329 - Iterate over a copy of VRManagerChild::mDisplays to guard against modifications to mDisplays during the loop
--HG--
extra : rebase_source : 52f30a91d8dd8567e56aa30c9cb37a02f86dea9b
2018-05-30 14:07:13 -07:00
Valentin Gosu bfbf927306 Bug 1459666 - Ensure that DivertToParent is only called during OnStartRequest r=dragana
The bug was caused by the tcp connection not sending back any data, and just being closed right away.
So we get something like this:
FTPChannelChild::DoOnStartRequest
FTPChannelChild::DoOnStopRequest -> nsUnknownDecoder::OnStopRequest -> (data is empty) -> nsUnknownDecoder::FireListenerNotifications -> nsDocumentOpenInfo::OnStartRequest -> ExternalHelperAppChild::OnStartRequest -> ExternalHelperAppChild::DivertToParent -> FTPChannelChild::DivertToParent.

However, in nsIDivertableChannel.idl the description for divertToParent() is "divertToParent is called in the child process. It can only be called during OnStartRequest()."

Enforcing this condition seems to be enough to avoid an infinite loop. The crash was fixed by bug 1436311.
2018-06-04 20:05:56 +02:00
Justin Wood ca91860308 Bug 1466222 - fix lint error. r=me. 2018-06-04 13:20:11 -04:00
Justin Wood 42e2dd405e Bug 1466222 - Get rid of unused mobile_partner_repack.py script. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : fad8e2c9105f3aa1f88de47a7e43b82859c60da6
2018-06-04 12:36:38 -04:00
Justin Wood 6244546cda Bug 1466222 - Get rid of unused replace_dict entries and buildid parsing support. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : f399b4046f36d4040af2fc4d8fb4b2f99698bf8f
2018-06-04 12:32:50 -04:00
Justin Wood a5bcb1a345 Bug 1466222 - Get rid of unused stage_platform config entry. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 1fd45494e49ab6fef3fdd1cf950ff395c3a0b092
2018-06-03 21:09:45 -04:00
Justin Wood 82a9baf85e Bug 1466222 - Get rid of unused tools_repo config entry. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 3af97d9095d14e24bef83aeb3642ef02810c30bd
2018-06-03 21:06:48 -04:00
Justin Wood f17a296931 Bug 1466222 - Get rid of unused key_alias which was used for signature validation of android. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : bbfda908b30018725d618001326a6720e5f337e6
2018-06-03 21:04:54 -04:00
Justin Wood 53996a260f Bug 1466222 - Get rid of unused 'appName' config value and config entries for signature_verification_script. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 7c9dc0b26aabebc3f98ed6906c2b28bd72cce9aa
2018-06-03 21:03:35 -04:00
Justin Wood 1c83b8525a Bug 1466222 - Get rid of unused query_is_release_or_beta now that nothing references it. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : fc7e65213da253fa060c9d8ce340d161340422d1
2018-06-03 18:22:20 -04:00
Justin Wood d0dce2fc19 Bug 1466222 - Stop explicitly setting MOZ_PKG_VERSION. r=catlee
for "Cleanup l10n mozharness config files."

We don't need to set MOZ_PKG_VERSION anymore, since the default is the same as what query_version returns. r=catlee

See: https://dxr.mozilla.org/mozilla-central/rev/1f62ecdf59b6ecaa3c0fdda39bb296ec092a156b/toolkit/mozapps/installer/package-name.mk#13

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

--HG--
extra : rebase_source : ecc4b7a07955f274c26dd5c3d72ea906fdc15b72
2018-06-03 18:19:34 -04:00
Justin Wood 750da50d5b Bug 1466222 - query_apkfile_path is no longer used, now that we've dropped balrog logic. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : d910d06e23c9aeeee84a1c0be4e5c246740869fe
2018-06-03 16:22:25 -04:00
Justin Wood 8255ac847e Bug 1466222 - checkout_tools is now unused from l10n mozharness scripts. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 3118823db7623553fe38590800e22e4c707ed8a1
2018-06-03 10:44:06 -04:00
Justin Wood b00d486e2b Bug 1466222 - Drop unused TransferMixin from l10n mozharness scripts. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 311cb84c6b03def46a00e13a34ebc2fe929d8dae
2018-06-02 20:44:11 -04:00
Justin Wood 023d1f642c Bug 1466222 - Drop l10n mozharness virtualenv support. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : b77130fcf66ff10308b9f2b8d33fc82ea41793dc
2018-06-02 20:41:04 -04:00
Justin Wood b3d0fc5dc8 Bug 1466222 - Drop support for chunking of locale lists inside mozharness. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : a510424acaf1f6482844728265883490049861cb
2018-06-02 08:03:23 -04:00
Justin Wood aafaebfe0c Bug 1466222 - Get rid of unused query_l10n_repo. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 94fc69567020a8a219750c39c41ecd39b171a1e1
2018-06-02 07:50:40 -04:00
Justin Wood fd0042f13d Bug 1466222 - We don't sign android in the repack task, so don't allow us to validate the signature either. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : e5b3ed9e7ec1e84ed3f24950f5d4d86ef95c2079
2018-06-01 23:45:17 -04:00
Justin Wood 34ae15defb Bug 1466222 - We don't have a taskcluster-upload action anymore. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 124c72a4777b86bc74e6c37b3a8996a30c5b0a03
2018-06-01 23:34:08 -04:00
Justin Wood f3e6938953 Bug 1466222 - Don't define submit-to-balrog action nor inherit from BalrogMixin, balrog-props.json is now dead. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : f06b3de5b8bb74de8548151fa3384249f0a09ff5
2018-06-01 23:29:25 -04:00
Justin Wood 3a55d261e3 Bug 1466222 - Get rid of undefined release-config-file option. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 1a428b6140b26dec2442ea0a5ef6d66158ea88ac
2018-06-01 23:22:49 -04:00
Justin Wood ee77556ffe Bug 1466222 - Don't define {environment,branch,balrog,platform}-config arguments, let us use the --config only. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 662d907fb93990301f39f0b1c397cdf103de5dea
2018-06-01 22:23:09 -04:00
Justin Wood dd012f789d Bug 1466222 - Get rid of unreferenced purge_min_size r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : f05c287337f9639c41427a31908d7ebbfefe3cdb
2018-06-01 22:12:58 -04:00
Justin Wood 91616b9a4b Bug 1466222 - Don't define clobber action for desktop_l10n or mobile_l10n nothing uses it. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : 569ff9626ddecbe1d44d950080c0b84082965da7
2018-06-01 22:04:51 -04:00
Justin Wood 49834b8e3f Bug 1466222 - Make mar_tools_url always pull from environment. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : c469c9a98f8ab10be1757464afa21d7c4f072abd
2018-06-01 21:57:14 -04:00
Justin Wood 5a29b4ac71 Bug 1466222 - Get rid of user_repo_override which nothing sets. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : d8591cb05d86fc42bb25464ddb084f96c4df6c7d
2018-06-01 21:41:53 -04:00
Justin Wood bb79c60019 Bug 1466222 - Get rid of unused pull action, and associated repo definitions. r=catlee
for "Cleanup l10n mozharness config files."

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

--HG--
extra : rebase_source : d461c471322fa67813b7e077ec728d7198a952ae
2018-06-01 21:23:41 -04:00
Boris Zbarsky 0f159c9528 Bug 1466298 part 3. Remove nsIDOMGeoGeolocation. r=mccr8 2018-06-04 12:41:09 -04:00
Boris Zbarsky d8f459f516 Bug 1466298 part 2. Stop using do_GetService to get the non-window geolocation in C++ code. r=mccr8 2018-06-04 12:41:04 -04:00
Boris Zbarsky f550c5b2d0 Bug 1466298 part 1. Switch the geolocation service to using a singleton constructor. r=mccr8 2018-06-04 12:41:01 -04:00
Ben Kelly ac7ea6f3f6 Bug 1441932 P4 Treat same-value assignments to the LoadInfo reserved and initial ClientInfo values as no-op changes. r=mayhemer 2018-06-04 09:26:51 -07:00
Ben Kelly 85490e45e8 Bug 1441932 P3 Forward reserved client, initial client, and controller on Redirect2Verify message back to parent. r=mayhemer 2018-06-04 09:26:51 -07:00
Ben Kelly 1030889376 Bug 1441932 P2 Remove explicit ServiceWorker controller from http OnStartRequest message. r=mayhemer 2018-06-04 09:26:51 -07:00
Ben Kelly 5697bd9f89 Bug 1441932 P1 Add the ServiceWorker controller to ParentLoadInfoForwarderArgs. r=mayhemer 2018-06-04 09:26:50 -07:00
Paolo Amadini 0e1f19aabc Bug 1466467 - Tab strip overflow arrowscrollboxes have a light border around them. r=dao
The "tabbrowser-arrowscrollbox" element was the only case that didn't require the "clicktoscroll" attribute because it was bound directly to a derivate binding. This patch adds back the attribute for proper styling, also in preparation for the future work of consolidating the binding hierarchy.

MozReview-Commit-ID: HkHzGZHEMO0

--HG--
extra : rebase_source : ec308558117e5c5abd3ebde96ef39733ae5ae2ba
2018-06-04 13:11:02 +01:00
Ben Kelly e418cc65b0 Bug 1462069 P2 Make ClientManagerService forward claim() requests to the main thread SWM when the pref is set. r=baku 2018-06-04 09:10:50 -07:00