Ryan VanderMeulen
4a8658f69a
Backed out changeset c92c76073e9c (bug 1160877) for causing B2G phone startup crashes.
2015-05-07 09:24:35 -04:00
Carsten "Tomcat" Book
fa21a9de56
Backed out changeset 18474e89292a (bug 1161634) for m4 perma failures on a CLOSED TREE
2015-05-06 17:07:23 +02:00
Kartikaya Gupta
23d2b60a2c
Bug 1161634 - Allow synthesizing native mouse-scroll events on Linux. r=karlt
2015-05-06 08:36:54 -04:00
JerryShih
3d5cfffb8c
Bug 1160877 - fix gonkDisplay stop anim condition. r=mwu
2015-05-05 10:32:00 +02:00
JerryShih
2d7db65468
Bug 1160102 - use VsyncDisplay interface to turn on/off vsync. r=kats
2015-05-04 03:33:00 +02:00
Kartikaya Gupta
52ac400890
Bug 1161206 - Implement native mousewheel event synthesization on OS X. r=mstange
2015-05-05 14:45:11 -04:00
Blake Kaplan
6f56be1c29
Bug 1158791 - Try harder to avoid Gtk-Critical errors in xpcshell tests. r=karlt
2015-05-04 10:12:43 -07:00
Anthony Tseng
96161fc227
Bug 1158425 - Rename _SYNTH event names. r=smaug
2015-05-01 22:06:00 -04:00
Martin Stransky
9af66b4f95
Bug 1073117 - Add support for has_tab_gap notebook style. r=karlt
2015-04-30 01:31:00 -04:00
Masayuki Nakano
d0bfeec8dc
Bug 1117087 Don't reset IM context when nsGtkIMContext receives selection change during dispatching compositionstart r=m_kato
2015-05-04 02:02:50 +09:00
Wes Kocher
ebdbb5f57b
Merge m-c to inbound a=merge
2015-05-01 17:23:32 -07:00
Wes Kocher
ddda6aed2d
Merge b2ginbound to m-c a=merge
2015-05-01 17:22:34 -07:00
Ryan VanderMeulen
6ffda2e313
Merge m-c to b2g-inbound. a=merge
2015-05-01 12:59:30 -04:00
David Major
60f7845de6
Bug 1134920 drive-by comment fix. DONTBUILD
2015-05-02 03:01:06 +12:00
chiajung hung
39d881a999
Bug 1156140 - Choose different code path for boot animation based on device capability. r=mwu
2015-04-26 22:39:00 -04:00
Tooru Fujisawa
e2afefc421
Bug 1158456 - Remove control characters from composition string, and add dom.compositionevent.allow_control_characters pref to control it. r=masayuki
2015-05-01 13:49:29 +09:00
Mike Hommey
b673a97a25
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
...
They are kept around for the sake of the standalone glue, which is used
for e.g. webapprt, which doesn't have direct access to jemalloc, and thus
still needs a wrapper to go through the xpcom function list and get to
jemalloc from there.
2015-05-01 09:40:30 +09:00
Steven Michaud
45a427ddaa
Bug 1159473 - Add Mac-specific debug logging code. r=spohl
2015-04-30 14:41:21 -05:00
David Parks
ef35e5b42b
Bug 1152585 - Implement GetClientOffset in nsChildView to fix child offset calculation when drawInTitlebar=false r=mstange
2015-04-29 08:41:19 -07:00
Sotaro Ikeda
0a86c2eb1c
Bug 1156981 - Split CompositorParent's scheduling of composition to CompositorScheduler r=mchang
2015-04-30 11:35:13 -07:00
Henry Chang
40b2cdada4
Bug 1154648 - Rename static gonk nsWindow::DispatchInputEvent. r=mwu
2015-04-15 17:45:18 +08:00
Shelly Lin
173e809a66
Bug 1138290 - New option in WindowWatcher.openWindow to open another toplevel window on b2g. r=roc
2015-04-29 17:25:26 +08:00
Carsten "Tomcat" Book
a729e93945
Backed out changeset 850cfa6fb794 (bug 1158456) for m-other test failures on a CLOSED TREE
2015-04-30 12:54:06 +02:00
Tooru Fujisawa
3429d1bf2a
Bug 1158456 - Remove control characters from composition string, and add dom.compositionevent.allow_control_characters pref to control it. r=masayuki
2015-04-30 17:23:31 +09:00
Chris Peterson
b10aee369c
Bug 1159124 - Suppress -Wunused-exception-parameter warning in nsClipboard.mm. r=spohl
2015-04-18 21:30:11 -07:00
Andy Pusch
99dc6ddbed
Bug 1003731 - Removal of transliteration. r=hsivonen
...
IGNORE IDL
2015-04-22 00:21:00 -04:00
Markus Stange
83c0ef806e
Bug 947753 - Make sure nsChildView::ComputeShouldAccelerate returns true even if it's called before layout lets the window know about whether it's transparent. r=smichaud
2015-04-22 17:13:45 -04:00
Matt Woodrow
99e08b8da3
Bug 1155608 - Blacklist Intel G45 hardware decoding. r=k17e
2015-04-30 09:49:49 +12:00
Sotaro Ikeda
d16c07ea0a
Bug 1157874
- Remove screen related global variables from nsWindow.cpp r=mwu
2015-04-29 20:17:57 -07:00
Mason Chang
012ade9811
Bug 1155823 - Properly shutdown the CompositorVsyncDispatcher. r=kats
2015-04-29 08:48:31 -07:00
Jonathan Kew
03768ecbeb
Bug 1157142 - Support logical (inline/block) in addition to physical orientation for the <input type=range> element; make inline the default behavior so that range sliders respect writing mode. r=jwatt
2015-04-29 08:18:54 +01:00
Jim Chen
29356f58dd
Bug 1157908 - Optimize pumpMessageLoop call to use less JNI; r=snorp
2015-04-27 20:52:52 -04:00
Jim Chen
f7b9256052
Bug 1157908 - Give Gecko thread Looper low priority; r=snorp
2015-04-27 20:52:52 -04:00
David Major
c92c020b89
Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
2015-04-27 19:59:27 -04:00
Milan Sreckovic
945381a8a2
Bug 1158284 - Utility in gfxPlatform to check for safe mode, lazier computation if we should accelerate and random cleanup of prefs usage. r=botond
2015-04-24 12:33:35 -07:00
Kartikaya Gupta
9e778de02e
Bug 1154739 - On desktop platforms, only enable APZ in e10s windows. r=dvander,mstange
2015-04-27 16:13:29 -04:00
Kartikaya Gupta
ea83c40350
Bug 1154739 - Rename flag to be more general. r=billm
2015-04-27 16:13:29 -04:00
Maksim Lebedev
c13456493a
Bug 1016232 - Add detection when pen leave hover of digitizer. r=smaug, r=jimm
2015-04-17 09:59:00 -04:00
Ehsan Akhgari
6d276f64c1
Bug 1158545 - Remove nsFilePickerProxy::mParent in favor of nsBaseFilePicker::mParent; r=roc
...
There is no need to have two separate variables for the same thing
in the same object.
2015-04-27 08:10:27 -04:00
Carsten "Tomcat" Book
3923c05342
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Kartikaya Gupta
bbd6e13e4d
Bug 1077559 - Rename APZCCallbackHandler to AndroidContentController. r=botond
2015-04-24 22:26:51 -04:00
Kartikaya Gupta
dd9da9919b
Bug 1077559 - Do some cleanup on APZCCallbackHandler. r=botond
2015-04-24 22:26:51 -04:00
Kartikaya Gupta
678e25c39d
Bug 1156952 - Switch Fennec over to the "attached" widget model, so we get one nsWindow instead of two. r=snorp
2015-04-24 22:26:34 -04:00
Ryan VanderMeulen
34f0cf5f19
Backed out changesets a486dcc9c233 and 7164a2488b28 (bug 1157908) for various Android test failures.
...
CLOSED TREE
2015-04-24 16:01:17 -04:00
Maksim Lebedev
9073b5ad2b
Bug 1153135 - Return possibility PEN working while APZC is enabled. r=jimm
2015-04-24 01:34:00 -04:00
Martin Stransky
35a6bb63a7
Bug 1144745 - moves gdk_screen_get_monitor_scale_factor() call to nsScreenGtk :: GetGtkMonitorScaleFactor(). r=karlt
2015-04-23 12:35:00 -04:00
Ryan VanderMeulen
fdf334ff52
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-04-24 16:07:47 -04:00
Lee Salzman
00f931b8cd
Bug 1158154 - Add gtk_window_set_auto_startup_notification to mozgtk stubs. r=nical
2015-04-24 16:09:46 +02:00
Kyle Machulis
86d85d4437
Bug 852944 - Gamepad API IPC; r=ted, r=baku
2015-04-23 15:05:29 -07:00
Kartikaya Gupta
8ec41da08a
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00