427373 Commits

Author SHA1 Message Date
Kartikaya Gupta
1d81392d69 Bug 1163832 - Add an API to flush pending APZ repaint requests and dispatch a notification upon completion. r=botond 2015-06-19 08:25:41 -04:00
Jacek Caban
a3df79339e Bug 1157870 - Cross compilation fixup. 2015-06-19 13:33:36 +02:00
Sylvestre Ledru
31098c91d9 Bug 1174506 - Bring back the version in the About:page of fennec r=glandium
Also update the configure to use MOZ_APP_VERSION for MOZ_APP_VERSION_ABOUT
if not found

--HG--
extra : rebase_source : bf511748c78577a2b84465bf4798ee635b036c22
2015-06-19 12:51:48 +02:00
Carsten "Tomcat" Book
550b1bc44d Backed out changeset ed0707ffd26f (bug 1000870) for ongoing test failures in test_pointerevent 2015-06-19 12:50:20 +02:00
Carsten "Tomcat" Book
f77b640be4 Backed out changeset 03655a6288c2 (bug 1000870) for test failures on test_pointerevent_capture_suppressing_mouse-manual.html 2015-06-19 12:47:16 +02:00
Carsten "Tomcat" Book
c5781cacc9 Backed out changeset 403078fbf2e2 (bug 1000870) 2015-06-19 12:45:15 +02:00
Carsten "Tomcat" Book
f6a8b31777 Backed out changeset 1a0729e5b901 (bug 1151152) for m1 test failures in test_pointerevent_pointerleave_descendant_over-manual.html on a CLOSED TREE 2015-06-19 12:04:52 +02:00
Shu-yu Guo
f40b85b6bc Bug 1171177 - Remove UNQUALIFIED_VAROBJ Shape flags in favor of Class-checking. (r=luke) 2015-06-19 01:21:14 -07:00
Shu-yu Guo
1ecb21abbd Bug 1171177 - Remove VAROBJFIX. (r=luke) 2015-06-19 01:21:14 -07:00
Shu-yu Guo
6470d92916 Bug 1165486 - Debug function to dump static scope chain of scripts. (r=efaust) 2015-06-19 01:21:14 -07:00
Shu-yu Guo
f32a260690 Bug 1165486 - Detect with scopes at parse time using the static scope chain for non-function scripts. Also cache static scope properties on SharedGlobalContext. (r=efaust) 2015-06-19 01:21:14 -07:00
Shu-yu Guo
349f34fcd3 Bug 1165486 - Use JS::CompileForNonSyntacticScope in Gecko where we used to set polluted global scope. (r=bz, rs=bholley) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
47757a1f1c Bug 1165486 - Split JS::Compile into JS::Compile and JS::CompileForNonSyntacticScope. (r=luke) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
5b3bb1e73e Bug 1165486 - Replace the PlainObj varobj with NonSyntacticVariablesObject. (r=luke) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
18c62b0b38 Bug 1165486 - Rebase yield offsets when cloning scripts. (r=jandem) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
4d706abba9 Bug 1165486 - Restructure function and script cloning in light of PollutingGlobal scope changes. (r=Waldo)
CloneFunctionObject is split into the following:

  - CloneFunctionAndScript, which deep clones the function and its
    script, giving the cloned script a new static scope chain. This is
    used for cloning singleton lambdas and JSAPI cloning. For singleton
    lambdas, the original and the clone script have the same static
    scope chain. For JSAPI cloning, a new static scope is provided
    (either null, for a clean global, or StaticPollutingGlobalObject,
    for a polluted global).

  - CloneFunctionReuseScript, which clones the function but reuses the
    script, and thus keeps the same static scope chain.

CloneScript is split into the following:

  - CloneGlobalScript, which clones a script with and gives it a new
    static scope.

  - CloneScriptIntoFunction, which clones a script into a JSFunction and
    gives it a new static scope. Cloning a script into a new function
    container requires slightly different logic to hook up the static
    scope chain before cloning inner scripts.
2015-06-19 01:21:13 -07:00
Shu-yu Guo
978c1c172b Bug 1165486 - Remove PollutedGlobalScopeOption in favor of using the static scope chain to detect non-syntactic scopes. (r=luke) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
7bdf7f20fe Bug 1165486 - Detect with scopes at parse time using the static scope chain instead of treating it as a polluted global. (r=luke) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
d55d4294b8 Bug 1165486 - Add StaticNonSyntacticScopeObjects and teach scope iterators about it. (r=luke) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
ae74146e00 Bug 1165486 - Rename hasPollutedGlobalScope to hasNonSyntacticScope. (r=luke) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
7ba00f5270 Bug 1165486 - Cleanup: use standard object allocation functions when allocating scope objects. (r=terrence) 2015-06-19 01:21:13 -07:00
Shu-yu Guo
59524ee71b Bug 1165486 - Cleanup: rename staticEvalScope to topStaticScope to prepare for the static top-level lexical scope. (r=luke) 2015-06-19 01:21:13 -07:00
Simon Montagu
fd24391154 Bug 1173689: allow column sets in an orthogonal writing mode to their container to expand in the container's block direction, r=roc 2015-06-19 01:09:19 -07:00
Milan Sreckovic
78ffa8b527 Bug 1176052 - Introduce gfxCriticalNote. r=jmuizelaar 2015-06-18 12:59:00 +02:00
Blake Wu
2fadeeff56 Bug 1175071 - Remove those codes which handles ADTS. r=jya. 2015-06-18 17:39:23 +08:00
B2G Bumper Bot
6e2f75d2c7 Bumping manifests a=b2g-bump 2015-06-17 03:32:29 -07:00
B2G Bumper Bot
c4f1fc4db5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8dc4e7b85b2a
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30489 from albertopq/performance-utility-statusbar

