Patrick Walton
1c9dcf0602
imported patch 1111-fix-motion-event-targeting
2011-11-07 14:17:01 -08:00
Patrick Walton
f96543178f
* * *
...
try: -b do -p linux-android -u none -t none
2011-11-07 14:15:58 -08:00
Eitan Isaacson
0ccdfc74c5
Bug 699243 - Add method to GeckoAppShell to emit a11y events and bridge it [r=blassey]
2011-11-04 09:56:24 -04:00
Eitan Isaacson
73afcdf034
Bug 699243 - Add method to GeckoAppShell to check for a11y and bridge it [r=blassey]
2011-11-04 09:47:18 -04:00
Brad Lassey
006f235352
bug 699442 - follow up to put watch dog on non-main handler r=mbrubeck (via irc)
2011-11-07 14:18:14 -05:00
Doug Turner
e020b3b38e
Merge
2011-11-07 10:20:27 -08:00
Brad Lassey
eb45e8314f
bug 699442 - implement quit r=dougt
2011-11-03 22:06:32 -04:00
Doug Turner
b4c0ef72bc
Merge
2011-11-04 10:46:58 -07:00
Doug Turner
5d95a2625f
Bug 696315 - Remove Quit menu option. r=bnicholson@mozilla.com
2011-11-02 22:32:36 -07:00
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
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