Andrea Marchesini
528066218f
Bug 1432963 - Fixing workers headers - part 8 - WorkerTargetHolder without workers namespace, r=smaug
2018-01-31 08:21:27 +01:00
Andrea Marchesini
ddb6745c9c
Bug 1432963 - Fixing workers headers - part 7 - WorkerDebugger without workers namespace, r=smaug
2018-01-31 08:21:06 +01:00
Andrea Marchesini
2e874fc833
Bug 1432963 - Fixing workers headers - part 6 - Get rid of WorkerInlines.h, r=smaug
2018-01-31 08:20:42 +01:00
Andrea Marchesini
8582d79ad5
Bug 1432963 - Fixing workers headers - part 5 - WorkerEventTarget in a separate file, r=smaug
2018-01-31 08:20:25 +01:00
Andrea Marchesini
6425dc0809
Bug 1432963 - Fixing workers headers - part 4 - WorkerThread without workers namespace, r=smaug
2018-01-31 08:20:07 +01:00
Andrea Marchesini
78d3172d73
Bug 1432963 - Fixing workers headers - part 3 - WorkerError and WorkerPrincipal without workers namespace, r=smaug
2018-01-31 08:19:51 +01:00
Andrea Marchesini
1127e83395
Bug 1432963 - Fixing workers headers - part 2 - Get rid of WorkerCrossThreadDispatcher and WorkerTask, r=smaug
2018-01-31 08:19:29 +01:00
Andrea Marchesini
c08095be82
Bug 1432963 - Fixing workers headers - part 1 - no workers namespace for SharedWorker, r=smaug
2018-01-31 08:19:10 +01:00
Dzmitry Malyshau
04332d008f
Bug 1434410: Move the WebRender revision to a separate file and include it in captures. r=kats
...
MozReview-Commit-ID: 9ZgALwny1p2
2018-01-30 23:24:55 -05:00
Nicholas Nethercote
5c975c03b1
Bug 1433982 - Make nsAtomicFileOutputStream::DoOpen() fail if the file is read-only. r=glandium
...
This means we don't leave behind prefs-<n>.js files when prefs.js is read-only.
MozReview-Commit-ID: H6KKnoYGdhH
--HG--
extra : rebase_source : 263dd6fb75204a4565c8af89e7b21fc37a10d52e
2018-01-31 10:01:26 +11:00
cku
55878616d8
Bug 1207734 - Part 6. Fix an assertion from the early pref access checking. r=billm
...
MozReview-Commit-ID: 8GgVojlNy3v
(grafted from 308a4ed50826254e195fa2f4a14334d4114bd1f9)
--HG--
extra : source : 308a4ed50826254e195fa2f4a14334d4114bd1f9
2017-12-20 11:46:13 +08:00
cku
9d27bbd0e6
Bug 1207734 - Part 5. Implement the getComputedStyle API for individual transform. r=birtles
...
MozReview-Commit-ID: 3w1kA6VCXsg
(grafted from ee81993c07a30fe5b8788d2ce6707967eb0a832a)
--HG--
extra : source : ee81993c07a30fe5b8788d2ce6707967eb0a832a
2017-12-19 14:33:09 +08:00
cku
af86c724c9
Bug 1207734 - Part 4.c. Temporarily disable async-transform for individual-transform. r=birtles
...
Since we do not support async-transform for individual-transform yet.
MozReview-Commit-ID: gfOzHpjOnQ
(grafted from dd508458f70d5473256a4bfe5a2f6bc665bbac9d)
--HG--
extra : source : dd508458f70d5473256a4bfe5a2f6bc665bbac9d
2018-01-05 14:45:05 +08:00
cku
3e93e3d1ac
Bug 1207734 - Part 4.b. Use the final combined transform in the nsDisplayTransform. r=birtles
...
MozReview-Commit-ID: CDlvzkcae0g
(grafted from 6f39ac3e180cdb1706e12f7a662cac3ac1c369d3)
--HG--
extra : source : 6f39ac3e180cdb1706e12f7a662cac3ac1c369d3
2017-12-13 01:21:41 +08:00
cku
6861051c1f
Bug 1207734 - Part 4.a. Store the final combined transform in nsStyleDisplay::mCombinedTransform. r=birtles
...
MozReview-Commit-ID: FsuaMoclnL8
(grafted from 793e73f61ee1d0035b3d9d881df4eb784da3c4e9)
--HG--
extra : source : 793e73f61ee1d0035b3d9d881df4eb784da3c4e9
2018-01-24 16:22:46 +09:00
Brian Birtles
f86be3459f
Bug 1207734 - Part 3.b. Add rotate/translate/scale to InspectorUtils::CssPropertySupportsType; r=emilio
...
MozReview-Commit-ID: AURf7fY3pyu
(grafted from 7f89dd1fa3aa276bfa49b12cdc0df950f9963406)
--HG--
extra : source : 7f89dd1fa3aa276bfa49b12cdc0df950f9963406
2018-01-25 09:18:44 +09:00
cku
0d6d6b3929
Bug 1207734 - Part 3.a. Add rotate/translate/scale properties into nsCSSPropList. r=emilio,heycam
...
MozReview-Commit-ID: 3nb365nnqGF
(grafted from 144aaad21c5689e10b531cc5f2065519bef518b4)
--HG--
extra : source : 144aaad21c5689e10b531cc5f2065519bef518b4
2017-12-06 17:58:05 +08:00
cku
1547c3552c
Bug 1207734 - Part 2. Add a preference to enable/disable individual transform. r=emilio
...
MozReview-Commit-ID: ESEWIh12anQ
(grafted from e23cbad8a498931010a496d3480b056d1781dbfa)
--HG--
extra : source : e23cbad8a498931010a496d3480b056d1781dbfa
2017-12-06 23:24:27 +08:00
cku
2ef989d9ec
Bug 1207734 - Part 1.d. Carry the computed value of individual transform in nsStyleDisplay. r=emilio
...
Add three more attributes in nsStyleDisplay
1. mSpecifiedRotate to carry computed value of 'rotate' property.
2. mSpecifiedTranslate to carry computed value of 'translate' property.
3. mSpecifiedScale to carry computed value of 'scale' property.
Since each of these tree new property can be an animation target, we have to store
them in speparate attributes, instead of putting them all in mSpecifiedTransform.
MozReview-Commit-ID: G2dBAxzyBWh
(grafted from 04fe9115ce1d189155ff9b2c89b1a656a55dd1c9)
--HG--
extra : source : 04fe9115ce1d189155ff9b2c89b1a656a55dd1c9
2017-12-06 17:17:34 +08:00
cku
73c78f04a2
Bug 1207734 - Part 1.c. Fix coding style of HasTransformStyle. r=birtles
...
MozReview-Commit-ID: 3UgIrO5qLFq
(grafted from a5b445762b46d3c247e4a57864c66454f5d58218)
--HG--
extra : source : a5b445762b46d3c247e4a57864c66454f5d58218
2018-01-15 11:12:25 +08:00
cku
a2a5d4dbd2
Bug 1207734 - Part 1.b. Do not initialize mSpecifiedTransform in ctor. r=emilio
...
nsDisplayList::mSpecifiedTransform is a RefPtr, no need put it into intialize
list.
MozReview-Commit-ID: B04gytHwb2K
(grafted from f2dc6cad129e9f5c8c8c056c934d2ed3f2e30155)
--HG--
extra : source : f2dc6cad129e9f5c8c8c056c934d2ed3f2e30155
2017-12-07 10:32:18 +08:00
cku
a79a6f0818
Bug 1207734 - Part 1.a. Implement ReleaseSharedListOnMainThread to reuse the code of releasing nsCSSValueSharedList objects hold by a style struct. r=emilio
...
MozReview-Commit-ID: IBfqulFXimi
(grafted from f5a560721ed0b41ca8c906cf6a394ce763d49949)
--HG--
extra : source : f5a560721ed0b41ca8c906cf6a394ce763d49949
2017-12-07 10:22:49 +08:00
Nils Ohlmeier [:drno]
a148913e4d
Bug 1426988
- Properly exit encoder init in error cases. r=rillian
...
--HG--
extra : rebase_source : 0fa1d6ab54499dba8da9182adeaa3117ee8c8b98
2018-01-27 11:20:43 -08:00
Geoff Brown
b3a5f2f49c
Bug 1434123 - Enable marionette trace log for reftests; r=whimboo
...
This should only add a little more logging on application startup. I am
hoping it will aid diagnosis of reftest startup hangs.
2018-01-30 17:45:59 -07:00
Coroiu Cristina
b37de77499
Merge mozilla-central to inbound a=merge on a CLOSED TREE
2018-01-31 02:16:08 +02:00
Coroiu Cristina
4854a65d8c
Backed out 3 changesets (bug 1368699) for bustage on Android L10n nightlies a=backout
...
Backed out changeset e16fc8abd345 (bug 1368699)
Backed out changeset 35a5db01b6ae (bug 1368699)
Backed out changeset 7297a1e8c4ff (bug 1368699)
2018-01-31 01:59:23 +02:00
Luke Wagner
d75320da51
Bug 1434030 - Baldr: re-optimize stack limit and JSContext retrieval (r=jandem)
...
--HG--
extra : rebase_source : 8a916e402f8d1980310df93401be6a83a396da93
2018-01-30 17:53:10 -06:00
Shane Caraveo
0fb829b692
Bug 1408194 prevent using find api on about urls
2018-01-30 16:55:54 -07:00
Sebastian Hengst
732cb1d98b
merge mozilla-inbound to mozilla-central. r=merge a=merge
2018-01-31 00:22:27 +02:00
Kartikaya Gupta
8db17de82f
Bug 1421380 - Enable gfx.webrender.hit-test by default. r=jrmuizel
...
This causes some mochitests to fail.
MozReview-Commit-ID: J2AjM0qKVE5
--HG--
extra : rebase_source : 21102068e9eca65f56bafb76cb623dbdbf0bfb3a
2018-01-29 16:35:10 -05:00
Kartikaya Gupta
7f809749df
Bug 1421380 - Don't do a composite of WR rendered frames unless a composite is requested. r=nical
...
We sometimes render frames for hit-testing consistency requirements but
those frames don't need compositing. This goes with webrender PR 2358.
MozReview-Commit-ID: D6DRF040D5a
--HG--
extra : rebase_source : fd5dadc35a6f6a54b385f535d4ae9c6e34f3a779
2018-01-29 16:35:10 -05:00
Josh Matthews
16f7bb4a43
servo: Merge #19908 - Double the sccache timeout (from servo:jdm-patch-9); r=emilio
...
Fixes #19907 .
Source-Repo: https://github.com/servo/servo
Source-Revision: 86b7af5db55ac340517318c0305dacf00208dd96
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c25a8ada5e20ac0d08bf7cd2eb17261ff11cc8e0
2018-01-30 10:59:18 -06:00
Kirk Steuber
fac065190c
Bug 1429129 - Add enterprise policy to remove "Set As Desktop Background" context menu option r=Felipe,Gijs
...
MozReview-Commit-ID: EdVKcujYUh4
--HG--
extra : rebase_source : 747a24e0181b6c9cfbfeda1ad247d118439ef766
2018-01-29 13:24:26 -08:00
Dan Minor
ef3c58e0e6
Bug 1433005 - Simplify codec pruning in NegotiateCodecs; r=bwc
...
--HG--
extra : rebase_source : 648d672c3e1f5ff2d3c8c35e548a8d7fc994b8af
2018-01-26 11:46:51 -05:00
Alfred Peters
a5c14a463b
Bug 1412213 - Content-Type MIME-header - Skipping a parameter without an '='. r=mayhemer
2018-01-29 14:36:00 -05:00
Boris Zbarsky
a5927e6ebd
Bug 1428610 part 8. Remove unnecessary Item() method. r=emilio
...
MozReview-Commit-ID: 6MQXVA0toiG
2018-01-30 14:48:27 -05:00
Boris Zbarsky
4c01bdc27f
Bug 1428610 part 7. Make the nsICSSDeclaration length API nicer. r=emilio
...
MozReview-Commit-ID: 2gs8npBJFJY
2018-01-30 14:48:27 -05:00
Boris Zbarsky
c49370b74a
Bug 1428610 part 6. Give nsICSSDeclaration::GetPropertyPriority a nicer signature. r=emilio
...
MozReview-Commit-ID: 4H2zADwdo5L
2018-01-30 14:48:27 -05:00
Boris Zbarsky
4278814e5c
Bug 1428610 part 5. Make nsICSSDeclaration::Get/SetCSSText have nicer signatures. r=emilio
...
MozReview-Commit-ID: B25qvxKj9CW
2018-01-30 14:48:26 -05:00
Boris Zbarsky
59d4896eb6
Bug 1428610 part 4. Move the nsCSSPropertyID overload of nsICSSDeclaration::SetPropertyValue to nsDOMCSSDeclaration. r=emilio
...
MozReview-Commit-ID: 8BzCHahJjwv
2018-01-30 14:48:26 -05:00
Boris Zbarsky
335a24f297
Bug 1428610 part 3. Move the nsCSSPropertyID overload of nsICSSDeclaration::GetPropertyValue down to nsDOMCSSDeclaration. r=emilio
...
MozReview-Commit-ID: FHrkptqa2hZ
2018-01-30 14:48:26 -05:00
Boris Zbarsky
7c83759ad4
Bug 1428610 part 2. Change Element::GetSMILOverrideStyle to return nsDOMCSSAttributeDeclaration. r=emilio
...
MozReview-Commit-ID: 9R6ywUEKagK
2018-01-30 14:48:26 -05:00
Boris Zbarsky
eb99a6d933
Bug 1428610 part 1. Devirtualize nsICSSDeclaration::GetDocGroup. r=emilio
...
MozReview-Commit-ID: 7OGRkYTjTSQ
2018-01-30 14:48:26 -05:00
Boris Zbarsky
1d5c2e332a
Bug 1434273. Make nsGenConImageContent's inheritance match the way it's used. r=mccr8
...
MozReview-Commit-ID: AYL4iZkMJiH
2018-01-30 14:48:26 -05:00
Sam Reading-Thompson, Robin Hodda, Joseph Fergusson
a1d164d893
Bug 1429017 - Added spotlight upon clicking view in preferences in address autofill doorhanger r=MattN
...
--HG--
extra : rebase_source : 4b99af0c9373b98a72844ba028a32683e52aca18
extra : histedit_source : b3e9fd0b160b19b51e85b3d56f43d8809960b6d7
2018-01-22 16:02:55 -08:00
George Dan, Ryan Neilsen, Dylan Turner
4cbac2527f
Bug 1387632: Rename ProfileStorage module to FormAutofillStorage. r=MattN
...
--HG--
rename : browser/extensions/formautofill/ProfileStorage.jsm => browser/extensions/formautofill/FormAutofillStorage.jsm
extra : rebase_source : aa456b06046f1d995d65bec13044cde081559061
extra : histedit_source : 620bdb1c33de4b4b656066ea6432826f3631c3b4
2018-01-30 14:44:59 -08:00
arthur.iakab
62a3ab0fa8
Merge mozilla-central to mozilla-inbound
2018-01-31 00:45:33 +02:00
Gijs Kruitbosch
714c763d13
Bug 1432870, r=bz
...
--HG--
extra : rebase_source : 0719a9b6d5833e73c7f23f923359674e40cd310e
2018-01-30 12:07:08 +00:00
Coroiu Cristina
a99bb3598e
Backed out changeset a5214fb4d5c7 (bug 1434308) for failing xpcshell at dom/indexedDB/test/unit/test_wasm_recompile.js
2018-01-31 00:01:32 +02:00
Boris Zbarsky
b48329cce4
Bug 1434390. Mostly get rid of GetCssTextImpl. r=emilio
...
MozReview-Commit-ID: 5fejArxQckq
2018-01-30 16:30:08 -05:00