Commit Graph

134996 Commits

Author SHA1 Message Date
Jim Mathies
a51af3244e Bug 879454- Hide selection monocles during drags. r=mbrubeck 2013-06-17 07:46:52 -05:00
Jim Mathies
af3e078291 Bug 879454 - Minor comment header touchups. r=mbrubeck 2013-06-17 07:46:51 -05:00
Jim Mathies
5e265da169 Bug 869437 - Create individual selection overlays for chrome and content. r=mbrubeck 2013-06-17 07:46:51 -05:00
Ed Morley
4d0f4b4509 Backed out changeset eff8e7fefffd (bug 883164) for breaking the test on Android 2013-06-17 12:18:31 +01:00
Matt Woodrow
220b14ec00 Bug 877534 - Use a shutdown listener to destroy the compositor from nsBaseWidget. r=roc
This prevents a case where the nsBaseWidget isn't destroyed until the cycle collector is shutdown,
and we are too late in the shutdown sequence to process the events that get queued during
Compositor teardown.
2013-06-17 14:50:32 +12:00
Matt Woodrow
8fea304dcb Bug 882590 - Fix invalid assertion when creating a SharedSurface_GLTexture without a consumer GLContext. r=jgilbert 2013-06-17 14:48:41 +12:00
Matt Woodrow
b28bde11a2 Bug 877949 - Restrict maximum texture size on nvidia cards on OSX 10.6 and 10.7 to 4096. r=bjacob 2013-06-17 14:46:53 +12:00
Mounir Lamouri
3636ce2541 Bug 883164 - More tests for <input type='file'>.click(). r=smaug 2013-06-17 11:58:47 +02:00
Ed Morley
9f58a93829 Merge mozilla-central and inbound 2013-06-17 09:36:26 +01:00
Ed Morley
6c810f6e43 Merge latest green birch changeset and mozilla-central 2013-06-17 09:35:37 +01:00
Ed Morley
036215ae5c Merge latest green inbound changeset and mozilla-central 2013-06-17 09:33:03 +01:00
Ed Morley
7fe8df43fc Backed out changeset eda60af67603 (bug 877949) for Android mochitest-3 crashes on a CLOSED TREE 2013-06-17 09:28:23 +01:00
Ed Morley
c3edf7470e Backed out changeset 12a114363dbc (bug 882590) 2013-06-17 09:27:04 +01:00
Ed Morley
b910826f50 Backed out changeset 8ce5f3f4937d (bug 877534) 2013-06-17 09:27:01 +01:00
Ed Morley
f172b680c1 Backed out changeset 3acb52b2a6de (bug 882027) for reftest failures on a CLOSED TREE 2013-06-17 08:51:00 +01:00
Ed Morley
572840a06d Backed out changeset 2f2351cb2579 (bug 875060) 2013-06-17 08:50:41 +01:00
Ed Morley
4d07c30f0a Backed out changeset f2d55d17a0d8 (bug 876092) 2013-06-17 08:50:37 +01:00
Gaia Pushbot
275c53617e Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3320c4f90ffb
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #9905 from NeerajSeth/bug-817909

[Settings-Phone Lock] "confirm passcode" field accepts invalid entries, ...r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/34b2010670a1
Author: Neeraj Kumar <neeraj_kumar@hcl.com>
Desc: [Settings-Phone Lock] "confirm passcode" field accepts invalid entries, if you previously typed correct value and then backspaced some of it

========

https://hg.mozilla.org/integration/gaia-central/rev/05d8d85f4a15
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10386 from leob2g/Bug_834148_volume_up_key_skips_vibrate_when_moving_up_20130614

Bug 834148 - move from silent to vibrate instead of volume 1 when moving up, r=alive, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/7df2ca443036
Author: hanj.kim <hanj.kim@lge.com>
Desc: Bug 834148 - move from silent to vibrate instead of volume 1 when power up button is pressed on silent
2013-06-16 21:31:42 -07:00
Gaia Pushbot
99dd11e0df Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/b406627a0838
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10412 from alivedise/bugzilla/882053/content-channel-should-trigger-vibration-mode

