Takanori MATSUURA
|
92faf33a5c
|
Bug 751521 - Separate pixman detection from cairo. r=glandium
|
2012-05-26 08:44:00 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ali Juma
|
84e253b4d4
|
Bug 748048 - Part 1: Remove SetInvalidationDimensions and GetInvalidationDimensions. r=roc
|
2012-05-03 12:33:51 -04:00 |
|
Daniel Holbert
|
bbb73d9b89
|
Bug 740515: In nsIView::List fprintf call, wrap pointer in 'static_cast<void*>' to fix build warning. r=smaug
|
2012-03-30 13:36:43 -07:00 |
|
Robert O'Callahan
|
557449288e
|
Bug 721294. Only call nsIPresShell::WillPaint for the root presshell. Pass aWilLSendDidPaint correctly to nsIPresShell::Paint. Remove aPaintDefaultBackground from nsIPresShell::Paint. r=mats
|
2012-01-28 16:36:23 +13:00 |
|
Phil Ringnalda
|
b6aa88fd9e
|
Back out eb80ab6ee07b (bug 721627) and 06d02e7132b2 (bug 721294) for orange and red
|
2012-01-27 20:31:29 -08:00 |
|
Robert O'Callahan
|
dfdede1830
|
Bug 721294. Only call nsIPresShell::WillPaint for the root presshell. Pass aWilLSendDidPaint correctly to nsIPresShell::Paint. Remove aPaintDefaultBackground from nsIPresShell::Paint. r=mats
--HG--
extra : rebase_source : f54afeed8d3d41d3e8f9118386e4a67cfac82a98
|
2012-01-28 16:36:23 +13:00 |
|
Jeff Muizelaar
|
19d31dec25
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
|
Wes Johnston
|
5eb172def6
|
Bug 603008 - Platform support for multitouch events. r=smaug
* * *
Bug 603008 - Platform support for multitouch events.
* * *
ifdefandroid
|
2011-12-16 16:24:11 -08:00 |
|
Matt Brubeck
|
3aa150e837
|
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
|
2012-01-17 15:15:47 -08:00 |
|
Jeff Muizelaar
|
e18b95dabf
|
Bug 718440. Add more sampler labels to various places. r=bgirard
This shows the problems described in bug 710068.
|
2012-01-17 15:33:04 -05:00 |
|
Markus Stange
|
732a9f3ee7
|
Bug 598482 part 22 - Bump nsIViewManager UUID. r=roc
|
2011-12-23 22:52:26 -05:00 |
|
Markus Stange
|
bf406604bb
|
Bug 598482 part 21 - Update the invalidation setup comment. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
14e0a88d26
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
282f097710
|
Bug 598482 part 18 - Separate NS_WILL_PAINT and NS_PAINT handling; only flush again if no NS_WILL_PAINT event has been sent by the platform. r=roc
|
2011-12-23 22:52:24 -05:00 |
|
Boris Zbarsky
|
5bdbbbc47c
|
Bug 598482 part 16. When flushing layout, also flush out widget geometry changes. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
81d739b868
|
Bug 598482 part 15 - Rename view update batches to refresh disable batches and only use them in the two places that can enter reflow (where synchronous painting is permitted). r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Boris Zbarsky
|
5b5bb37114
|
Bug 598482 part 14. Rename IsRefreshEnabled to IsPaintingAllowed. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
16e3ecc29a
|
Bug 598482 part 13 - Flush invalidations via the refresh driver instead of from view update batches. Change the meaning of "refresh disabled" from "no invalidations allowed" to "no synchronous painting allowed". r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
640bb949f5
|
Bug 598482 part 12 - Remove unnecessary widget parameter. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
837db98189
|
Bug 598482 part 11 - Set up a connection between the view manager and the refresh driver. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
c5f5e5536a
|
Bug 598482 part 10 - Small refactoring in nsViewManager. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
610ff178d3
|
Bug 598482 part 9 - Remove unused aIgnoreWidgetView argument. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
23252c30fb
|
Bug 598482 part 8 - Remove unused mUpdateCnt. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
5d6bf29b6f
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
4e14ca9cb5
|
Bug 598482 part 5 - Remove support for event-based invalidation flushing. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
9e6a8e7f66
|
Bug 598482 part 3 - Remove synchronous painting APIs from nsIWidget. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
40e50b090a
|
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Phil Ringnalda
|
2e8e3cc006
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08:00 |
|
Markus Stange
|
d8b28f146a
|
Bug 598482 part 22 - Bump nsIViewManager UUID. r=roc
|
2011-12-23 22:52:26 -05:00 |
|
Markus Stange
|
0438c4de66
|
Bug 598482 part 21 - Update the invalidation setup comment. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
2d49769823
|
Bug 598482 part 20 - Rename Update to Invalidate; view updates are now always asynchronous. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
51d245145c
|
Bug 598482 part 18 - Separate NS_WILL_PAINT and NS_PAINT handling; only flush again if no NS_WILL_PAINT event has been sent by the platform. r=roc
|
2011-12-23 22:52:24 -05:00 |
|
Boris Zbarsky
|
4abe3b98cf
|
Bug 598482 part 16. When flushing layout, also flush out widget geometry changes. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
7a1414d6bd
|
Bug 598482 part 15 - Rename view update batches to refresh disable batches and only use them in the two places that can enter reflow (where synchronous painting is permitted). r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Boris Zbarsky
|
e269b6c862
|
Bug 598482 part 14. Rename IsRefreshEnabled to IsPaintingAllowed. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
022195c2f6
|
Bug 598482 part 13 - Flush invalidations via the refresh driver instead of from view update batches. Change the meaning of "refresh disabled" from "no invalidations allowed" to "no synchronous painting allowed". r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
ef851c0d3f
|
Bug 598482 part 12 - Remove unnecessary widget parameter. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
5613b8672d
|
Bug 598482 part 11 - Set up a connection between the view manager and the refresh driver. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
7d5aecbc5f
|
Bug 598482 part 10 - Small refactoring in nsViewManager. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
6e288228ce
|
Bug 598482 part 9 - Remove unused aIgnoreWidgetView argument. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
7b0b52dc60
|
Bug 598482 part 8 - Remove unused mUpdateCnt. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
87e56d30a9
|
Bug 598482 part 7 - Remove NS_VMREFRESH_* flags. NS_VMREFRESH_NO_SYNC is now the unchangable default. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
aa0afc9d5f
|
Bug 598482 part 5 - Remove support for event-based invalidation flushing. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
c99c840e17
|
Bug 598482 part 3 - Remove synchronous painting APIs from nsIWidget. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
136f7cd4dd
|
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Boris Zbarsky
|
ea35d340a7
|
Bug 709256 part 3. Skip calling PresShell::FlushPendingNotifications altogether if there might not be anything to flush. r=roc
|
2011-12-14 23:42:15 -05:00 |
|
Jeff Muizelaar
|
9317a91431
|
Bug 707800. Add more sampler labels. r=bgirard
|
2011-12-02 17:05:33 -05:00 |
|
Justin Lebar
|
02b09fb494
|
Back out revs d445f83ecfb1:dc9cc326cad0, because they did not back out what was intended.
|
2011-12-01 16:35:42 -05:00 |
|
Justin Lebar
|
9b26154c74
|
Backed out changeset 5d920a44a901 (bug 698002)
|
2011-12-01 15:43:07 -05:00 |
|