Benoit Jacob
|
3f3c19a8c5
|
Bug 774388 - Patch 4: Flatten the way that we track whether we are using OMTC, and move Layers IPC shutdown code back to gfxPlatform (but still triggered by ShutdownXPCOM) - r=nical,sotaro
|
2014-06-06 09:51:24 -04:00 |
|
Jonathan Watt
|
e709e0f081
|
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
|
17bcd133f5
|
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
|
63ac827efc
|
Bug 1005619 - Part 1: Add nsIWidget::GetRestoredBounds(). r=roc
|
2014-05-20 16:32:17 +09:00 |
|
Bas Schouten
|
efc4e88159
|
Bug 1012198: Allow BasicCompositor to be used on windows. r=BenWa
|
2014-05-18 08:00:09 +02:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Masayuki Nakano
|
bf143f35db
|
Bug 993253 Implement DOM InputEvent interface with isComposing attribute r=smaug+ehsan
|
2014-04-10 16:11:37 +09:00 |
|
Daniel Holbert
|
d955c31087
|
Bug 990793: Add #include for nsIPresShell.h to nsBaseWidget.cpp so it doesn't depend indirectly on a separate #ifdeffed include. r=karl
|
2014-04-01 17:21:23 -07:00 |
|
Masayuki Nakano
|
c50afb64af
|
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
|
2014-04-01 13:09:23 +09:00 |
|
Neil Deakin
|
ea0e3c7ffa
|
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 |
|
Kyle Huey
|
77f0f51293
|
Bug 967364: Use every already_AddRefed. r=bsmedberg
|
2014-03-15 12:00:16 -07:00 |
|
Kyle Huey
|
ea94e7d568
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Thomas Zimmermann
|
754a120548
|
Bug 978700: Fix warnings about uninitialized variables, r=roc
|
2014-03-04 09:45:51 +01:00 |
|
Makoto Kato
|
031b7b2318
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Makoto Kato
|
829d10c0ed
|
Backed out changeset fad708985071 (bug 968647)
|
2014-03-03 11:53:36 +09:00 |
|
Makoto Kato
|
9cf7cc066d
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Carsten "Tomcat" Book
|
90786234be
|
Backed out changeset 743fb3c48ed7 (bug 968647)
|
2014-02-28 09:30:01 +01:00 |
|
Makoto Kato
|
00a4697c50
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Milan Sreckovic
|
049b2dfae4
|
Bug 971942: 3. layers.bufferrotation.enabled, layers.componentalpha.enabled, layers.scroll-graph, layers.acceleration.disabled, layers.acceleration.force-enabled moved to gfxPrefs. r=clord
|
2014-02-26 21:53:27 -05:00 |
|
Oleg Romashin
|
dbd8380c2e
|
Bug 974335 - Refactor Qt Widget Backend implementation. Shared Widget part . r=doug
|
2014-02-20 18:08:53 -08:00 |
|
Bill McCloskey
|
ef70edc940
|
Bug 974007 - Change OMTC behavior when browser.tabs.remote is set (r=mattwoodrow,felipe)
|
2014-02-20 17:26:41 -08:00 |
|
Nick Lebedev
|
99780ef9cf
|
Bug 822898. Add maxTouchPoints attribute to navigator. r=romaxa,smaug
|
2014-01-28 08:09:34 -08:00 |
|
ISHIKAWA, Chiaki
|
8a67b4a8d4
|
Bug 963550 - Warn about OpenGL non-support only once during execution instead of spamming the log. r=bjacob
|
2014-01-27 15:40:50 -05: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 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Isura Edirisinghe
|
fb55bf3571
|
Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa
|
2013-12-19 11:42:19 -05:00 |
|
Jim Mathies
|
61067e2164
|
Bug 941774 - Base widget implementation. r=roc
|
2013-12-14 14:40:56 -06:00 |
|
Bill McCloskey
|
5e71ae9215
|
Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg)
|
2013-12-12 14:13:20 -08:00 |
|
Trevor Saunders
|
f538844f26
|
bug 947022 - type nsIPresShell::mForwardingContainer and nsPresContext::mContainer r=bz
|
2013-11-20 14:18:25 -05:00 |
|
Birunthan Mohanathas
|
88a0348924
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
|
2013-12-08 21:52:54 -05:00 |
|
Dan Glastonbury
|
d3e369fabe
|
Bug 830881 - Port layerscope GL changes to new layers. r=vlad
|
2013-11-29 14:11:49 +10:00 |
|
Nicolas Silva
|
6340c340a4
|
Bug 924403 - Send non-OMTC GL layers into oblivion. r=nrc
|
2013-11-27 11:15:17 +13:00 |
|
Andreas Gal
|
562e1aac56
|
Bug 943084 - remove IsSmallPopup() (r=mattwoodrow).
|
2013-11-25 15:23:23 -08:00 |
|
Nicholas Cameron
|
3f9ab6952f
|
Bug 900248. Rebuild the d3d9 device. r=Bas
|
2013-11-22 11:07:56 +13:00 |
|
Alexander J. Vincent
|
7faa7b182b
|
Bug 930393: Fix missing include of nsIDocument.h in nsBaseWidget.cpp, to fix --disable-accessibility builds. r=roc
|
2013-10-24 00:18:07 -07: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 |
|
David Anderson
|
d2c237dd72
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
|
2013-09-27 18:42:08 -07: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 |
|
Mina Almasry
|
44fe7870d8
|
Bug 912166 - Make nsIWidget::GetDefaultScale return a typed scale value. r=roc
|
2013-09-17 20:45:19 -04:00 |
|
Nicholas Cameron
|
6b3bdf1870
|
Bug 910158. Don't include BasicLayers.h unnecessarily. r=roc
|
2013-09-02 10:20:45 +12:00 |
|
Doug Turner
|
7767c0773f
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
Nicholas Cameron
|
9fe50be176
|
Bug 903893. Backend fallback for OMTC. r=mattwoodrow
|
2013-08-18 18:46:16 +12:00 |
|
Nicholas Cameron
|
7dbaeb2cd4
|
Bug 899435. Part 4 - smooth resizing with OMTC. r=roc
|
2013-08-09 11:32:26 +12:00 |
|
Nicholas Cameron
|
f2892da524
|
Bug 901382. Don't fall back to basic OMTC. r=mattwoodrow
|
2013-08-09 11:32:26 +12:00 |
|
Nicholas Cameron
|
b363affc35
|
backout incorrect change from warning to assertion from bug 874721. r=me
|
2013-08-05 11:20:02 +12: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 |
|
Nicholas Cameron
|
b0e54709d1
|
back out bug 874721, bug 899435
|
2013-08-01 18:30:46 +12:00 |
|
Nicholas Cameron
|
b167448714
|
Bug 874721. Fallback for EnsureAllocated and compositor, and some more sanity checks. r=mattwoodrow
|
2013-08-01 16:52:36 +12:00 |
|
Nicholas Cameron
|
30057e52fe
|
Bug 897839. Use OMTC for invisible windows and initialise LayerTreeState::mParent. r=mattwoodrow
|
2013-08-01 10:20:24 +12:00 |
|