| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Bug 2611964
Change-Id: I8f69ec42fbf880d031cfc2372cffd9719db4e280
|
|
|
|
|
| |
we need to check null before using it.
Fix http://b/issue?id=2610515
|
|\
| |
| |
| | |
until we first show it. This should shave 5% of Browser start up time." into froyo
|
| |
| |
| |
| |
| |
| |
| | |
we first show it.
This should shave 5% of Browser start up time.
Fix http://b/issue?id=2604295
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
BrowserActivity:
Use OpenDownloadReceiver as class name, so that it will handle the
notification from download manager.
OpenDownloadReceiver:
If the download is not complete, show the downloads page.
Bug 2606772
Change-Id: Ifeeac0943650552c6da232cf98088bbf958fd403
|
|
|
|
|
|
| |
Bug 2598904
Change-Id: Ib4ef625606ccdae4b24efd0761f416e4851ca800
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug 2566133
Change-Id: Ia780bcc74ad7317dfeea3adfc9a8c5eb4609d1f2
|
|\ \ |
|
| |/
| |
| |
| |
| | |
Bug: 2591404
Change-Id: I380c77c1144a40b955b4fff321eb75c1c0765606
|
|/
|
|
| |
Change-Id: If6d037bcc8a78e790389dd9f573086f82966b1bc
|
|\ |
|
| |
| |
| |
| |
| | |
bug: 2581328
Change-Id: I650b3434ec65640e78f2fc4b99f2c56a65e0831a
|
|/
|
|
|
|
|
| |
memory is low. Instead of free one tab per onLowMemory,
free half of opened tabs as onLowMemory is not called
as often as before.
Fix http://b/issue?id=2583335
|
|
|
|
|
|
|
|
| |
Handling it asynchronously prevented an ANR but it still took forever with large
databases.
Bug: 2581894
Change-Id: I273375e439d7e3ac048728aabb39c6920fa87e5a
|
|
|
|
|
|
|
|
|
|
|
| |
The new assets have a better margin to match the other
search field textfields. Also update title_voice.xml to use a
pressed state that matches the new assets. In TitleBar.java,
do not clear out the vertical padding in voice search mode.
Bug 2566133
Change-Id: Icb15d0660d2f06363e66adbdd92537e34b90b64e
|
|
|
|
|
|
|
|
|
|
| |
Some "Do not translate" comments were inadvertently left when removing
unused strings which made the translation tools skip the next string
entry. This removes those comments and restores the translations for the
missing strings.
Bug: 2579112
Change-Id: I731217d4cf6581885c122fefd180133c243fa1f7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from those initiated from outside the browser.
Fix for http://b/issue?id=2546173
For a voice search initiated from outside the browser, an appId
will be attached. In that case, try to reuse the application tab.
In TabControl.recreateWebView, treat this as if the url does not
match the old url, so a new WebView will be created with a fresh
history list, and the back key will exit the browser. However, if
no appId is provided, simply reuse the current tab. In this case,
the history list will be preserved, and pressing the back key will
return to earlier voice searches.
Change-Id: I9ec1efd56454ba94eb2bc348c4476fb6bd025dad
|
|
|
|
|
|
| |
http://b/2577416
Change-Id: I74f00f700bbe7bc1be9b790e075fec111765341c
|
|
|
|
|
| |
Bug: 2573890
Change-Id: I7c9ebfd1b561c40d806988e65f7e89d5cd283f89
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| |
| |
| | |
this is part of a larger effort to collect app launch performance for the platform.
Change-Id: Id7159c67b0d746c9a109988e05f53be6a10921af
|
| |
| |
| |
| |
| |
| | |
voice search intent, as discussed in http://b/2546173
Change-Id: I60650d096a874cfe089a4ba691c9ae44802f2419
|
| |
| |
| |
| | |
Change-Id: I166331ce198fba188df5365695a20588870374c4
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: I7d15efd5cc1c40d9c0c5b7cf1a5a7f9775a709d7
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \ |
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
Also add Log statements to help determine the root problem.
Fix for http://b/issue?id=2532489
Change-Id: I90e6e4b4a1d0602a5baf3362b732e73d47cc49bf
|
|\ \ \
| |/ /
|/| | |
|
| | |
| | |
| | |
| | | |
Change-Id: Ib2fcd8c44300af2772abd734271ff7bd558d4a8c
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I680a7d36a8f782f03abf1994023922c840bed993
|
| |
| |
| |
| |
| | |
Issue:2554240
Change-Id: Ia63bf9ec7463db4548f88985925ef0759234753d
|
|/
|
|
|
|
| |
Fix b: 2533219
Change-Id: Ida1122cd9a137a9d4caba8187bf48f9688889747
|
|
|
|
|
|
| |
correct WebView.
Change-Id: Ib9831e7985232a5f362ef529d1aec2ee1e4fbecd
|
|
|
|
|
|
|
|
| |
While we're in there, change to void since callers never
use boolean function result.
Change-Id: Ia62f9dd5bac252a17bcc5086daed1407a2dbb4ff
http://b/2544188
|
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ia10e72eec60d8c2155df95dec06334beb9feaab6
|
|/
|
|
|
|
|
|
|
|
| |
Previously updateVisitedHistory itself used an AsyncTask, but
since that method could be called from a non-main thread, move
the AsyncTask to the call site.
Part of http://b/issue?id=2539948
Change-Id: I9a70130ab125490fa96964ea9637eba67732180a
|
|
|
|
| |
Change-Id: I7ec6ca85a12cb705bc7c934509f1da547d6c4ed1
|
|
|
|
|
|
|
| |
Requires a change to webkit and the framework.
Bug: 2411524
Change-Id: I874e4e2139eedf4bc9332947fe6513b027e660d9
|
|
|
|
|
|
|
| |
the database upgrade method can be invoked on any thread (e.g. a Binder
thread, when QSB makes an IPC call to the Browser content provider).
Fix b: 2529299
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* changed time recording unit from ns to ms
* implemented a timeout mechanism for page loading
* fixed a bug where url list will iterate forever
* minor changes in logging
Change-Id: I5f9812d2573d6942ddf404cf3fbb1782f328c73d
|