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

4128 Коммитов

Автор SHA1 Сообщение Дата
Brad Lassey c5c342b6a8 implement bookmarks UI r=dougt 2011-10-13 20:00:26 -04:00
Fabrice Desré 2c9cb382ff Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Doug Turner 509173b567 Disabling setting locale code. See bug 635342. This is probably not needed anymore. It costs about 145 ms at startup 2011-10-13 15:55:20 -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 e347868344 Make sure that mStartupBitmap is loaded off of the main thread.
Also addes policy which dumps stacktraces to logcat if we are slow on the main thread.
2011-10-13 15:06:26 -07:00
sriram@mozilla.com 6d78265908 Use styles with XML layouts in Android 2011-10-13 12:22:26 -07:00
Doug Turner 24728e5b84 Add KEYCODE_MENU key handling to GeckoSurfaceView 2011-10-13 12:08:42 -07:00
Doug Turner 2148831b5e Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Sriram Ramasubramanian 545c653462 Menu's xml needs to be added in Makefile.in 2011-10-13 11:02:43 -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
Doug Turner 261f2fecea Enables simple message passing from Java->Gecko using the nsIObserver. r=blassey 2011-10-12 21:53:43 -07: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 d9e82d6fbb Make variables private/final for better encapsulation and to allow the compiler to optimize things better 2011-10-12 08:14:30 -07: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
Doug Turner 899db5353b Resize window when the keyboard is dimissed 2011-10-12 10:53:37 -07:00
Lucas Rocha 208e7a551a Name AwesomeBarCursorAdapter private properties consistently (r=mfinkle) 2011-10-12 16:54:14 +01:00
Kartikaya Gupta 5106f36c4a Give the awesome bar a URI keyboard 2011-10-12 08:39:28 -07:00
Doug Turner 41b092049c During first run, or when the lastScreen.png is missing, we currently show a black screen. I am changing this to display a stock image with some text over it. We should think about exactly what we want to show here. 2011-10-11 22:08:42 -07:00
Doug Turner 2795e42225 Moving options menu from java to xml 2011-10-11 20:32:23 -07:00
Brian Nicholson 8b5fd4086d Replaced Threads with AsyncTasks 2011-10-11 11:11:38 -07:00
Brad Lassey 8d45fda683 cleaned up warnings 2011-10-11 13:09:44 -04:00
Brad Lassey 61d8a429d6 backed out dougt because nothing compiled 2011-10-11 13:09:43 -04:00
Doug Turner 99ec91b22d Too many class members that are not prefixed with m. Fixing that up. 2011-10-11 09:20:33 -07:00
Sriram Ramasubramanian ae3d04613b Update theme 2011-10-11 00:09:03 -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
Jonathan Kew b34452e7e3 bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu 2011-10-06 16:06:36 +01:00
Matt Brubeck 090dd0e5ab Merge mozilla-central to mozilla-inbound 2011-10-06 10:23:02 -07:00
Jonathan Kew ebe169a362 backout changeset e1eac54b1ed3 (bug 655337 pt 2) for causing a leak. 2011-10-06 17:29:39 +01:00
Ed Morley e9329ec38b Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey 2011-10-06 17:15:07 +01:00
Ed Morley e5ead17a8f Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey 2011-10-06 17:15:07 +01:00
Ed Morley 0b5633496b Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-06 16:25:34 +01:00
Rob Campbell b1360c7813 merge m-c to fx-team 2011-10-06 08:00:51 -03:00
Felix Fung d3ea2745f7 Bug 691703 - MOZILLA_STRICT_API isn't used anymore. r=ted 2011-10-04 02:32:03 -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
James Willcox f4a011a232 Bug 686405 - remove the debug button and just wait 5s for the debugger; r=dougt
From d125ca2f69f2002d96e75761bb8450932aa8f37e Mon Sep 17 00:00:00 2001
2011-10-03 12:00:36 -04:00
Jonathan Kew 3ebcb92471 bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu 2011-10-06 16:06:36 +01:00
James Willcox 338fe71a0e Bug 690705 - Don't put the restart helper activity in the recent list [r=blassey] 2011-09-30 08:08:00 -04:00
Mark Finkle 714e2a22ce Bug 645799 - Hide the crash reporter from the recently used apps window [r=blassey] 2011-09-30 14:37:19 -04: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
Matt Brubeck 930a45b1fb Bug 691818 - Mark camera features as optional in AndroidManifest.xml [r=blassey] 2011-10-04 11:58:17 -07: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
Ehsan Akhgari 5e4dbdfba3 Backout changeset 32e9422afd8d (bug 687265) explicitly from mozilla-central 2011-09-29 20:29:11 -04:00
Ehsan Akhgari 9e431fb574 Merge the last green changeset of mozilla-inbound into mozilla-central 2011-09-29 17:38:33 -04:00