Trevor Saunders
82e5558b37
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
2013-07-11 11:06:34 -04:00
Matt Woodrow
cf4c3b2638
Bug 892467 - Draw cocoa titlebar using correct shader. r=mstange
2013-07-11 22:32:49 -04:00
Masatoshi Kimura
b001d00a05
Bug 888870 - Add Windows 8.1 support to WinUtils::GetWindowsVersion. r=jimm
2013-07-12 06:26:55 +09:00
David Zbarsky
4307ba9409
Fix an initializer list warning, no bug
2013-07-11 13:04:17 -04:00
Patrick McManus
8c195a71c0
bug 888268 - wifi tickler for mitigating 802.11 psp mode on android r=dougt
...
--HG--
extra : rebase_source : a767b6c10501105b3c5d22043f11745807caf2f9
2013-07-11 11:39:36 -04:00
J. Ryan Stinnett
e68ccaf3d5
Bug 282097 - Part 7: Simulate native events for testing. r=masayuki
2013-07-10 09:12:40 -05:00
J. Ryan Stinnett
e54261cb54
Bug 282097 - Part 6: Add Gecko key to Cocoa char conversion. r=masayuki
2013-07-10 09:11:07 -05:00
J. Ryan Stinnett
d87ecf5d97
Bug 282097 - Part 4: Create NativeKeyBindings for Cocoa. r=masayuki, r=smichaud
2013-07-10 09:08:55 -05:00
J. Ryan Stinnett
4cf6fe9c5f
Bug 282097 - Part 3: Add key bindings recorder to nsCocoaUtils. r=masayuki, r=smichaud
2013-07-10 09:07:39 -05:00
J. Ryan Stinnett
a08a5efb58
Bug 282097 - Part 2: Rename field from nsNativeKeyEvent. r=masayuki
2013-07-09 22:45:10 -05:00
J. Ryan Stinnett
a21427cfad
Bug 282097 - Part 1: Add mNativeKeyEvent to nsKeyEvent. r=masayuki
2013-07-09 22:42:59 -05:00
Ed Morley
6267a51d4c
Merge mozilla-central and inbound
2013-07-11 10:59:11 +01:00
Ed Morley
91a3a9fe8d
Merge latest green birch changeset and mozilla-central
2013-07-11 10:28:08 +01:00
Michael Wu
0ba4fb6e0d
Bug 892182 - Fallback on FB rendering on HWC 1.0, r=vlad
2013-07-11 02:14:35 -04:00
Masayuki Nakano
2659995690
Bug 875674 part.8 Notify IME of focus change in Gecko for resetting IME stored window level r=smichaud
2013-07-11 16:46:36 +09:00
Masayuki Nakano
2fd1774231
Bug 875674 part.7 Implement setMarkedText:selectedRange:replacementRange: of NSTextInputClient r=smichaud
2013-07-11 16:46:36 +09:00
Masayuki Nakano
58405280c4
Bug 875674 part.6 Implement insertText:replacementRange: of NSTextInputClient r=smichaud
2013-07-11 16:46:35 +09:00
Masayuki Nakano
1d9e2a0619
Bug 875674 part.5 Implement attributedSubstringForProposedRange:actualRange: of NSTextInputClient r=roc+smichaud
2013-07-11 16:46:35 +09:00
Masayuki Nakano
e4cd688d65
Bug 875674 part.4 Implement firstRectForCharacterRange:actualRange: of NSTextInputClient r=roc+smichaud
2013-07-11 16:46:35 +09:00
Masayuki Nakano
47b3d4363e
Bug 875674 part.3 Implement windowLevel of NSTextInputClient r=smichaud
2013-07-11 16:46:35 +09:00
Masayuki Nakano
fbca6df20f
Bug 875674 part.2 Cache selection for improving the performance r=smichaud
2013-07-11 16:46:35 +09:00
Masayuki Nakano
23bcf42239
Bug 875674 part.1 nsIMEUpdatePreference should store wanted updates per notification r=roc
2013-07-11 16:46:34 +09:00
Ryan VanderMeulen
aaee3cf638
Merge m-c to inbound.
2013-07-10 09:45:16 -04:00
Ryan VanderMeulen
838b1a51b6
Merge birch to m-c.
2013-07-10 09:42:28 -04:00
Tapas Kundu
ce15dcda19
Bug 890541 - (gonk-jb) Call setInteractive() when display is enabled/disable r=mwu
2013-07-09 11:51:09 -07:00
Gregory Szorc
103574ab16
Bug 891626 - Consistent filename casing for "ipc"; r=bsmedberg
...
"ipc" and "IPC" are used to refer to the same directory. "ipc" is more
popular than "IPC" so the latter has been downcased.
--HG--
extra : rebase_source : 378d442df62b8e401ed2a10f36889cfce6e88227
2013-07-10 12:08:23 -07:00
Ryan VanderMeulen
c9d5a706a1
Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures.
2013-07-10 13:51:28 -04:00
Simon Montagu
96f56b0ca3
Reinitialize bidi keyboard when installed keyboard layouts change. Bug 817508, r=karlt, sr=roc
2013-07-10 10:57:33 +03:00
Trevor Saunders
c3f96258c3
bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal
2013-06-25 14:29:26 -04:00
Trevor Saunders
6be251fe42
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
2013-06-25 11:15:21 -04:00
Mounir Lamouri
5b4ab5605b
Bug 890738 - Use AString instead of ACString in nsIColorPicker. sr=roc
2013-07-08 09:11:43 -04:00
Ryan VanderMeulen
11e25eb4b6
Backed out changeset 1c6223f7c74f (bug 876029) for Android armv6 mochitest-1/3 crahes.
2013-07-07 21:18:36 -04:00
Nicolas B. Pierron
357fed3c71
Bug 876029 - Make Gonk memory pressure by-pass the event queue. r=jlebar
2013-07-07 16:02:58 -07:00
Martin Stransky
35e53f3c75
Bug 886771 - Port GTK2 to GTK3 - gtk entry fixes. r=karlt
2013-07-07 16:49:53 -04:00
Randy Lin
d2aff89854
Bug 803414 - Part 4: Audio Recording - Web API & Implementation. r=roc
2013-07-05 09:50:25 +08:00
Brian R. Bondy
33e795e578
Bug 883554 - Only empty clipboard for known clipboard types (global). r=jimm
2013-07-06 10:57:10 -04:00
Jim Mathies
d1911a3586
Bug 888765 - Avoid querying for titlebar info during toolkit window creation, causes problems on Win8 with browser startup. r=bbondy
2013-07-06 05:53:20 -05:00
Andreas Gal ext:(%2C%20Milan%20Sreckovic%20%3Cmilan%40mozilla.com%3E)
0ffb387490
Bug 867460: remove notion of ShaderProgramTypes from gfx/gl. Carry r=bas. r=bgirard for the changes.
2013-07-04 13:25:50 -04:00
Chris Lord
c92aaf4fa7
Bug 803299 - Enable 32-bit colour on Android. r=kats
2013-07-04 14:53:25 +01:00
Kartikaya Gupta
61cece35c8
Bug 803207 - Kill GetDevicePixelsPerMetaViewportPixel and use widget scaling correctly on Fennec. r=mbrubeck
2013-07-04 09:02:29 -04:00
Wes Kocher
8bea1820c7
Back out cd6b4a1ef09c (bug 886988) for mochitest failures on a CLOSED TREE
...
--HG--
extra : amend_source : d9bada346fa6179452d28a49633badef0de79e47
2013-07-03 15:33:37 -07:00
Benoit Girard
a34b4b1e5b
Bug 775459 - Make APZC attachable only to container layers. r=kats
...
--HG--
extra : rebase_source : 5a94d9958013f92e64db4781e09bdc9db4b66c9a
2013-07-02 12:01:46 -04:00
David Anderson
c1f7b92b42
Bug 886988 - Reset the nsChildView layer manager when we change the transparency mode. r=roc
2013-07-03 16:35:50 -04:00
Masatoshi Kimura
176efd0f7c
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-04 00:56:26 +09:00
Ryan VanderMeulen
8bf46962c6
Backed out changeset cff8971a6519 (bug 882523) for Linux reftest-ipc crashes.
2013-07-03 10:14:11 -04:00
Timothy Nikkel
3eff19be90
Bug 891424. Directly remove nsCocoaWindow's from their parent in Destroy(). This allows us to stop implementing GetParent because the mac widget code has some assumptions about that always returning null. r=smichaud
...
This reverts implementing GetParent on nsCocoaWindow's (ie back out bug 869151) because the mac widget code has some assumptions about that. Instead we just remove nsCocoaWindow's from their mParent in Destroy() which will still keep bug 869151 fixed.
2013-07-09 22:52:19 -05:00
Ryan VanderMeulen
e4dfd6d1e1
Backed out changeset a6b9f94bf21b (bug 891424) for assertions.
2013-07-09 17:15:41 -04:00
Brian R. Bondy
bc43b195b9
Bug 883554 - Don't clear too close to a SetData in case another program accesses on clipboard changes. r=jimm
2013-07-09 14:39:46 -04:00
Brian R. Bondy
3733602544
Bug 883554 - Use OleSetClipboard(NULL) instead of OpenClipboard and EmptyClipboard. r=jimm.
2013-07-09 14:39:36 -04:00
Nicolas B. Pierron
a0ecacf230
Bug 876029 - Make Gonk memory pressure by-pass the event queue. r=jlebar
2013-07-09 13:47:15 -07:00