Ryan VanderMeulen
d3dfcaea0e
Merge m-c to inbound.
2014-02-26 16:42:16 -05:00
Oleg Romashin
190736ec59
Bug 970964 - Implement generic mouse/touch -> Pointer events converter. r=smaug,jimm
...
--HG--
extra : rebase_source : 165dc4e5c598f9e9f9de928efe16824037b95ff3
2014-02-26 13:37:01 -08:00
L. David Baron
dfb9ad9186
Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg
...
This makes sense since the file no longer contains anything with the
nsTraceRefcnt name in it, and it will allow renaming nsTraceRefcntImpl
back to nsTraceRefcnt.
2014-02-26 13:36:35 -08:00
Ryan VanderMeulen
2e1eca47b6
Merge b2g-inbound to m-c.
2014-02-26 16:35:43 -05:00
Solomon Chiu
843f797eeb
Bug 959505 - Modify nativewindow relative files which affected by KK's change. r=sotaro
2014-02-25 15:51:46 +08:00
Solomon Chiu
3918d13a24
Bug 959505 - Rename GonkBufferQueue/GonkConsumerBase to JB version. r=sotaro
...
--HG--
rename : widget/gonk/nativewindow/GonkBufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueJB.cpp
rename : widget/gonk/nativewindow/GonkBufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueJB.h
rename : widget/gonk/nativewindow/GonkConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseJB.cpp
rename : widget/gonk/nativewindow/GonkConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseJB.h
2014-02-20 18:42:31 +08:00
Solomon Chiu
d0f6704096
Bug 959505 - Modify BufferQueue/ConsumerBase/NativeWindow/NativeWindowClient/GraphicBufferConsumer for Gonk. r=sotaro
2014-02-20 18:42:17 +08:00
Solomon Chiu
f3afe6b1b4
Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro
...
--HG--
rename : widget/gonk/nativewindow/BufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueKK.cpp
rename : widget/gonk/nativewindow/BufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueKK.h
rename : widget/gonk/nativewindow/ConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseKK.cpp
rename : widget/gonk/nativewindow/ConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseKK.h
rename : widget/gonk/nativewindow/Surface.cpp => widget/gonk/nativewindow/GonkNativeWindowClientKK.cpp
rename : widget/gonk/nativewindow/Surface.h => widget/gonk/nativewindow/GonkNativeWindowClientKK.h
rename : widget/gonk/nativewindow/BufferItemConsumer.cpp => widget/gonk/nativewindow/GonkNativeWindowKK.cpp
rename : widget/gonk/nativewindow/BufferItemConsumer.h => widget/gonk/nativewindow/GonkNativeWindowKK.h
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.cpp => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.cpp
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.h => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.h
2014-02-20 18:42:02 +08:00
Solomon Chiu
9b8f86a018
Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro
2014-02-20 18:41:45 +08:00
Carsten "Tomcat" Book
3d4f8f1aaf
merge b2g-inbound to mozilla-central
2014-02-25 14:30:13 +01:00
Makoto Kato
c8c567d47e
Bug 976394 - NS_QUERY_SELECTED_TEXT on e10s is sometimes wrong value. r=masayuki
2014-02-25 14:51:01 +09:00
Phil Ringnalda
761929bf63
Back out b157f5d0c235 (bug 974197) for b2g reftest-4 and reftest-6 failures
...
CLOSED TREE
2014-02-24 21:06:18 -08:00
Masayuki Nakano
5ab5b790b9
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
71d67dc407
Bug 962140 Log more details in the queue when PeekMessage() fails to remove found char message r=jimm
2014-02-26 09:43:45 +09:00
Sotaro Ikeda
c0ff94d478
Bug 957323 - Handle android's fence on gonk r=nical,doublec,pchang
2014-02-24 20:23:41 -08:00
Jim Chen
4be6092e7d
Bug 974560 - Send compositionupdate event for each text event; r=cpeterson
2014-02-24 12:27:58 -05:00
Martin Stransky
594d4c7e5a
Bug 972382 - [GTK3] Theme is not loaded in other WM's (MATE, XFCE and so). r=karlt
2014-02-24 10:09:55 -05:00
Tom Schuster
368ff61eab
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Phil Ringnalda
eb31fa81a5
Back out 5e4cee2fcbc6 (bug 963294) for build bustage
...
CLOSED TREE
2014-02-23 12:59:52 -08:00
Tom Schuster
8472e2081d
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Phil Ringnalda
d8f6996c6e
Merge b-i to m-c
2014-02-23 08:52:08 -08:00
Phil Ringnalda
b88368dbb8
Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
...
CLOSED TREE
2014-02-22 21:39:13 -08:00
Boris Zbarsky
1c51e5e586
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug
2014-02-23 00:01:12 -05:00
Jim Mathies
9215aecf0f
Bug 974901 - Cleanup FrameworkView static variable use in winrt widget, plus other misc. nits. r=tabraldes
2014-02-22 17:24:54 -06:00
Sotaro Ikeda
3833d05925
Bug 957276 - Fix YFlipped buffer's source crop r=sushil
2014-02-22 04:56:02 -08:00
Ryan VanderMeulen
2edb5862a5
Merge m-c to inbound.
2014-02-21 15:01:16 -05:00
Ryan VanderMeulen
ca498aa5c2
Merge b2g-inbound to m-c.
2014-02-21 14:58:49 -05:00
Ryan VanderMeulen
95bf4ca4b1
Backed out changeset a00bd379adb2 (bug 950371) for breaking OSX non-unified builds.
2014-02-21 14:58:34 -05:00
Jonathan Watt
e1c4a9bb0f
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange
2014-02-21 14:50:36 +00:00
Ehsan Akhgari
83afc1afae
Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-21 09:11:33 -05:00
Carsten "Tomcat" Book
bad7faea30
Backed out changeset f2cade11e3c0 (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:32:28 +01:00
Jerry Shih
334025cd2a
Bug 970794 - Support hardware composer base on android JB 4.2.2. r=mwu
2014-02-21 08:30:20 -05:00
Ehsan Akhgari
790a3e8ead
Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 23:07:24 -05: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
Oleg Romashin
0b54069e9d
Bug 974335 - Refactor Qt Widget Backend implementation. Shared Widget part . r=doug
2014-02-20 18:08:53 -08:00
Bill McCloskey
b9eee1d1e8
Bug 974007 - Change OMTC behavior when browser.tabs.remote is set (r=mattwoodrow,felipe)
2014-02-20 17:26:41 -08:00
Georg Fritzsche
11eb92da65
Bug 926830 - Test cleanup for plugin enabledState usage, widget. r=roc
2014-02-17 15:58:06 +01:00
Carsten "Tomcat" Book
e66743c1f7
Backed out changeset 05a5f08f1278 (bug 950371) for OS X mochitest bustage on a CLOSED TREE
2014-02-21 11:44:52 +01:00
Jonathan Watt
e0b8d87be3
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-02-21 08:42:12 +00:00
Jonathan Watt
2155847f44
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange
2014-02-21 19:07:42 +00:00
Ed Morley
3a32e298ee
Backed out changeset a00bd379adb2 (bug 950371) for build failures; CLOSED TREE
2014-02-21 17:31:12 +00:00
Carsten "Tomcat" Book
de924f242d
merge fx-team to mozilla-central
2014-02-20 12:55:32 +01:00
Mark Capella
214013c253
Bug 927882 - Standardize TextSelection caret positioning logic for soft keyboards, r=jchen, wesj, f=margaret
2014-02-19 22:19:43 -05:00
Makoto Kato
16ef5157f8
Bug 973489 - Part 2. Fix memory leak. r=jimm
2014-02-20 11:29:16 +09:00
Makoto Kato
3f0c9bcc6a
Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm
2014-02-20 11:28:57 +09:00
Arnaud Bienner
7127b7d078
Bug 966417 - Restore initial color when closing color picker/canceling color selection. r=karlt
2014-02-18 20:46:00 +01:00
Tom Schuster
276cdf0a1b
Bug 966417 - Call Update from nsColorPicker on Gtk. r=karlt
2014-02-18 20:44:01 +01:00
Phil Schaf
9910640a95
Bug 310924 - GTK: Try named cursors before defaulting to hardcoded glyphs. r=karlt
2014-02-19 11:30:08 -05:00
Kartikaya Gupta
0fa623e448
Bug 966507 - Recenter the displayport around the composition bounds if layout doesn't accept the scroll update calculated by APZ. r=tn,Cwiiis
2014-02-19 09:50:46 -05:00
Nicholas Cameron
a9d30ba1fc
Backed out changeset 4887f7d34df2 (bug 896896) for causing bug 933733. a=lsblakk
2013-11-11 13:59:45 -05:00