Mats Palmgren
2a88e0e176
Bug 1116714
part 3 - Use GetParentOrPlaceholderFor (not GetParent) so that reframing anonymous content frames works also for fixed pos frames. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
290209ca62
Bug 1116714
part 2 - Don't create a frame for the custom content container when it has no children. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
f2b744a549
Bug 1116714
part 1 - Store the document where we added anonomous content so we can call removeAnonymousContent() on it later without throwing. r=pbrosset
2015-01-06 09:27:56 +00:00
Mats Palmgren
066e51211b
Bug 1116718 part 2 - Don't bother setting up a reflow state for positioned children if there are none. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
5abc649388
Bug 1116718 part 1 - Don't bother calculating overflow areas when they will be discarded anyway. r=roc
2015-01-06 09:27:56 +00:00
Mats Palmgren
ef6bd7ad73
Bug 1105369 - Enable display:contents by default in all builds. r=roc
2015-01-06 09:27:55 +00:00
Marco Castelluccio
2353e2416e
Bug 1116769 - Use for each ... in instead of for ... of in webapprt downloads.js. r=myk
2015-01-05 22:40:24 -08:00
Brian Birtles
579783f725
Bug 1117955 - Disable css-animations/test_animation-pausing.html on Windows
2015-01-06 14:36:55 +09:00
Chris Peterson
c8da89cfae
Bug 1117566 - Fix some JavaScript warnings in SimpleTest runner. r=jmaher
2014-12-21 22:03:37 -08:00
Chris Peterson
f435e22a55
Bug 1117468 - Fix Android gcc warnings in js/src/irregxp and js/src/jit. r=jandem
2015-01-03 21:57:49 -08:00
Chris Peterson
2d50c153d6
Bug 1117466 - Fix Android gcc warnings in js/src/gc. r=sfink
2015-01-03 21:49:00 -08:00
Chris Peterson
71830d604e
Bug 989303 - Use Android's PROPERTY_VALUE_MAX instead of #defining our own. r=fabrice
2014-12-10 22:19:39 -08:00
Luke Wagner
4f1588de87
Bug 1117255 - Work around a Windows bug where exceptions can be reported with the wrong faulting instruction (r=bhackett)
2015-01-05 18:07:25 -06:00
Luke Wagner
3b28a18dc7
Bug 1117235 - Handle asm.js warnings + off-main-thread parsing + warnings-as-errors (r=bhackett)
2015-01-05 18:02:48 -06:00
Nicholas Nethercote
b4adaf93a3
Bug 1117639 - Remove AbortFrame() because it is dead. r=bas.
...
--HG--
extra : rebase_source : 7df4840fb99dc025ee102d9697097caa4034fa6d
2015-01-05 15:54:51 -08:00
Nicholas Nethercote
f8c3848cd7
Bug 1117611 - Fix shadowed variable in SandboxBroker::SetSecurityLevelForContentProcess(). r=bobowen.
...
--HG--
extra : rebase_source : 29f25cc34bd5f66bac2454c30613344fb63a92b5
2015-01-05 15:54:22 -08:00
Nicholas Nethercote
54769bc618
Bug 1117594 - Crash on unexpected image format in ImageLayerD3D10::RenderLayer(). r=bas.
...
--HG--
extra : rebase_source : f99f778126dcad615b754a84dc4ca6e1c9d2578d
2015-01-05 15:53:22 -08:00
Nicholas Nethercote
740b452f0f
Bug 1117593 - Fix handling of impossible cases in txEarlyEvalContext. r=peterv.
...
--HG--
extra : rebase_source : 81b5ca2299a8460ed3d46a7847d4dcafa042b575
2015-01-05 15:52:20 -08:00
Nicholas Nethercote
0aab66dd5e
Bug 1117592 - Avoid use of single buffer as parameter and destination in snprintf in NetworkUtils.cpp. r=fabrice.
...
--HG--
extra : rebase_source : e3699ba9230b11c442c50e089c9b46ef1746f908
2015-01-05 15:51:49 -08:00
Nicholas Nethercote
783dff3b05
Bug 1117591 - Fix mismatched alloc/dealloc in APNAudio.cpp. r=blassey.
...
--HG--
extra : rebase_source : 084269396435f1cffdb2f38a7bf73a7cf69edb75
2015-01-05 15:51:37 -08:00
Shu-yu Guo
2b91a0765b
Bug 1116103 - Only look for an ICEntry in debug mode OSR if we aren't handling an exception. (r=jandem)
2015-01-05 19:25:10 -08:00
Jeff Muizelaar
a0b39046de
Bug 1118100. Remove unused SharedSurfaceIO code. r=jgilbert
...
--HG--
extra : rebase_source : 9bdd90db5755903fcffdce1f7b95687844c6dfad
2015-01-05 21:57:30 -05:00
Ehsan Akhgari
6b8a74ae55
Backed out changeset bc7e683ef708 (bug 1117264) for build bustage on a CLOSED TREE
2015-01-05 21:55:18 -05:00
Karl Tomlinson
b10ef2c2b9
Bug 1114885 allow media elements to be GC'd when their MediaSource is unreferenced r=roc
...
--HG--
extra : rebase_source : 0aba4bad8095106ad153508b74f699c6b726d3a1
2014-12-11 16:08:20 +13:00
Karl Tomlinson
644c502ebb
bug 1116676
ensure that AddRemoveSelfReference() is called on networkState changes r=roc
...
Now that mDelayingLoadEvent may already be false when
NoSupportedMediaSourceError() is called, ChangeDelayLoadStatus(false) won't
necessarily call AddRemoveSelfReference().
--HG--
extra : rebase_source : a6314fd453643f7609590d24bc9375b1df63106c
2014-12-31 16:34:56 +13:00
Karl Tomlinson
8632ca3482
Bug 1116384
keep media element alive from attached MediaSource r=roc
...
--HG--
extra : rebase_source : 40c3a6b2af35d2c72eb51b442d36269f2c26ac70
2014-12-29 16:18:41 +13:00
Karl Tomlinson
841120054f
bug 1066467 enable config-change-mp4 tests
...
--HG--
extra : rebase_source : 4b2719951060a7dc54f2c4952c308db4fa89ab4d
2014-11-26 17:20:18 +13:00
Jeff Muizelaar
20f3c3c33a
Bug 1117869. Add move constructors and assignment operators for nsRegion. r=botond
...
This adds some efficiency around the usage of nsRegion.
--HG--
extra : rebase_source : d97569b4ba36cfb9ac25959f0634e18f60209809
2015-01-05 21:13:35 -05:00
Patrick McManus
e7a182ce97
bug 1072478 - h2 push hit not subject to max_concurrent 2/2 r=hurley
2014-10-15 11:51:25 -04:00
Patrick McManus
f4c9705ef9
bug 1072478 - h2 push loses fin bit race condition 1/2 r=hurley
2014-10-16 16:42:14 -04:00
Jeff Muizelaar
8d7113b14e
Bug 1116190. Make sure we grab the keyed mutex when we read from the surface. r=jgilbert
...
If we don't do this D3D won't let us get at the contents of the surface.
2015-01-05 17:40:23 -05:00
Ehsan Akhgari
da6750e5e7
Bug 1114987 - Add MOZ_UNSAFE_REF and mark GlobalObject::mGlobalObject as such; r=smaug
2015-01-05 21:01:30 -05:00
Ehsan Akhgari
e599b59de7
Bug 1061864 - Part 3: Automated tests for the prerendred flag; r=smaug
2015-01-05 21:01:29 -05:00
Ehsan Akhgari
d624612747
Bug 1061864 - Part 2: Add a prerendered flag to nsIFrameLoader and nsIFrameLoaderOwner; r=smaug
2015-01-05 21:01:28 -05:00
Ehsan Akhgari
4569b2d95f
Bug 1061864 - Part 1: Add a prerendered flag to nsIDocShell; r=smaug
2015-01-05 21:01:28 -05:00
Ehsan Akhgari
665cc5846c
Bug 1116559 - Remove the code to handle shutdown-cleanse from the cert override service code; r=keeler
...
shutdown-cleanse has not been a thing for quite a while.
2015-01-05 21:01:27 -05:00
Eric Rahm
502eba8af6
Bug 1111135 - Part 2: Check for 3gpp permission. r=roc
2015-01-05 17:54:27 -08:00
Eric Rahm
1a1f4c0b66
Bug 1111135 - Part 1: Add audio-capture:3gpp perimission. r=fabrice
2015-01-05 17:54:22 -08:00
Brian Birtles
fd8aff9c0e
Bug 1113413 - Make refresh driver go back immediately when restored from test control; r=vlad
2015-01-06 10:56:02 +09:00
Brian Birtles
62ee098b80
Bug 927349 part 30 - Cancel transitions when we have a change to a non-animatable style; r=heycam
2015-01-06 10:55:59 +09:00
Ehsan Akhgari
97155a7290
Bug 1117264 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/base code; r=baku
2015-01-05 20:54:28 -05:00
Ehsan Akhgari
4555de48bf
Bug 1058964
- Disable HTMLAppletElement and HTMLObjectElement in prerendering; r=baku
2015-01-05 20:49:32 -05:00
Ehsan Akhgari
1e953e0905
Bug 1058960 - Disable MozNFC, MozPowerManager, MozTimeManager, MozWakeLock, MozWifiManager in prerendering; r=baku
2015-01-05 20:49:17 -05:00
Wes Kocher
db9de9549f
Merge m-c to inbound a=merge
2015-01-05 17:19:38 -08:00
Wes Kocher
e62807e2fa
Merge fx-team to m-c a=merge
2015-01-05 17:08:49 -08:00
William Chen
c2379f819d
Bug 1093680 - Make sure there is a script blocker when cloning nodes. r=smaug
2015-01-05 17:00:27 -08:00
Wes Kocher
ddbca4135c
Merge b2g-inbound to m-c a=merge
2015-01-05 16:29:33 -08:00
B2G Bumper Bot
8ab7900138
Bumping manifests a=b2g-bump
2015-01-05 11:52:08 -08:00
B2G Bumper Bot
7d0a2491e9
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c175a29477e6
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27080 from takenspc/bug1069612
Bug 1069612 - Switch tabs button is not labeled
========
https://hg.mozilla.org/integration/gaia-central/rev/c4cec20479a4
Author: Takeshi Kurosawa <taken.spc@gmail.com>
Desc: Bug 1069612 - Switch tabs button is not labeled
This adds labels to Back and Forward buttons too.
========
https://hg.mozilla.org/integration/gaia-central/rev/8d2b9481ca34
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26972 from ythej/bug_990481
Bug 990481 - [ZTE][OPENC]MMS app allows to attach more contents even whe...
========
https://hg.mozilla.org/integration/gaia-central/rev/0eb743971d96
Author: Vishnu Teja <vish.thej@gmail.com>
Desc: Bug 990481 - [ZTE][OPENC]MMS app allows to attach more contents even when the max MMS size is reached r=zasypkin
2015-01-05 11:42:20 -08:00
B2G Bumper Bot
4b2c0942cb
Bumping manifests a=b2g-bump
2015-01-05 11:36:57 -08:00