Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

packages-apps-Browser: List of commits

packages/apps/Browser


RSS
Rev. Time Author
f04da01 2010-04-08 00:12:01 The Android Automerger

Merge branch 'froyo' into froyo-release

63a45b8 2010-04-07 05:36:12 Patrick Scott

Update bookmark favicons in the background.

Bug: 2573890
Change-Id: I7c9ebfd1b561c40d806988e65f7e89d5cd283f89

58f177a 2010-04-06 00:02:49 The Android Automerger

Merge branch 'froyo' into froyo-release

6519070 2010-04-03 15:37:26 Grace Kloba

Show the faked title bar even content height is 0.
Otherwise for the new window, we may have a long
delay for showing progress which is only shown in
the faked title bar now.

I verified that we still get the benefit from the
previous change by moving the faked title bar from
sub panel to its own window.

Fix http://b/issue?id=2568875

1087c11 2010-04-03 05:05:08 Guang Zhu

Merge "add launch performance test for browser" into froyo

9f677bc 2010-04-02 08:16:05 Mike LeBeau

Add "android.speech.extras.SEND_APPLICATION_ID_EXTRA"=false to the
voice search intent, as discussed in http://b/2546173

Change-Id: I60650d096a874cfe089a4ba691c9ae44802f2419

3ab2162 2010-04-02 03:21:43 Guang Zhu

add launch performance test for browser

this is part of a larger effort to collect app launch performance for the platform.

Change-Id: Id7159c67b0d746c9a109988e05f53be6a10921af

a2b92ad 2010-04-02 00:07:37 The Android Automerger

Merge branch 'froyo' into froyo-release

940e57f 2010-04-01 23:07:41 Ben Murdoch

Update the JNI bindings unit test in light of b/2540502

Change-Id: I166331ce198fba188df5365695a20588870374c4

1e915b0 2010-04-01 04:11:47 Leon Scroggins

Merge "Lessen the difference in appearance of title bar during load." into froyo

cd663ea 2010-04-01 03:50:47 Leon Scroggins

Lessen the difference in appearance of title bar during load.

Change to using textfield_search_empty assets, which have margin
values that better match the assets used outside of a load. As
a result, there is no longer a need to edit the LayoutParams in
TitleBar.java. However, do set the padding in TitleBar.java, since
it needs to be set for each of the different backgrounds used.

Fixes http://b/issue?id=2558919

Change-Id: Idf0d8bea59bcc76c32e1e03bf736a4b64bf31887

9066027 2010-04-01 00:07:17 The Android Automerger

Merge branch 'froyo' into froyo-release

7caf47d 2010-03-31 20:26:42 Ben Murdoch

Merge "Add a test for verifying the JS -> Java bindings." into froyo

847c25b 2010-03-31 08:00:26 Grace Kloba

Reduce reported "Displayed activity com.android.browser/.BrowserActivity"
time from random 3~5s to consistent ~2.5s assuming
no apps need to be killed in the start up.

Move the faked title bar to its own Window instead
of the sub panel of the main window. This way Browser
can start when its main window is ready, instead of
waiting for both windows are ready. Also we don't
depend on mBrowserFrameLayout for the y position.
We also don't need to check decorView's window token.

Delay the fake tile bar starting time until the main
window is ready. This way we ensure the main window
will be drawn when it is ready. Otherwise the window
manager will wait until all the current windows are
ready before showing them.

Fix http://b/issue?id=2548712

152794b 2010-03-31 03:27:32 Patrick Scott

Draw the touch icon better.

Use the application icon size to get the correct dimensions. Copy the bitmap to
the correct size and change the config to allow alpha.

This doesn't fix the part of the bug that prefers precomposed over regular touch
icons. That requires a change to frameworks/base.

Bug: 2546984
Change-Id: Ifee474cd3540456383f84bf563bc92df63e0b010

828f63d 2010-03-31 03:06:10 Leon Scroggins III

Merge "Prevent an IllegalStateException." into froyo

e902e1a 2010-03-31 02:14:19 Ben Murdoch

Add a test for verifying the JS -> Java bindings.

Change-Id: I7d15efd5cc1c40d9c0c5b7cf1a5a7f9775a709d7

f095d4e 2010-03-31 01:25:59 Kenny Root

Merge "Import revised translations" into froyo

d8828c8 2010-03-31 01:15:36 Kenny Root

Import revised translations

Change-Id: Ib2fcd8c44300af2772abd734271ff7bd558d4a8c

b00cf36 2010-03-31 00:54:22 Leon Scroggins III

Prevent an IllegalStateException.

Also add Log statements to help determine the root problem.

Fix for http://b/issue?id=2532489

Change-Id: I90e6e4b4a1d0602a5baf3362b732e73d47cc49bf

afa7148 2010-03-31 00:05:17 The Android Automerger

Merge branch 'froyo' into froyo-release

fa52d17 2010-03-30 23:17:22 Kristian Monsen

Fix for bug 2538060. Decoding and encoding an URL.

Just encoding [ and ] instead of decoding and encoding again. This is because decoding is not a reversible function so we might not always get back to
the same URL.

Tested against bug 1634719, which this was a fix for.

Change-Id: I041820c15e0a0cf2e6a20bea3801e8b5039d39d5

5149c7b 2010-03-30 09:34:48 Adam Powell

Remove overscroll

Change-Id: I680a7d36a8f782f03abf1994023922c840bed993

e83e906 2010-03-30 09:24:01 Shimeng (Simon) Wang

Fill in the home page in the preferences when browser is launched first time.

Issue:2554240
Change-Id: Ia63bf9ec7463db4548f88985925ef0759234753d

bb6cb38 2010-03-30 01:25:17 The Android Automerger

Merge branch 'froyo' into froyo-release

ba676ef 2010-03-29 20:12:55 Andrei Popescu

Re-enable page cache.

Fix b: 2533219

Change-Id: Ida1122cd9a137a9d4caba8187bf48f9688889747

95a53b2 2010-03-26 03:18:13 Steve Block

Fixes browser to store and read HTTP authentication credentials in the correct WebView.

Change-Id: Ib9831e7985232a5f362ef529d1aec2ee1e4fbecd

ff4d92c 2010-03-26 00:26:41 Cary Clark

fix monkey-triggered crash

While we're in there, change to void since callers never
use boolean function result.

Change-Id: Ia62f9dd5bac252a17bcc5086daed1407a2dbb4ff
http://b/2544188

6d638ba 2010-03-26 00:25:54 The Android Automerger

Merge branch 'master' into froyo-release

a761181 2010-03-25 22:54:17 Bjorn Bringert

Use system setting for default geolocation permissions

This reverts change I0be5dbf4d99d07ca13b07fb299155c5aa17a51bd
and adds an observer on the new default geolocation permission
secure setting.

Bug http://b/issue?id=2535598

Change-Id: I4edcbd3080b7d3af5dc6d74f26779b6d92248010

Show on old repository browser