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é
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
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
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
Ed Morley
dfcf452dc7
Backout d4bdab069bbc (bug 630007) for qt build bustage and various oranges on other platforms
2011-09-17 00:27:55 +01:00
Doug Turner
4002d1430f
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00
Mike Hommey
0f25e68171
Bug 686694 - Don't extract libraries on Android unless we're starting with the DEBUG intent. r=dougt
2011-09-16 10:00:42 +02:00
Doug Turner
d417c1a112
Bug 661978 - Android file input activity deadlocks. r=blassey
2011-08-18 19:30:22 -07:00
Doug Turner
ea8ede0a60
Bug XXXX - Correctly renames the Log() functions to use the right filename. rs=blassey
2011-08-18 19:27:41 -07:00
James Willcox
a33214369e
Bug 627019 - ignore IME changes from gecko when other changes are still pending
...
From 5797f333373ae0c21c6aa0c0192b4e2ab0acde37 Mon Sep 17 00:00:00 2001
---
embedding/android/GeckoAppShell.java | 3 +++
embedding/android/GeckoInputConnection.java | 23 ++++++++++++++++++++---
2 files changed, 23 insertions(+), 3 deletions(-)
2011-08-16 16:57:41 -04:00
Alex Pakhotin
8d916907f4
Bug 673969 - System preference for "visible passwords" not followed. r=blassey
2011-07-26 18:14:52 -07:00
Ehsan Akhgari
5df3e38756
Merge the latest green changeset on mozilla-inbound to mozilla-central
2011-08-09 08:09:13 -04:00
Matt Brubeck
38ce2e7a85
Bug 677035 - Use full classname for ClipboardManager to fix Android SDK 13
...
build [r=blassey]
2011-08-08 11:51:05 -07:00
Mark Finkle
d8509f9bcc
Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
2011-08-08 22:37:57 -04:00
Fabrice Desré
0ddfbd2318
Bug 676085 - cgroup filemane is incorrect [r=blassey]
2011-08-02 14:44:47 -07:00
Brad Lassey
92ffe3e108
bug 672356 - plugin-container not set to background cgroup r=dougt
2011-07-28 02:25:11 -04:00
Doug Turner
e87e69b04d
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Wesley Johnston
3806b5eebf
Bug 667530 - Add ability to add application/bookmark shortcuts to Launcher screens [r=blassey, r=fabrice]
2011-07-01 14:26:00 -04:00
Daniel Holbert
a45f4766a7
back out 89ef5bf1e3d2 (Bug 667530) due to talos orange
2011-07-07 15:57:21 -07:00
Wesley Johnston
2e91d274f1
Bug 667530 - Add ability to add application/bookmark shortcuts to Launcher screens [r=blassey, r=fabrice]
2011-07-01 14:26:00 -04:00
Alex Pakhotin
8192d1551b
Bug 649381 - implement moz-icon android support. r=blassey
2011-06-13 14:02:13 -07:00