Commit Graph

268 Commits

Author SHA1 Message Date
Wes Johnston
8bb780b95a Bug 695485 - Native UI for select elements. r=mfinkle 2011-10-28 11:49:19 -07:00
Mounir Lamouri
ed6d397bd8 Bug 696038 - (2/3) Boilerplate code to communicate between hal and Android Java code. r=cjones 2011-11-02 16:35:11 +01:00
Brad Lassey
8585c2ddc8 no bug - make quit work r=dougt 2011-10-19 16:31:31 -04:00
Kartikaya Gupta
a496e4a668 Bug 695170 - Implement visited link styles [r=blassey]
Provide an IHistory interface implementation from the android widgets
rather than using the one in Places. This allows the Link class to get
history information from the android code. The IHistory implementation
talks to the Android browser history database via JNI.
The Java-side implementation attempts to batch-process the requests coming
in, and keeps an in-memory cache of the visited links to avoid multiple
hits to the database. The in-memory cache is guaranteed to be cleared
by the VM before an OOMs get thrown.
The current implementation does not consider external events that might
update the history database, and so the visited link information
provided to Gecko might not reflect the latest information in the
Android browser history database.
2011-10-25 11:39:32 -04:00
Margaret Leibovic
bea3e010a3 Bug 695461 - Download notifications 2011-10-19 14:17:00 -04:00
Sriram Ramasubramanian
5b71e63229 Bug 695152 - Tabs tray implementation for native UI. r=mfinkle 2011-10-24 12:20:27 -07:00
Doug Turner
c3730ec974 Merge from m-c 2011-10-24 11:11:26 -07:00
Wes Johnston
4ef3421762 Bug 694455 - Implement a prompt service for native ui fennec. r=mfinkle,blassey 2011-10-24 10:05:18 -07:00
Doug Turner
6aa857bc4d Backing out the Quit change which is causing bug 696386. r=mfinkle 2011-10-23 21:19:42 -07:00
Brad Lassey
8bbf5d8a98 no bug - make quit work r=dougt 2011-10-19 16:31:31 -04:00
Doug Turner
d469cee572 #changeset: 78790:3f21e8a211ff
#tag:         qbase
#tag:         qtip
#tag:         tabs_in_nativeui
#tag:         tip
#user:        Sriram Ramasubramanian <sriram@mozilla.com>
#date:        Fri Oct 14 18:58:02 2011 -0700
#summary:     Support for tabs in native ui.
2011-10-14 22:35:15 -07:00
Matt Brubeck
fb2a6bbcbd Bug 694622 - [birch] Handle links from other apps on the command line [r=mfinkle] 2011-10-14 19:58:04 -07:00
Kartikaya Gupta
ba3180aec5 Bug 694334 - Make the mainLayout and geckoLayout variables in GeckoApp private and non-static; move the only code that uses it into GeckoApp from GeckoAppShell 2011-10-14 17:11:14 -04:00
Kartikaya Gupta
708113173e Bug 694334 - Make the awesomebar, favicon, and progressbar private and non-static in GeckoApp; move the only code that uses it into GeckoApp from GeckoAppShell 2011-10-14 17:11:14 -04:00
Mark Finkle
807fd4ff69 Bug 694637 - [birch] Add basic DOMTitleChanged and DOMLinkAdded support r=bnicholson 2011-10-14 16:07:17 -04:00
Doug Turner
d3f6be878e Merge from mozilla-central 2011-10-14 10:22:33 -07:00
Doug Turner
d0e5df999a Move hiding last screen from onTouch to when the document finishes loading. This will change after the layer manager lands 2011-10-13 19:38:04 -07:00
Fabrice Desré
009b419ad2 Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Doug Turner
8f334ba73a Remove cgroup handling. We no longer have a child process. Also, and more importantly, this code runs on the main thread. It takes about 1s to run. When we have extra processes, we should make sure that this runs on a new thread 2011-10-13 15:08:27 -07:00
Doug Turner
e7631d94de Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Kartikaya Gupta
43e68722f9 Evacuate the session history stuff from GeckoApp for better encapsulation, and to make fewer things static 2011-10-13 07:18:33 -07:00
Lucas Rocha
729b87355e Don't use AbsoluteLayout.LayoutParams as it's deprecated (r=mfinkle)
Use the equivalent RelativeLayout.LayoutParams instead.
2011-10-13 14:41:57 +01:00
Lucas Rocha
6741b98c2c Supress deprecation warnings for android.text.ClipboardManager (r=kats)
We're conditionally and intentionally using it on older Android versions.
2011-10-13 14:41:57 +01:00
Lucas Rocha
db6f2a0994 Remove unnecessary intermediate CharSequence variable (r=kats) 2011-10-13 14:41:57 +01:00
Mark Finkle
eb456db72e Bug 694136 - [birch] Refactor the browser JS and XUL files [r=fabrice r=kats] 2011-10-12 17:31:04 -04:00
Kartikaya Gupta
abe83c5eae Remove == comparison of dynamic java strings, and also prevent collapsing empty strings in the clipboard to null r=mfinkle 2011-10-12 16:24:35 -04:00
Fabrice Desré
ce78b17ef7 Bug 694795 - Black rectangle in top left corner after opening a link from another app [r=mbrubeck] 2011-11-04 16:46:34 -07:00
Fabrice Desré
4843bc76a1 Bug 690635 - Issues with camera input on DroidX [r=wjohnston] 2011-10-11 11:21:27 -07:00
Doug Turner
2cb8b87150 Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
Mark Finkle
b8b7fae6f9 Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey] 2011-10-10 10:52:06 -04:00
Matt Brubeck
7c80903c78 Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE 2011-10-10 09:43:58 -07:00
Mark Finkle
cc498a117f Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey] 2011-10-10 10:52:06 -04:00
Mark Finkle
b90b385355 Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey] 2011-10-10 10:52:06 -04:00
Fabrice Desré
cef791cac0 Bug 692961 - Capturing image on camera api crashes [@ mozalloc_abort | __swrite ] [r=blassey] 2011-10-10 14:01:39 -07:00
Matt Brubeck
b52acd4a93 Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE 2011-10-10 09:47:27 -07:00
Brad Lassey
1081c55bca bug 633239 - event loop responsiveness for Android r=dougt 2011-08-04 03:32:57 -04:00
Mounir Lamouri
eb02a5c400 Bug 700263 - Add remainingTime support to android backend. r=cjones 2011-11-09 15:13:37 +01:00
Mounir Lamouri
d8305cde2c Bug 699742 - (4/4) battery.level should be a double (android backend). r=cjones 2011-11-09 09:56:37 +01:00
Ed Morley
17e290456f Backout 31d345404c98 (bug 671634) due to missing privacy review and necko peer review; a=dao 2011-11-08 10:43:36 +00:00
Chris Jones
4e0abf2d51 Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones 2011-09-30 00:00:48 -07:00
Wes Johnston
b57c47bd60 Bug 671634 - Update Fennec useragent to more closely match stock browser. r=dougt 2011-11-07 15:03:53 -08:00
Sriram Ramasubramanian
8808c4217b Bug 689330 - "update LauncherShortcuts to use the new web apps repository" [r=mark.finkle] 2011-10-04 17:45:00 -04:00
Ehsan Akhgari
83f3a5c808 Merge mozilla-central and mozilla-inbound 2011-10-04 14:29:24 -04:00
Fabrice Desré
794cbb1a00 Bug 691560 - crash [@ mozilla::AndroidBridge::InitCamera] [r=blassey] 2011-10-04 11:23:01 -07:00
Matt Brubeck
50a726550f Bug 691054 - Back out bug 667980 (getNetworkLinkType) on Android because of scary permissions [r=dougt] 2011-10-03 16:34:43 -07:00
Fabrice Desré
35e9ea570b Bug 659188 - Android and media parts [r=blassey] [r=cpearce] 2011-09-26 17:25:41 -07:00
James Willcox
25eba07897 Bug 692198 - Make Flash on Android draw to bitmap intead of SurfaceView directly
From 718909dd4d8c1b1ffb2e8ea72cc7d75c281e0773 Mon Sep 17 00:00:00 2001
2011-10-05 14:44:19 -04:00
Alex Pakhotin
03c7bc212f Bug 687204 - android.text.ClipboardManager in android.text has been deprecated. r=blassey 2011-09-21 18:23:11 -07:00
Michael Wu
cf23d45877 Bug 688930 - Fix detection of installation location when in /system, r=cjones 2011-09-23 21:54:59 -07:00
Doug Turner
de45728b30 Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh. 2011-09-16 14:34:31 -07:00