Masayuki Nakano
|
9aaf116c1c
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
a4221a463f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Masayuki Nakano
|
f90a5b1125
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Masayuki Nakano
|
4983de6d4c
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Masayuki Nakano
|
c28e4cad25
|
Bug 912956 part.12 All event utils (macros and inline methods) should be methods of mozilla::WidgetEvent r=roc
|
2013-09-24 19:04:16 +09:00 |
|
Masayuki Nakano
|
0fbfe07d7e
|
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
--HG--
rename : widget/nsEvent.h => widget/EventForwards.h
|
2013-09-24 19:04:14 +09:00 |
|
Mina Almasry
|
94bdd8d0fe
|
Bug 912166 - Make nsIWidget::GetDefaultScale return a typed scale value. r=roc
|
2013-09-17 20:45:19 -04:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Benoit Girard
|
e2fc533712
|
Bug 907286 - Implement Frame Counter for non OMTC basic. r=jmuizel,tnikkel
--HG--
extra : rebase_source : a2cf8295ead1af3f0a66491fd9455d37e7b3985d
|
2013-08-22 12:54:05 -04:00 |
|
Ms2ger
|
bdfaa84f5b
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
3a103a7e9f
|
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
4807f1c86c
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Nicholas Cameron
|
0514eb1ecd
|
Bug 903816. Fixups in non-layers files. r=roc
|
2013-08-12 11:15:10 +12:00 |
|
David Zbarsky
|
9841925526
|
Bug 903819 - Don't include Layers.h everywhere, part 4 r=nrc
|
2013-08-20 15:45:30 -04:00 |
|
Ms2ger
|
1a5ae526d9
|
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
|
2013-08-14 08:56:21 +02:00 |
|
Trevor Saunders
|
99d8dc50c9
|
bug 659722 - remove _IMPL_NS_LAYOUT r=bz
|
2013-03-16 00:31:38 -04:00 |
|
Trevor Saunders
|
e62a12b52f
|
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
|
2013-08-08 20:12:37 -04:00 |
|
Timothy Nikkel
|
937aac75ae
|
Bug 899745. Remove top most z-index tracking from views because it is unused. r=mats
|
2013-07-30 16:10:28 -05:00 |
|
Timothy Nikkel
|
7d3be384bc
|
Bug 892994. On retina screens cocoa rounds widget coordinates to even pixel values, so account for that when placing widgets so we don't get confused. r=mstange
|
2013-07-30 11:22:41 -05:00 |
|
Trevor Saunders
|
108b7dd046
|
backout bug 886526 because it probably made us use a lot more memory to link on windows
|
2013-07-29 11:03:21 -04:00 |
|
Trevor Saunders
|
f33ade0d68
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Oleg Romashin
|
164509f2ae
|
Bug 891765 - Don't allow viewManager rootViewDestroy wile Flush. r=roc
|
2013-07-11 10:43:35 -04:00 |
|
Trevor Saunders
|
4fda35a773
|
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
|
2013-06-25 11:15:21 -04:00 |
|
Markus Stange
|
68b100868a
|
Bug 875335 - When using OMTC, always recomposite when viewWillDraw is called because our WindowOverlay may have changed. r=mattwoodrow
|
2013-06-20 15:01:20 +02:00 |
|
Brian O'Keefe
|
11bcc1cd9e
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Matt Woodrow
|
7b9d5b3e53
|
Bug 873944 - When we have OMTC, don't invalidate and wait for the widget paint event, just call DidPaint immediately. If we do get a widget paint event (from an OS initiated resize or similar), then block until the compositor has drawn the frame. r=roc
|
2013-06-18 19:59:29 +12:00 |
|
Matt Woodrow
|
7b0c403cca
|
Bug 873944 - Remove unecessarily callers to nsView::Invalidate. r=roc
|
2013-06-18 19:59:00 +12:00 |
|
Mats Palmgren
|
7cd80f3223
|
Bug 850571 - Remove temporary diagnostic code. r=me
|
2013-06-12 09:05:36 +00:00 |
|
Timothy Nikkel
|
72ba3a236e
|
Bug 820814. Call nsIWidget::Destroy from a runnable when destroying the widget for a view. r=mats
nsIWidget::Destroy can re-enter so do it when it is safe.
|
2013-05-28 03:11:11 -05:00 |
|
Mike Shal
|
5169c0a913
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Markus Stange
|
08702570d3
|
Bug 676241 part 8: Remove alternate layer manager handling. r=mattwoodrow
|
2013-05-23 16:49:18 +02:00 |
|
Mats Palmgren
|
3b8a88cbe1
|
Bug 850571 - Abort if the view is still owned by a frame in Destroy(). r=roc
|
2013-05-20 17:29:17 +00:00 |
|
Martijn Wargers
|
2eb8f443a1
|
Bug 399852 - crash test
|
2013-05-18 18:38:32 +00:00 |
|
Gregory Szorc
|
1b12175ba0
|
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
|
2013-05-17 16:20:11 -07:00 |
|
Ted Mielczarek
|
3cfd62c3d2
|
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
|
2013-05-16 09:33:26 -04:00 |
|
Jonathan Watt
|
ab3b6bcd32
|
Bug 870816 - Replace DEBUG_INVALIDATIONS with a pref called nglayout.debug.invalidation. r=mattwoodrow
|
2013-05-14 00:47:02 +01:00 |
|
Ms2ger
|
9845580de2
|
Bug 868726 - Outparamdel nsViewManager::GetDeviceContext; r=tn
|
2013-05-10 09:13:49 +02:00 |
|
Mats Palmgren
|
92268718c4
|
Bug 867530 - Make the current poison consumers use the new API. r=roc
|
2013-05-07 20:48:59 +02:00 |
|
Timothy Nikkel
|
4e24b17081
|
Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats
--HG--
rename : view/public/nsIScrollPositionListener.h => layout/generic/nsIScrollPositionListener.h
|
2013-05-03 17:31:08 -05:00 |
|
Mats Palmgren
|
0186233233
|
Bug 851641. Simplify the logic in nsView::DoResetWidgetBounds. r=tnikkel
|
2013-05-01 16:21:33 -05:00 |
|
Timothy Nikkel
|
923eed369f
|
Bug 851641. Make nsView::DoResetWidgetBounds safe against any kind of painting or flushing happening during it. r=mats
|
2013-05-01 16:21:33 -05:00 |
|
Markus Stange
|
ca6f57edb1
|
Bug 851641. Don't make view visibility changes immediately to the underlying widget. Post a pending update to do it. r=roc,mats
|
2013-05-01 16:21:32 -05:00 |
|
Mats Palmgren
|
09b721e44f
|
Bug 865569 - Poison nsView. r=roc
|
2013-04-29 14:11:04 +02:00 |
|
Jonathan Kew
|
4c7c6fe7b8
|
bug 861270 - prefer to use precise scale factor from GetDefaultScale() rather than approximate factor based on appUnits per devpix. r=roc
|
2013-04-18 16:35:49 +01:00 |
|
Mike Shal
|
df7deac25b
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Joshua Cranmer
|
aa1ca5d8f4
|
Bug 856108 - Port static analyses to clang, part 2h: use MOZ_STACK_CLASS everywhere else. r=bsmedberg
|
2013-04-11 22:22:09 -05:00 |
|
aceman
|
839310031c
|
Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg
|
2013-04-08 14:35:31 -04:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|