Masayuki Nakano
|
a4221a463f
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Masayuki Nakano
|
c67563512e
|
Bug 920377 part.29 Get rid of nsMouseScrollEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
cb376be26d
|
Bug 920377 part.28 Get rid of nsDragEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
73191e008f
|
Bug 920377 part.27 Get rid of nsMouseEvent_base r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
84078f9904
|
Bug 920377 part.26 Get rid of nsInputEvent r=roc
|
2013-10-01 16:23:02 +09:00 |
|
Masayuki Nakano
|
06d15e629f
|
Bug 920377 part.23 Get rid of nsQueryContentEvent r=roc
|
2013-10-01 16:23:00 +09:00 |
|
Masayuki Nakano
|
3a0b655e5a
|
Bug 920377 part.17 Get rid of nsKeyEvent r=roc
|
2013-10-01 16:22:58 +09:00 |
|
Steven Michaud
|
97c142783e
|
Bug 917702 - Unexpected Mouse Coordinate Return when MouseEnter or MouseExit Event Fired. r=spohl
|
2013-09-30 12:05:48 -05:00 |
|
Matt Woodrow
|
e7f55966e0
|
Bug 886999 - Backout c3a044164b5f for causing deadlocks (Bug 920979)
|
2013-09-30 14:31:50 +13:00 |
|
Matt Woodrow
|
f3fe15f33a
|
Bug 921233 - Enabled azure for main-thread drawing on OSX. r=jrmuizel
|
2013-09-30 12:17:35 +13:00 |
|
Masayuki Nakano
|
79047aba97
|
Bug 920377 part.14 Get rid of nsSimpleGestureEvent r=roc
|
2013-09-27 15:20:57 +09:00 |
|
Masayuki Nakano
|
e08581e1a5
|
Bug 920377 part.4 Get rid of nsContentCommandEvent r=roc
|
2013-09-27 15:20:54 +09:00 |
|
Masayuki Nakano
|
71cb301d36
|
Bug 920377 part.2 Get rid of nsPluginEvent r=roc
|
2013-09-27 15:20:54 +09: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
|
e28d8401da
|
Bug 912956 part.16 mozilla/MiscEvents.h should be included directly r=roc
|
2013-09-25 20:21:20 +09:00 |
|
Masayuki Nakano
|
015140fe0d
|
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
|
2013-09-25 20:21:19 +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
|
743fbc6e59
|
Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc
|
2013-09-25 20:21:16 +09:00 |
|
Benoit Jacob
|
55d6cf1e20
|
Bug 913872 - Take nested enums out of gfxASurface - 1/3 : automatic changes - r=jrmuizel
Generated by these regexes:
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(ImageFormat\|SurfaceType\|ContentType\|MemoryLocation\)[0-9A-Za-z_]*\)/gfx\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/gfx[A-Za-z0-9_]*Surface\:\:[a-z]*\(\(CONTENT_\|MEMORY_\)[0-9A-Za-z_]*\)/GFX_\1/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(CONTENT_COLOR\|CONTENT_ALPHA\|CONTENT_COLOR_ALPHA\|CONTENT_SENTINEL\|MEMORY_IN_PROCESS_HEAP\|MEMORY_IN_PROCESS_NONHEAP\|MEMORY_OUT_OF_PROCESS\)\($\|[^A-Za-z0-9_]\)/\1GFX_\2\3/g'
find . -name '*.h' -o -name '*.cpp' -o -name '*.mm' | grep -v '\.hg' | grep -v '^\.\/obj' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)\(ImageFormatARGB32\|ImageFormatRGB24\|ImageFormatA8\|ImageFormatA1\|ImageFormatRGB16_565\|ImageFormatUnknown\|SurfaceTypeImage\|SurfaceTypePDF\|SurfaceTypePS\|SurfaceTypeXlib\|SurfaceTypeXcb\|SurfaceTypeGlitz\|SurfaceTypeQuartz\|SurfaceTypeWin32\|SurfaceTypeBeOS\|SurfaceTypeDirectFB\|SurfaceTypeSVG\|SurfaceTypeOS2\|SurfaceTypeWin32Printing\|SurfaceTypeQuartzImage\|SurfaceTypeScript\|SurfaceTypeQPainter\|SurfaceTypeRecording\|SurfaceTypeVG\|SurfaceTypeGL\|SurfaceTypeDRM\|SurfaceTypeTee\|SurfaceTypeXML\|SurfaceTypeSkia\|SurfaceTypeSubsurface\|SurfaceTypeD2D\|SurfaceTypeMax\)\($\|[^A-Za-z0-9_]\)/\1gfx\2\3/g'
|
2013-09-24 16:45:13 -04: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 |
|
Stephen Pohl
|
e6f463f864
|
Bug 917761: Reland improvements for bug 678392 that were backed out along with bug 673875. r=smichaud,felipc
|
2013-09-23 09:02:55 -04:00 |
|
Anthony Jones
|
e8c48e7df8
|
Bug 918138 - Move Borrowed*Context to a separate header file; r=mattwoodrow
|
2013-09-23 15:28:16 +12:00 |
|
Steven Michaud
|
54b03ac5a0
|
Bug 909678 - Send right-mouse-dragged and other-mouse-dragged events to plugins. r=spohl,roc
|
2013-09-17 18:36:03 -05:00 |
|
Benoit Jacob
|
8ec75b058c
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
|
Matt Woodrow
|
f8b0a1ad88
|
Bug 908822 - Disable azure content on windows for now. r=nrc
|
2013-08-26 21:06:37 +12:00 |
|
Stephen Pohl
|
fd7f083936
|
Revert 366e6a39d71a from bug 673875 for causing bug 907275. r=smichaud
|
2013-08-21 12:22:03 -04:00 |
|
Stephen Pohl
|
788049d32f
|
Revert fd6c7792b048 from bug 673875 for causing bug 907275. r=smichaud
|
2013-08-21 12:21:59 -04:00 |
|
David Anderson
|
c926626e10
|
Force OMTC on when enabling multi-process tabs (bug 897502, r=ncameron).
|
2013-08-19 00:13:32 -07:00 |
|
Nicholas Cameron
|
a124f24edc
|
Bug 901382. Don't fall back to basic OMTC. r=mattwoodrow
|
2013-08-09 11:32:26 +12:00 |
|
Masayuki Nakano
|
2c377c18cd
|
Bug 893973 nsIWidget::SetInputContext() should check it has focus before calling secure event input API r=smichaud
|
2013-08-07 11:49:21 +09:00 |
|
Ms2ger
|
50634577d5
|
Merge m-c to inbound.
|
2013-08-02 11:07:57 +02:00 |
|
Ms2ger
|
1571fe39c1
|
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
|
2013-08-02 09:05:16 +02:00 |
|
Steven Michaud
|
0a7b766b43
|
Bug 893973 - crash in -[ChildView keyDown:], log more debugging info to Breakpad's app notes, rev1. r=masayuki
|
2013-08-01 20:35:34 -05:00 |
|
Ehsan Akhgari
|
d9a90f1254
|
Backed out changeset 197b12188f3a (bug 893973) for causing bug 9000007
|
2013-07-31 17:06:38 -04: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 |
|
Steven Michaud
|
be97f39501
|
Bug 893973 - crash in -[ChildView keyDown:], log more debugging info to Breakpad's app notes. r=masayuki
|
2013-07-30 10:42:29 -05:00 |
|
Steven Michaud
|
1d44037181
|
Bug 893973 - crash in -[ChildView keyDown:], log debugging info to Breakpad's app notes. r=ted,masayuki
|
2013-07-19 16:21:25 -05:00 |
|
Ryan VanderMeulen
|
5365ed1905
|
Backed out changeset 01d5bde15738 (bug 893973) for OSX bustage.
CLOSED TREE
|
2013-07-19 13:56:36 -04:00 |
|
Steven Michaud
|
4bedaaa1a3
|
Bug 893973 - crash in -[ChildView keyDown:], add debugging info to Breakpad's app notes. r=ted,masayuki
|
2013-07-19 12:08:18 -05:00 |
|
Matt Woodrow
|
89f496c44e
|
Bug 885580 - Make sure that Compositor::GetBackend is only used [Cfrom the compositor thread. r=nical
|
2013-06-27 11:30:52 +12:00 |
|
Matt Woodrow
|
5121773a74
|
Bug 894891 - Move texture transform from the RGBATextureLayerExternal shader into the vertex shader, and combine the two GL_TEXTURE_EXTERNAL shaders. r=jrmuziel
|
2013-07-18 23:05:06 -04:00 |
|
David Zbarsky
|
d7fdf67911
|
Bug 895116: Use RGBARectProgram in nsChildView r=mattwoodrow
|
2013-07-17 23:54:09 -07:00 |
|
Masayuki Nakano
|
659bbecf94
|
Bug 893973 Check if the keydown event received view actually has focus and separate the MOZ_CRASH() for each case r=smichaud
|
2013-07-17 11:08:44 +09:00 |
|
Stephen Pohl
|
e5abe7e1ae
|
Bug 868498: Enable switching between overlay and regular scrollbars without browser restart on Mac OSX. r=roc
|
2013-07-16 08:58:44 -04:00 |
|
Matt Woodrow
|
8d17852f86
|
Bug 892966 - Make gfxQuartzNativeDrawing support Moz2D surfaces. r=jrmuizel
|
2013-07-12 17:19:29 -04:00 |
|
Phil Ringnalda
|
eb8de189ea
|
Back out 7160624804ff:69062da26093 (bug 892966) on suspicion of mochitest-4 test_bug767779.html bustage
CLOSED TREE
|
2013-07-12 16:39:36 -07:00 |
|
Matt Woodrow
|
b2487e960c
|
Bug 892966 - Make gfxQuartzNativeDrawing support Moz2D surfaces. r=jrmuizel
|
2013-07-12 17:19:29 -04:00 |
|
Matt Woodrow
|
46c6be7468
|
Bug 892467 - Draw cocoa titlebar using correct shader. r=mstange
|
2013-07-11 22:32:49 -04:00 |
|
J. Ryan Stinnett
|
7c416da7e2
|
Bug 282097 - Part 7: Simulate native events for testing. r=masayuki
|
2013-07-10 09:12:40 -05:00 |
|
Masayuki Nakano
|
1aa2e2af61
|
Bug 875674 part.7 Implement setMarkedText:selectedRange:replacementRange: of NSTextInputClient r=smichaud
|
2013-07-11 16:46:36 +09:00 |
|