Brian Hackett
34ffa9ce1f
Preserve types when swapping objects, bug 774953. r=dvander
2012-08-13 23:25:16 -06:00
Doug Sherk
2a269f2751
Bug 781734: Implement pinch threshold; fingers need to move a bit before page zooms r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
6bd0a12fd6
Bug 781734: Decrease axis lock angle r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
f603c37adf
Bug 781734: When flinging many times successively in one direction, accelerate them more and more r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
8fa40e15bc
Bug 781734: Greatly increase friction on flings, remove pseudo-kinetic vs. static friction distinction r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
79fb0e58f2
Bug 781734: Detect very light touches and pan the page r=gal
2012-08-13 21:08:38 -07:00
Chris Pearce
a74d3d3a5d
Bug 775965 - Ensure presentation persists across nsSubDocumentFrame reframes. r=roc
2012-08-14 16:06:44 +12:00
Chris Pearce
9759154f6c
Bug 775965 - Make nsRootPresContext::mRegisteredPlugins a refptr hash table to the content object rather than weak refs to frames. r=roc
2012-08-14 16:06:42 +12:00
Dão Gottwald
02e4ff6751
Bug 782043 - Get rid of the fullscreencontrol attribute. r=felipe
2012-08-14 06:04:33 +02:00
Tim Taubert
cb4b6387e8
merge m-c to fx-team
2012-08-13 20:52:40 -07:00
Simon Montagu
5098d4d89f
Don't split inline ancestors of bidi frames if we don't have any child frames after the split. Bug 779003, r=roc
2012-08-13 20:51:36 -07:00
Nicholas Nethercote
47f5febce8
Bug 782487 - Remove traces of JSStaticAtom. r=billm.
...
--HG--
extra : rebase_source : 89e892e3e6ca04f0c19747f189535b3e3ae95d77
2012-08-13 20:02:51 -07:00
Chris Lord
9ae792e26b
Bug 782327 - Enable OMTC async video on Android. r=blassey
...
Set layers.async-video.enabled to true and remove the css rule that forced
nearest-neighbour scaling on video.
2012-08-13 23:03:36 -04:00
Chris Lord
e6cf2016bb
Bug 782332 - Don't retain fixed-position tiles. r=bgirard
...
Retaining tiles on a fixed position layer often just results in rendering
artifacts. Don't do this.
2012-08-13 22:59:16 -04:00
Timothy Nikkel
42175961f3
Bug 781086. Accidentally misplaced argument meant we were getting the min size instead of the pref size causing scroll bars to appear where they shouldn't. r=roc
2012-08-13 21:59:44 -05:00
Kartikaya Gupta
a6904d07f1
Bug 765156 - Fix NPE from getHandler() returning null for a detached view. r=mfinkle
2012-08-13 22:56:27 -04:00
Chris Lord
07153819b1
Bug 777260 - Fix invalidations on transform items in container layers. r=roc
...
Since Bug 758620, it's possible for an nsDisplayTransform to appear as the
child of a container layer. This caused problems when it was inactive, as the
invalidation would not be transformed in this case.
Fix this in FrameLayerBuilder by mandating that InvalidateThebesLayerContents
takes the untransformed invalidation and apply the transform in
BuildContainerLayer.
2012-08-13 22:54:38 -04:00
Chris Lord
1f9aff999b
Bug 777260 - Respect LAYER_ACTIVE_FORCE in ChildrenCanBeInactive. r=roc
...
ChildrenCanBeInactive returns false if any child items have active layer states,
but was only checking LAYER_ACTIVE and not LAYER_ACTIVE_FORCE.
2012-08-13 22:54:09 -04:00
Matt Woodrow
a5511f2ac3
Bug 782413: Only paint widgets that have a layer manager. r=cjones
2012-08-13 19:41:09 -07:00
Will Nayes
9e9d267ff7
Bug 781956 - Don't close the wizard when using advance(pageId) on the last page. r=enn
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
47f43de75d
Bug 780499 - Companion testsuite. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
b1c678c8c0
Bug 780499 - Rearrange setPosition constants. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
b4f02b2e84
Bug 771927 - Companion testsuite. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
f8e594fa56
Bug 771927 - [OS.File] (de)serialize ArrayBuffer, C arrays, C pointers, Strings - Implementation. r=froydnj
2012-08-13 21:54:42 -04:00
Shian-Yow Wu
82c519a7c0
Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon
2012-08-13 21:54:42 -04:00
Shian-Yow Wu
3345c89acf
Bug 767375 - B2G network manager: expose IP Information of network interfaces (IDL). r=philikon
2012-08-13 21:54:42 -04:00
Alexander Boldyrev
f61c980db5
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
2012-08-13 18:17:55 -07:00
Kyle Machulis
cbd5b55b88
Bug 781692: Always fire DOMRequests for Set functions in BluetoothAdapter
2012-08-13 17:57:54 -07:00
Brian Hackett
f8747b4770
Don't generate missing property ICs for non-native objects, bug 782146. r=luke
2012-08-13 18:51:52 -06:00
Kartikaya Gupta
8449342826
Bug 776906 - Remove unnecessary conversion of bitmap to PNG. r=blassey
2012-08-13 20:01:31 -04:00
Kartikaya Gupta
5cd0e69617
Bug 776906 - Remove unused enum. r=blassey
2012-08-13 20:01:31 -04:00
Kartikaya Gupta
8d7957296b
Bug 776906 - Fix thumbnails on Nexus 7. r=blassey
2012-08-13 20:01:31 -04:00
Ed Morley
8e9434e1a3
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-13 19:08:26 +01:00
Gregory Szorc
8142e5411e
Merge mozilla-central into services-central
2012-08-13 10:30:29 -07:00
Gregory Szorc
b2d302b359
Bug 618233 - Re-disable test_jpakeclient.js on Windows for oranges; r=rnewman
2012-08-13 10:29:28 -07:00
Ed Morley
f5a36850d5
Bug 782254 - Disable dom/imptests/webapps/DOMCore/tests/submissions/* on Android for being permaorange; r=Ms2ger
2012-08-13 14:42:34 +01:00
Masayuki Nakano
8691dacf67
Bug 782181 Remove unused method nsMouseWheelTransaction::IsAccelerationEnabled() r=smaug
2012-08-13 21:11:20 +09:00
Mounir Lamouri
c8ba92fa1a
Bug 782227 - Add a todo() when there is no invalid form submission observer (content/ tests). r=Ms2ger
2012-08-13 12:14:34 +02:00
Matt Woodrow
c2e9a5d59c
Bug 780868 - Only reuse MaskLayers on LayerManagers with the same backend type. r=nrc
2012-08-13 22:11:40 +12:00
Matt Woodrow
470534c6d3
Bug 539356 - Add to pref to disable painting from the refresh driver. r=roc
2012-08-13 22:11:33 +12:00
Matt Woodrow
247c27d47f
Bug 781362 - Delay the start time of some SVG animation reftests to prevent intermittent failures. r=dholbert
2012-08-13 22:11:32 +12:00
Matt Woodrow
a1302317de
Bug 733323 - Remove references to plugin surfaces when the plugin is destroyed. r=roc
2012-08-13 22:11:30 +12:00
Matt Woodrow
35b2570b48
Bug 539356 - Part 33 - Change test-overflow/single-value reftest to use MozReftestInvalidate. r=roc
2012-08-13 22:11:16 +12:00
Matt Woodrow
43b9bbb4cc
Bug 539356 - Part 32 - Change some SVG deferred animation tests to not require calling GetBaseValue. r=dholbert
2012-08-13 22:11:02 +12:00
Matt Woodrow
0d1fb01e6c
Bug 539356 - Part 31 - Call Azure canvas DidTransactionCallback even when painting from DrawWindow(). r=roc
2012-08-13 22:10:57 +12:00
Matt Woodrow
4ff0f325fc
Bug 539356 - Part 30 - Make ShadowContainerLayerD3D10 hold references to child layers. r=roc
2012-08-13 22:10:45 +12:00
Matt Woodrow
0da2997d19
Bug 539356 - Part 16 - Revoke any pending ViewManager flushes when we do one (sometimes we get this called from Will Paint events). r=roc
2012-08-13 22:10:11 +12:00
Matt Woodrow
a3172ab098
Bug 770000 - Call WillPaint and DidPaint from the refresh driver instead of the widget events. r=roc
2012-08-13 22:10:11 +12:00
Matt Woodrow
a82d761c0e
Bug 539356 - Part 24 - Don't paint android widgets that aren't being composited, or at the front. r=roc
2012-08-13 22:10:10 +12:00
Matt Woodrow
28f02dfe0a
Bug 539356 - Part 17 - Don't paint widgets that an invisible or empty bounds. r=roc
...
* * *
Bug 539356 - Part 13 - Only repaint widgets that have had changes since the last paint
2012-08-13 22:10:10 +12:00