Tooru Fujisawa
3c8b68b860
Bug 1234880 - Part 2: Remove ObservableObject. r=jryans
2016-01-07 16:50:53 +09:00
Tooru Fujisawa
2dfab1922c
Bug 1234880 - Part 1: Stop using ObservableObject in app-projects. r=jryans
2016-01-07 16:50:53 +09:00
Xidorn Quan
9fc560132a
Bug 1237175 - Fix case of identifier of prefixed visibility API warning. r=smaug
...
--HG--
extra : source : f6bdb716be8108cd610ba75180582df8b9597c7c
2016-01-08 14:34:08 +11:00
Xidorn Quan
68c176f928
Bug 1230408 - Move suppress line break check out from control of SkipParentDisplayBasedStyleFixup. r=dbaron
...
The flag SkipParentDisplayBasedStyleFixup is for flex/grid fixup, and it is set
for all pseudo elements other than before/after. This is not desirable for ruby
case.
Moving the code out also means elements will inherit the suppress flag directly
from "display: contents" parent (instead of the container), which is fine since
the parent should have had its flag set properly as well.
--HG--
extra : source : ab8d1c650ec6aa41cb165c278de9e06182a0c733
2016-01-08 14:34:08 +11:00
Chris Pearce
bf16ee017a
Bug 1237836 - Backout 3bae9aee9d8a for test failures. r=backout
2016-01-08 15:43:27 +13:00
Morris Tseng
1ae8baf23c
Bug 917505 - Add WEBGL_compressed_texture_es3 support. r=jgilbert r=smaug
...
--HG--
extra : commitid : 96pBvjbX0be
2016-01-08 10:12:22 +08:00
Morgan Phillips
5d77a85f0a
Bug 1138906 - Fix invalid test in ecma_6/TypedArray/map-and-filter.js; r=evilpie
...
--HG--
extra : rebase_source : d69a3deadf4f26cbb19fbf85af1e4d0a9f51817e
2016-01-07 16:20:28 -06:00
Chris Pearce
4bd82d79ea
Bug 1237836 - Add support for MetadataTags to MediaFormatReader. r=jya
...
--HG--
extra : rebase_source : fdfd6ff1dc5ae2f298d50201859663aee5a6f45d
2016-01-08 13:22:53 +13:00
Wes Kocher
5dc969feaf
Merge m-c to inbound, a=merge
...
--HG--
extra : commitid : INlFpPea1z2
2016-01-07 17:15:58 -08:00
Wes Kocher
84ab0024b9
Merge inbound to central, a=merge
...
--HG--
extra : commitid : KP5Y6jJmTp5
2016-01-07 17:12:05 -08:00
Wes Kocher
5b52b8c20a
Merge fx-team to central, a=merge
...
--HG--
extra : commitid : G8bubLAHlYY
2016-01-07 16:35:32 -08:00
Timothy Nikkel
c25fd82201
Bug 1237821. Use displayport getter for image visibility in the (unused) display list builder based image visibility code. r=botond
...
This matches the frame walker image visibility code. This change should have been made to both at the same time. This fixes that mistake.
2016-01-07 18:27:49 -06:00
Timothy Nikkel
6a24899c5f
Bug 1194851. Change the GetDisplayPort API to take an optional RelativeTo parameter, instead of having that expressed in the function name. r=botond
2016-01-07 18:27:49 -06:00
Timothy Nikkel
4e74899f7a
Bug 1194851. Rename GetDisplayPortRelativeToScrollPort back to GetDisplayPort. r=botond
2016-01-07 18:27:49 -06:00
Timothy Nikkel
3c7c901321
Bug 1194851. Split GetDisplayPort callers into GetDisplayPortRelativeToScrollPort and GetDisplayPortRelativeToScrollFrame. r=botond
...
Temporarily rename GetDisplayPort to GetDisplayPortRelativeToScrollPort for the duration of this patchset.
This means that every caller of GetDisplayPort is guaranteed to be touched by this patchset (assuming it compiles), and thus each call site can be checked in review to make sure it is relative to the correct coordinate system.
2016-01-07 18:27:49 -06:00
Timothy Nikkel
a83245ddd4
Bug 1194851. Change GetDisplayPortForVisibilityTesting into GetDisplayPortRelativeToScrollFrameForVisibilityTesting since it has only one user. r=botond
...
Also update the other image visibility GetDisplayPort. It will get changed to GetDisplayPortRelativeToScrollFrameForVisibilityTesting in another bug.
2016-01-07 18:27:49 -06:00
Timothy Nikkel
859f318413
Bug 1194851. Introduce GetDisplayPortRelativeToScrollFrame. r=botond
2016-01-07 18:27:49 -06:00
Timothy Nikkel
f06c43de07
Bug 1194851. Always store the displayport base relative to the scrollport (not the scroll frame). r=botond
...
This also has the side effect of making the computation that takes place in GetDisplayPortFromMarginsData happen relative to the scrollport. As opposed to some things relative to the scroll port, and some things relative to the scroll frame.
2016-01-07 18:27:49 -06:00
Timothy Nikkel
f42493831a
Bug 1194851. Change GetOrMaybeCreateDisplayPort into just MaybeCreateDisplayPort, and make it only return a bool, and not the displayport rect. r=botond
...
This makes the one caller that needs the displayport rect have to ask for it seperately.
The reason for this is later in the patch series we need to add "RelativeToScrollFrame/Port" to all displayport getters, but there is no semantically good way to do that to the name GetOrMaybeCreateDisplayPort.
2016-01-07 18:27:48 -06:00
Timothy Nikkel
bf347397f1
Bug 1194851. Make ViewportHasDisplayPort only return a bool, not the displayport rect. r=botond
...
This makes the one caller that needs the displayport rect have to ask for it seperately.
The reason for this is later in the patch series we need to add "RelativeToScrollFrame/Port" to all displayport getters, but there is no semantically good way to do that to the name ViewportHasDisplayPort.
2016-01-07 18:27:48 -06:00
Timothy Nikkel
65f6bdf96f
Bug 1194851. Change one instance of GetDisplayPort to HasDisplayPort. r=botond
2016-01-07 18:27:48 -06:00
Wes Kocher
67bd7924e0
Backed out changeset 72f014c66fe8 (bug 1237040) for breaking builds on windows 8
...
--HG--
extra : commitid : Bbf1lc2O69r
2016-01-07 11:47:47 -08:00
Mark Finkle
273d2c6fbb
Bug 1237632 - Enable support for environment/profile/creationDate on Android r=gfritzsche
2016-01-07 14:13:27 -05:00
Fernando Campo
88f78499bf
Bug 1205661 - Blue shade of icon in toolbar does not match other blue icons. r=mikedeboer
2016-01-07 19:07:31 +00:00
Robert Strong
eaafce8b7f
Bug 1237040 - Add configure.in support for NSIS 3.0b3 and remove support for NSIS 2.46u and NSIS 3.0a1. r=gps
2016-01-07 10:34:23 -08:00
B2G Bumper Bot
cd44b3ab48
Bumping manifests a=b2g-bump
2016-01-07 08:19:47 -08:00
Wander Lairson Costa
278765e3d9
Bug 1236655 - Update buildbot step script in phone-builder images r=garndt
...
--HG--
extra : commitid : FFxb8iqptpJ
2016-01-07 13:42:42 -02:00
Johan Lorenzo
8971d17e5f
Bug 1236947 - [tc-gip] Retrieve and store logcat r=garndt
...
--HG--
extra : commitid : HyckgSeYhAb
extra : rebase_source : d161c5975666dc67958e754407d936598440b25a
2016-01-07 16:34:03 +01:00
B2G Bumper Bot
4c30c5ced3
Bumping manifests a=b2g-bump
2016-01-07 07:35:31 -08:00
B2G Bumper Bot
6e06006cbe
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e51159a1a86d
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1237618 - Disable apps/keyboard/test/marionette/uninstallation_test.js
========
https://hg.mozilla.org/integration/gaia-central/rev/8d4d8bfaefbd
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1235881 - Disable apps/system/test/marionette/browser_video_test.js
2016-01-07 07:34:09 -08:00
Johan Lorenzo
a888a475ca
Backed out changeset 9e922c947ddd
...
--HG--
extra : commitid : IA6FZUQ0H4d
2016-01-07 16:32:23 +01:00
Johan Lorenzo
5ece99ac24
Bug 1236947 - [tc-gip] Retrieve and store logcat r=garndt
...
--HG--
extra : commitid : BINHH7CH6qo
extra : histedit_source : 5ef8126d29148d211158c9160af01c3b612da43f%2C2170b5caeca4ab7e077cdc328265a0c26686099c
2016-01-07 16:27:28 +01:00
Johan Lorenzo
194b1268d3
Backout Bug 1236947 - [tc-gip] Retrieve and store logcat
...
--HG--
extra : commitid : KO1gwlLhlI8
2016-01-07 16:24:55 +01:00
Eugen Sawin
eb48990941
Bug 1073224 - [3.2] Add fallback mechanics for device orientation sensors on Android (and fix style). r=snorp
2016-01-07 15:23:40 +01:00
Eugen Sawin
f65cc759d8
Bug 1073224 - [2.1] Accept rotation vector device sensor listeners in tests. r=vlad
2016-01-07 15:23:39 +01:00
Eugen Sawin
c927fec54a
Bug 1073224 - [1.2] Use SENSOR_ROTATION_VECTOR for DOM DeviceOrientation events on Android. r=vlad
2016-01-07 15:23:33 +01:00
Andrea Marchesini
89d54361e0
Bug 1237588 - One of the File::Create methods is not used, r=smaug
2016-01-07 13:34:53 +00:00
Olli Pettay
403580fa4c
Bug 1237462 - Enable test_mutationobservers.html with e10s, r=mccr8
2016-01-07 15:13:40 +02:00
Jan de Mooij
afca9e02d4
Bug 1236546 - Don't deoptimize in ObjectGroup::defaultNewGroup when we have a null proto. r=bhackett
2016-01-07 14:01:52 +01:00
Eddy Bruel
4a221d8be9
Bug 1211903
- WorkerDebugger should live on the main thread;r=khuey
2016-01-07 13:35:31 +01:00
Jon Coppeard
9cbc4da5ee
Bug 1233179 - Allow bytecode emitter to access module environment before module declarations are instantiated r=shu
2016-01-07 12:04:50 +00:00
Jon Coppeard
2c15b490cf
Bug 1237153 - Fix gcparam() parameter verification to not allow negative numbers r=terrence
2016-01-07 12:04:50 +00:00
Jan Horak
5a90e8dbd8
Bug 1205643 - Move scrollbar borders to slider to receive button events. r=karlt
2016-01-06 23:55:00 -05:00
Jim Mathies
d52bf97565
Bug 1107702 - Try to avoid internal memory exhaustion problems with the Windows api GetAdaptersInfo by making a priming call to the api during startup. r=jesup
2016-01-07 13:57:42 -06:00
Kate McKinley
82579c5c6c
Bug 1195881 - Pass userContext through NeckoParent and TabChild. r=tanvi, r=sicking
2016-01-07 10:51:04 -08:00
Ian Stakenvicius
06e4a6f988
Bug 1168219 - Make nsIWidget::Configuration::mChild a smart pointer on widget/qt too. r=froydnj
2016-01-07 09:45:00 -05:00
Bogdan Postelnicu
fe8207f2b1
Bug 1237227 - Check the return of context->GetDisplayRootPresContext() for validity. r=roc
...
--HG--
extra : rebase_source : 08147418a911616ac41b0fa62b33a8f39513fcff
2016-01-06 04:32:00 -05:00
Bogdan Postelnicu
8fe4f7adbf
Bug 1237272 - Only for Coverity - check arg1, arg2 and arg3 for validity. r=luke
...
--HG--
extra : rebase_source : e7b198b821f002a5e719b982954e5a08af9a5e45
2016-01-07 01:00:00 -05:00
Boris Zbarsky
e7df3e8700
Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug
2016-01-05 15:05:23 -05:00
Boris Zbarsky
f1705741f0
Bug 1230172. Update CSS.escape to never throw and instead replace U+0000 with U+FFFD, per recent spec change. r=dbaron
2016-01-05 15:05:23 -05:00