Carsten "Tomcat" Book
|
99ae76e71d
|
Backed out changeset 743fb3c48ed7 (bug 968647)
|
2014-02-28 09:30:01 +01:00 |
|
Makoto Kato
|
32baf5f742
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Oleg Romashin
|
79dd3f3972
|
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
|
2014-02-20 18:09:02 -08:00 |
|
Ms2ger
|
b995cb3325
|
Bug 952033 - Part b: Use IntSize in CreateOffscreenSurface; r=roc
|
2014-02-09 09:04:38 +01:00 |
|
Benoit Jacob
|
15ef84b8b5
|
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 |
|
Benoit Jacob
|
28ff3ad25f
|
Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
638dd1b5c9
|
Bug 959380 - 3/5 - Make gfxSurfaceType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxSurfaceType\(Image\|PDF\|PS\|Xlib\|Xcb\|Glitz\|Quartz\|Win32\|BeOS\|DirectFB\|SVG\|OS2\|Win32Printing\|QuartzImage\|Script\|QPainter\|Recording\|VG\|GL\|DRM\|Tee\|XML\|Skia\|Subsurface\|D2D\|Max\)\($\|[^A-Za-z0-9_]\)/\1gfxSurfaceType::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Benoit Jacob
|
981c6431d3
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Trevor Saunders
|
c2b2fcd3d4
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Birunthan Mohanathas
|
58325c73be
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Nicolas Silva
|
fd65e156ab
|
Bug 924403 - Send non-OMTC GL layers into oblivion. r=nrc
|
2013-11-27 11:15:17 +13:00 |
|
Masayuki Nakano
|
491eb3ef29
|
Bug 600117 part.7 Implement KeyboardEvent.repeat on Qt r=romaxa
|
2013-11-07 20:17:33 +09:00 |
|
Masayuki Nakano
|
ccf7df9c45
|
Bug 602787 part.7 Don't implement methods which use Widget*Event in qt/nsWindow.h r=romaxa
|
2013-10-22 22:27:35 +09:00 |
|
Wes Kocher
|
8c3f67ddfc
|
Backed out 9 changesets (bug 602787) on suspicion of breaking mochitest-metro on a CLOSED TREE
Backed out changeset 1730bcae2c45 (bug 602787)
Backed out changeset 70606b9b1e42 (bug 602787)
Backed out changeset 57ca2861ea30 (bug 602787)
Backed out changeset 3b9f1062d915 (bug 602787)
Backed out changeset 3ee56eacc84b (bug 602787)
Backed out changeset 1c35693be3d3 (bug 602787)
Backed out changeset ef095c3aef98 (bug 602787)
Backed out changeset 4827bdae97fd (bug 602787)
Backed out changeset fa0f355e7871 (bug 602787)
|
2013-10-22 13:11:53 -04:00 |
|
Masayuki Nakano
|
9e0cc70277
|
Bug 602787 part.7 Don't implement methods which use Widget*Event in qt/nsWindow.h r=romaxa
|
2013-10-22 22:27:35 +09:00 |
|
Masayuki Nakano
|
ef895616c5
|
Bug 920425 part.28 Use mozilla::WidgetEvent::AsMouseEvent() r=smaug
|
2013-10-22 17:55:20 +09:00 |
|
Masayuki Nakano
|
6931c6e1e5
|
Bug 920377 part.33 Get rid of mozilla::WheelEvent r=roc
|
2013-10-16 18:37:36 +09:00 |
|
Birunthan Mohanathas
|
6de9b9ead5
|
Bug 784739 - Switch from NULL to nullptr in widget/os2/; r=ehsan
--HG--
extra : rebase_source : c6afd8bd171364431280c8e69f406e36ebc5b523
|
2013-10-08 14:47:49 -04:00 |
|
Masayuki Nakano
|
b266c80d36
|
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
|
2013-10-02 15:38:27 +09:00 |
|
Masayuki Nakano
|
096a701901
|
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
|
2013-10-02 12:46:03 +09:00 |
|
Masayuki Nakano
|
a899a68a7f
|
Bug 920377 part.22 Get rid of nsCompositionEvent r=roc
|
2013-10-01 16:23:00 +09:00 |
|
Masayuki Nakano
|
dfa18ff7c5
|
Bug 920377 part.21 Get rid of nsTextEvent r=roc
|
2013-10-01 16:22:59 +09:00 |
|
Masayuki Nakano
|
cb5e8fa5ed
|
Bug 920377 part.17 Get rid of nsKeyEvent r=roc
|
2013-10-01 16:22:58 +09:00 |
|
Masayuki Nakano
|
a3f2b0b40c
|
Bug 920377 part.16 Get rid of nsAlternativeCharCode r=roc
|
2013-10-01 16:22:57 +09:00 |
|
Masayuki Nakano
|
e3ab617d31
|
Bug 920377 part.15 Get rid of nsGestureNotifyEvent r=roc
|
2013-09-27 15:20:57 +09:00 |
|
Masayuki Nakano
|
b02623b48f
|
Bug 920377 part.14 Get rid of nsSimpleGestureEvent r=roc
|
2013-09-27 15:20:57 +09:00 |
|
Masayuki Nakano
|
3d0f63c0e7
|
Bug 920377 part.4 Get rid of nsContentCommandEvent r=roc
|
2013-09-27 15:20:54 +09:00 |
|
Masayuki Nakano
|
2de3459e45
|
Bug 920377 part.3 Get rid of nsCommandEvent r=roc
|
2013-09-27 15:20:54 +09:00 |
|
Masayuki Nakano
|
38b1de7ee7
|
Bug 912956 part.16 mozilla/MiscEvents.h should be included directly r=roc
|
2013-09-25 20:21:20 +09:00 |
|
Masayuki Nakano
|
18aa9b09b2
|
Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc
|
2013-09-25 20:21:19 +09:00 |
|
Masayuki Nakano
|
715f30b959
|
Bug 912956 part.14 mozilla/MouseEvents.h should be included directly r=roc
|
2013-09-25 20:21:18 +09:00 |
|
Masayuki Nakano
|
a362049807
|
Bug 912956 part.13 mozilla/TouchEvents.h should be included directly r=roc
|
2013-09-25 20:21:16 +09:00 |
|
Benoit Jacob
|
0f90257361
|
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
|
8f393ec07c
|
Bug 912956 part.1 Rename all event stuff in mozilla::widget to mozilla::* r=roc
|
2013-09-14 11:39:41 +09:00 |
|
Nicholas Cameron
|
a958a793b4
|
Bug 910158. Don't include BasicLayers.h unnecessarily. r=roc
|
2013-09-02 10:20:45 +12:00 |
|
Doug Turner
|
5dc544505a
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Ms2ger
|
625b832e4f
|
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
|
2013-08-02 09:05:16 +02:00 |
|
Masayuki Nakano
|
87981fb43c
|
Bug 501496 part.4 Don't dispatch keypress events if defaultPrevent() of the keydown event is called on Qt r=smaug+romaxa
|
2013-07-25 15:09:28 +09:00 |
|
Tatiana Meshkova
|
e7e0d95611
|
Bug 876043 - Build for multi qt4/qt5 ubuntu environment. r=romaxa, r=glandium
|
2013-06-19 15:08:44 -07:00 |
|
Tatiana Meshkova
|
521f8c10e6
|
Bug 876530 - Fix implicit conversions to already_AddRefed in Qt widget. r=romaxa
|
2013-05-27 16:29:36 -07:00 |
|
Markus Stange
|
07bad85738
|
Bug 676241 part 8: Remove alternate layer manager handling. r=mattwoodrow
|
2013-05-23 16:49:18 +02:00 |
|
Masayuki Nakano
|
fe13c0a90b
|
Bug 842927 part.8 Implement D3E KeyboardEvent.key on Qt r=smaug+romaxa
|
2013-04-24 12:49:48 +09:00 |
|
Bas Schouten
|
7d182a2102
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
|
2013-04-10 09:20:52 +00:00 |
|
Tatiana Meshkova
|
35e5cbc38b
|
Bug 842805 - Use of API deprecated in Qt5. r=romaxa, r=glandium
|
2013-02-25 12:25:16 -08:00 |
|
Robert O'Callahan
|
7d5297cfef
|
Bug 826817. Part 3: Remove will-send-did-paint flag from nsIWidgetListener::WillPaintWindow. r=tnikkel
|
2013-01-28 13:34:08 -06:00 |
|
Robert O'Callahan
|
ff003c47b7
|
Bug 826817. Part 2: Remove will-send-did-paint and did-send-will-paint flags from nsIWidgetListener::PaintWindow. r=tnikkel
|
2013-01-28 13:34:06 -06:00 |
|
Mats Palmgren
|
d5826be6d7
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Jim Mathies
|
c88034f894
|
Bug 819888 - Check the result of nsBaseWidget::GetActiveRollupListener. r=enndeakin
|
2012-12-31 11:27:04 -06:00 |
|
Nicholas Nethercote
|
4a4db06c69
|
Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf.
|
2012-12-23 20:45:57 -08:00 |
|
Oleg Romashin
|
d9fec2cb7f
|
Bug 822307 - Typo bug introduced into Qt nsWindow.cpp after landing 819725. r=jfkthame
|
2012-12-17 08:51:54 -08:00 |
|