2886f78c105abf50185a9b5766ef1e7262f141dc: closing old branch that is no longer used per bug 611030 GECKO193a2_20100228_RELBRANCH
Shawn Wilsher <me@shawnwilsher.com> - Thu, 03 Feb 2011 11:56:15 -0800 - rev 61887
Push 18532 by sdwilsh@shawnwilsher.com at Thu, 03 Feb 2011 22:13:13 +0000
closing old branch that is no longer used per bug 611030
fc0787d7c9c1514b2ef4d0ca4395c1309dc37f23: closing old branch that is no longer used per bug 611030 GECKO193a1_20100208_RELBRANCH
Shawn Wilsher <me@shawnwilsher.com> - Thu, 03 Feb 2011 11:55:50 -0800 - rev 61886
Push 18532 by sdwilsh@shawnwilsher.com at Thu, 03 Feb 2011 22:13:13 +0000
closing old branch that is no longer used per bug 611030
ad21235547c04c56a971b0cb4a8631d965f213f0: closing old branch that is no longer used per bug 611030 GECKO192a1_20090806_RELBRANCH
Shawn Wilsher <me@shawnwilsher.com> - Thu, 03 Feb 2011 11:54:18 -0800 - rev 61885
Push 18532 by sdwilsh@shawnwilsher.com at Thu, 03 Feb 2011 22:13:13 +0000
closing old branch that is no longer used per bug 611030
16ff8fc5362f32c20defdb573b43ac07934bc965: closing old branch that is no longer used per bug 611030 GECKO191b2_20081125_RELBRANCH
Shawn Wilsher <me@shawnwilsher.com> - Thu, 03 Feb 2011 11:53:06 -0800 - rev 61884
Push 18532 by sdwilsh@shawnwilsher.com at Thu, 03 Feb 2011 22:13:13 +0000
closing old branch that is no longer used per bug 611030
fa571a7a6a1e721d42e7099d435a75f6c11acfd6: closing old branch that is no longer used per bug 611030 FENNEC_A1_BRANCH
Shawn Wilsher <me@shawnwilsher.com> - Thu, 03 Feb 2011 11:52:34 -0800 - rev 61883
Push 18532 by sdwilsh@shawnwilsher.com at Thu, 03 Feb 2011 22:13:13 +0000
closing old branch that is no longer used per bug 611030
d799e0529ac68c3a38ae82e0f14a564f3b26e740: closing old branch that is no longer used per bug 611030 GECKO191b1_20081007_RELBRANCH
Shawn Wilsher <me@shawnwilsher.com> - Thu, 03 Feb 2011 11:51:44 -0800 - rev 61882
Push 18532 by sdwilsh@shawnwilsher.com at Thu, 03 Feb 2011 22:13:13 +0000
closing old branch that is no longer used per bug 611030
9d4981bff7a6f3c4fc94409c82308f4ab6928220: Added tag FIREFOX_4_0b11_BUILD3 for changeset f9d66f4d17bf. CLOSED TREE a=release GECKO20b11_2011020209_RELBRANCH
ffxbld - Thu, 03 Feb 2011 13:48:03 -0800 - rev 61881
Push 18531 by ffxbld at Thu, 03 Feb 2011 21:48:18 +0000
Added tag FIREFOX_4_0b11_BUILD3 for changeset f9d66f4d17bf. CLOSED TREE a=release
c32325744c1659e14e7d913f96a1c6ed3a77d359: Added tag FIREFOX_4_0b11_RELEASE for changeset f9d66f4d17bf. CLOSED TREE a=release GECKO20b11_2011020209_RELBRANCH
ffxbld - Thu, 03 Feb 2011 13:47:59 -0800 - rev 61880
Push 18531 by ffxbld at Thu, 03 Feb 2011 21:48:18 +0000
Added tag FIREFOX_4_0b11_RELEASE for changeset f9d66f4d17bf. CLOSED TREE a=release
344de3f6033f1b849a44568fd7ed2188d9e632ac: Bug 631170 - mouse hover broken in Qt build r=romaxa a=npodb
Florian Hanel <florian.haenel@heeen.de> - Thu, 03 Feb 2011 23:27:01 +0200 - rev 61879
Push 18530 by romaxa@gmail.com at Thu, 03 Feb 2011 21:31:32 +0000
Bug 631170 - mouse hover broken in Qt build r=romaxa a=npodb
b22b865abf30f0381173a6c61092274ce9cdaa61: Bug 603134 - Sometimes windows on OS X don't refresh until you move them. r=jrmuizel,josh a=b
Joe Drew <joe@drew.ca> - Thu, 03 Feb 2011 16:12:33 -0500 - rev 61878
Push 18529 by jdrew@mozilla.com at Thu, 03 Feb 2011 21:18:25 +0000
Bug 603134 - Sometimes windows on OS X don't refresh until you move them. r=jrmuizel,josh a=b OS X has a bug that causes new OpenGL-using windows to only draw once or twice after some amount of uptime. However, if you move those windows, they will redraw happily for a very long time (perhaps forever). We can similarly convince OS X to start redrawing those windows by disassociating our view from the OpenGL context, then reassociating it, on our first draw.
c6993d965d0a373f8e0f1545e3144c761131728d: Bug 629016 - Re-enable tests that didn't work with OpenGL-accelerated layers now that we've disabled OpenGL on the versions of OS X that have the bug. r=jrmuizel a=b
Joe Drew <joe@drew.ca> - Thu, 03 Feb 2011 16:12:33 -0500 - rev 61877
Push 18529 by jdrew@mozilla.com at Thu, 03 Feb 2011 21:18:25 +0000
Bug 629016 - Re-enable tests that didn't work with OpenGL-accelerated layers now that we've disabled OpenGL on the versions of OS X that have the bug. r=jrmuizel a=b
0ab68a939a4561e0674b9217ec5fae74c595c9a2: Bug 629016 - Don't enable OpenGL on 10.6.x where x < 3, because updating subrects of textures sometimes puts the updated content in the wrong place on those OSes. r=jrmuizel,josh a=b
Joe Drew <joe@drew.ca> - Thu, 03 Feb 2011 16:12:33 -0500 - rev 61876
Push 18529 by jdrew@mozilla.com at Thu, 03 Feb 2011 21:18:25 +0000
Bug 629016 - Don't enable OpenGL on 10.6.x where x < 3, because updating subrects of textures sometimes puts the updated content in the wrong place on those OSes. r=jrmuizel,josh a=b
41258e566f2e5ccb14cee2c645635d9f811cc522: Bug 616400 - When a plugin returns a failure code from NPP_New, but creates JS objects in the process, anyone trying to script those objects after NPP_New fails will crash (Silverlight crash @NPObjWrapper_NewResolve). Call nsJSNPRuntime::OnPluginDestroy on a failed-init case just as we do in a normal cleanup case. r=josh a=blocker
Benjamin Smedberg <benjamin@smedbergs.us> - Thu, 03 Feb 2011 16:10:45 -0500 - rev 61875
Push 18528 by bsmedberg@mozilla.com at Thu, 03 Feb 2011 21:10:57 +0000
Bug 616400 - When a plugin returns a failure code from NPP_New, but creates JS objects in the process, anyone trying to script those objects after NPP_New fails will crash (Silverlight crash @NPObjWrapper_NewResolve). Call nsJSNPRuntime::OnPluginDestroy on a failed-init case just as we do in a normal cleanup case. r=josh a=blocker
f9d66f4d17bfb3c4bc6eb94f0711ebfcebb89b23: Disable test for 628410 as the patch was backed out, a=LegNeato GECKO20b11_2011020209_RELBRANCH
Christian Legnitto <clegnitto@mozilla.com> - Thu, 03 Feb 2011 12:16:08 -0800 - rev 61874
Push 18527 by clegnitto@mozilla.com at Thu, 03 Feb 2011 20:16:28 +0000
Disable test for 628410 as the patch was backed out, a=LegNeato
c1523d3f78410892b1750d98e414171ca4793fe3: Rollup of bug 615386, parts 1-6. Teach the reftest harness about <browser remote>. r=dbaron,roc,ted a=a
Chris Jones <jones.chris.g@gmail.com> - Thu, 03 Feb 2011 13:54:10 -0600 - rev 61873
Push 18526 by cjones@mozilla.com at Thu, 03 Feb 2011 19:54:32 +0000
Rollup of bug 615386, parts 1-6. Teach the reftest harness about <browser remote>. r=dbaron,roc,ted a=a
76521b9cdb59ea83586c0c9bd82ebda45f25c5b4: Backed out due to bug 631225, a=LegNeato GECKO20b11_2011020209_RELBRANCH
Christian Legnitto <clegnitto@mozilla.com> - Thu, 03 Feb 2011 10:30:29 -0800 - rev 61872
Push 18525 by clegnitto@mozilla.com at Thu, 03 Feb 2011 18:31:27 +0000
Backed out due to bug 631225, a=LegNeato
be22ea0c325f2c173dcdc5eeffbe2fdec85ecce1: Backed out due to bug 631225, a=LegNeato GECKO20b11_2011020209_RELBRANCH
Christian Legnitto <clegnitto@mozilla.com> - Thu, 03 Feb 2011 10:26:55 -0800 - rev 61871
Push 18525 by clegnitto@mozilla.com at Thu, 03 Feb 2011 18:31:27 +0000
Backed out due to bug 631225, a=LegNeato
086d21e38a579966267afe338a9a225e50a893dd: Backed out changeset 771d5cb2c5a3 due to bug 631225 GECKO20b11_2011020209_RELBRANCH
Christian Legnitto <clegnitto@mozilla.com> - Thu, 03 Feb 2011 10:24:41 -0800 - rev 61870
Push 18525 by clegnitto@mozilla.com at Thu, 03 Feb 2011 18:31:27 +0000
Backed out changeset 771d5cb2c5a3 due to bug 631225
d7bd84fc85da815e67a6b1fdaef80fe7c5a9c12d: Backed out changeset 6d5c859c452d due to bug 631225 GECKO20b11_2011020209_RELBRANCH
Christian Legnitto <clegnitto@mozilla.com> - Thu, 03 Feb 2011 10:23:12 -0800 - rev 61869
Push 18525 by clegnitto@mozilla.com at Thu, 03 Feb 2011 18:31:27 +0000
Backed out changeset 6d5c859c452d due to bug 631225
7893f45c72c5dd307ed6747c7d351375586bcad9: Bug 631160 - embedded accessible may expose wrong text, r=davidb, r=marcoz, a=blocking GECKO20b11_2011020209_RELBRANCH
Alexander Surkov <surkov.alexander@gmail.com> - Thu, 03 Feb 2011 19:02:26 +0100 - rev 61868
Push 18524 by mzehe@mozilla.com at Thu, 03 Feb 2011 18:05:23 +0000
Bug 631160 - embedded accessible may expose wrong text, r=davidb, r=marcoz, a=blocking
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -20 +20 +50 +100 +300 +1000 +3000 +10000 +30000 +100000 +300000 tip