Commit Graph

290 Commits

Author SHA1 Message Date
Kartikaya Gupta
b53d138abd Bug 701871 - Remove hacky 3-second timer [r=pcwalton]
Remove the 3-second timer that waits for Gecko, and instead
use the event from Gecko.
2011-11-14 11:19:28 -05:00
Doug Turner
1663b21bab bug 700847 - crash stack found in logcat while running pageloader tests on native fennec r=blassey 2011-11-10 21:05:02 -05:00
Doug Turner
28beac4654 Backed out changeset 821f8e1cd0ed 2011-11-09 19:38:53 -08:00
Doug Turner
94146c4918 Test to see if changes to XRE exit have caused the talos regressions. Should be push to try, but try is dead. See bug 701232. 2011-11-09 18:25:33 -08:00
Patrick Walton
e907775044 Bug 695448 - Implement a Java compositor, and use it to scroll. r=? 2011-11-09 17:39:29 -08:00
Matt Brubeck
5a047d91be Revert to addb9a82a6b8 (undo my failed backouts) 2011-11-09 17:31:09 -08:00
Matt Brubeck
c1e478dd86 Back out 150b57fca97c, 22f16ec4052a, 03c53ee42fc9
* * *
Back out 03c53ee42fc9 on suspicion of causing talos failures
2011-11-09 16:06:20 -08:00
Margaret Leibovic
4d49291743 Bug 698836 - Add full screen mode. r=blassey 2011-11-08 10:36:04 -08:00
Doug Turner
c1a0fd7df2 backing out the backout of the landing of the patrick patch queue. lets try this again in the morning with fresh eyes and fresh coffee 2011-11-07 23:54:21 -08:00
Doug Turner
4149d1d440 Removing use strict from a hosed merge 2011-11-07 20:54:50 -08:00
Patrick Walton
138ecc5a6e Back out birch-pan-zoom patch queue due to crashes on mochitests. no bug, r=mfinkle 2011-11-07 17:04:44 -08:00
Doug Turner
4a5f40a181 Fixing last surfaceView reference 2011-11-07 14:46:58 -08:00
Doug Turner
1d3e16eaa9 Use a state machine in the PanZoomController to fix some weird touch behaviours. 2011-11-07 14:17:01 -08:00
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