Граф коммитов

263 Коммитов

Автор SHA1 Сообщение Дата
Sriram Ramasubramanian 82120aae93 Bug 695152 - Tabs tray implementation for native UI. r=mfinkle
--HG--
extra : rebase_source : 81efd1c8844a1ecdf49be1ee28060c4e8198e23d
2011-10-24 12:20:27 -07:00
Doug Turner e8670cc25d Merge from m-c 2011-10-24 11:11:26 -07:00
Wes Johnston 566b8b773b Bug 694455 - Implement a prompt service for native ui fennec. r=mfinkle,blassey 2011-10-24 10:05:18 -07:00
Doug Turner 5a15b2030f Backing out the Quit change which is causing bug 696386. r=mfinkle 2011-10-23 21:19:42 -07:00
Brad Lassey 72ea013272 no bug - make quit work r=dougt 2011-10-19 16:31:31 -04:00
Doug Turner 751543f2b6 #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 fae32ada54 Bug 694622 - [birch] Handle links from other apps on the command line [r=mfinkle] 2011-10-14 19:58:04 -07:00
Kartikaya Gupta d49dafc4b8 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 11943dfeb0 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 8bd5538b73 Bug 694637 - [birch] Add basic DOMTitleChanged and DOMLinkAdded support r=bnicholson 2011-10-14 16:07:17 -04:00
Doug Turner 888ef1bc19 Merge from mozilla-central 2011-10-14 10:22:33 -07:00
Doug Turner 90c510b59f 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é 2c9cb382ff Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Doug Turner 5f5532169a 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 2148831b5e Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Kartikaya Gupta feb8de34b6 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 4d127712ca 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 f166b1a672 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 e75d9be406 Remove unnecessary intermediate CharSequence variable (r=kats) 2011-10-13 14:41:57 +01:00
Mark Finkle 2cb6a66ba0 Bug 694136 - [birch] Refactor the browser JS and XUL files [r=fabrice r=kats] 2011-10-12 17:31:04 -04:00
Kartikaya Gupta 5329da1855 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é 81d52c79b9 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é c75bff21cf Bug 690635 - Issues with camera input on DroidX [r=wjohnston] 2011-10-11 11:21:27 -07:00
Doug Turner 952b4094a1 Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
Mark Finkle d9be7ab180 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 cfe560c34b 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 5ab0f860ac 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 2e34c5865f 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é 8e6ffede8f Bug 692961 - Capturing image on camera api crashes [@ mozalloc_abort | __swrite ] [r=blassey] 2011-10-10 14:01:39 -07:00
Matt Brubeck 605f836e6c 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 30960abdf5 bug 633239 - event loop responsiveness for Android r=dougt 2011-08-04 03:32:57 -04:00
Mounir Lamouri fecd5a34c5 Bug 700263 - Add remainingTime support to android backend. r=cjones 2011-11-09 15:13:37 +01:00
Mounir Lamouri 7157bc2786 Bug 699742 - (4/4) battery.level should be a double (android backend). r=cjones 2011-11-09 09:56:37 +01:00
Ed Morley 0e555c3378 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 dc33fffa65 Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones 2011-09-30 00:00:48 -07:00
Wes Johnston 4dd5d6ba50 Bug 671634 - Update Fennec useragent to more closely match stock browser. r=dougt 2011-11-07 15:03:53 -08:00
Sriram Ramasubramanian c5a47b1539 Bug 689330 - "update LauncherShortcuts to use the new web apps repository" [r=mark.finkle] 2011-10-04 17:45:00 -04:00
Ehsan Akhgari 3282e05d12 Merge mozilla-central and mozilla-inbound 2011-10-04 14:29:24 -04:00
Fabrice Desré 7841b9d149 Bug 691560 - crash [@ mozilla::AndroidBridge::InitCamera] [r=blassey] 2011-10-04 11:23:01 -07:00
Matt Brubeck 7e0963eed8 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é 2b1103493c Bug 659188 - Android and media parts [r=blassey] [r=cpearce] 2011-09-26 17:25:41 -07:00
James Willcox 2f1612e0e6 Bug 692198 - Make Flash on Android draw to bitmap intead of SurfaceView directly
From 718909dd4d8c1b1ffb2e8ea72cc7d75c281e0773 Mon Sep 17 00:00:00 2001

