Robert O'Callahan
|
1163079236
|
Bug 556052. Compute mViewToWidgetOffset correctly and fix bugs by adding subpixel translation when painting. r=mats
|
2010-04-23 12:21:54 +12:00 |
|
Josh Aas
|
e57fb03f84
|
Add support for NPCocoaEventWindowFocusChanged. b=555290 r=roc
|
2010-04-21 02:21:46 -04:00 |
|
Karl Tomlinson
|
4ae5415e56
|
b=544211 preparation for handling synthesized button-up events for ending element pointer capture r=smaug
|
2010-03-24 16:36:27 +13:00 |
|
Robert O'Callahan
|
137978d0a8
|
Bug 549630. mViewToWidgetOffset is being calculated the wrong way around. r=mats
--HG--
extra : rebase_source : 917290f7ae51bf57d9b689ffa1b3708245235638
|
2010-03-10 13:14:17 +13:00 |
|
Robert O'Callahan
|
69610b8d43
|
Bug 546071. Compute view-to-widget offset for plugin views. r=mats
--HG--
extra : rebase_source : 483afc3b0d00f5fd6685f760b6ad358a94a7c9ba
|
2010-02-24 00:33:41 -08:00 |
|
Robert O'Callahan
|
6a95e8500e
|
Backed out changeset 78318b260f18
|
2010-03-05 20:05:33 +13:00 |
|
Robert O'Callahan
|
b752207ff1
|
Bug 546071. Compute view-to-widget offset for plugin views. r=mats
|
2010-02-24 00:33:41 -08:00 |
|
Robert O'Callahan
|
11a3d788af
|
Bug 534425. Part 6: Let nsIWidgets expose a LayerManager to be used to render into the widget, instead of nsPaintEvent::renderingContext which is removed since it's no longer needed. Currently all widgets fall back to a default BasicLayerManager implementation. Also change nsPaintEvent::region to be an nsIntRegion, and get rid of nsPaintEvent::rect since it's redundant.
|
2010-03-01 21:03:49 +13:00 |
|
Jesse Ruderman
|
7ee60fba5d
|
Add crashtests
|
2010-02-27 13:04:34 -08:00 |
|
Timothy Nikkel
|
92355591c8
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
|
2010-02-18 13:23:23 -06:00 |
|
Timothy Nikkel
|
53fe3ff52d
|
Backed out changeset 93c7b23284b8 (Bug 545593) for causing Md oth failures on linux.
|
2010-02-12 16:46:04 -06:00 |
|
Timothy Nikkel
|
73241cb6bc
|
Bug 545593. Remove nsViewManager::Enable/DisableRefresh. r=roc
--HG--
extra : rebase_source : 963053b0f3d5712308b53c665dddcedae08a2b21
|
2010-02-11 18:14:59 -06:00 |
|
Timothy Nikkel
|
9d1ebd2487
|
Bug 543681. Update the dirty region of view properly when scrolling. r=roc
--HG--
extra : rebase_source : b2c66757fb896a7f075eb059c85db42bb2fd3f45
|
2010-02-02 19:55:29 -06:00 |
|
Timothy Nikkel
|
375930c3f5
|
Bug 488771. Stop nsIScrollPositionListener from inheriting from nsISupports. r=roc
--HG--
extra : rebase_source : bb93c56b3347bc8df7fd843f08e2d5dfc4f3071b
|
2010-01-28 18:03:42 -06:00 |
|
Robert O'Callahan
|
8d3cbbd5d2
|
Bug 526394. Part 35: Prevent event dispatch and script execution during UpdateViewAfterScroll, even in the presence of malign Win32 reentrant APIs. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
b5f5b11c36
|
Bug 526394. Part 33: Remove nsScrollPortView etc. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
dd085808e4
|
Bug 526394. Part 32: Remove code that only existed so that scrollframes could have views. r=mats
|
2010-01-12 10:45:19 +13:00 |
|
Robert O'Callahan
|
04a613495c
|
Bug 526394. Part 31: Move scroll implementation into nsGfxScrollFrame. r=mats
|
2009-10-08 16:01:15 +13:00 |
|
Robert O'Callahan
|
519c0fd842
|
Bug 526394. Part 21: Remove nsIViewManager RootScrollableView APIs, and move GetRectVisibility to nsIPresShell. r=mats
|
2009-09-09 17:40:02 +12:00 |
|
Robert O'Callahan
|
5326dfa81a
|
Bug 526394. Part 19: Remove view paramters from nsIScrollPositionListener. r=mats
|
2009-09-09 17:40:01 +12:00 |
|
Robert O'Callahan
|
9e667b1f9b
|
Bug 526394. Back out removal of Composite call.
--HG--
extra : rebase_source : 2836e3c7089690800b46ec2aa2dc8022c5298052
|
2009-12-24 11:52:00 +13:00 |
|
Robert O'Callahan
|
dffec62ff5
|
Bug 526394. Don't paint synchronously when updating after scrolling. r=mats
|
2009-12-18 14:00:28 +13:00 |
|
Robert O'Callahan
|
0a5002602b
|
Backed out changeset 70b5097f7c30
--HG--
extra : rebase_source : 40a5eab30a03a77f187316b99c2f1e5179d8dd44
|
2009-12-18 13:58:29 +13:00 |
|
Robert O'Callahan
|
f6583136ea
|
imported patch disable-Composite
|
2009-12-18 13:40:28 +13:00 |
|
Karl Tomlinson
|
e336ebd026
|
b=518506 order child widget moves a little carefully when scrolling r=roc
|
2009-12-14 10:01:33 +13:00 |
|
Oleg Romashin
|
779504f014
|
Bug 528025. Hold a strong ref from the view manager to the device context. r=roc/bz
|
2009-11-18 13:38:16 +13:00 |
|
Robert O'Callahan
|
df12cdae81
|
Bug 498340. Backout previous fix
|
2009-11-16 11:48:18 +13:00 |
|
Oleg Romashin
|
e1e235be47
|
Bug 528025 - Invalid read happen in view because of Device context is not referred properly. r=roc
|
2009-11-15 10:02:10 +02:00 |
|
Markus Stange
|
89681f9fd4
|
Bug 517804 - Flush reflows and invalidations during viewWillDraw. r=roc, r=josh
--HG--
extra : rebase_source : cb6f250b0fc137682cd09e569d34c29ca272211e
|
2009-11-14 00:03:46 +01:00 |
|
Karl Tomlinson
|
f1bba3e294
|
b=521198 don't update when refresh is disabled r=roc
--HG--
extra : rebase_source : 8277aa725ef29138201d825b31aad6bec258a53d
|
2009-11-11 09:47:57 +13:00 |
|
Robert O'Callahan
|
d95452e244
|
Bug 498340. Block script execution during the entire paint phase including when we call WillPaint to flush notifications. We don't want script to run and disturb (directly or indirectly) the widget hierarchy, because doing that during BeginPaint/EndPaint can confuse Windows. Other platforms might also be adversely affected. r=bz
|
2009-11-10 14:00:35 +13:00 |
|
Robert O'Callahan
|
7e04a64cff
|
Bug 513082. Take advantage of our knowledge that nsDisplayClip, when used in a blitting scrolling frame, must snap to device pixels, to get more accurate blit regions. r=dbaron
|
2009-11-04 07:39:42 +13:00 |
|
Mats Palmgren
|
f93c58bc21
|
Call WillPaint() on all descendant view observers. b=517772 r=bzbarsky r=roc
|
2009-10-16 12:55:19 +02:00 |
|
Robert O'Callahan
|
0661a95762
|
Bug 508495. Let CSS borders and padding apply to plugin elements, and fix layout, painting and event handling to work with them. r=dbaron
--HG--
extra : rebase_source : c42240c5a88dc05579b658f8cc29ff289422986b
|
2009-09-11 13:44:20 +12:00 |
|
Robert O'Callahan
|
2e6f2bd071
|
Bug 513082. Round out 'region of moving visible content' to device pixels to reduce incidence of stray subpixel rectangles causing unnecessary painting. r=dbaron
--HG--
extra : rebase_source : a976be084de5b610089cebe1da9a9c5a2e580cb2
|
2009-09-07 12:35:14 +12:00 |
|
Markus Stange
|
36822e5cf2
|
Bug 515446 - Combine the two Create methods of nsIWidget into one. Also remove nsCocoaWindow's capability of adapting its NSWindow from aNativeParent. r=josh, sr=roc
|
2009-09-24 18:18:10 +12:00 |
|
Markus Stange
|
f16e17827d
|
Backed out changeset 7799cfb99362 (Bug 517804 - Flush reflows and invalidations during viewWillDraw) because it caused a ts_shutdown regression.
|
2009-09-23 08:53:25 +12:00 |
|
Markus Stange
|
af80e1bef8
|
Bug 517804 - Flush reflows and invalidations during viewWillDraw. r=roc, r=josh
|
2009-09-21 18:29:59 +12:00 |
|
Robert O'Callahan
|
6de615de1b
|
Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst
--HG--
extra : rebase_source : 0e8b9f424d50c2d9e346f7ff15834202a6c101d1
|
2009-09-04 16:49:18 +12:00 |
|
Neil Deakin
|
02a7469b05
|
Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug
|
2009-09-13 09:13:16 -04:00 |
|
Neil Deakin
|
a5bfe49767
|
Bug 503943, back out mouse capture patch, CLOSED TREE
|
2009-09-10 12:11:41 -04:00 |
|
Neil Deakin
|
2ca788ce33
|
Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug
|
2009-09-10 08:51:36 -04:00 |
|
Taras Glek
|
8943704095
|
Bug 457949 - no need for Stopwatch r=bsmedberg
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
|
2009-08-28 11:03:51 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Mats Palmgren
|
f20dde87d8
|
Bug 454872. r=roc
|
2009-08-24 03:56:04 +02:00 |
|
Brad Lassey
|
4df98998a7
|
bug 511716 - trailing while panning fennec r=stuart
|
2009-08-20 16:46:16 -04:00 |
|
Robert O'Callahan
|
9f2ae1a715
|
Bug 507334, part 2: Blit multiple rectangles when scrolling rather than blitting only the largest single rectangle, and avoid repainting opaque content that covers the scrolling content. r=dbaron
|
2009-08-13 19:09:51 -07:00 |
|
Masayuki Nakano
|
f9802cc670
|
Bug 128647 [RFE] Handler for WM_COPY/WM_CUT/WM_PASTE/WM_CLEAR r=ere+roc, sr=roc
|
2009-08-08 00:11:17 +09:00 |
|
Robert O'Callahan
|
a4fec52cd4
|
Bug 506615. XUL decks should not have wididgets. r=dbaron
|
2009-07-30 14:54:42 +12:00 |
|
Robert O'Callahan
|
7f80aa5dd5
|
Bug 505693. Remove nsIView::DisownWidget. r=bzbarsky
--HG--
extra : rebase_source : 28e8dbe51cafae7454f1e847ca87597adaa28b9f
|
2009-07-27 09:30:22 +12:00 |
|
Robert O'Callahan
|
c95fd3cf9a
|
Bug 505912. Trust the widget visibility in UpdateWidgetArea. r=dbaron
--HG--
extra : rebase_source : 4c6e1b2366b430763cce546ab0e26576705a0ca3
|
2009-07-27 09:17:43 +12:00 |
|
Robert O'Callahan
|
5fa812e479
|
Bug 352093. Part 15: Rework scrolling so that we don't need a dedicated native widget for scrollframes. r=dbaron,joshmoz,karlt,jmathies
|
2009-07-22 12:45:13 +12:00 |
|
Robert O'Callahan
|
20c4a2900f
|
Bug 352093. Part 13: Remove nsIViewManager::GetWidget since no-one should be using it. r=bzbarsky
|
2009-07-22 12:45:11 +12:00 |
|
Robert O'Callahan
|
934fc5b108
|
Bug 352093. Part 11: Remove GetWidget cals from the view maanger. r=bzbarsky
|
2009-07-22 12:45:09 +12:00 |
|
Robert O'Callahan
|
d6fc5e3bfb
|
Bug 352093. Part 2: Create nsIViewManager::GetRootWidget.
|
2009-07-22 12:45:03 +12:00 |
|
Robert O'Callahan
|
eaf4ee2bc9
|
Bug 339548. Part 10: Simplify widget parameters to UpdateWidgetArea.
|
2009-07-22 12:45:01 +12:00 |
|
Robert O'Callahan
|
41b0dc9d84
|
Bug 339548. Part 9: Create nsRootPresContext::UpdatePluginGeometry, and use it. Make nsObjectFrame manage its widget directly.
|
2009-07-22 12:45:00 +12:00 |
|
Robert O'Callahan
|
b4be2a9744
|
Bug 352093. Part 1: Add view parameter to nsViewManager::DispatchEvent so we can target view system events to widget-less documents. r=bzbarsky
|
2009-07-22 12:44:59 +12:00 |
|
Robert O'Callahan
|
81bc0a54db
|
Bug 339548. Part 4: Move responsibility for removing child widget areas from the paint region from nsViewManager to platform widget code. r=karl,josh
|
2009-07-22 12:44:55 +12:00 |
|
Robert O'Callahan
|
3c281129eb
|
Bug 339548. Part 3: Introduce native widget clip region API.
|
2009-07-22 12:44:55 +12:00 |
|
Timothy Nikkel
|
b21de22a53
|
Bug 488242. Make iframes with semi-transparent backgrounds work correctly by painting all canvas background colors using a dedicated fallback background color display item. r+sr=roc
|
2009-07-04 21:30:59 +12:00 |
|
Robert O'Callahan
|
8e2c443f4f
|
Bug 500629. Remove NS_SCROLL_PROPERTY_ALWAYS_BLIT, only XUL listboxes use it, and for no good reason. r+sr=bzbarsky
--HG--
extra : rebase_source : 262ff065fd9bbc7687a5aa1f9c330626878cdf25
|
2009-06-29 10:48:59 +12:00 |
|
Arpad Borsos
|
cd1887abfd
|
Back out bug 474369, suspected of causing dhtml and tp3 regression
|
2009-06-12 23:20:55 +02:00 |
|
Arpad Borsos
|
3773b464cf
|
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
|
2009-05-07 17:15:26 +02:00 |
|
Markus Stange
|
f9eb685a64
|
Bug 495920 - nsThebesDeviceContext shouldn't have a reference to a native widget. r=masayuki, sr=roc
|
2009-06-11 11:24:41 +02:00 |
|
Neil Deakin
|
79321ef1f8
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
|
Jim Mathies
|
586ad3cbd2
|
Bug 485101 - Implement panning feedback for touch enabled displays with win7. r+sr=smaug r=blassey.
|
2009-05-19 21:05:59 -05:00 |
|
Dave Townsend
|
99034adf24
|
Backed out changeset 461d728271d1
|
2009-05-19 13:51:18 +01:00 |
|
Arpad Borsos
|
584155ddb7
|
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
|
2009-05-07 17:15:26 +02:00 |
|
Daniel Veditz
|
c5f253fbf6
|
bug 490425 fix nsView crash, patch from Martin Stransky, r/sr=roc
|
2009-05-14 07:04:45 -07:00 |
|
Ryo Onodera
|
5e72993bff
|
Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
|
2009-05-08 14:31:04 +12:00 |
|
tn
|
8abb6cc458
|
Bug 485275. nsViewManger::RenderViews needs to forward to the correct view manager for the display root view. r=roc
|
2009-04-06 12:39:24 +12:00 |
|
Jeremy D. Lea
|
39f62f1364
|
Bug 431634 - Part 1 - clean up header pollution; r+sr=roc
|
2009-04-01 13:59:02 -08:00 |
|
XiaoXiaoHU
|
692da049fc
|
Bug 298889 - iframe invisible when window is transparent; r+sr=roc
|
2009-02-24 17:53:32 +01:00 |
|
Zack Weinberg
|
558a5863e2
|
Bug 478079 - Kill nsViewManager::DefaultRefresh, and move the cached canvas background to the pres shell; r+sr=roc
|
2009-02-23 02:10:23 +01:00 |
|
Jeremy D. Lea
|
b9a1696e34
|
Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
--HG--
extra : rebase_source : 4a35ccdcafbe8a0a9dded9f292a139b4679709e3
|
2009-02-18 16:11:49 -08:00 |
|
Serge Gautherie
|
5ec9f53e89
|
Backed out changeset: 719dca3419b5
|
2009-02-15 18:41:16 +01:00 |
|
Jeremy Lea
|
b82cdbd258
|
Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc
|
2009-02-15 17:41:06 +01:00 |
|
Jesse Ruderman
|
f154077a31
|
Add crashtests
|
2009-02-13 14:54:17 -08:00 |
|
Jim Chen
|
6513b5e77c
|
Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP (relanding)
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
|
2009-02-11 05:56:51 +09:00 |
|
Masayuki Nakano
|
4755de05c7
|
Backing out the TSF patch of bug 88831. This might cause a timeout failure on test_keycodes.xul
--HG--
rename : content/events/src/nsContentEventHandler.cpp => content/events/src/nsQueryContentEventHandler.cpp
rename : content/events/src/nsContentEventHandler.h => content/events/src/nsQueryContentEventHandler.h
|
2009-02-11 03:02:05 +09:00 |
|
Jim Chen
|
41a1a807d6
|
Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP r=masayuki+peterv, sr=roc
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
|
2009-02-10 20:15:36 +09:00 |
|
Jesse Ruderman
|
5f1cc5c3ce
|
Add a bunch of crashtests
|
2009-02-10 00:09:40 -08:00 |
|
L. David Baron
|
ef5fe05834
|
Revert changeset fc8d54ab29a6 (Bug 88831, Support new IME API "Text Services Framework" from Office XP and Windows XP) due to failure (every time) of the new unit test it added (Test WinTSF) on the Windows tinderbox.
--HG--
rename : content/events/src/nsContentEventHandler.cpp => content/events/src/nsQueryContentEventHandler.cpp
rename : content/events/src/nsContentEventHandler.h => content/events/src/nsQueryContentEventHandler.h
|
2009-02-07 09:13:30 -08:00 |
|
Jim Chen
|
e53087b660
|
Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP r=masayuki+peterv, sr=roc
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
|
2009-02-07 18:52:59 +09:00 |
|
Zack Weinberg
|
60807b61c4
|
Bug 475548. Don't let the view manager's DefaultBackgroundColor be translucent. r+sr=roc
--HG--
extra : rebase_source : 1a8a5b29e8bc726affd4a97850e4c8f2c962ed1f
|
2009-01-30 20:07:30 +13:00 |
|
Markus Stange
|
d93c06d57d
|
Bug 469613 - Page scrolling by clicking the scrollbar track can get stuck if the page is very long, r+sr=roc
|
2009-01-24 16:47:17 +01:00 |
|
Markus Stange
|
41fe5bdfd7
|
Backout of bug 469613 due to failing test_datepicker on Linux
|
2009-01-15 17:37:44 +01:00 |
|
Markus Stange
|
22444f1f36
|
Bug 469613 - Page scrolling by clicking the scrollbar track can get stuck if the page is very long, r+sr=roc
Relanding without test to verify that it's the fix that caused test_datepicker to fail
|
2009-01-15 15:43:52 +01:00 |
|
Jeremy Lea
|
1800930122
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
|
2009-01-15 16:27:09 +13:00 |
|
Dave Townsend
|
0587e6973b
|
Backed out changeset fe759e3fd895 from bug 469613 due to mochitest failures
|
2009-01-09 13:46:45 +00:00 |
|
Markus Stange
|
061513f78b
|
Bug 469613 - Page scrolling by clicking the scrollbar track can get stuck if the page is very long, r+sr=roc
|
2009-01-09 10:05:24 +01:00 |
|
Masayuki Nakano
|
229283883c
|
Bug 272847 Text input via IME does not work in windowless Flash movie r=ere+josh, sr=roc
|
2008-12-15 12:54:54 +09:00 |
|
Robert O'Callahan
|
fc367b4931
|
Bug 468753 - Startup crash in nsViewManager::ProcessSynthMouseMoveEvent; r+sr=dbaron
|
2008-12-10 15:57:27 +01:00 |
|
Mats Palmgren
|
1dc0d756d8
|
Don't crash if views were destroyed while flushing notifications. b=421839 r+sr=roc
|
2008-12-08 00:11:37 +01:00 |
|
L. David Baron
|
7fc92bad7f
|
Make the code to suppress infinite synthesized mouse move loops work again with asynchronous style changes. (Bug 302561) r+sr=bzbarsky,roc
|
2008-12-07 13:58:07 -08:00 |
|
L. David Baron
|
90b976fe34
|
Backed out changeset 7b553bbed53d (bug 302561) due to chrome test crash.
|
2008-12-04 09:57:18 -08:00 |
|
L. David Baron
|
85dd73ebd3
|
Make the code to suppress infinite synthesized mouse move loops work again with asynchronous style changes. (Bug 302561) r+sr=bzbarsky,roc
|
2008-12-04 08:09:52 -08:00 |
|
Markus Stange
|
76daa5a7da
|
Bug 463042 - Smooth scrolling isn't working with the scrollbar or the keyboard arrows, r+sr=roc
|
2008-12-02 14:18:08 +01:00 |
|
Robert O'Callahan
|
3f3b6013d1
|
Bug 454959. When a document is in a floating view, floating-ness doesn't propagate across view manager boundaries. So use the display-root view as the place to invalidate from. r+sr=bzbarsky
|
2008-11-26 11:09:37 +13:00 |
|