Masayuki Nakano
4eaa1f9a9d
Bug 630811 part.1 Move modifiers from nsMouseEvent_base to nsInputEvent r=smaug
2012-04-25 12:00:02 +09:00
Masayuki Nakano
a72c97f9f6
Bug 731878 part.5 Set modifiers and buttons of nsMouseEvent on Mac r=smichaud
2012-04-25 12:00:01 +09:00
Masayuki Nakano
17ae5c5619
Bug 731878 part.4 Set modifiers and buttons of nsMouseEvent on GTK r=karlt
2012-04-25 12:00:01 +09:00
Masayuki Nakano
6e49bea0ab
Bug 731878 part.3 Set modifiers and buttons of nsMouseEvent on Windows r=jimm
2012-04-25 12:00:01 +09:00
Masayuki Nakano
3659544533
Bug 731878 part.2 Implement D3E MouseEvent.buttons attribute r=smaug, sr=jst
2012-04-25 12:00:01 +09:00
Masayuki Nakano
ef84db57cf
Bug 731878 part.1 Implement D3E initMouseEvent() and getModifierState() but they shouldn't be public r=smaug
2012-04-25 12:00:01 +09:00
Jeff Muizelaar
7410b4bbd7
Bug 748382. Don't count overscroll as checkerboard. r=kats
...
We currently check root layer position with the viewport.
During overscroll these won't match and we'll think we're
checkerboarding.
--HG--
extra : rebase_source : 27c93b524a539ad5851ff4ba5ee94f5321c24172
2012-04-24 11:26:21 -04:00
Chris Lord
8000a2a211
Bug 745177 - Retain and re-use uploaded GL tiles. r=ajuma
...
Rather than discarding uploaded tiles once they fall outside of the valid
region, shuffle them off into a separate tile-store with all the metadata they
need to render them, and render them in the areas that our current valid
region doesn't cover in TiledThebesLayerOGL::RenderLayer.
2012-04-24 22:48:33 -04:00
Oleg Romashin
0e8cc7021e
Bug 748209 - Allow to create useful CompositorParent subclass. r=ajuma
2012-04-24 09:22:36 -04:00
Oleg Romashin
f990147b5c
Bug 748209 - Allow compositorParent be created in custom Thread. r=ajuma
2012-04-24 09:22:34 -04:00
Oleg Romashin
add264eec5
Bug 744112 - Qt QGL context conflict with WebGL context current states. r=dougt
2012-04-24 09:23:26 -04:00
Ryan VanderMeulen
41b2438cb3
Backout 0b170d1f5d10 (bug 735280) due to red.
2012-04-24 22:09:23 -04:00
Brad Lassey
767f3c603c
bug 748621 - planet.mozilla.org always shows black checkerboard r=BenWa
2012-04-24 21:39:10 -04:00
Brad Lassey
a08b07912b
bug 748585 - Java low res screenshot sometimes renders black r=cwiiis
2012-04-24 18:54:24 -04:00
Gabor Krizsanits
8870c5fe96
Bug 735280 - Part 3: Components object specific wrapper. r=bholley
2012-04-24 21:48:02 -04:00
Gabor Krizsanits
be4a7cc030
Bug 735280 - Part 2: Add pre-create to nsXPComponents. r=bholley
2012-04-24 21:48:01 -04:00
Gabor Krizsanits
4b18d7af39
Bug 735280 - Part 1: Connect XPCWrappedNativeScope and Components. r=bholley
2012-04-24 21:47:54 -04:00
Ehsan Akhgari
166aca09f9
Merge mozilla-central into mozilla-inbound
2012-04-24 21:29:44 -04:00
Matt Brubeck
7f28f3e986
Back out a01bb9f10445 (bug 677122) because of test failure
...
--HG--
extra : rebase_source : 569a8ccbc09af9149c4e82a7da140bbd217412fb
2012-04-24 18:11:06 -07:00
Ehsan Akhgari
68072a3c1d
Merge the last green PGO changeset from birch to mozilla-central
2012-04-24 20:54:12 -04:00
Patrick Wong
4ccd1d2fbb
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
2012-04-24 14:43:00 -04:00
Matt Brubeck
b43365343d
Bug 748609 - testAboutPage is perma-orange on beta [r=mfinkle]
2012-04-24 18:02:41 -07:00
Ryan VanderMeulen
bac0adaded
Backout 48213b973bfb (bug 695515) due to suspected OSX orange.
2012-04-24 20:51:53 -04:00
Ryan VanderMeulen
2ef0142f86
Backout 91710a945b44 (bug 737821) due to r-. r=mybad
2012-04-24 20:08:35 -04:00
Lukas Blakk
b8be00698a
Merging in version bump NO BUG a=relman
2012-04-24 12:54:16 -04:00
Lukas Blakk
0e563c0075
Added tag FIREFOX_AURORA_14_BASE for changeset 357da346ceb7
2012-04-24 12:50:38 -04:00
Tim Taubert
774108fb32
merge m-c to fx-team; a=desktop-only
2012-04-24 11:35:52 -04:00
John O'Duinn
b2b9c79608
bug 746741: add makefile targets to encapsulate rebuild/repackage/install steps on android. r=ted, a=npotb
2012-04-24 10:45:47 -04:00
Ehsan Akhgari
deb698a6fa
Merge mozilla-inbound to mozilla-central based on a green PGO changeset with some green mobile specific patches pushed on top of it; a=merge
2012-04-24 10:39:25 -04:00
George Wright
e63e39e4b5
Bug 747274 - Add a pref (default to true on Android) to forcible use nearest pixel filtering for background drawing. r=jrmuizel,ajuma a=blassey
2012-04-24 10:28:46 -04:00
Bobby Holley
4a6146adee
Bug 743615 - Tests. r=bent, a=blassey
2012-04-24 12:58:18 +02:00
Bobby Holley
9aeabfb031
Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
8bf021c05d
Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
c416d420fd
Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
...
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 12:58:07 +02:00
Bobby Holley
b495532ca4
Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent
2012-04-24 12:58:07 +02:00
Bobby Holley
c1fbbaa1d6
Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent
2012-04-24 12:58:07 +02:00
Bobby Holley
ecee851d11
Bug 743615 - Add the JS_{Read,Write}StructuredClone api. r=jorendorff
2012-04-24 12:58:07 +02:00
Ed Morley
3766b3adc1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge
2012-04-24 11:14:56 +01:00
Matthew Schranz
9a181354aa
Bug 686913 - HTMLProgressElement should no longer be a form control. r=mounir a=mfinkle
2012-04-24 12:03:21 +02:00
Ed Morley
1f4169107a
Backout 37b4c6fd16ed, 190aa5af8398, 9924dff6dbe9, 502de391e55b, ea4c7f9fc725 & b43c36197d4f (bug 739679) for XUL Android bustage on a CLOSED TREE a=backout
2012-04-24 09:32:12 +01:00
Phil Ringnalda
7a37813249
Back out b1bf084429e8, ddd8619fdf56, 1ca7c95917fb (bug 737510) for Android XUL and crashtest bustage on a CLOSED TREE, a=bustage
2012-04-24 00:04:28 -07:00
Phil Ringnalda
22e4f98ded
Back out e13cfb0b7497 (bug 747816) on suspicion of causing Android reftest bustage on a CLOSED TREE, a=bustage
2012-04-23 23:24:11 -07:00
Ehsan Akhgari
a134bc2b8b
Bug 748223 - Pack nsEditor better; r=roc
2012-04-24 00:54:11 -04:00
Ehsan Akhgari
bf23820909
Backed out changeset 3e6ca2158274 because of build bustage
2012-04-24 12:16:34 -04:00
Ehsan Akhgari
1e4860a314
Bug 748223 - Pack nsEditor better; r=roc
2012-04-24 00:54:11 -04:00
Josh Matthews
41fef8988a
Bug 722942 - Obtain private browsing status from document of plugin owner, and watch private mode transitions on a per-instance basis. r=josh
2012-04-24 00:49:25 -04:00
Ehsan Akhgari
4e4e1bcb9b
Merge mozilla-central into birch
2012-04-24 10:49:42 -04:00
Aryeh Gregor
d925adeb43
Bug 480647 part 6 - Handle CSS in execCommand("fontSize"); r=ehsan
2012-04-24 13:57:49 +03:00
Aryeh Gregor
7be1137313
Bug 480647 part 5 - Reject invalid values from execCommand("fontSize"); r=ehsan
2012-04-24 13:57:46 +03:00
Aryeh Gregor
3764f99635
Bug 480647 part 4 - Clean up nsHTMLDocument::ConvertToMidasInternalCommandInner; r=ehsan
2012-04-24 13:57:23 +03:00