Olli Pettay
|
01fa7e9f98
|
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
|
2014-01-30 21:35:44 -08:00 |
|
Benoit Jacob
|
49238a878d
|
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 |
|
Olli Pettay
|
0d7e2d8fca
|
Bug 930793 - Remove favor performance mode, r=roc,avih
|
2014-01-16 16:09:08 +02:00 |
|
Masayuki Nakano
|
5582e20c22
|
Bug 953146 part.7 Don't allow other application to activate non-focusable popup r=jimm
|
2014-01-07 13:20:04 +09:00 |
|
Masayuki Nakano
|
537f620a00
|
Bug 953146 part.6 Clean up WM_MOUSEACTIVE case in nsWindow::ProcessMessage() r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
858fa07f58
|
Bug 953146 part.4 Separate counting pupups to rollup from nsWindow::DealWithPopups() r=jimm
|
2013-12-31 09:41:37 +09:00 |
|
Masayuki Nakano
|
608fde9aea
|
Bug 953146 part.3 nsWindow::DealWithPopups() should decide if popup should be rolled up in each case of messages r=jimm
|
2013-12-31 09:41:36 +09:00 |
|
Nicholas Cameron
|
7ea831ebf2
|
Bug 946532. Setup translucent window drawing properly with OMTC. r=dvander, mattwoodrow
|
2013-12-09 17:44:57 +13:00 |
|
David Anderson
|
bbb19b39f3
|
Only composite changed areas in the software compositor (bug 882447, r=mattwoodrow,nrc).
|
2013-11-21 11:25:16 -08:00 |
|
Jim Mathies
|
7e6bb5f5e8
|
Bug 930177 - Consolidate async scroll event handling with keyboard handling. r=tabraldes
|
2013-10-24 16:35:07 -05:00 |
|
Masayuki Nakano
|
ed3fbdf704
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
8c4ece5434
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Birunthan Mohanathas
|
f534b417ef
|
Bug 783333 - Use WM_WINDOWPOSCHANGING instead of WM_MOVE to handle window moves in nsWindow. r=jimm
|
2013-09-27 14:46:59 -04:00 |
|
Masayuki Nakano
|
4a5dc45e59
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Masayuki Nakano
|
c97e23707c
|
Bug 912956 part.2 Rename nsEvent.h to mozilla/EventForwards.h and sort out it r=roc
|
2013-09-24 19:04:14 +09:00 |
|
Benoit Jacob
|
3e5e988ae0
|
Bug 913603 - Avoid needlessly including nsRect.h - r=jrmuizel
|
2013-09-06 22:15:49 -04:00 |
|
Jim Mathies
|
0de49a1cde
|
Bug 907410 - Winrt async input - keyboard input. r=masayuki
|
2013-09-06 08:11:15 -05:00 |
|
David Anderson
|
a3093af783
|
Get basic compositor working on Windows (bug 896752, r=bas).
|
2013-08-26 20:18:31 -07:00 |
|
David Zbarsky
|
931c39df43
|
Bug 903283: Don't include EventTarget.h in headers r=Ms2ger
|
2013-08-19 06:15:55 -04:00 |
|
Nicholas Cameron
|
9fe50be176
|
Bug 903893. Backend fallback for OMTC. r=mattwoodrow
|
2013-08-18 18:46:16 +12:00 |
|
Ryan VanderMeulen
|
387f887c8e
|
Merge fx-team to m-c.
|
2013-08-09 19:28:34 -04:00 |
|
Jim Mathies
|
88a6bd4811
|
Bug 879562 - Convert WinUtils::GetNSWindowPtr to WinUtils::GetNSWindowBasePtr. r=masayuki
|
2013-08-09 05:12:38 -05:00 |
|
Nicholas Cameron
|
286f32664c
|
Bug 874721, bug 899435. D3D9 compositor and windows OMTC window resizing. r=Bas, mattwoodrow
|
2013-08-04 19:46:17 +12:00 |
|
Ms2ger
|
71e84fb181
|
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
|
2013-08-02 09:05:16 +02:00 |
|
Markus Stange
|
6169f97632
|
Bug 898126 - Cache client hit test values, r=jimm
|
2013-07-29 13:19:34 +02:00 |
|
Masayuki Nakano
|
d25f1791e5
|
Bug 891316 part.4 Use widget::MSGResult at nsWindow::ProcessMessageForPlugin r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Masayuki Nakano
|
947fff56d5
|
Bug 891316 part.1 Make widget::MSGResult struct and use it in nsWindow r=jimm
|
2013-07-18 17:12:31 +09:00 |
|
Nicholas Cameron
|
7dbaeb2cd4
|
Bug 899435. Part 4 - smooth resizing with OMTC. r=roc
|
2013-08-09 11:32:26 +12:00 |
|
Alexander Surkov
|
bbf2076158
|
Bug 670087 - AccessibleObjectFromPoint returns incorrect accessible for popup menus, r=tbsaunde, sr=roc
|
2013-06-27 11:03:58 -04:00 |
|
Masayuki Nakano
|
03f1e09b3a
|
Bug 855975 part.19 Move nsWindow::SynthesizeNativeKeyEvent() to widget::KeyboardLayout::SynthesizeNativeKeyEvent() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
ee5977a0d9
|
Bug 855975 part.17 Move nsWindow::OnKeyDown() to widget::NativeKey::HandleKeyDownMessage() r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
25b47115c2
|
Bug 855975 part.16 Move keydown message redirect manager from nsWindow to widget::RedirectedKeyDownMessageManager r=jimm
|
2013-05-29 15:34:49 +09:00 |
|
Masayuki Nakano
|
a98bd7ecbe
|
Bug 855975 part.12 Move special keypress event handling from nsWindow::OnKeyDown() to widget::NativeKey::DispatchKeyPressEventsAndDiscardsCharMessages r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
19fff406ac
|
Bug 855975 part.10 Move nsWindow::DispatchPluginEvent() to nsWindowBase r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
30ee8d406d
|
Bug 855975 part.8 Move nsWindow::OnChar() to widget::NativeKey::HandleCharMessage() r=jimm
|
2013-05-29 15:34:48 +09:00 |
|
Masayuki Nakano
|
6ec2d47ea1
|
Bug 855975 part.6 Move nsWindow::OnKeyUp() to widget::NativeKey::HandleKeyUpMessage() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
f499a4ff18
|
Bug 855975 part.5 Move nsWindow::DispatchKeyEvent() to widget::NativeKey::DispatchKeyEvent() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
88188380ad
|
Bug 855975 part.4 Move nsWindow::InitKeyEvent() to widget::NativeKey::InitKeyEvent() r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Masayuki Nakano
|
c5113cfb1e
|
Bug 855975 part.1 Make widget::KeyboardLayout a singleton class r=jimm
|
2013-05-29 15:34:47 +09:00 |
|
Bas Schouten
|
2bce266d5a
|
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
|
2013-05-03 19:34:33 +02:00 |
|
Kyle Huey
|
6c491f13ff
|
Back out bug 830347.
|
2013-05-08 12:04:11 -07:00 |
|
Bas Schouten
|
820dc00f61
|
Bug 830347 - Part 3: Integrate new D3D compositor into widget. r=jmathies
|
2013-05-03 19:34:33 +02:00 |
|
Nicolas Silva
|
ee77840a7b
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-24 14:42:40 -04:00 |
|
Masayuki Nakano
|
4ce5bb2bd6
|
Bug 829952 Reimplement system scroll speed override stuff for D3E WheelEvent feedback=avih, r=smaug+roc, sr=roc
|
2013-03-15 18:03:16 +09:00 |
|
Masayuki Nakano
|
f52efe918a
|
Bug 558976 part.6 Rename nsIWidget::OnIMETextChange() to nsIWidget::NotifyIMEOfTextChange() r=roc, sr=roc
|
2013-03-06 15:14:34 +09:00 |
|
Masayuki Nakano
|
3cbb4706d6
|
Bug 558976 part.2 Implement nsIWidget::NotifyIME() on Windows r=jimm
|
2013-03-06 15:14:32 +09:00 |
|
Jim Mathies
|
bd82d0b8d9
|
Bug 839808 - Add support for omtc to winrt widget. r=bbondy
|
2013-03-04 12:32:20 -06:00 |
|
Masayuki Nakano
|
dc25103390
|
Bug 840409 part.9 Implement widget::IMEHandler::GetUpdatePreference() r=jimm
|
2013-02-25 13:00:06 +09:00 |
|
Masayuki Nakano
|
c43f99b6e8
|
Bug 840409 part.8 Implement widget::IMEHandler::NotifyIMEOfTextChange() r=jimm
|
2013-02-25 13:00:06 +09:00 |
|
Masayuki Nakano
|
2d974a7da9
|
Bug 840409 part.7 Define new notification for IME of focus or selection change and handle them in widget::IMEHandler::NotifyIME() r=jimm, feedback=roc
|
2013-02-25 13:00:06 +09:00 |
|