Sotaro Ikeda
8422b9238f
Bug 1064214 - Remove log r=Sushil
2014-09-09 06:20:46 -07:00
Chris Peterson
d126c3c24f
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
2014-07-21 21:43:21 -07:00
Richard Newman
980dd46078
Bug 1064129 - Typo in cocoa/nsToolkit.mm and friends. r=spohl
2014-09-08 07:59:34 -07:00
Kartikaya Gupta
11273aafd6
Bug 1062307 - Ensure the contextmenu event triggered by a long-press action targets things outside the root scroll frame. r=capella,smaug
2014-09-06 09:30:46 -04:00
Martin Stransky
d7cc508ac2
Bug 877605 - GTK3 - fixed tab widget rendering. r=karlt
2014-09-04 05:17:00 +02:00
Jim Chen
bbcdbef35e
Bug 1058136 - Properly send text change notifications for composition text; r=cpeterson
2014-09-04 14:38:18 -04:00
Jim Chen
b566e82670
Bug 1058136 - Handle compose event to optimize composition usage; r=cpeterson
2014-09-04 14:38:18 -04:00
Jim Chen
9dcbdba990
Bug 1058136 - Don't notify null text changes; r=cpeterson
2014-09-04 14:38:17 -04:00
Ryan VanderMeulen
c8e6e69ee6
Merge m-c to inbound. a=merge
2014-09-03 22:36:59 -04:00
Ryan VanderMeulen
12be16d588
Merge m-c to b2g-inbound. a=merge
2014-09-03 16:41:25 -04:00
Mason Chang
af4c957798
Bug 1062438 Hamachi asserting on unknown touch type. r=mwu
2014-09-03 11:00:56 -07:00
Mike Hommey
4b99580194
Bug 1059113 - Use templates for shared libraries and frameworks. r=gps
...
Also force to use the existing template for XPCOM components.
2014-09-04 09:04:45 +09:00
Mike Hommey
0060683747
Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal
2014-09-03 14:16:37 +09:00
Mike Hommey
ed70c5f377
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
2014-09-03 14:10:54 +09:00
Nicolas Silva
d7db229da6
Bug 1061209 - Fix WError build failure on a CLOSED TREE
2014-09-03 14:59:36 +02:00
Nicolas Silva
7c2608e0a5
Bug 1061209 - disable basic layers OMTC except on linux and e10s. r=mattwoodrow
2014-09-03 13:52:14 +02:00
Masayuki Nakano
1b96a4445c
Bug 1052343 part.6 Don't destroy nsTextStore instance during it's locking the document r=emk
2014-09-03 10:38:20 +09:00
Masayuki Nakano
7b4c6929c0
Bug 1052343 part.5 Recreate nsTextStore instance at each focus change r=emk
2014-09-03 10:38:20 +09:00
Masayuki Nakano
c1306cfaad
Bug 1052343 part.4 Remove nsTextStore::sFlushTIPInputMessage which is no longer used r=emk
2014-09-03 10:38:20 +09:00
Masayuki Nakano
5032f2eb5b
Bug 1052343 part.3 Create TSFStaticSink for listening to some TSF events for whole life time of our process r=emk
2014-09-03 10:38:20 +09:00
Masayuki Nakano
5b3a4cc71f
Bug 1052343 part.2 Don't assume that there is nsTextStore instance even during in TSF mode r=emk
2014-09-03 10:38:19 +09:00
Trevor Saunders
d75ed5bf7f
bug 1059490 - mark more classes MOZ_FINAL r=froydnj
2014-08-27 14:26:48 -04:00
Ehsan Akhgari
be3d083f5a
Bug 1061274 - Do not pass a non-POD object to a variadic function in nsTextStore::MouseTracker::UnadviseSink; r=masayuki
...
clang-cl treats this as a fatal error, but MSVC seems fine with it.
2014-09-02 09:48:27 -04:00
Ehsan Akhgari
71ce70204a
Bug 1061253 - Fix more bad implicit constructors in widget; r=roc
2014-09-02 09:46:06 -04:00
Jacek Caban
cd7ba96e9d
Bug 1055655 - Fix warnings turned to errors by bug 1018288 found by mingw build. r=ted,jmathies
...
--HG--
extra : rebase_source : 2e1d8d0ae697515994b718634f8f8ae9b26b8d80
2014-09-02 11:07:25 +02:00
Masayuki Nakano
4252a5203d
Backout bug 1052343 because 7b7c24a989fa hasn't been reviewed yet
2014-09-02 09:41:48 +09:00
Masayuki Nakano
c3d778e5d4
Bug 1052343 part.6 Don't destroy nsTextStore instance during it's locking the document r=emk
2014-09-02 09:27:26 +09:00
Masayuki Nakano
c94065c322
Bug 1052343 part.5 Recreate nsTextStore instance at each focus change r=emk
2014-09-02 09:27:26 +09:00
Masayuki Nakano
a53cb83060
Bug 1052343 part.4 Remove nsTextStore::sFlushTIPInputMessage which is no longer used r=emk
2014-09-02 09:27:25 +09:00
Masayuki Nakano
fcb913cfde
Bug 1052343 part.3 Create TSFStaticSink for listening to some TSF events for whole life time of our process r=emk
2014-09-02 09:27:25 +09:00
Masayuki Nakano
9f5407bf19
Bug 1052343 part.2 Don't assume that there is nsTextStore instance even during in TSF mode r=emk
2014-09-02 09:27:25 +09:00
Masayuki Nakano
13845e63d8
Bug 1052343 part.1 Renamse nsTextStore::sTsfTextStore to nsTextStore::sEnabledTextStore r=emk
2014-09-02 09:27:24 +09:00
Ehsan Akhgari
d65b8ee5d4
Bug 1061001 - Fix more bad implicit constructors in widget; r=roc
2014-08-31 23:33:13 -04:00
Mason Chang
acd46de08c
Bug 970751 Resample touch events. r=mwu,kats. a=kwierso
2014-08-31 15:38:00 -07:00
Mason Chang
5327fee772
backout of bug 970751 for intermittent ICS Debug.
2014-08-30 17:18:29 -07:00
Mason Chang
d6b0a95fda
Bug 970751 Resample touch events. r=mwu,kats. a=kwierso
2014-08-30 14:04:15 -07:00
Mark Capella
e8fa8da225
Bug 1021804 - Long press on news story links invoke context menu, r=kats, wesj
2014-08-29 17:32:40 -04:00
Chris Lord
4e92b4719a
Bug 994541 - Don't require GL layers for OMTC on linux. r=Bas
2014-08-29 15:24:00 +02:00
Masayuki Nakano
df2ea302f1
Bug 826657 part.3 nsTextStore should handle NOTIFY_IME_OF_MOUSE_BUTTON_EVENT r=emk
2014-08-29 19:08:43 +09:00
Masayuki Nakano
93cf48640e
Bug 826657 part.2 Implement NOTIFY_IME_OF_MOUSE_BUTTON_EVENT in XP part r=smaug+ehsan
2014-08-29 19:08:43 +09:00
Masayuki Nakano
5d04b0fe41
Bug 826657 part.1 nsTextStore should support ITfMouseTrackerACP r=emk
2014-08-29 19:08:42 +09:00
Sushil Chauhan
3cadfcb55f
Bug 1059023 - Do not compose layer hidden under the opaque layer. r=mattwoodrow
2014-08-28 10:44:03 -07:00
Matt Woodrow
1b8c313b60
Bug 1059031 - Do quartz native drawing in device space when we need to use a temporary surface. r=jrmuizel
2014-08-29 15:08:15 +12:00
Botond Ballo
a5db405d9f
Bug 1057642 - Revert [Int]::PointTyped::[x|y] to be of primitive type. r=kats
...
--HG--
extra : rebase_source : 55e56423f6c8f5278315a6dc9dfcb9fb983c9309
2014-08-28 12:45:48 -04:00
Carsten "Tomcat" Book
13c41fb6fd
merge mozilla-inbound to mozilla-central a=merge
2014-08-28 13:07:10 +02:00
Vicamo Yang
86d2dc257f
Bug 878533 - 3/3: fix Fennec build bustage. r=blassey
2014-08-28 11:00:03 +08:00
Boris Chiou
683937c974
Bug 987527 - Register Vsync monitor to HWComposer. r=mwu
...
In order to enable/disable the Vsync from mHwc, we should make sure
the order of each command is correct. In this patch, I added an
interface for registering these mHwc callback functions and some
accessor/helper functions for manipulating Hwc Vsync.
2014-08-27 01:17:00 -04:00
Masayuki Nakano
8d54b3ebbd
Bug 1057192 part.2 nsTextStore should not commit a part of composition string which will be still being composed after restarting composition r=emk
2014-08-28 13:42:25 +09:00
Markus Stange
8ff6bbce45
Bug 1058713 - Don't attempt to create a zero-sized CGContext for titlebar buttons. r=smichaud
2014-08-28 02:16:25 +02:00
Markus Stange
8a49452f67
Bug 1051522 - Create NSVisualEffectViews for vibrant window regions. r=smichaud
2014-08-28 02:15:33 +02:00