--HG--
extra : rebase_source : 01bc243a06d5470b559c8c892425d7918b5a7de3
2011-10-05 14:44:19 -04:00
Alex Pakhotin 62b85f967d Bug 687204 - android.text.ClipboardManager in android.text has been deprecated. r=blassey 2011-09-21 18:23:11 -07:00
Michael Wu 8b5c8e5ecf Bug 688930 - Fix detection of installation location when in /system, r=cjones 2011-09-23 21:54:59 -07:00
Doug Turner c938f47ba6 Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh. 2011-09-16 14:34:31 -07:00
Ed Morley 9c6e88d2d6 Backout d4bdab069bbc (bug 630007) for qt build bustage and various oranges on other platforms 2011-09-17 00:27:55 +01:00
Doug Turner d6d932e4e7 Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh. 2011-09-16 14:34:31 -07:00
Mike Hommey 44d9074889 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 5fa554f56b Bug 661978 - Android file input activity deadlocks. r=blassey 2011-08-18 19:30:22 -07:00
Doug Turner a16173b2e0 Bug XXXX - Correctly renames the Log() functions to use the right filename. rs=blassey 2011-08-18 19:27:41 -07:00
James Willcox 5de8b0dbfc 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 8d812655b7 Bug 673969 - System preference for "visible passwords" not followed. r=blassey 2011-07-26 18:14:52 -07:00
Ehsan Akhgari 356a62adb7 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 08:09:13 -04:00
Matt Brubeck 19d8b814a0 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 b448cb7549 Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
--HG--
rename : mobile/components/build/nsIPhoneSupport.idl => mobile/components/build/nsIShellService.idl
rename : mobile/components/build/nsPhoneSupport.cpp => mobile/components/build/nsShellService.cpp
rename : mobile/components/build/nsPhoneSupport.h => mobile/components/build/nsShellService.h
2011-08-08 22:37:57 -04:00
Fabrice Desré d5310e77db Bug 676085 - cgroup filemane is incorrect [r=blassey] 2011-08-02 14:44:47 -07:00
Brad Lassey 237262a45f bug 672356 - plugin-container not set to background cgroup r=dougt 2011-07-28 02:25:11 -04:00
Doug Turner 7dbf23a135 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 87e308ca2d 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 0b0f692df0 back out 89ef5bf1e3d2 (Bug 667530) due to talos orange 2011-07-07 15:57:21 -07:00
Wesley Johnston fbb347dea1 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 b154c7b9b0 Bug 649381 - implement moz-icon android support. r=blassey 2011-06-13 14:02:13 -07:00
Alex Pakhotin 605fb03726 Bug 645729 - Make sure 'body' data is sent along with special links (mailto and sms). r=blassey 2011-05-26 12:58:41 -07:00
Doug Turner 12569c1c97 Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
2011-06-19 22:36:17 -07:00
Brad Lassey f9a2da5283 bug 660326 - send java exceptions to crash-stats r=dougt 2011-06-01 13:54:53 -04:00
Mike Hommey 7de58a1cfa Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.

We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.

We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).

