Commit Graph

515 Commits

Author SHA1 Message Date
Brian Nicholson
4af3037d3a Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 19:37:39 -07:00
Wes Kocher
a891b9fc9e Backed out 2 changesets (bug 967325) for rc4 failures
Backed out changeset 5db7e8e8bd6c (bug 967325)
Backed out changeset bbd7ca6452ff (bug 967325)
2014-08-11 16:31:15 -07:00
Brian Nicholson
32916e2fc3 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 15:09:37 -07:00
Kartikaya Gupta
3e2507009f Bug 1049136 - Add native-code awareness of the Java UI thread so we can do thread assertions. r=snorp 2014-08-08 18:15:38 -04:00
Kartikaya Gupta
1eb1f9970b Bug 1046344 - Unbitrot and rearrange the old APZ glue code in Fennec. r=snorp 2014-08-08 17:42:20 -04:00
Chris Kitching
6c62798b21 Bug 1049105: Remove generateStatic option from JNI wrapper generator r=kats 2014-08-05 15:04:38 -07:00
Chris Kitching
1ca4ae5686 Bug 1047971: Delete even more redundant field initialisers r=rnewman 2014-08-03 02:21:42 -07:00
Richard Newman
6cc74f034f Bug 936851 - Part 2: delegate to Fennec itself for YouTube video instead of VideoPlayer. r=mfinkle 2014-07-31 08:56:55 -07:00
Richard Newman
6e7dbf17d6 Bug 936851 - Part 1: remove VideoPlayer. r=mfinkle 2014-07-31 08:56:51 -07:00
Richard Newman
d023dce9af Bug 1042383 - Part 2: use optimizable build-time flags for SDK-dependent code. r=mfinkle 2014-07-30 08:19:35 -07:00
Chris Kitching
9f496ef232 Bug 1041836: Delete redundant initialisers. (generated) r=rnewman 2014-07-25 20:14:47 -07:00
Jim Chen
990996bf64 Bug 886627 - Add AndroidBridge directory API; r=rbarker 2014-07-24 16:42:50 -04:00
Myk Melez
190daa66ed Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
Richard Newman
c2a5d5d717 Bug 1017242 - Part 4: remove API 8 code from GeckoAppShell. r=kats 2014-07-18 16:47:08 -07:00
Brad Lassey
01a9f00275 back out bug 1025931 r=backout a=backout 2014-07-03 11:55:48 -04:00
Brad Lassey
06a6cb7d2c bug 1025931 - Crash java.lang.NullPointerException in in org.mozilla.gecko.GeckoAppShell.getContext r=snorp 2014-06-26 09:37:47 -04:00
Ed Morley
8c7e81c58e Backed out changeset fd8d40d26de8 (bug 1025931) for robocop-1 failures 2014-06-27 15:40:12 +01:00
Brad Lassey
02952ad167 bug 1025931 - Crash java.lang.NullPointerException in in org.mozilla.gecko.GeckoAppShell.getContext r=snorp 2014-06-26 09:37:47 -04:00
Shashank Sabniveesu
703d2f56da Bug 1026010 - Rename GeckoApp.ACTION_BOOKMARK to ACTION_HOMESCREEN_SHORTCUT. r=lucasr 2014-06-25 09:10:00 -04:00
Brad Lassey
6e171f4294 bug 1027634 - crash in java.net.MalformedURLException: Unknown protocol: textstyle at java.net.URL.<init>(URL.java) r=snorp 2014-06-19 10:33:24 -04:00
Richard Newman
59410a1ef5 Bug 1021342 - Eliminate non-synthetic web app code. r=myk,mfinkle 2014-06-10 10:37:38 -07:00
Brad Lassey
385ccaab0b bug 1016747 - add android protocol handler to proxy input streams to Gecko r=snorp 2014-06-04 15:28:04 -04:00
Matthew Ostrowski
7f6b070cf4 Bug 1006824 - Don't log command line at start-up in official builds. r=nalexander 2014-05-19 14:11:00 +02:00
Wes Johnston
46ee08f495 Bug 990642 - Try harder to find an extension to use when sharing images. r=mfinkle 2014-05-12 10:13:45 -07:00
Wes Johnston
42cb864658 Bug 990642 - Reinsert code to share images instead of just urls. r=mfinkle 2014-05-12 10:13:44 -07:00
Nick Alexander
a2560e5b77 Bug 976216 - Part 2: Purge startup caches when starting Gecko in developer builds. r=mfinkle
This change only impacts developer builds.  A developer build is one
where MOZILLA_OFFICIAL is not set.

The startup cache is invalidated when the buildid changes; see [1] for
details.  For MOZILLA_OFFICIAL builds, the buildid is always bumped, so
the startup cache is always fresh on a package re-deploy to device.

Most developers re-deploy using |mach build mobile/android && mach
package && mach install| or similar.  This does not bump the buildid.
The re-deployed package will read the out-dated startup cache, leading
to frustrating inconsistencies when developing Javascript, especially
chrome content and module JSMs.

This change purges the startup caches every time Gecko is started in
developer builds.  This keeps the running Javascript consistent (which
is good for development), but incurs a startup performance
penalty (since the cache must be purged, and since the cached files must
be recompiled, etc).

