Eugen Sawin
cb25eee83d
Bug 971012 - Use onConfigurationChange for screen orientation change. r=snorp
2014-02-20 18:50:18 +01:00
Wes Johnston
5ee1ac3819
Bug 970506 - Break up FilePicker and ActivityHandlerHelper. r=lucasr
2014-02-14 12:02:05 -08:00
Wes Johnston
c89afdba0a
Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
2014-02-11 09:16:00 -08:00
Martyn Haigh
32b676b4dd
bug 958358 - make webapp capitalisation consistent; r=wesj
2014-02-11 23:41:05 -08:00
Richard Newman
8b44a5c78b
Bug 961499 - Return correct size favicons for Top Sites' add to home screen functionality. r=bnicholson
2014-02-04 17:58:15 -08:00
Jim Chen
cc60043f4a
Bug 964813 - Make HandleUncaughtException JNI wrapper multithreaded; r=kats
2014-01-28 18:32:28 -06:00
Martyn Haigh
d8e4f1c606
Bug 957070 - move webapp event listeners/handlers from GeckoAppShell to webapp/ class; r=wesj
2014-01-24 21:57:13 -08:00
James Willcox
2c09785fd6
Bug 957694 - Disable Flash on Tegra devices running KitKat r=blassey
2014-01-24 08:50:47 -06:00
Jim Chen
dc9f10714f
Bug 958706 - Add ThrowException and HandleUncaughtException methods to AndroidBridge; r=blassey
...
ThrowException throws a new exception with the appropriate message, meant for native JNI methods that return to Java code (i.e. methods in AndroidJNI.cpp).
HandleUncaughtException will be called by the generated JNI stubs that C++ code uses. HandleUncaughtException calls the new GeckoAppShell.handleUncaughtException method, which behaves exactly like the normal uncaught exception handler (annotates the crash report and crashes). GeckoAppShell.handleUncaughtException has the noThrow annotation that will be seen by the generated code; as a result, its generated stub will not call HandleUncaughtException and result in a loop.
2014-01-17 23:32:24 -06:00
Myk Melez
a9536bd3a0
bug 934756 - implement install/launch/uninstall flows for webapps on Android using synthetic APKs; r=wesj, fabrice
2014-01-09 10:18:55 -08:00
Mark Finkle
7238c8579a
Bug 957037 - Pull in Android's ProxySelectorImpl code so we can bypass creating Uri objects r=blassey
2014-01-07 18:46:44 -05:00
Richard Newman
9a67e99943
Bug 952799 - GeckoAppShell.getProxyForURI can be expensive during a pageload. r=mfinkle
2013-12-23 11:09:25 -08:00
Ryan VanderMeulen
bae12afe89
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
James Willcox
fcc8580fc3
Bug 948003 - Mark GeckoAppShell.loadPluginClass() as used from JNI r=blassey
2013-12-11 15:53:06 -06:00
Brad Lassey
d86351a16b
bug 944043 - security exception on start up for GeckoView app r=mfinkle
2013-11-27 18:37:44 -05:00
Michael Comella
00e1b2cff0
Bug 938827 - Part 10: Remove remaining reflection from FennecNativeActions. r=rnewman
2013-12-06 11:43:12 -08:00
Michael Comella
48cc1c7792
Bug 938827 - Part 9: Remove unregisterEventListener reflection. r=rnewman
2013-12-06 11:43:12 -08:00
Michael Comella
21ea6c874c
Bug 938827 - Part 6: Remove BroadcastEvent reflection. r=rnewman
2013-12-06 11:43:11 -08:00
Michael Comella
35584204c4
Bug 938827 - Part 3: Call registerEventListener directly. r=rnewman
2013-12-06 11:43:11 -08:00
Michael Comella
33d90ba80f
Bug 910859 - Part 4: Add Proguard annotations. r=ckitching
2013-12-04 18:32:53 -08:00
Richard Newman
b677ff964c
Bug 936756 - Switch locales via pref, not via system locale setting. r=mfinkle,sriram (relanded as one patch)
2013-12-03 15:05:43 -08:00
Mark Finkle
92472d585d
Backout 9ebed437d78f, 606c4b4ab77f, 686b4b5a5be3, c46514ce6886, 9cbe6533c480 due to critical breakage in bug 945723
2013-12-03 10:15:26 -05:00
Richard Newman
c11f4eadfa
Bug 936756 - Part 2: implement loading of locale from prefs. r=mfinkle
2013-12-01 21:53:17 -08:00
Richard Newman
33ae2e16ea
Bug 936756 - Part 1: remove locale setting from AndroidBridge. Java owns this, not Gecko. r=mfinkle
2013-12-01 21:53:16 -08:00
Richard Newman
718ad1b501
Bug 936756 - Part 0: refactor prefs access in GeckoApp. r=mfinkle
2013-12-01 21:53:16 -08:00
Chris Kitching
068964b99f
Bug 709230 - Part 3: annotate the remaining Robocop entry points. r=gbrown,rnewman
2013-11-18 21:09:00 -08:00
Chris Kitching
4e4528e7c4
Bug 709230 - Part 1: annotate by hand the JNI entry points not covered by the code generator. r=rnewman
2013-11-21 14:44:00 -08:00
Richard Newman
99e18a9262
Bug 943073 - Consolidate GeckoAppShell.isHighMemoryDevice and HardwareUtils.isLowMemoryPlatform. r=mcomella
2013-11-27 21:17:13 -08:00
Brad Lassey
d6c76fa76a
bug 744519 - mplement memory-pressure flag to react quicker to memory pressure, without waiting for event loop r=gsvelto
2013-11-27 06:52:05 -05:00
Chris Kitching
36b664650d
Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
2013-11-12 10:40:59 -08:00
Mark Finkle
c3d9a1bcfe
Bug 939680 - Implement nsINetworkLinkService.linkType on Android r=blassey
2013-11-18 23:43:09 -05:00
Ryan VanderMeulen
4501219603
Backed out 7 changesets (bug 913985) for intermittent Android crashes.
...
Backed out changeset 53513a959cf0 (bug 913985)
Backed out changeset d23d1e678417 (bug 913985)
Backed out changeset a9c9187b4f4a (bug 913985)
Backed out changeset c6b02e4a3e35 (bug 913985)
Backed out changeset 895dae322e3c (bug 913985)
Backed out changeset 3d97e6a53313 (bug 913985)
Backed out changeset 892bb017f8ba (bug 913985)
2013-11-19 10:56:09 -05:00
Chris Kitching
8564411bbc
Bug 913985 - Part 1: introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
2013-11-12 10:40:59 -08:00
Benoit Jacob
dee2852cbd
Bug 937204 - 3/3. Kill GfxInfoThread. Instead, get GL strings from the compositor - r=kats,jrmuizel
2013-11-15 11:28:43 -05:00
Errietta Kostala
573080d103
Bug 910768 - Add a link to the marketplace in the "No apps installed for this url" toast; r=wesj
2013-11-04 16:29:07 -08:00
Richard Newman
ec9924a160
Bug 931843 - Part 2: rewrite OnFaviconLoadedListeners to hold fewer references. r=bnicholson
2013-11-04 11:48:58 -08:00
Richard Newman
0a51114d2a
Bug 922694 - Part 4: grab Accept-Locale pref in FHR. r=mcomella
2013-10-16 18:56:27 -07:00
Wes Kocher
e9a7dd6274
Backed out 5 changesets (bug 922694) for Android rc3 orange
...
Backed out changeset 51185a26a7b7 (bug 922694)
Backed out changeset 3d0582ab0417 (bug 922694)
Backed out changeset d333b85c805d (bug 922694)
Backed out changeset a78a707ba721 (bug 922694)
Backed out changeset 34e48f8bac52 (bug 922694)
2013-10-15 18:32:31 -07:00
Richard Newman
2a8bf3c8d7
Bug 922694 - Part 4: grab Accept-Locale pref in FHR. r=mcomella
2013-10-15 16:53:45 -07:00
Wes Johnston
b6b9d6c7ac
Bug 920170 - Move Android prompt service components to their own namespace. r=margaret
2013-10-02 11:18:16 -07:00
Ryan VanderMeulen
65092b3af5
Backed out 6 changesets (bug 913985) for suspicion of causing intermittent Android crashes on a CLOSED TREE.
...
Backed out changeset de21920d2b8e (bug 913985)
Backed out changeset f0f5497d65bb (bug 913985)
Backed out changeset 1e16ca4ad801 (bug 913985)
Backed out changeset 9c069a0820ea (bug 913985)
Backed out changeset 274df3abc991 (bug 913985)
Backed out changeset 05fe8b17516a (bug 913985)
2013-09-27 17:02:09 -04:00
Chris Kitching
0bf23b7120
Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
2013-09-27 10:08:43 -04:00
Kartikaya Gupta
83239003af
Back out d9bdfdfda06e to dd17e0758a00 (bug 913985) due to incorrect author on some of the patches. r=backout
2013-09-27 10:25:23 -04:00
Kartikaya Gupta
92ef7f04e0
Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
2013-09-27 10:08:43 -04:00
Federico Paolinelli
e8977b6d8e
Bug 815202 - Add Pause and Cancel actions to download notifications. r=wesj
2013-09-24 13:53:55 -07:00
Margaret Leibovic
98ae6457ef
Bug 905262 - Create a JS add-on API for adding content to the promotional banner. r=wesj
2013-08-19 17:22:47 -07:00
Mina Almasry
b24ba49fb9
Bug 890253 - Change widget/android/nsWindow.cpp GetDefaultScaleInternal() to use actual device DPI. r=mbrubeck, r=kats
2013-09-17 20:45:03 -04:00
Wes Johnston
d75b92d76e
Bug 842037 - Try harder to find a mimetype of the media scanner. r=blassey
2013-09-11 10:21:57 -07:00
Chris Kitching
f123455a1a
Bug 794981 - Part 1: Annotate Java methods that are to have JNI wrappers generated. r=kats
2013-09-09 08:57:36 -04:00
Margaret Leibovic
9273a2bd8e
merge m-c into fig
2013-08-16 11:31:14 -07:00