The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.

Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Alex Pakhotin 6779c1dd57 Bug 641906 - Use system theme colors in nsLookAndFeel on Android. r=blassey 2011-03-30 11:04:41 -07:00
Brad Lassey 5cab090414 bug 650209 - Allow DOMDesktopNotification to use a custom icon in the expanded android notification r=dougt 2011-04-28 15:34:50 -04:00
Vivien Nicolas 9d29efb784 Bug 532738 - Do not open the virtual keyboard on untrusted focus (caused by content page scripts) [r=masayuki] 2011-04-20 14:47:40 +02:00
Brad Lassey 3713a43a89 bug 614355 - provide pref to not always use fullscreen landscape keyboards on android r=dougt 2011-04-11 16:41:03 -04:00
Wes Johnston 738d5a3dc0 Bug 646550 - Tell Android to scan media items downloaded by Fennec r=blassey 2011-04-08 10:52:13 -07:00
Doug Turner 21178e4f06 Bug 646685 - Fix watchPosition after isBetterPosition was removed. r=blassey 2011-03-30 21:13:35 -07:00
Doug Turner ca113799ab Bug 636344 - Android Geolocation provider does not provide geocoded civic addresses. r=blassey 2011-03-17 00:03:11 -07:00
Doug Turner 4ffcac349f Bug 640068 - Browser does not restart when installing extensions. This approach uses ps instead of hitting the proc file system. r=blassey a=blocking-fennec
--HG--
extra : rebase_source : c84c47ce792de31e7c6bc2f0a19b06beb4e0c183
2011-03-10 19:52:50 -08:00
Brad Lassey 67e941e7b9 bug 640337 - long tap in URL bar crashes fennec r+a=dougt 2011-03-09 18:35:30 -05:00
Brad Lassey c0d2738dc1 bug 640232 - 4sec pause occurs when restarting Fennec on Galaxy Tab r=dougt a=mfinkle 2011-03-09 18:09:57 -05:00
Brad Lassey 74af95bce4 bug 640080 - get/set android clipboard must be done on a thread with a java message loop r=dougt a=blocking-fennec 2011-03-09 02:30:56 -05:00
Brad Lassey 7d9b46bf26 bug 638523 - Save Image saves htm, not the image r=dougt a=blocking-fennec 2011-03-08 00:45:43 -05:00
Makoto Kato 092920bb19 Bug 635857 - nsWindow::ResetInputState() commits duplicated composition string. r=mwu a=blocking-fennec 2011-03-08 12:24:31 +09:00
Brad Lassey e882127d49 bug 639353 - hang during keyboard input r=dougt,crowder a=blocking-fennec 2011-03-07 14:22:46 -05:00
Brad Lassey b4452bb0f9 bug 639353 - hang during keyboard input r=crowder a=blocking-fennec 2011-03-07 00:38:15 -05:00
Brian Crowder 3b29197c26 Bug 634555: sync with the Gecko event queue at the end of onTextChanged, r=mwu,blassey, a=blocking-fennec:2.0,blassey 2011-03-02 12:23:02 -05:00
Brad Lassey e63a22b642 bug 636877 - Improve android restarts r=dougt a=blocking-fennec 2011-03-04 18:00:52 -05:00
Brad Lassey 739f607294 bug 635342 - The word "Loading" on startup is not translated into any languages r=dougt a=blocking-fennec 2011-02-27 10:50:56 -05:00
Brad Lassey 56cd76352a bug 634530 - Fennec fails to startup on Droid Pro when the device is connected to PC via USB r=mbrubeck a=blocking-fennec 2011-02-16 12:02:10 -05:00
Wes Johnston aafb481b92 Bug 633406 - Check for problems getting the cache directory on Android r=blassey, a=fennec-crash 2011-02-11 16:43:00 -05:00
Wes Johnston 0f59bb3f99 Bug 632170 - Download files to public area on Android [r=blassey, a=blocking-fennec] 2011-02-09 15:22:35 -08:00
Brad Lassey 5a29f9e1a3 bug 632908 - Java errors and crash on startup with Android 2.1 r=dougt a=blocking-fennec 2011-02-09 14:30:59 -05:00
Brad Lassey 1adee5d2e5 bug 631760 - don't hard code "/data/data/<package name>" r=dougt a=blocking-fennec 2011-02-07 23:40:42 -05:00
Brad Lassey 21a7c8b87c bug 615519 - profile data should be stored on sd card when application is moved to sd card r=dougt a=blocking-fennec 2011-02-07 23:40:42 -05:00
Doug Turner 3b3c0474b2 Bug 630595 - Backing out the jemalloc file backend r=me a=b 2011-02-02 12:48:39 -08:00
Doug Turner dadda286c4 Bug 630595 - Followup. Do not need a dash before the option. Removing unused memory watcher. r=blassey, a=blocking-fennec 2011-02-02 01:00:34 -08:00
Doug Turner e709ae99f4 Bug 630595 - Never over allocate - Set jemalloc option on the Nexus S to preview overallocation. r=blassey, a=blocking-fennec 2011-02-02 00:05:48 -08:00
Doug Turner a24b519ebb Bug 630595. Backing out 37e4ab3abc44. r=blassey. a=blocking-fennec 2011-02-01 22:34:12 -08:00
Doug Turner 3007538468 Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 4055ee591d484404b6e7def7feb4147eff3fba8c
2011-01-28 21:40:23 -08:00
Wes Johnston 4b2eadb441 Bug 615897 - Use text rather than title for Android notificaiton ticker text r=blassey, a=approval-2.0 2011-01-31 09:50:11 -08:00
Mark Finkle 7b3fd0ce47 Backout af70cc3963ac (Bug 629432) [r=me a=fennec-should-load-pages] 2011-01-31 11:42:13 -05:00
Doug Turner 89eace95e0 Bug 629432 - [Nexus S] Opening planet.mozilla.org frequently hangs the phone r=blassey a=blocking-fennec
--HG--
extra : rebase_source : 59e0d3124e96368f9a0be2ca46ac291bed8d199e
2011-01-28 21:40:23 -08:00
Brad Lassey 568aa9c4ee bug 628926 - Crash on startup on Motorola Droid at GeckoAppShell.loadGeckoLibs r=dougt a=blocing-fennec CLOSED TREE 2011-01-26 16:53:51 -05:00
Doug Turner 2ed6ba5845 Bug 624652 - Add memory watcher to reduce the chance of ooming on the Nexus S. r=mwu/cjones. a=blocking-fennec
--HG--
extra : rebase_source : faf23b65fe8b5c64080c1ee3f6d4794e8837097d
2011-01-19 22:14:12 -08:00
Makoto Kato 0a56de0ca0 Bug 616075 - HTML5 offline event support for Android. r=mwu a=blocking-fennec 2011-01-20 20:06:13 +09:00
Brad Lassey 6a22cd6fba bug 626669 - Dont show 'Installing Libraries' message on Fennec splash screen when we're not going to install them r=mbrubeck a=blocking-fennec 2011-01-18 19:25:20 -05:00
Doug Turner bbf6a46920 Bug 623062 - When USB storage is enabled, Fennec fails to start. r=mbrubeck
--HG--
extra : rebase_source : 75770e0e77ac2b8c4c56fdee7903395e932b57f4
2011-01-12 09:35:33 -08:00
Brad Lassey 20887a7a34 bug 623598 - avoid repeatedly extracting and deleting libraries r=mbrubeck a=blocking-fennec 2011-01-06 21:02:07 -05:00
Brad Lassey b872b843b0 Bug 608042 - Add ability to make fat android builds that extract APK to disk r=dougt a=blocking-fennec
--HG--
extra : rebase_source : 60be05d268c70c08a5979e6480e40add3dc72b9d
2011-01-04 15:10:53 -05:00
Brad Lassey 6774b0b18f bug 620695 - Terms entered in search field from http://bugzilla.mozilla.org are not considered r=jchen a=blocking-fennec 2011-01-05 14:10:38 -05:00
Alex Pakhotin aa094f42e9 Bug 544414 - Handle locales correctly on Android r=blassey,sayre, a=blocking-fennec 2010-11-26 17:28:24 -08:00
Brad Lassey fc0101bc3e bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec 2011-01-03 17:32:57 -05:00
Brad Lassey e68b1f48ba bug 619626 - implement faster splash screen for android r=mwu a=blocking-fennec 2010-12-27 10:33:37 -05:00
Brad Lassey ff7f0d4bfe bug 621484 - Hang at org.mozilla.gecko.GeckoInputConnection.getExtractedText(GeckoInputConnection.java:252 r=vlad a=blocking-fennec 2010-12-28 15:55:47 -05:00
Alon Zakai 8a71ea4f3e Bug 616664 - Android code for keeping the screen on. r=mwu a=blocking-fennec 2010-12-21 14:34:29 -08:00
Michael Wu 7bd9634fcf bug 620584 - add ANDROID_PACKAGE_NAME rather than hard code org.mozilla.@MOZ_APP_NAME@ r=ted,blassy a=stuart 2010-12-21 15:02:14 -05:00
Alex Pakhotin 0597546369 Bug 608624 - Clearing update notification launches fennec r=blassey a=dougt 2010-11-30 21:57:21 -08:00
Alex Pakhotin d0352254b7 Bug 613080 - External URL handler service. r=bz a=blocking-fennec
--HG--
extra : rebase_source : 305c50e07138ffad437c3faf51453a4056c4ae3e
2010-11-23 15:40:46 -08:00
Michael Wu ddcce1744b bug 607939 - fail to opened a URL / link from another application after launching r=dougt a=blocking-fennec 2010-11-24 17:51:41 -05:00
Doug Turner 8509118058 Backing out android bug 607939 - fail to opened a URL / link from another application after launching. This caused a regression filed as bug 614801. a=me 2010-11-25 22:02:06 -08:00
Michael Wu c0a3ad2cdf bug 607939 - fail to opened a URL / link from another application after launching r=dougt a=blocking-fennec 2010-11-24 17:51:41 -05:00
Alex Pakhotin ade9f50623 Bug 601837 - Hide progress notification when reached 100% r=blassey a=mfinkle 2010-10-04 20:05:43 -07:00
Brad Lassey 74fe235331 bug 589879 - All input fields labeled with a go button, which doesn't do anything without special handling r=roc a=blocking-fennec 2010-11-23 21:12:53 -05:00
Michael Wu 28ed96092b Bug 581596 - Make Android use new SetInputMode API, r=blassey a=blocking-fennec 2010-11-22 22:48:25 -08:00
Brad Lassey ce1ec10d0b bug 518266 - Implement mechanism to provide haptic feed back, android r=dougt a=blocking-fennec 2010-11-22 11:38:02 -05:00
Alex Pakhotin 5d8ea9c51c Bug 610151 - Firefox 4b2 (Android) Locale auto-detection does not work, r=blassey a=blocking-fennec 2010-11-16 14:27:34 -08:00
Vladimir Vukicevic 8ac71d97a0 b=605063; fix Android GL startup (hide splashscreen correctly); r=mwu 2010-11-12 12:02:14 -08:00
Mark Finkle 23a6a74a23 Bug 609696 - Provide scriptable api for Fennec front end to display input method section dialog (bustage fix) [r=mwu a=blocking-fennecb3] 2010-11-11 12:45:38 -05:00
Brad Lassey b7a1a622eb Bug 610573 - unable to run talos on builds after Oct 24th, fennec fails to terminate, r=mwu a=stuart 2010-11-09 15:52:34 -05:00
Michael Wu e429905951 Bug 602976 - Implement full screen mode for Android, r=vlad a=blocking-fennec 2010-11-08 18:11:13 -08:00
Brad Lassey c90d923fa5 bug 606235 - Android file picker should honor file type filters r=mwu a=blocking-fennec 2010-11-05 13:43:12 -04:00
Michael Wu d5ff124d9a Bug 604090 - Notify java wrapper when we're ready to take events, r=blassey a=blocking-fennec 2010-10-25 20:10:07 -07:00
Brad Lassey aa0b369a7d bug 601282 - Sometimes fennec's window is black when started the DEBUG intent r=mwu a=blocking-fennec 2010-10-24 19:54:09 -04:00
Brad Lassey 5e2afd7e37 bug 606178 - Android Fennec can not restart r=mwu a=blocking-fennec 2010-10-24 16:26:19 -04:00
Brad Lassey 7b4b5b27be bug 569497 - need finger friendly file picker for android r=mwu,mbrubeck a=blocking-fennec 2010-09-30 11:37:36 -04:00
Alex Pakhotin eac8985f62 bug 603855 - Support canceling a displayed notification r=mfinkle,blassey sr=stuart a=blocking-fennec 2010-10-12 19:17:12 -07:00
Michael Wu 371a63f8ac Bug 588607 - 2. Make the Java wrapper use the new library loader, r=blassey a=blocking-fennec
--HG--
extra : rebase_source : cac7fe8d05190148cee3f2e1463649c47925f48c
2010-10-15 11:28:03 -07:00
Fabrice Desré 27a2f554ac Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey 2010-10-15 14:16:45 -04:00
Matt Brubeck 25a4070798 Bug 602322 - Implement GetDPI on Android. r=mwu, a=blocking-fennec 2010-10-07 10:28:27 -07:00
Gavin Sharp 294ba41945 merge back out of changeset 7e10dcf5f763 (bug 590225) due to bustage, a=me 2010-10-04 13:33:46 -04:00
Gavin Sharp 96897fe3ef Backed out changeset 7e10dcf5f763 (bug 590225) due to bustage, a=me 2010-10-04 13:33:14 -04:00
Matt Brubeck 0f6ad04b93 Back out 0a01860cef28 (Bug 569497) because of freezes (Bug 601314). a=blocking-fennec
--HG--
extra : rebase_source : a9e9f25fba06c7041781b22f7976ccdab9a0a71b
2010-10-04 09:14:34 -07:00
Brad Lassey 663ff2ab7a Bug 590225 - webapps OS level integration : Android a=blocking-fennec, r=mwu, r=vladimir 2010-10-04 10:54:40 -04:00
Matt Brubeck cdf9a9e0c1 Bug 601280: Include title in shared links on Android. r=blassey a=blocking-fennec 2010-10-01 18:04:23 -07:00
Alex Pakhotin dc7274336f Bug 592088 - support progress indicators in android status bar notifications r=blassey a=blocking-fennec 2010-10-01 14:21:21 -07:00
Brad Lassey 09f8d096e6 bug 582616 - Sharing back-end for Android r=mwu,mfinkle sr=stuart a=blocking-fennec 2010-09-30 11:37:36 -04:00
Brad Lassey 26bd25b555 bug 569497 - need finger friendly file picker for android r=mwu a=blocking-fennec 2010-09-30 11:37:36 -04:00
Jim Chen ca38b2bfa6 Bug 591047 - Fixing Android after PuppetWidget IME work; r=mwu a=blocking-fennec
--HG--
extra : rebase_source : 7cffd4b0a43a86d24b2492f50295968e9ff39c0f
2010-09-23 20:59:26 -07:00
Michael Wu ddcba89beb Bug 598508 - Fix geolocation on Android, r=dougt a=blocking-fennec 2010-09-21 19:36:58 -07:00
Brad Lassey c58bd3973e bug 582362 - Notify memory-pressure observers when we receive low memory warning on Android r=dougt a=blocking-fennec 2010-08-31 13:37:54 -04:00
Alex Pakhotin 316f3633c3 Bug 569402 - Show notifications in the Status Bar on Android r=blassey a=blocking-fennec 2010-06-14 19:17:37 -07:00
Brad Lassey 7718b11e1e bug 590349 - Clipboard (copy/paste) support for Android r=mwu a=blocking-fennec=2.0+ 2010-08-26 19:43:23 -04:00
Brad Lassey 3208373dd5 bug 588470 - Fennec crashes when opening the download manager after a download is started r=mwu a=blocking-fennec-2.0a1+ 2010-08-19 18:33:06 -07:00
Michael Wu 1a778be865 Bug 587350 - Crash on startup from bug 580407 on Android, r=dougt 2010-08-14 19:51:15 -07:00