Markus Stange
|
d0ed306317
|
Bug 598482 part 22 - Bump nsIViewManager UUID. r=roc
|
2011-12-23 22:52:26 -05:00 |
|
Markus Stange
|
56290bc083
|
Bug 598482 part 21 - Update the invalidation setup comment. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
eb399a7302
|
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
|
965873a64b
|
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
|
b02086b4af
|
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
|
464140fc29
|
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
|
2a31a9533e
|
Bug 598482 part 14. Rename IsRefreshEnabled to IsPaintingAllowed. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
9536e6daf6
|
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
|
c40cfadc96
|
Bug 598482 part 12 - Remove unnecessary widget parameter. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
aa95f5d61c
|
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
|
8cabc9878d
|
Bug 598482 part 10 - Small refactoring in nsViewManager. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
0c6de8adf6
|
Bug 598482 part 9 - Remove unused aIgnoreWidgetView argument. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
164e432c6b
|
Bug 598482 part 8 - Remove unused mUpdateCnt. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
d13d62c3a3
|
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
|
294783292b
|
Bug 598482 part 5 - Remove support for event-based invalidation flushing. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
11a49c8991
|
Bug 598482 part 3 - Remove synchronous painting APIs from nsIWidget. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
1a8fc22417
|
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Phil Ringnalda
|
3cce1527f8
|
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
|
2011-12-23 22:21:58 -08:00 |
|
Markus Stange
|
05ef51c398
|
Bug 598482 part 22 - Bump nsIViewManager UUID. r=roc
|
2011-12-23 22:52:26 -05:00 |
|
Markus Stange
|
2e5f84bd4b
|
Bug 598482 part 21 - Update the invalidation setup comment. r=roc
|
2011-12-23 22:52:25 -05:00 |
|
Markus Stange
|
dfe85f1f6f
|
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
|
adc9e7d972
|
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
|
80ff66daf0
|
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
|
d377851c88
|
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
|
22e7dc8bfa
|
Bug 598482 part 14. Rename IsRefreshEnabled to IsPaintingAllowed. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
50f30c5700
|
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
|
2fe2d8bd71
|
Bug 598482 part 12 - Remove unnecessary widget parameter. r=roc
|
2011-12-23 22:52:23 -05:00 |
|
Markus Stange
|
4b8f403413
|
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
|
fc01177091
|
Bug 598482 part 10 - Small refactoring in nsViewManager. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
246ac10608
|
Bug 598482 part 9 - Remove unused aIgnoreWidgetView argument. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
6e9583f317
|
Bug 598482 part 8 - Remove unused mUpdateCnt. r=roc
|
2011-12-23 22:52:22 -05:00 |
|
Markus Stange
|
352b17f6aa
|
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
|
c59a4291ff
|
Bug 598482 part 5 - Remove support for event-based invalidation flushing. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
47a9e5ee03
|
Bug 598482 part 3 - Remove synchronous painting APIs from nsIWidget. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Markus Stange
|
4ca59bb5ee
|
Bug 598482 part 2 - Remove synchronous painting APIs from nsIViewManager. r=roc
|
2011-12-23 22:52:21 -05:00 |
|
Boris Zbarsky
|
74aef0d2d5
|
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
|
d812d1d6ce
|
Bug 707800. Add more sampler labels. r=bgirard
|
2011-12-02 17:05:33 -05:00 |
|
Justin Lebar
|
5905e88333
|
Back out revs d445f83ecfb1:dc9cc326cad0, because they did not back out what was intended.
|
2011-12-01 16:35:42 -05:00 |
|
Justin Lebar
|
47b2651e38
|
Backed out changeset 5d920a44a901 (bug 698002)
|
2011-12-01 15:43:07 -05:00 |
|
Timothy Nikkel
|
2eddc81bb7
|
Bug 668437. Part 5. Make the view bounds of a popup coincide with the client area of the widget. r=enndeakin,roc
|
2011-12-01 13:56:42 -06:00 |
|
Neil Deakin
|
afa7e2eaae
|
Bug 703260, part 3, remove nsIViewObserver, r=mats
|
2011-11-21 12:53:20 -05:00 |
|
Neil Deakin
|
886637d1cb
|
Bug 703260, part 2, remove view usage from popup manager's widget callbacks, r=mats
|
2011-11-21 12:53:20 -05:00 |
|
Neil Deakin
|
9e0f3e82fe
|
Bug 703260, part 1, remove view from eventstatemanager and presshell event handling, r=smaug,sr=roc
|
2011-11-21 12:53:20 -05:00 |
|
Mike Hommey
|
3966d0498f
|
Bug 702764 part 2 - Make nsAppStartup::GetStartupInfo more flexible. r=tglek
|
2011-11-18 08:54:27 +01:00 |
|
Timothy Nikkel
|
d78828a5dd
|
Bug 658005. Part 2. Add a frame visibility API that takes into account everything we need, and use it. r=roc
|
2011-10-26 18:57:55 -05:00 |
|
Neil Deakin
|
5548813f50
|
Bug 503879, remove nsIToolkit, make nsToolkit a singleton, remove it from some widget platforms, and don't pass it around when creating widgets, original patch by robarnold, r=roc
|
2011-10-25 11:05:32 -04:00 |
|
Timothy Nikkel
|
3715293ac6
|
Bug 695245. Misc view related code cleanup. Mostly dead code removal. r=roc
|
2011-10-19 14:10:13 -05:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Neil Deakin
|
731458c274
|
Bug 694224, remove appshell argument from various widget creation methods, r=roc
|
2011-10-14 09:06:39 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|