Franziskus Kiefer
231f3c3fd6
Bug 1317947 - land NSS 0x6353ce63e18f, r=me
2016-12-23 06:00:57 +01:00
Wes Kocher
25645ecbc9
Merge m-c to inbound, a=merge
2016-12-22 18:44:47 -08:00
Wes Kocher
60785fce6d
Merge inbound to central, a=merge
...
MozReview-Commit-ID: I54WGOLqHI2
2016-12-22 18:37:07 -08:00
Ehsan Akhgari
41b2cc8dd4
Bug 1325255 - Don't crash during shutdown if the deserialization of the principal fails; r=bkelly
2016-12-22 15:09:12 -05:00
Sebastian Hengst
8b13894203
Backed out changeset d539253e91ae (bug 1313276
) for failing own test paint-on-maskLayer-1c.html on Android debug. r=backout
2016-12-22 20:16:20 +01:00
Sebastian Hengst
dc41e31e4c
Backed out changeset d90a8fc45b74 (bug 1313276
)
2016-12-22 20:15:40 +01:00
Sebastian Hengst
056db35cc3
Backed out changeset f9e979367a0c (bug 1313276
)
2016-12-22 20:15:36 +01:00
Hammad Akhtar
f9115424f2
Bug 1325429 - fix formatting in transforms.rst; r=dustin
...
MozReview-Commit-ID: 5C85qk9Asqp
--HG--
extra : rebase_source : 55c224143d4d2de286d8f4459072c3031ae43b49
2016-12-23 00:27:40 +05:30
Grisha Kruglov
e05b65163b
Bug 1320798 - Re-order context menu items for Activity Stream r=ahunt
...
MozReview-Commit-ID: Ldt0H5XQxsz
--HG--
extra : rebase_source : f5467ada9237ad4db1ce8b481e7c29bcce6e6ec5
2016-12-21 14:30:50 -08:00
Mark Banner
071c48e792
Bug 1325374 - Specify more globals in browser.js/nsBrowserGlue.js, and start fixing up some of places. r=mossop
...
MozReview-Commit-ID: C22lTfaUzHB
--HG--
extra : rebase_source : 8d186d18814a84363ebf2657dd7584a26edd845f
2016-12-22 12:14:05 +00:00
Mark Banner
59a8c923af
Bug 1325339 - tools/lint/eslint/eslint-plugin-mozilla isn't being linted. r=mossop
...
MozReview-Commit-ID: ImgANPcndoF
--HG--
extra : rebase_source : 0eb85c185d907ac9c07ba26662f60dbb81511610
2016-12-22 10:53:51 +00:00
Sebastian Hengst
010d63ba33
Bug 1324280 - Revert MarginLayoutParamsCompat with setting margin left/right by current layout direction: lint style fixes. r=lint-fixes
2016-12-22 18:52:34 +01:00
Tobias Schneider
7702c68f7a
Bug 1324209 - Safely iterate over mIntersectionObservers in nsDocument::NotifyIntersectionObservers. r=mstange
...
MozReview-Commit-ID: DmtTUiCObHM
2016-12-21 11:36:41 -08:00
Timothy Nikkel
b46e1a9d16
Bug 1325296. RasterImage::LookupFrame does not return a surface if it was created as a result of a sync decode from with the FLAG_SYNC_DECODE_IF_FAST flag. r=aosmond
...
The Decode call may result in synchronously creating the surface, but we only check again if the surface is there for FLAG_SYNC_DECODE, not FLAG_SYNC_DECODE_IF_FAST.
All of the decoding we do during painting is of the type FLAG_SYNC_DECODE_IF_FAST, which means it would be useless to do that decoding synchronously during painting because the paint doesn't benefit from the result of that decoding.
Looking at the history of this code it looks like https://hg.mozilla.org/mozilla-central/rev/435df926eb10 (part 6 of bug 1119774) was where this bug was introduced. Before that changeset we always did another LookupFrameInternal call after the Decode (called WantDecodedFrames back then). But that changeset changed it to only be done for standard sync decodes, not "sync decode if fast".
2016-12-22 13:15:41 -06:00
Boris Zbarsky
9023b20a12
Bug 1325028 part 5. Change nsGlonalWindow::CanMoveResizeWindows to take CallerType. r=bkelly
2016-12-22 11:06:32 -08:00
Boris Zbarsky
7cd914777b
Bug 1325028 part 4. Remove IsCallerChrome use from nsGlobalWindow::MoveTo/MoveBy. r=bkelly
2016-12-22 11:06:32 -08:00
Boris Zbarsky
5323953edf
Bug 1325028 part 3. Remove IsCallerChrome use from nsGlobalWindow::ResizeTo/ResizeBy/SizeToContent. r=bkelly
2016-12-22 11:06:32 -08:00
Boris Zbarsky
1fa084f663
Bug 1325028 part 2. Remove IsCallerChrome use from the various things called via SetReplaceableWindowCoord. r=bkelly
2016-12-22 11:06:30 -08:00
Boris Zbarsky
d6423562a1
Bug 1325028 part 1. Remove IsCallerChrome use from nsGlobalWindow's .content getter. r=bkelly
2016-12-22 11:05:55 -08:00
Boris Zbarsky
61f31dce10
Bug 1325016 part 5. Switch ScreenOrientation's angle getter to use the caller-type version of ResistFingerprinting. r=bkelly
2016-12-22 11:05:55 -08:00
Boris Zbarsky
34eeff8638
Bug 1325016 part 4. Switch ScreenOrientation's type getter to use the caller-type version of ResistFingerprinting. r=bkelly
2016-12-22 11:05:55 -08:00
Boris Zbarsky
c81e62f1b1
Bug 1325016 part 3. Switch ScreenOrientation's DeviceAngle getter to use the caller-type version of ResistFingerprinting. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
1ba3c2ac4b
Bug 1325016 part 2. Switch ScreenOrientation's deviceType getter to use the caller-type version of ResistFingerprinting. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
224a0a59a6
Bug 1325016 part 1. Remove some unused nsIDOMScreen functions. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
d22d7aafa4
Bug 1320801 part 5. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's devicePixelRatio getter. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
fe08a55fa4
Bug 1320801 part 4. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's mozInnerScreenX/mozInnerScreenY getters. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
7f7978f0f7
Bug 1320801 part 3. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's orientation getter. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
97b0a23beb
Bug 1320801 part 2. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's screenX/screenY getters. r=bkelly
2016-12-22 11:05:54 -08:00
Boris Zbarsky
454eaf81d5
Bug 1320801 part 1. Switch from ShouldResistFingerprinting to ResistFingerprinting (use the caller type, not the document principal) in nsGlobalWindow's outerWidth/outerHeight getters. r=bkelly
2016-12-22 11:05:54 -08:00
Kit Cambridge
4797a3b6cd
Bug 1319175 - Switch to JSONFile
for tracker persistence. r=markh
...
MozReview-Commit-ID: 6nhGe9aHSk3
--HG--
extra : rebase_source : 43449f689a47287e034b80d3cbdd2fd5fbba44ab
2016-12-20 12:25:27 -07:00
Kit Cambridge
a509364284
Bug 1319175 - Add a data
setter and beforeSave
hook to JSONFile
. r=MattN
...
* The `data` setter sets the backing data object to a new value, and
flips `dataReady` so that `ensureDataReady` and `load` don't read
stale data from disk. This can be used to clear existing data.
* The `beforeSave` hook is called from `_save`, as part of the deferred
task. This can be used to create intermediate directories containing
the file, or run other pre-save tasks that shouldn't be interrupted
by shutdown.
MozReview-Commit-ID: AzOx7u2Rali
--HG--
extra : rebase_source : 42c0235774ca34e097e858b6ef796c4d1bd4f122
2016-12-19 08:32:29 -08:00
cku
cf76a763d0
Bug 1313276
- Part 3. Test case. r=mstange
...
MozReview-Commit-ID: sPVvPpJZaz
--HG--
extra : rebase_source : 702252706677ab1c924b88d85d6d326c6577312c
extra : intermediate-source : 22b0ddfbbd9d698359658dccc067d787651d17ba
extra : source : 9445600b11bff11823966979175999fb60383e78
2016-12-20 06:08:00 +08:00
cku
8abbd30968
Bug 1313276
- Part 2. Add comment for bug 1323912. r=mstange
...
MozReview-Commit-ID: CetQxWIr1sq
--HG--
extra : rebase_source : 64d7bde4138773f7923166db7120fe4683d357bc
extra : source : d306c622c34e8290dc22212928eed6e817f0c182
2016-12-16 12:52:21 +08:00
cku
f2114f97f8
Bug 1313276
- Part 1. Draw clip-path-basic-shape onto mask layer. r=mstange
...
MozReview-Commit-ID: ICZiy84AFfi
--HG--
extra : rebase_source : 9862f64480946e08edaa9157f26f7e82fc8ea5a8
extra : source : 9fe78d3eab3725c5838acf705843694c69197e05
2016-12-16 10:56:07 +08:00
Jalen Adams
dbbd5c4ff8
Bug 1324171 - Use 'Search' as placeholder text instead of as a label in-front of search fields. r=jaws
...
MozReview-Commit-ID: 8eZ7Hy9DTuy
--HG--
extra : rebase_source : 048ea553743bf917508ae5016c7b8e3ecb5b7ed4
2016-12-22 11:32:40 -05:00
Sebastian Hengst
aec0bd379b
Backed out changeset 5bc2005e01a6 (bug 1063162) for failing own test caret-color-01.html at least on OSX and Windows 8 x64. r=backout
2016-12-22 17:44:43 +01:00
Sebastian Hengst
0c01725b19
Backed out changeset 148e65bd3f3b (bug 1063162)
2016-12-22 17:43:34 +01:00
jordan9769
4d5da8328a
Bug 1322251 - Remove browser.preferences.animateFadeIn and its code; r=jaws
...
MozReview-Commit-ID: 5gDD4C2Lkjd
--HG--
extra : rebase_source : efee55d1a4e754f503a0bd5c3d388b7364e3d33c
2016-12-21 22:08:22 +05:30
Wander Lairson Costa
4b0a3a4f7a
Bug 1322921: Schedule macosx talos tests on Taskcluster. r=dustin
...
MozReview-Commit-ID: 4N35ecA2yFN
--HG--
extra : rebase_source : 45c3c63a0879b3e4ff1236d386e63a6a149cd20f
2016-12-20 09:14:01 -02:00
Carsten "Tomcat" Book
a7d93dcbb8
Merge mozilla-central to autoland
2016-12-22 16:26:34 +01:00
Carsten "Tomcat" Book
477c85db33
merge autoland to mozilla-central a=merge
2016-12-22 16:18:39 +01:00
ffxbld
23f28a53dc
No bug, Automated blocklist update from host bld-linux64-spot-228 - a=blocklist-update
2016-12-22 06:39:43 -08:00
ffxbld
b5a44671db
No bug, Automated HPKP preload list update from host bld-linux64-spot-228 - a=hpkp-update
2016-12-22 06:39:40 -08:00
ffxbld
77d7531276
No bug, Automated HSTS preload list update from host bld-linux64-spot-228 - a=hsts-update
2016-12-22 06:39:38 -08:00
Wes Kocher
ac40ca3ec3
Backed out changeset c4ae65fa000a (bug 1305622) for turning test_bug704320.html nearly permafail on android a=backout
...
MozReview-Commit-ID: E2XLLZxbEYH
2016-12-21 16:32:21 -08:00
Carsten "Tomcat" Book
e8b62ac15b
merge mozilla-inbound to mozilla-central a=merge
2016-12-21 16:57:08 +01:00
Carsten "Tomcat" Book
b02bbd404a
merge autoland to mozilla-central a=merge
2016-12-21 16:54:24 +01:00
ffxbld
0be466c8a9
No bug, Automated blocklist update from host bld-linux64-spot-345 - a=blocklist-update
2016-12-21 06:22:19 -08:00
ffxbld
717f53e3e0
No bug, Automated HPKP preload list update from host bld-linux64-spot-345 - a=hpkp-update
2016-12-21 06:22:16 -08:00
ffxbld
18ac50f6f1
No bug, Automated HSTS preload list update from host bld-linux64-spot-345 - a=hsts-update
2016-12-21 06:22:14 -08:00