Bug 882053 - Content channel triggers silent mode incorrectly.r=timdream,a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/cc24e1635053
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 882053 - Content channel triggers silent mode incorrectly.
2013-06-16 21:31:22 -07:00
Fabrice Desré
9feb4a9408 Bug 874339 - System Message API: redundant queues are created for the pending "activity" system messages r=gene 2013-06-16 21:16:21 -07:00
Nicholas Nethercote
58d7a06b9f Bug 880041 (part 14) - Use JSObject::{is,as} for DeclEnvObject. r=evilpies.
--HG--
extra : rebase_source : f4b916ae894c1ed1eefe31d82abd459181621f69
2013-06-16 19:02:10 -07:00
Nicholas Nethercote
31f2427513 Bug 880041 (part 13) - Use JSObject::{is,as} for CallObject. r=evilpies.
--HG--
extra : rebase_source : 6d7f5171a03d5cd963ac869566b7661bb7ddbc2d
2013-06-16 18:46:36 -07:00
Nicholas Nethercote
fc3986e8ee Bug 880041 (part 12) - Use JSObject::{is,as} for BlockObject. r=evilpies.
--HG--
extra : rebase_source : c41de9544c966c8859a429a8a0c63875c7d00b71
2013-06-16 18:40:16 -07:00
Nicholas Nethercote
ae8a5c4294 Bug 880041 (part 11) - Use JSObject::{is,as} for SetIteratorObject. r=evilpies.
--HG--
extra : rebase_source : de562a03da15209322232e0c9f00d1f0c07abbfb
2013-06-16 18:07:08 -07:00
Nicholas Nethercote
cff6f6f0ac Bug 880041 (part 10) - Use JSObject::{is,as} for ScriptSourceObject. r=evilpies.
--HG--
extra : rebase_source : d55f1fa65735074b96e8006a76939defc5f40379
2013-06-16 18:07:07 -07:00
Nicholas Nethercote
459e100d0f Bug 880041 (part 9) - Use JSObject::{is,as} for RegExpObject. r=sfink.
--HG--
extra : rebase_source : 083c58e8a82bf7edb2a46e24cae47236af51a2ac
2013-06-16 17:39:43 -07:00
Nicholas Nethercote
47a1c50067 Bug 880041 (part 8) - Use JSObject::{is,as} for PropertyIteratorObject. r=sfink.
--HG--
extra : rebase_source : 07cb730830bc8f61d6c28148c8c1e7e3ee94a6c8
2013-06-16 17:34:45 -07:00
Nicholas Nethercote
0179f131f4 Bug 880041 (part 7) - Remove JSObject::isPrimitive, because it's dead. r=sfink.
--HG--
extra : rebase_source : 1e71fe2261b01b3769ecbb4377f8ef19d3a813da
2013-06-16 17:28:41 -07:00
Nicholas Nethercote
b26934289e Bug 880041 (part 6) - Use JSObject::{is,as} for MapIteratorObject. r=sfink.
--HG--
extra : rebase_source : 32577e3ec9c0aebc94dfedd46e7af29d8475c927
2013-06-16 17:27:16 -07:00
Nicholas Nethercote
8449568abb Bug 880041 (part 5) - Use JSObject::{is,as} for ElementIteratorObject. r=sfink.
--HG--
extra : rebase_source : 0f71366ff461d7c4d021e1d0381dad1b45462342
2013-06-16 17:24:34 -07:00
Nicholas Nethercote
2db51a54b2 Bug 880041 (part 4) - Use JSObject::{is,as} for DataViewObject. r=luke.
--HG--
extra : rebase_source : 07ff2585a6e592d0ae0ec9716556d61165eb6a50
2013-06-16 17:19:53 -07:00
Nicholas Nethercote
f1c55f1edd Bug 880041 (part 3) - Use JSObject::{is,as} for ArrayBufferObject. r=luke.
--HG--
extra : rebase_source : 0c37996aa68c943451a52e819d6c6fb71eb0a7b4
2013-06-16 17:07:35 -07:00
Nicholas Nethercote
d863537a18 Bug 880041 (part 2) - Use JSObject::{is,as} for {Normal,Strict,}ArgumentsObjects. r=luke.
--HG--
extra : rebase_source : 1648dd8eae1d1fdcc28644b9865960560ba301f8
2013-06-16 17:06:04 -07:00
Jason Orendorff
5bf50ecb90 Bug 880041 (part 1) - Introduce JSObject::{is,as} template functions, and use them for ModuleObject. r=nnethercote.
--HG--
extra : rebase_source : 46a475d54d29fd8a20ca3f201368b350b6d69008
2013-06-16 16:47:30 -07:00
Robert O'Callahan
69470226ab Bug 876092. Copy the DisplayItemClip into OutOfFlowDisplayData instead of storing a pointer. r=mats
--HG--
extra : rebase_source : d941179d66854ab98b9f0aba40d33b534e69378e
2013-06-17 17:20:46 +12:00
Robert O'Callahan
66c9308271 Bug 875060. Make display:-moz-stack/-moz-inline-stack elements which are overflow:hidden clip all their descendants, including those for which it is not the containing block. r=mats
--HG--
extra : rebase_source : 3c250648afa445e3bf6f4227fd1bd4c837f3e18d
2013-06-17 17:16:27 +12:00
Robert O'Callahan
06fc89b050 Bug 882027. Make MediaDecoder::UpdateReadyStateForData always be responsible for calling GetNextFrameStatus when that value is passed to HTMLMediaElement::UpdateReadyStateForData, but keep calling GetNextFrameStatus on the state machine thread to suppress dispatching of redundant runnables when nothing has changed. r=cpearce
--HG--
extra : rebase_source : 88398541574bfb7590412bdd06438ab4e664e3bd
2013-06-17 17:15:32 +12:00
Nicholas Nethercote
faefca9900 Bug 881579 - Use the canonical #ifndef wrapper form in SpiderMonkey headers so that GCC and clang can avoid including them more than once per compilation unit. r=benjamin.
--HG--
extra : rebase_source : f9d2b33defe07837da4828a57c66fe0ea6772bae
2013-06-16 16:11:24 -07:00
Nicholas Nethercote
480f54789c Bug 883691 - Fix some simple clang warnings in SpiderMonkey. r=bhackett.
--HG--
extra : rebase_source : 168fe0710a42ebf3f90c14ecb12de32305987586
2013-06-16 18:12:35 -07:00
Gaia Pushbot
8782983414 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/98f8d19dee9d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10261 from crh0716/873917

