Matt Woodrow
|
07c0b565fc
|
Bug 539356 - Part 27 - Make nsImageFrame's overflow include the AltFeedback image if it will use one. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
6e40061630
|
Bug 539356 - Part 26 - Send invalidations for hidden documents. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
9219b8369f
|
Bug 768766 - Make css-valid tests use MozReftestInvalidate and mark them as fuzzy. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
6abafbdbd5
|
Bug 539356 - Part 25 - Invalidate display items that have a changed clip. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
47c7c8f765
|
Bug 539356 - Part 24 - Don't paint android widgets that aren't being composited, or at the front. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
c34252f05e
|
Bug 539356 - Part 23 - Fix MovePixels crash when our surface is in an error state. r=jrmuizel
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
bf18b25e91
|
Bug 539356 - Part 22 - Force a background color when running android reftests. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
f9be8170a3
|
Bug 539356 - Part 21 - BasicLayers should always retain content. r=roc
|
2012-06-30 15:06:13 +12:00 |
Oleg Romashin
|
6bedc24e0b
|
Bug 539356 - Part 20 - Simplify regions to avoid excessive region calculation. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
666f203ae1
|
Bug 539356 - Part 19 - Only repaint retained layers after the previous repainted has been drawn to the window. r=roc
|
2012-06-30 15:06:13 +12:00 |
Matt Woodrow
|
f8c217d1e5
|
Bug 539356 - Part 18 - Mark frames with only invalid children as an optimization to use when invalidating further frames. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
a43e510ada
|
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-06-30 15:06:12 +12:00 |
Matt Woodrow
|
14abb91184
|
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-06-30 15:06:12 +12:00 |
Matt Woodrow
|
975eb4dfd3
|
Bug 539356 - Part 14 - Handle multiple widget layer managers retaining data for the same frame. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
3b6598faef
|
Bug 539356 - Part 13 - Only repaint widgets that have had changes since the last paint. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
bc9ae688d1
|
Bug 539356 - Part 12 - Remove unnecessary LayerManagerLayerBuilder indirection. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
a54e3bc08c
|
Bug 741682 - Disable component alpha layers with BasicLayers. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
1db8b4671f
|
Bug 739671 - Store optimized Color/ImageLayers on the ThebesLayers that they replace. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
bf5ec8409c
|
Bug 539356 - Part 11 - Reimplement empty transactions. r=roc
|
2012-06-30 15:06:12 +12:00 |
Matt Woodrow
|
931e45b897
|
Bug 539356 - Part 10 - Test changes required for DLBI. r=roc
|
2012-06-30 15:06:11 +12:00 |
Matt Woodrow
|
7243c1b151
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
Matt Woodrow
|
622a542f18
|
Bug 539356 - Revert changes made by bug 728983
|
2012-06-30 15:06:10 +12:00 |
Matt Woodrow
|
b475dfcf1b
|
Bug 539356 - Part 8b - Move painting of retained layers to the view manager flush, and only composite on the paint event. r=roc
|
2012-06-30 15:06:10 +12:00 |
Matt Woodrow
|
cc8236947b
|
Bug 539356 - Part 8a - Add END_NO_COMPOSITE to EndTransactionFlags and implement in for all LayerManagers. r=roc
|
2012-06-30 15:06:10 +12:00 |
Matt Woodrow
|
9711b008cc
|
Bug 539356 - Part 7 - Store FrameLayerBuilder objects on the LayerManager instead of nsDisplayListBuilder. r=roc
|
2012-06-30 15:06:10 +12:00 |
Matt Woodrow
|
b397869a6a
|
Bug 539356 - Part 6 - Add compositing paint flashing to BasicLayers. r=roc
|
2012-06-30 15:06:10 +12:00 |
Matt Woodrow
|
d0f18a9290
|
Bug 539356 - Part 5 - Change SVG effects painting to use a LayerManager transaction. r=roc
|
2012-06-30 15:06:10 +12:00 |
Jonathan Watt
|
e9fbc99b67
|
Bug 539356 - Part 4 - Reinstate the foreignObject registering code so that bug 605265 doesn't slow down SVG in general. r=mattwoodrow
|
2012-06-30 15:06:09 +12:00 |
Matt Woodrow
|
1e919b7228
|
Bug 539356 - Part 3 - Make GetParentPresContext() succeed when the current PresContext has no frames. r=bz
|
2012-06-30 15:06:09 +12:00 |
Matt Woodrow
|
0a6f7e9456
|
Bug 539356 - Part 2 - Add new API to BasicLayers. r=roc
|
2012-06-30 15:06:09 +12:00 |
Matt Woodrow
|
816de7f433
|
Bug 539356 - Part 1 - Allow LayerManagers to have multiple user data objects. r=roc
|
2012-06-30 15:06:09 +12:00 |
Luke Wagner
|
13d17130ef
|
Bug 769743 - simplify ScopedCoordinate::slot and fix names (r=dvander)
|
2012-06-29 11:42:42 -07:00 |
Phil Ringnalda
|
a6b36e8426
|
Back out e8bab55ac425 for not compiling
|
2012-06-29 19:00:21 -07:00 |
Chris Peterson
|
c1127d829a
|
Bug 767791 - Selection ranges exclude end index, so write [a,b), not (a,b]. r=blassey
--HG--
extra : rebase_source : 21654ebe8bedb0c175518a1aa494134f4b622de6
|
2012-06-26 17:06:26 -07:00 |
Luke Wagner
|
459998ce26
|
Bug 769743 - simplify ScopedCoordinate::slot and fix names (r=dvander)
--HG--
extra : rebase_source : 5d809f4db11dae7bcaf20591556635b2ae85fe23
|
2012-06-29 11:42:42 -07:00 |
Drew Willcoxon
|
7d8f11c66d
|
Bug 733631 - Create a unit test infrastructure for the webapp runtime. r=myk,felipc,ctalbert
|
2012-06-29 15:52:43 -07:00 |
Rafael Ávila de Espíndola
|
67e4a38f15
|
Bug 769635 - Upgrade clang to 159409. r=rail.
|
2012-06-29 18:46:13 -04:00 |
Chris Peterson
|
7f108122a7
|
Bug 768727 - Send '&' as composition string because some Gingerbread VKBs incorrectly map '&' key events. r=blassey
|
2012-06-29 12:06:03 -07:00 |
Geoff Brown
|
4d6df26db8
|
Bug 735461 - Parse -profile <path> argument properly in Fennec; r=blassey
|
2012-06-29 15:34:15 -07:00 |
Wes Johnston
|
3fc314807e
|
Bug 766094 - Disable telemetry on webapps. r=mfinkle
|
2012-06-29 15:21:28 -07:00 |
Brian Hackett
|
be75a4fb43
|
Treat canvas invalidations as animation activity for JS heuristics, bug 753630. r=dmandelin
|
2012-06-29 14:35:06 -07:00 |
Luke Wagner
|
7a29d6b7be
|
Bug 768446 - Remove StackIter::sp_ (r=dvander)
--HG--
extra : rebase_source : 4a2e40e8cc8d8bddcefd2a2687354b5dacd3f248
|
2012-06-29 10:34:09 -07:00 |
Luke Wagner
|
431b0471af
|
Bug 768446 - Remove StackIter stack-sniffing (r=dvander)
--HG--
extra : rebase_source : fe4e794721093fa5e40fa5dc8a80f352b95e041f
|
2012-06-29 10:34:09 -07:00 |
Benoit Jacob
|
65f1935114
|
Bug 763355 - even more logging to understand this intermittent orange in WebGL tests on Android - r=jgilbert
|
2012-06-29 17:21:35 -04:00 |
Gavin Sharp
|
d77c701cd7
|
Bug 769771: add support for specifying content type of an html:iframe, r=bz
--HG--
extra : transplant_source : %97%CDKKQ%11%F4%98%C0%D6e%B81%BE6a%3Ah_%07
|
2012-06-29 15:03:53 -04:00 |
Felipe Gomes
|
670aeb8571
|
Bug 768276. Part 5 - Set allAppsLaunchable = true on API tests that skip native installation. r=ctalbert
|
2012-06-29 13:46:21 -07:00 |
Felipe Gomes
|
3cda661a31
|
Bug 768276. Part 4 - Set allAppsLaunchable = true for b2g. r=fabrice
|
2012-06-29 13:46:21 -07:00 |
Felipe Gomes
|
04fe3563b7
|
Bug 768276. Part 3 - Implement mozApps.getNotInstalled. r=jst
|
2012-06-29 13:46:21 -07:00 |
Felipe Gomes
|
bd98e5d8d4
|
Bug 768276. Part 2 - Use isLaunchable in existing mozApps calls to only return launchable apps. r=jst
|
2012-06-29 13:46:21 -07:00 |
Felipe Gomes
|
49ded905f6
|
Bug 768276. Part 1 - Implement Webapps._isLaunchable on desktop platforms to verify if a webapp is launchable. r=myk
Original patches for Windows by Tim in bug 756306, for Mac by Dan in bug 762698, and for Linux by Marco in bug 756307
|
2012-06-29 13:46:21 -07:00 |