[1] http://hg.mozilla.org/mozilla-central/file/901d300bb441/toolkit/xre/nsAppRunner.cpp#l2350
2014-05-05 11:27:55 -07:00
Jim Chen
a5475d911e Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
Ted Mielczarek
dff9bd8e4c bug 852935 - Add Android gamepad backend. r=snorp, rs=smaug 2014-04-22 10:53:48 -04:00
Clemens Wilding
e304c3e4e4 Bug 920855 - Replace java.net.URL with java.net.URI wherever possible. r=rnewman 2014-04-16 08:42:15 -07:00
Kartikaya Gupta
1bfb27406c Bug 995316 - Make GeckoLayerClient package-scoped. r=snorp 2014-04-11 20:49:46 -04:00
Jim Chen
524e59e7dc Bug 989046 - c. Support multiple listener types in EventDispatcher; r=mfinkle 2014-04-04 12:33:50 -04:00
Jim Chen
63fba87f92 Bug 989046 - a. Convert Gecko side messaging to use NativeJSContainer; r=blassey 2014-04-04 12:33:49 -04:00
Nick Alexander
3b436723cd Bug 990116 - Part 1: Split BROWSER_INTENT_CLASS and BROWSER_INTENT_CLASS_NAME. r=mcomella 2014-04-01 22:00:46 -07:00
Wes Johnston
d1a49638cf backout f1a7f2af1dce (Bug 981852) because its no longer needed. r=backout 2014-04-01 12:23:41 -07:00
Wes Johnston
bf3b3e4186 Bug 981852 - Push GeckoEvents to a background thread. r=mfinkle 2014-03-26 21:21:40 -07:00
Wes Johnston
fe15a7c0ff Bug 942270 - Support quickshare in context menus. r=bnicholson 2014-03-26 10:18:01 -07:00
Richard Newman
4572f3ab57 Bug 987415 - Part 1: GeckoAppShell thread-safety. r=bnicholson 2014-03-24 17:44:02 -07:00
Richard Newman
b5d39f6e21 Bug 987415 - Part 0: GeckoAppShell cleanup. r=bnicholson 2014-03-24 17:44:01 -07:00
Wes Johnston
fda36db32f Bug 942270 - Add intents to PromptListItems. r=bnicholson 2014-03-14 14:41:10 -07:00
Margaret Leibovic
7f5ad9821b Bug 982461 - Support launching an intent to the current application package. r=wesj 2014-03-12 08:57:29 -07:00
Wes Johnston
5f19ca1260 Bug 963208 - Use a factory for GeckoEvents. r=kats 2014-02-28 12:25:30 -08:00
Kartikaya Gupta
bbc791dbf4 Bug 912238 - Ignore exceptions that are thrown after calling System.exit. r=mfinkle 2014-02-27 08:49:51 -05:00
Richard Newman
728522129d Bug 975774 - Part 17: clean up imports in GeckoAppShell. r=trivial 2014-02-22 19:52:59 -08:00
Eugen Sawin
1366bb6340 Bug 971012 - Use onConfigurationChange for screen orientation change. r=snorp 2014-02-20 18:50:18 +01:00
Wes Johnston
4aac969462 Bug 970506 - Break up FilePicker and ActivityHandlerHelper. r=lucasr
--HG--
rename : mobile/android/base/ActivityHandlerHelper.java => mobile/android/base/FilePicker.java
2014-02-14 12:02:05 -08:00
Wes Johnston
8de37ce524 Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Martyn Haigh
9a4b59904c bug 958358 - make webapp capitalisation consistent; r=wesj
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/Webapp.java.in
rename : mobile/android/base/WebAppAllocator.java => mobile/android/base/WebappAllocator.java
rename : mobile/android/base/WebAppFragmentRepeater.inc => mobile/android/base/WebappFragmentRepeater.inc
rename : mobile/android/base/WebAppImpl.java => mobile/android/base/WebappImpl.java
rename : mobile/android/base/WebAppManifestFragment.xml.frag.in => mobile/android/base/WebappManifestFragment.xml.frag.in
rename : mobile/android/base/WebAppsFragment.java.frag => mobile/android/base/WebappsFragment.java.frag
rename : mobile/android/base/webapp/WebAppImpl.java => mobile/android/base/webapp/WebappImpl.java
rename : mobile/android/chrome/content/WebAppRT.js => mobile/android/chrome/content/WebappRT.js
2014-02-11 23:41:05 -08:00
Richard Newman
1d23267f4b 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
21f2bd4395 Bug 964813 - Make HandleUncaughtException JNI wrapper multithreaded; r=kats 2014-01-28 18:32:28 -06:00
Martyn Haigh
14abcba732 Bug 957070 - move webapp event listeners/handlers from GeckoAppShell to webapp/ class; r=wesj
--HG--
rename : mobile/android/base/webapp/WebAppAllocator.java => mobile/android/base/webapp/Allocator.java
rename : mobile/android/base/webapp/WebAppDispatcher.java => mobile/android/base/webapp/Dispatcher.java
extra : rebase_source : a7e66abdf7738d1ae96a167bf6df7a58c208efa1
2014-01-24 21:57:13 -08:00