Bug 873917 - Use new request confirming message

========

https://hg.mozilla.org/integration/gaia-central/rev/14735567926c
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 873917 - Use new request confirming message
2013-06-16 06:16:22 -07:00
Ryan VanderMeulen
767774c046 Merge fx-team and m-c. 2013-06-15 21:35:04 -04:00
Ryan VanderMeulen
d4115d34f7 Merge inbound and m-c. 2013-06-15 21:34:21 -04:00
Ryan VanderMeulen
7f15c1d3e8 Merge birch and m-c. 2013-06-15 21:33:41 -04:00
Dave Camp
fa2deceeb1 Bug 866306 - Add a library to make devtools protocol interaction a bit easier - fix xpcshell tests, r=orange 2013-06-15 12:10:23 -07:00
Phil Ringnalda
c5435f3d91 Back out f691f7abfe33 (No bug) Automated HSTS preload list update that broke HSTS preload 2013-06-15 07:40:53 -07:00
ffxbld
cfd74f73bc No bug, Automated HSTS preload list update from host bld-linux64-ix-037 - a=hsts-update 2013-06-15 03:25:15 -07:00
ffxbld
b5846e44cf No bug, Automated blocklist update from host bld-linux64-ix-004 - a=blocklist-update 2013-06-15 03:23:04 -07:00
Ryan VanderMeulen
f1da312197 Bug 809306 - Fix Win64 bustage. 2013-06-14 22:23:21 -04:00
Ryan VanderMeulen
f1fbef4dae Merge m-c and birch. 2013-06-14 21:42:59 -04:00
Kyle Machulis
e5ce876fd2 Bug 882443: Check for connection before asserting in BluetoothA2dpManager::Disconnect; r=gyeh r=shuang 2013-06-14 18:29:20 -07:00