Bug 1172867 - Avoiding statusbar reflows when pulling the utility tray r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/441cd159a7cf
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1172867 - Avoiding statusbar reflows when pulling the utility tray
2015-06-17 03:30:28 -07:00
Jamin Liu
b092e9d032 Bug 1175067 - Switch Bluetooth marionette test set to BT API v2 and disable unsupported tests. r=joliu 2015-06-17 18:00:26 +08:00
B2G Bumper Bot
bf3062c593 Bumping manifests a=b2g-bump 2015-06-17 02:07:21 -07:00
B2G Bumper Bot
9a7bf4cc05 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b827695a312
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #30485 from steveck-chung/new-message-api-shim

Bug 1171865 - [Messages][NG] Layout mozMobileMessageShim structure, r=julienw,azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/e7023aab968b
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1171865 - [Messages][NG] Layout mozMobileMessageShim structure, r=julienw,azasypkin
2015-06-17 02:05:25 -07:00
Eddy Bruël
a58cc6de68 Bug 1164564 - Implement WorkerActor.attachThread;r=jlong 2015-06-17 10:56:58 +02:00
B2G Bumper Bot
2dc63bff3b Bumping manifests a=b2g-bump 2015-06-17 01:17:06 -07:00
B2G Bumper Bot
190fa97280 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4f6932a409d1
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #30593 from Cwiiis/bug1154055-verticalhome-handle-null-apps

Bug 1154055 - Handle defunct apps in verticalhome. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/b1b067be4425
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1154055 - Handle defunct apps in verticalhome. r=kgrandon
2015-06-17 01:15:09 -07:00
B2G Bumper Bot
3347b2f7f7 Bumping manifests a=b2g-bump 2015-06-16 22:47:23 -07:00
B2G Bumper Bot
7161b86ec2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/05cdb35a0eff
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30591 from crh0716/1061390

Bug 1061390 - Re-enable the language test in the root panel r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/7faf326ed286
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1061390 - Re-enable the language test in the root panel
2015-06-16 22:45:26 -07:00
Edoardo Putti
d06369c85e Bug 1121896 - Show when animations are running on the compositor in the animation panel. r=pbro
--HG--
extra : rebase_source : b64325cb65d0413d8802cde86285424267849de3
2015-06-17 01:40:00 -04:00
Sami Jaktholm
6821ffaba9 Bug 1173196 - Ignore 'transitionend' events for unrelated properties when minimizing or maximizing the toolbox. r=pbrosset
--HG--
extra : rebase_source : 0340587c4492c1b423346de7840c1f4cade5496f
2015-06-17 16:24:25 +03:00
Jan Odvarko
f61ce95d61 Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past
--HG--
extra : rebase_source : af67f7621d4f3a8b98f27807735f3a982987f9ee
2015-06-17 16:27:20 +02:00
B2G Bumper Bot
a81b90e341 Bumping manifests a=b2g-bump 2015-06-16 20:47:21 -07:00
B2G Bumper Bot
5920ad0acd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e4f4671cdb24
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #30609 from gasolin/issue-1174187

Bug 1174187 - [Aries][Settings] – Toggle ON graphics are blurry, r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/686d27db4a21
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1174187 - [Aries][Settings] – Toggle ON graphics are blurry, r=kgrandon
2015-06-16 20:45:24 -07:00
Dave Hylands
c2e68029e5 Bug 1173484 - Fix race caused by adding new volumes. r=aosmond
I had to rename GetDiskSpaceFree to avoid a conflict with Win32's
GetDiskSpaceFree which is really a macro (so it would up changing
stuff inside the DeviceStorageFile class).
2015-06-16 19:30:56 -07:00
Andrew Osmond
d74af6faf3 Bug 1175656 - Implement generation of recording posters in Gecko. r=dhylands,bz 2015-06-16 20:35:00 -04:00
B2G Bumper Bot
ddccac2fc1 Bumping manifests a=b2g-bump 2015-06-18 20:32:22 -07:00
B2G Bumper Bot
11086f1e96 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a2642ff2495
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30663 from KevinGrandon/reland_bug_1175353

Bug 1175353 - [Settings] Convert sound switch to use gaia-switch

========

https://hg.mozilla.org/integration/gaia-central/rev/af7616d7e24c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1175353 - [Settings] Convert sound switch to use gaia-switch
2015-06-18 20:30:24 -07:00
Wes Kocher
0fa17a5810 Merge m-c to b2ginbound, a=merge 2015-06-16 16:53:17 -07:00
jlal@mozilla.com
afae1ef0ca Backed out changeset 47ef6f3abc9f for bustage (Bug 1148941) 2015-06-16 15:58:54 -07:00
B2G Bumper Bot
0b9bfe9c6f Bumping manifests a=b2g-bump 2015-06-16 15:24:16 -07:00
B2G Bumper Bot
a51f1416bd Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f0066b01f165
Author: spark-bot <drs+sparkbot@mozilla.com>
Desc: Bump Spark apps
2015-06-16 15:23:56 -07:00
jlal@mozilla.com
8e18b5dd38 Bug 1148941 - Use set in decision task vcs pull r=auswerk
--HG--
extra : rebase_source : bfb0dd35c675649684d8e73f0b581bf5b2ad414d
2015-06-16 14:58:39 -07:00
Benoit Girard
495a19e156 Bug 1174857 - Propagate safemode to the child process. r=billm
--HG--
extra : rebase_source : 21e31bec462fa2966f5450ca2a69358219249186
2015-06-16 17:16:51 -04:00