Commit Graph

266402 Commits

Author SHA1 Message Date
Shu-yu Guo
335cec2303 Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest) 2015-10-06 14:00:30 -07:00
Shu-yu Guo
398d2a7df4 Bug 589199 - Fix jit-tests and js reftests. (r=efaust) 2015-10-06 14:00:30 -07:00
Shu-yu Guo
0cfb008b6d Bug 1202902 - Support non-syntactic extensible lexical scopes. (r=billm) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
e763b51eb8 Bug 589199 - Fix up the global lexical scope when merging off-thread compiled scripts. (r=bhackett) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
cdc1225070 Bug 589199 - Fix eval static scope to play with the global lexical scope. (r=efaust) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
51254613ba Bug 589199 - Support global lexicals in Ion. (r=jandem) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
53e43e7079 Bug 589199 - Support global lexicals in Baseline. (r=jandem) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
aa056e1598 Bug 589199 - Support global lexicals in the interpreter. (r=efaust) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
a0b6071608 Bug 589199 - Parse and emit bytecode for global lexicals. (r=efaust) 2015-10-06 14:00:29 -07:00
Shu-yu Guo
14b3cad16b Bug 589199 - Make a global lexical scope and hook it up to JS entry points. (r=efaust) 2015-10-06 14:00:28 -07:00
Shu-yu Guo
3b740a0bc6 Bug 589199 - Mark non-global lexical scopes are non-extensible. (r=efaust) 2015-10-06 14:00:28 -07:00
Shu-yu Guo
506f0016c7 Bug 589199 - Cleanup: remove unused DEPTH_SLOT from BlockObject. (r=efaust) 2015-10-06 14:00:28 -07:00
Nicholas Hurley
dc055ac132 Bug 1197847 - Disallow folded headers in h2. r=mcmanus
This also fixes a lot of situations in which we could get a compression
state out of sync with the server, which would be Very Bad.
2015-09-22 19:58:14 -07:00
Nicholas Hurley
21e066bf79 Bug 1197847 - make debugging h2 and spdy test servers easier. r=mcmanus 2015-10-05 13:13:05 -07:00
Terrence Cole
3a2c41638f Bug 1211031 - Use WeakRef to manage the LazyScript to JSScript back-reference; r=jandem 2015-10-02 15:29:34 -07:00
Terrence Cole
0937a72750 Bug 1211022 - Add a type specialization for weak C++ GC thing references; r=sfink 2015-09-30 09:39:34 -07:00
Jim Mathies
2be13fbc92 Bug 1137944 - Add plugin window handling for apz related notifications received by the content process. r=mstange 2015-10-06 14:23:25 -05:00
Jim Mathies
bd98fb307e Bug 1137944 - Add tests. r=roc 2015-10-06 14:23:24 -05:00
Jim Mathies
056e72fa10 Bug 1137944 - Add a pref to control plugin window hiding. r=roc 2015-10-06 14:23:24 -05:00
Jim Mathies
8b1beff09d Bug 1137944 - Add support for hiding plugin windows during async dom scroll operations managed in the content process. r=roc 2015-10-06 14:23:24 -05:00
Jim Mathies
84b34afc13 Bug 1137944 - On Windows defer composition until we receive confirmation plugin window metrics have been updated. r=roc 2015-10-06 14:23:24 -05:00
Jim Mathies
7701df2c7e Bug 1137944 - Move plugin window metrics updates to a point during comososition where we know the remote layer tree is hooked up to the chrome layer tree. r=matt.woodrow 2015-10-06 14:23:24 -05:00
Jim Mathies
ed504f6d1a Bug 1137944 - Cache compositor plugin update data to avoid sending updates to the main thread when the data doesn't change. r=roc 2015-10-06 14:23:24 -05:00
Jim Mathies
6579ed3968 Bug 1196539 - Add plugin window visibility tests. r=roc 2015-10-06 14:23:24 -05:00
Jim Mathies
8b842ac996 Bug 1196539 - Apply plugin config using AutoResolveRefLayers during composition. r=matt.woodrow 2015-10-06 14:23:24 -05:00
Joel Maher
4014d02821 Bug 1211889 - [mozharness] prepare to split mochitest-chrome into chunks (c1, c2, c3). r=armenzg 2015-10-06 15:19:28 -04:00
Wes Kocher
18b7fcf702 Merge m-c to inbound, a=merge 2015-10-06 12:16:50 -07:00
Wes Kocher
0c8dcaa333 Merge b2ginbound to central, a=merge 2015-10-06 12:14:33 -07:00
Wes Kocher
0c22ebf1e0 Merge fx-team to central, a=merge 2015-10-06 12:07:33 -07:00
Eric Rahm
98fe7788c7 Bug 1194555 - Part 6: Run reporters asynchronously. r=njn,jld 2015-10-06 11:23:36 -07:00
Eric Rahm
f2b2a50da6 Bug 1194555 - Part 5: Add option for async memory reporters. r=njn 2015-10-06 11:23:35 -07:00
Eric Rahm
7440eba788 Bug 1194555 - Part 4: Rename GetReportsState PendingProcessesState. r=njn 2015-10-06 11:23:34 -07:00
Eric Rahm
a911eaa772 Bug 1194555 - Part 3: Remove |getReportsForThisProcess| from the nsIMemoryReporterManager interface. r=njn
|getReportsForThisProcess| differs from |getReports| in that it is limited to current process and is synchronous. When asynchronous memory reporters are added the function will no longer be able tobe synchronous. There isn't much utility in only measuring the current process, so we can remove the function and switch existing users to |getReports|.
2015-10-06 11:23:33 -07:00
Eric Rahm
c53df066b3 Bug 1194555 - Part 2: Remove |explicit| attribute from nsIMemoryReporterManager. r=njn
The calculation of |explicit| relies on the synchronous |getReportsForThisProcess|, once we have asynchronous reporters this will no longer work. As it is currently referenced in the about::memory tests we can just remove it.
2015-10-06 11:23:32 -07:00
Eric Rahm
4f0682a3b9 Bug 1194555 - Part 1: Remove RunReportersForThisProcess. r=njn
RunReportersForThisProcess is no longer used and will no longer work once we have async reporters.
2015-10-06 11:23:31 -07:00
Eric Rahm
bf6c7af6ed Bug 1194555 - Part 0: Cleanup GetReportsState constructor. r=njn
Move GetReportsState ctor to the impl so that mChildrenPending doesn't have
to be heap allocated.
2015-10-06 11:23:30 -07:00
Jordan Lund
2ddf767c5a Bug 1210631 - enable b2gdroid variant across all of trunk, r=dustin 2015-10-06 11:16:44 -07:00
Jordan Lund
66d82c52f5 Bug 1210247 - create a separate tooltool manifest for b2gdroid and add custom NDK-r10e to manifest, r=dustin 2015-10-06 11:16:00 -07:00
B2G Bumper Bot
388399fd1d Bumping manifests a=b2g-bump 2015-10-06 10:08:12 -07:00
B2G Bumper Bot
0710b53f09 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32ae3240869f
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #32243 from yzen/bug-1210284

