Jonathan Watt
|
1ac56ed5ef
|
Bug 991640 - Get rid of nsIWidget::GetThebesSurface and a bunch of Thebes backed gfxContexts. r=mattwoodrow
|
2014-06-10 07:02:21 +01:00 |
|
Jim Mathies
|
e88a91f7f4
|
Bug 1003943 - Properly update widget cursors when the mouse passes between remote frames. r=smaug
|
2014-05-27 20:12:29 -05:00 |
|
Masatoshi Kimura
|
e96ea0a9d1
|
Bug 1005619 - Part 1: Add nsIWidget::GetRestoredBounds(). r=roc
|
2014-05-20 16:32:17 +09:00 |
|
Bill McCloskey
|
204c0f3633
|
Bug 993714 - [e10s] Cache native key bindings in tests (r=masayuki,sr=roc)
|
2014-04-21 13:40:09 -07:00 |
|
Jim Chen
|
8e3a90b7bf
|
Bug 984463 - Update GeckoEditableListener constants to match IMEMessage constants. r=masayuki
|
2014-03-21 13:44:59 -04:00 |
|
Neil Deakin
|
382114ad8c
|
Bug 982734, make nsIWidget::GetWindowType and nsIWidget::GetZIndex return their values, remove some unused colour-related widget methods, r=tn
|
2014-03-19 12:48:08 -04:00 |
|
Masayuki Nakano
|
0ae5a1bafc
|
Bug 977959 part.3 Hide nsINativeKeyBindings with nsIWidget::ExecuteNativeKeyBinding() r=roc+karlt+smichaud
|
2014-03-14 22:13:31 +09:00 |
|
Masayuki Nakano
|
b51ee921de
|
Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEStateManager.cpp
rename : dom/events/nsIMEStateManager.h => dom/events/IMEStateManager.h
|
2014-03-08 10:20:07 +09:00 |
|
Makoto Kato
|
094de05309
|
Bug 968647 - Part 1. Add position change notification for IME. r=roc
|
2014-02-28 16:45:01 +09:00 |
|
Makoto Kato
|
564414b6a0
|
Backed out changeset d06ee3f1e9a3 (bug 968647)
|
2014-03-03 11:53:43 +09:00 |
|
Makoto Kato
|
9857fbb5f0
|
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
|
2014-02-28 16:45:01 +09:00 |
|
Carsten "Tomcat" Book
|
3aa46dfe4f
|
Backed out changeset e670f691e2b9 (bug 968647) for mochitest test bustage on OS X on a CLOSED TREE
|
2014-02-28 09:30:34 +01:00 |
|
Makoto Kato
|
062ff17d11
|
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
|
2014-02-28 16:45:01 +09:00 |
|
Masayuki Nakano
|
4fac2c03ae
|
Bug 961704 part.2 Add an option to nsIMEUpdatePreference which prevents to be notified selection/text changes caused by composition r=smaug
|
2014-02-26 09:48:02 +09:00 |
|
Masayuki Nakano
|
e173e98fbd
|
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
|
2014-02-18 09:00:15 +09:00 |
|
Olli Pettay
|
ab4411fee4
|
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
--HG--
extra : rebase_source : 6f6de1cbf54670d63b74c44ca0134ed9c5354d2b
|
2014-01-30 21:35:44 -08:00 |
|
Nick Lebedev
|
cd5f69c3b6
|
Bug 822898. Add maxTouchPoints attribute to navigator. r=romaxa,smaug
--HG--
extra : rebase_source : e3f84cb38ee2a0c75bf775027c8a59e4f9e64908
|
2014-01-28 08:09:34 -08:00 |
|
Makoto Kato
|
95d1734bbb
|
Bug 960877 - Part 2. Remove mWantHints from nsIMEUpdatePreference. r=masayuki
|
2014-01-29 18:32:35 +09:00 |
|
Makoto Kato
|
4e744b9599
|
Bug 960877 - Part 1. Add helper method to nsIMEUpdatePreference. r=masayuki
|
2014-01-29 18:31:57 +09:00 |
|
Benoit Jacob
|
61df69f208
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Masayuki Nakano
|
a3dc900949
|
Bug 835262 Add an option making nsTextStateManager keep alive even while our process is deactive r=smaug+emk
|
2014-01-18 12:27:14 +09:00 |
|
Olli Pettay
|
124795557f
|
Bug 930793 - Remove favor performance mode, r=roc,avih
--HG--
extra : rebase_source : e936e5b02dc2e613816fb6f97f9af5a303dc6f6d
|
2014-01-16 16:09:08 +02:00 |
|
Makoto Kato
|
1eaa8a3e12
|
Bug 935821 - Part 1. Notify IME Compostion to widget. r=masayuki
|
2013-11-07 09:11:11 +09:00 |
|
Birunthan Mohanathas
|
d05644b6b3
|
Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
|
2014-01-06 10:06:04 -05:00 |
|
Markus Stange
|
3b7de5fbc9
|
Bug 888615 - [Australis] Add a drawtitle attribute for XUL root elements. When drawtitle="true" is set, even drawintitlebar windows will have a window title. r=roc, r=smichaud
|
2013-12-17 17:11:13 +01:00 |
|
Jim Mathies
|
195cafc7e6
|
Bug 941774 - Base widget implementation. r=roc
|
2013-12-14 14:40:56 -06:00 |
|
Nicholas Cameron
|
9bfee51338
|
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
|
2013-12-09 14:40:59 +13:00 |
|
Phil Ringnalda
|
74b2dea823
|
Backed out 7 changesets (bug 946958, bug 865033)
Backed out changeset 6dd0a6cb9ab3 (bug 946958)
Backed out changeset 498152aec5b1 (bug 946958)
Backed out changeset 7d035322f51d (bug 946958)
Backed out changeset 99f8ad7561ef (bug 946958)
Backed out changeset 4639c5abea80 (bug 946958)
Backed out changeset 9d1a4d83eccf (bug 865033)
Backed out changeset 41839e4026bc (bug 865033)
|
2013-12-08 18:43:45 -08:00 |
|
Nicholas Cameron
|
93ca5b4477
|
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
|
2013-12-09 14:40:59 +13:00 |
|
Markus Stange
|
c5d89cc8ca
|
Bug 886999 - Lock the GL context before compositing on the compositor thread or before calling setView or update on the main thread. r=mattwoodrow
|
2013-10-09 10:39:23 -04:00 |
|
Markus Stange
|
14e8e85cab
|
Bug 914437 - Don't composite windows that are not open. r=mattwoodrow
|
2013-10-09 10:39:22 -04:00 |
|
Ryan VanderMeulen
|
623bf74951
|
Backed out 8 changesets (bug 914437, bug 886999, bug 890997, bug 923114, bug 923133) for suspicion of causing frequent OSX mochitest-2 timeouts on a CLOSED TREE.
Backed out changeset e934fda24887 (bug 890997)
Backed out changeset 058c2432bff5 (bug 886999)
Backed out changeset 34d9056bf553 (bug 886999)
Backed out changeset 3f053c13cf4e (bug 914437)
Backed out changeset 1f436fd67cdb (bug 886999)
Backed out changeset 7c914b3e8d27 (bug 923133)
Backed out changeset e6fdf5fd28c5 (bug 923114)
Backed out changeset b0700255080c (bug 914437)
|
2013-10-09 14:33:01 -04:00 |
|
Markus Stange
|
0b3fba6f9e
|
Bug 886999 - Lock the GL context before compositing on the compositor thread or before calling setView or update on the main thread. r=mattwoodrow
--HG--
extra : rebase_source : 60930a858a5d52205703d14317312540387f269f
|
2013-10-09 10:39:23 -04:00 |
|
Markus Stange
|
4ab38a4556
|
Bug 914437 - Don't composite windows that are not open. r=mattwoodrow
--HG--
extra : rebase_source : b534eb4c339392c4a2ad60424510c7d264f13d3a
|
2013-10-09 10:39:22 -04:00 |
|
Masayuki Nakano
|
9aaf116c1c
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
5dbc2a60e4
|
Bug 920377 part.31 Get rid of nsEvent r=roc
|
2013-10-02 12:46:04 +09:00 |
|
Masayuki Nakano
|
a4221a463f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Matt Woodrow
|
e7f55966e0
|
Bug 886999 - Backout c3a044164b5f for causing deadlocks (Bug 920979)
|
2013-09-30 14:31:50 +13:00 |
|
Matt Woodrow
|
741531f1fc
|
Bug 886999 - Avoid touching the GL context from the main thread on mac, and lock the context when touching it from other threads. r=mstange
|
2013-09-26 15:49:59 +12:00 |
|
Masayuki Nakano
|
f90a5b1125
|
Bug 912956 part.18 Remove nsGUIEvent.h r=roc
|
2013-09-25 20:21:22 +09:00 |
|
Neil Rashbrook
|
fec95dc2b5
|
Bug 920073 Switch back to #including nsStringGlue.h in headers that need to work with the external string API r=ehsan
|
2013-09-25 08:27:54 +01: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 |
|
Ehsan Akhgari
|
7233ba7103
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Mina Almasry
|
94bdd8d0fe
|
Bug 912166 - Make nsIWidget::GetDefaultScale return a typed scale value. r=roc
|
2013-09-17 20:45:19 -04:00 |
|
Masayuki Nakano
|
776acd167e
|
Bug 912956 part.1 Rename all event stuff in mozilla::widget to mozilla::* r=roc
|
2013-09-14 11:39:41 +09:00 |
|
Magnus Melin
|
928cc3f23e
|
Backout of erroneous change from bug 903284 r=Ms2ger
|
2013-08-26 12:39:46 +01:00 |
|
David Zbarsky
|
9ce94de31b
|
Bug 903283: Don't include EventTarget.h in headers r=Ms2ger
|
2013-08-19 06:15:55 -04:00 |
|
Markus Stange
|
575a74e089
|
Bug 904538 - Don't #include nsITheme.h in nsIWidget.h. r=roc
|
2013-08-14 13:19:55 +02:00 |
|
Markus Stange
|
8f2c4e9f83
|
Bug 904536 - Remove nsNativeWidget.h. r=roc
|
2013-08-14 13:19:08 +02:00 |
|
Ehsan Akhgari
|
f4e239198e
|
Bug 904267 - Remove some unneeded #includes from nsIWidget.h; r=roc
|
2013-08-12 19:21:53 -04:00 |
|