c92d40e691765ebe7007a36749c673f89e83f364: Bug 1288341 - Don't overlap layout-expander in RTL Locales. r=ntim
Steve Chung <schung@mozilla.com> - Thu, 04 Aug 2016 11:32:06 +0800 - rev 308217
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288341 - Don't overlap layout-expander in RTL Locales. r=ntim
MozReview-Commit-ID: Gp4SeTZctIT
027410f730d7567898e603289a3b6cd1cf774959: Merge mozilla-central to fx-team
Carsten "Tomcat" Book <cbook@mozilla.com> - Thu, 04 Aug 2016 16:06:09 +0200 - rev 308216
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Merge mozilla-central to fx-team
5b972a509e33ad44c175354408ab6e3fce6c066c: Bug 1288821 - Follow-up to fix unused variable error; r=me
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 10:00:00 -0400 - rev 308215
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Follow-up to fix unused variable error; r=me
2d03d12d868bc5cf8cf2a5960afe60ddbff15d6c: Bug 1288838 - Follow-up to fix checkstyle error; r=me
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 10:00:00 -0400 - rev 308214
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288838 - Follow-up to fix checkstyle error; r=me
343370281fd7b256b65c5a3cda35d43b8f21ac17: Bug 1292049 - Prevent tab.lastAccessed from being set to a discrete value when the tab is selected. r=mdeboer
Dão Gottwald <dao@mozilla.com> - Thu, 04 Aug 2016 14:41:15 +0200 - rev 308213
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1292049 - Prevent tab.lastAccessed from being set to a discrete value when the tab is selected. r=mdeboer
cb68418cb454e896e2b7cfd0497f0155deec95e6: Bug 1288821 - Remove observer events in GeckoEvent; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308212
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Remove observer events in GeckoEvent; r=snorp
Remove the now-obsolete CALL_OBSERVER and REMOVE_OBSERVER events from
GeckoEvent, along with the native-only event ADD_OBSERVER.
983694d60aa56b4ab7f312c7704974a39dd2787c: Bug 1288821 - Update auto-generated bindings; r=me
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308211
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Update auto-generated bindings; r=me
51eca6620dc5fa304712700b78a1ef24b1cef547: Bug 1288821 - Convert callObserver/removeObserver to native method; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308210
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Convert callObserver/removeObserver to native method; r=snorp
Combine the callObserver and removeObserver methods used for notifying
alert listeners into the native method
GeckoAppShell.notifyAlertListener. Keep track of the listener and the
alert cookie on the native side so that we don't need
GeckoAppShell.ALERT_COOKIES anymore.
ca7a13d72c4132cc6375ccf067100a14ac34842c: Bug 1288821 - Refactor Java notification interface; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308209
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Refactor Java notification interface; r=snorp
Refactor the notification-related methods in GeckoAppShell. In
particular, combine showPersistentAlertNotification into
showAlertNotification, and move code out of AndroidBridge.
d8ed6dd3fbbd4e3c3a80fef36b12b102934fc0ef: Bug 1288821 - Remove Android-specific code from nsAlertsService; r=kitcambridge
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308208
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Remove Android-specific code from nsAlertsService; r=kitcambridge
Remove Android-specific code from nsAlertsService now that we have a
proper nsIAlertsService backend on Android. However, we cannot use
nsXULAlerts because XUL windows are not fully supported on Android, so
we return nullptr in nsXULAlerts::GetInstance.
d327a34d94d723c5af2fdedb56bab22e6b7bc463: Bug 1288821 - Add AndroidAlerts as a nsAlertsService backend; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308207
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Add AndroidAlerts as a nsAlertsService backend; r=snorp
Add a proper backend for nsAlertsService on Android, so we don't need
any special-case code for Android in nsAlertsService itself.
79374eef5dcee186392595e1de8a4eea1c69ce67: Bug 1288821 - Remove nsIAlertsProgressListener; r=kitcambridge r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:17:54 -0400 - rev 308206
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288821 - Remove nsIAlertsProgressListener; r=kitcambridge r=snorp
nsIAlertsProgressListener is a relic from XUL Fennec and we no longer
use it in any code.
40578d56c4ff22bb260209ee626372edd758de00: Bug 1289208 - Remove gamepad events from GeckoEvent; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:05 -0400 - rev 308205
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1289208 - Remove gamepad events from GeckoEvent; r=snorp
Remove the now-obsolete gamepad events from GeckoEvent, along with a few
other used fields in GeckoEvent.
86b4155ce94b3ac028dc4c62a62452f439e1a20b: Bug 1289208 - Updated auto-generated bindings; r=me
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:05 -0400 - rev 308204
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1289208 - Updated auto-generated bindings; r=me
c016f9d74449dbafc76c8bcd207c37794f72cb56: Bug 1289208 - Add native methods to AndroidGamepadManager; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:05 -0400 - rev 308203
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1289208 - Add native methods to AndroidGamepadManager; r=snorp
Add native method calls to AndroidGamepadManager to replace the gamepad
events in GeckoEvent. Implement those calls in AndroidGamepad.cpp. The
jni/Refs.h change is necessary to fix a compile error when using
jni::BooleanArray.
10231cdd4c76ed742f12b021547768817bf4e748: Bug 1289208 - Move gamepad methods out of GeckoAppShell; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:05 -0400 - rev 308202
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1289208 - Move gamepad methods out of GeckoAppShell; r=snorp
Move gamepad methods called by native code out of GeckoAppShell and into
AndroidGamepadManager.
388d4af4b1b15ef552462555bb180881bf04bf07: Bug 1288838 - Remove telemetry events from GeckoEvent; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:05 -0400 - rev 308201
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288838 - Remove telemetry events from GeckoEvent; r=snorp
Remove the now-obsolete telemetry events from GeckoEvent.
d404ad0723c0585341d3f2400b6e0f672bc1b441: Bug 1288838 - Update auto-generated bindings; r=me
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:05 -0400 - rev 308200
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288838 - Update auto-generated bindings; r=me
9a90e9fe5bf1c99dc1f049b259155c5f89e5e26d: Bug 1288838 - Add telemetry native methods to Android telemetry module; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:16:04 -0400 - rev 308199
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288838 - Add telemetry native methods to Android telemetry module; r=snorp
Add and use native method calls in Telemetry.java to replace the
telemetry events in GeckoEvent.
32966f97f82e60c65372de3a2ee7bb11d3c1cb10: Bug 1288834 - Remove ZOOMEDVIEW event from GeckoEvent; r=snorp
Jim Chen <nchen@mozilla.com> - Thu, 04 Aug 2016 09:15:17 -0400 - rev 308198
Push
31092 by cbook@mozilla.com at Fri, 05 Aug 2016 10:16:59 +0000
Bug 1288834 - Remove ZOOMEDVIEW event from GeckoEvent; r=snorp
Remove the now-obsolete ZOOMEDVIEW event from GeckoEvent, and the
associated code in nsAppShell and AndroidBridge.