Bug 1210284 - hiding achievements for 2.5

========

https://hg.mozilla.org/integration/gaia-central/rev/72f7bb63a7fa
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1210284 - hiding achievements for 2.5. r=gasolin, timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/8abe157b54a4
Author: Wes Kocher <kwierso@gmail.com>
Desc: Revert "Merge pull request #32238 from Cwiiis/bug1210737-new-homescreen-startup-opt-order" for gij(7) failures

This reverts commit 882697838fa66da51c0a90a4f658f95b578d788b, reversing
changes made to 7de63eb140861ffcb5865fdca5f2fa1ba9f6d8c9.
2015-10-06 10:05:20 -07:00
Alexander Surkov
a94a922597 Bug 873438 - Implement IAccessible2_2::accessibleWithCaret, r=yzen 2015-10-06 12:36:47 -04:00
B2G Bumper Bot
d3adbd3a15 Bumping manifests a=b2g-bump 2015-10-06 08:35:21 -07:00
B2G Bumper Bot
989d95ad93 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/81fac00e111e
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #32165 from JohanLorenzo/bug-1210047

Bug 1210047 - test_system_notification_bar.py : TimeoutException: Tim…

========

https://hg.mozilla.org/integration/gaia-central/rev/42bc056ea1f5
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1210047 - test_system_notification_bar.py : TimeoutException: TimeoutException: Timed out after 10.1 seconds

========

https://hg.mozilla.org/integration/gaia-central/rev/223492be5ae7
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #32136 from JohanLorenzo/bug-1209562

Bug 1209562 - test_fmradio_frequency_dialer.py : UnicodeEncodeError: …

========

https://hg.mozilla.org/integration/gaia-central/rev/f4e00e25c130
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1209562 - test_fmradio_frequency_dialer.py : UnicodeEncodeError: 'decimal' codec can't encode character u'\u2068' in position 0: invalid decimal Unicode string
2015-10-06 08:30:37 -07:00
B2G Bumper Bot
ded5e763f2 Bumping manifests a=b2g-bump 2015-10-06 08:13:58 -07:00
B2G Bumper Bot
1f65fd7b21 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea4a112483b2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #30325 from mikehenrty/bug-1166075-permission-shb

Bug 1166075 - Use regular software home button for permission prompt …

========

https://hg.mozilla.org/integration/gaia-central/rev/c14c386b88fe
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1166075 - Use regular software home button for permission prompt in fullscreen mode
2015-10-06 08:10:14 -07:00
Mark Banner
8c53d8fd48 Bug 1208047 - Close the dropdown menu for sharing on Loop's conversation window as soon as an item is clicked, rather than leaving it open in a potentially confusing state. r=mikedeboer 2015-10-06 16:05:50 +01:00
Brian Grinstead
ec703b86f5 Bug 1211017 - Show URL as the title in worker toolboxes;r=ejpbruel 2015-10-06 08:04:36 -07:00
B2G Bumper Bot
2d99f430b5 Bumping manifests a=b2g-bump 2015-10-06 07:58:40 -07:00
B2G Bumper Bot
8bea5106a5 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c9b3c40fc5e
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #32210 from yzen/bug-1209062-callscreen

Bug 1209062 - making sure that the phone number is first announced on…

========

https://hg.mozilla.org/integration/gaia-central/rev/5b516f14e583
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1209062 - making sure that the phone number is first announced on callscreen.

========

https://hg.mozilla.org/integration/gaia-central/rev/e479ce20cf96
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #32239 from yzen/bug-1209062-appchrome

Bug 1209062 - making sure that current app's appChrome, if visible, i…

========

https://hg.mozilla.org/integration/gaia-central/rev/6ecae1f23214
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1209062 - making sure that current app's appChrome, if visible, is owned by the statusbar.
2015-10-06 07:50:14 -07:00
B2G Bumper Bot
94f1e78284 Bumping manifests a=b2g-bump 2015-10-06 07:14:00 -07:00