| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
| |
Remove the shadow in the faked title bar.
Fix http://b/issue?id=2521294
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2522723
Change-Id: Idf5d878d45b40be93a222385111a87ec32aa2f1b
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2524416
Change-Id: I0f6502a8e6a6041da144d94e2a0e7abdcfca687e
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Browser loading performance by 10%. Loading nytimes.com
on Sholes with plugin dropped from 30s to 26s.
As FakedTitleBar is shown while a page is loading,
there is no need to update the WebView TitleBar's
progress which is always behind.This improved Browser
loading performance by another 10%. Loading nytimes.com
on Sholes with plugin dropped from 26s to 23s.
Fix http://b/issue?id=2520517
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2516327
Change-Id: I0daf8ba6e24be6682d849107914877fb0c31ec4f
|
| |
|
|
|
| |
Bug:2300219
Change-Id: Ibe790a7aaa812b5262c53f542539deead628dc77
|
| |
|
|
|
|
|
|
|
|
| |
When reusing an app tab, we generally do not reload in the case
where the URL matches the old URL. However, in the case of a
voice search, both URLs are "", because the information is held
in UrlData.mVoiceIntent. If that field is not null, load the
Tab, which will load the new voice search.
Change-Id: I0ba60b1e482cf1fd1b95e4dab969527f18096cc1
|
| |
|
|
| |
Change-Id: Idf284f59b05b3f5b3565f7374899927a70f3ca07
|
| |
|
|
|
| |
Bug: 2498939
Change-Id: I92a14fdcb949d748bebec0a357d8baad37aeb46e
|
| |
|
|
|
|
|
|
| |
Fix for http://b/issue?id=2501400
Requires a change to frameworks/base
Change-Id: I002a7b8320d3927b2e93b7fbbd43537208fb7756
|
| |
|
|
|
|
| |
Fix for http://b/issue?id=2503151
Change-Id: I8beda0135631d18cc65f5a59dde46142d0c18b08
|
| |
|
|
|
|
|
|
|
| |
Previously, if the BrowserActivity was paused when the page starts
to load (as when loading from bookmarks or the search bar), showing
the fake title bar would fail. Now do the check as the page continues
to load to guarantee that it shows.
Fix for http://b/issue?id=2487417
|
| |
|
|
| |
This ensures that we set mIsNetworkUp before trying to load a page.
|
| |
|
|
|
|
|
|
|
| |
Explicitly call webkit to note when find dialog is visible,
to dismiss the find dialog and clear to matches.
Companion fix in frameworks/base and external/webkit
http://b/2370069
|
| |
|
|
|
|
|
|
|
|
|
| |
Move the logic for finding similar URLs to frameworks/base,
and use it in addBookmark. In BrowserActivity, call smartUrlFilter
before calling updateVisitedHistory, so the '/' will be appended
before adding to the database.
Part of fix for http://b/issue?id=2442391
Depends on a change to frameworks/base
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While working on out openssl code, I found a Y2k bug that the dates
from invalidate certificates could be shown as 1909 instead of 2009.
The reason was because SslCertificate/BrowserActivity passed the
values around as Strings even though the started as Dates (from
X509Certificate) and were converted backed to Dates before
presentation by BrowserActivity's reformatCertificateDate.
SslCertificate now maintains date fields internally as Date objects
without converting them to Strings. The constructor and String
accessors, which are now @deprecated, now specify the format as an ISO
8601 date string which uses 4 digit years.
BrowserActivity now reformatCertificateDate is now simply
formatCertificateDate and no longer has to convert from String to Date
and back to String to get proper Locale formatting.
CTS SslCertificateTest also updated.
|
| | |
|
| |
|
|
|
|
|
|
| |
Hardcode the account values when looking up the hosted domain. We also hardcode
the settings uri for looking up the client id. This is the better solution for
now because the client id is written only once. If the partner setup were to
write the value to the BrowserProvider, it would get erased if the user decided
to reset the Browser.
|
| |
|
|
| |
Fix for http://b/issue?id=2217707
|
| |
|
|
|
| |
when sharing a page. This allows Email and Gmail to prefill the
subject of the message with the title of the page
|
| |
|
|
|
|
|
| |
Fix for http://b/issue?id=2456405
Override TitleBar::createContextMenu to call BrowserActivity's onCreateContextMenu
directly, so that WebView is ignored, and we only get the options for TitleBar.
|
| |
|
|
| |
Fix b: 2454643
|
| | |
|
| |
|
|
| |
Fixes http://b/issue?id=2379215
|
| |
|
|
|
|
|
|
| |
Fix for http://b/issue?id=2442426
No longer override onSearchRequested, so that pressing the search
key behaves normally. For touching the title bar, use the old
onSearchRequested (renamed to editUrl).
|
| |
|
|
|
|
| |
This CL contains the comminication with the package manager.
Fix b: 2371005
|
| |
|
|
|
|
|
|
|
| |
The SOURCE (search source identifier) constant is moving
from hidden in android.app.SearchManager to com.android.common.Search.
Part of http://b/issue?id=2429556
Change-Id: I4eee5dbac6f0cee2947175915186a17d06dd9fec
|
| |
|
|
| |
Fix for http://b/issue?id=2390720
|
| |
|
|
| |
Fix for http://b/issue?id=2428574
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Once the voice search intent has been handled, the title bar
background changes to green, and touching it displays other voice
search possibilities.
Fixes http://b/issue?id=2390686
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
QSB can use this instead of POST to send the location
data. After QSB makes the switch, we should also
remove the POST_DATA intent which is hidden.
Add loadUrl(String url, HashMap extraHeaders) to
WebView so that the caller can send the extra http
headers.
Remove "inline:" as no one is using it and it is a
hidden feature.
Part 2 of 3-project checkin.
|
| | |
|
| |
|
|
| |
Change-Id: Ie5a1770b8bb3adaeb9dce1db89e0b563519fde0a
|
| |
|
|
| |
Fixes http://b/issue?id=1671150
|
| |
|
|
|
|
| |
Requires a change to frameworks/base
Fixes http://b/issue?id=2243246
|
| |
|
|
|
|
| |
This info is passed to youtube.com via a custom HTTP header.
Fixes b:2368650
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This boils down to using Downloads.Impl instead of Downloads
The APIs that were being used so far are going to disappear
to be replaced by a new set of APIs, but in order for the browser
to be able to continue using the old APIs a new copy of those APIs
was created "on the side" so that the browser doesn't need to
change much.
Bug: 2245521
Change-Id: I33c526331cce006710b1f934a4aeb64cdb95d62e
|
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Merge commit '4d569da292a8a371098461d0763edd1393cdc712'
* commit '4d569da292a8a371098461d0763edd1393cdc712':
Use a "boolean" instead of a "Boolean"
|
| | |
| |
| |
| | |
Fixes http://b/issue?id=1856681
|
| |\|
| |
| |
| |
| |
| |
| |
| |
| | |
history.
Merge commit '58c3d985682495d6563cafe21fa19a47ef349971'
* commit '58c3d985682495d6563cafe21fa19a47ef349971':
Clear parent/child tab relationships when clearing history.
|
| | |
| |
| |
| | |
Fixes http://b/issue?id=2330279
|
| | |
| |
| |
| | |
Bug: #2361749.
|
| | |
| |
| |
| |
| |
| | |
0: no tracker (default)
1: variant 1
2: variant 2
|
| | | |
|
| |\|
| |
| |
| |
| |
| |
| | |
Merge commit '3950d733fad2f7cfd127ea26bf9c7a2a66623c33'
* commit '3950d733fad2f7cfd127ea26bf9c7a2a66623c33':
Notify the WebView that its customView is not being displayed instead of failing silently.
|