| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ |
|
| |/
| |
| | |
This reverts commit 043e72f70ae61f1a62aefef6d137c4916206d3c9
|
| |
| |
| |
| |
| | |
Bug: 6124556
Change-Id: I49b6ba6706878d0e78d8457cde7cb9055663bfe0
|
|/
|
|
| |
Change-Id: Ia7b99d4674d4013451477981f89de93b6b28b0ae
|
|
|
|
|
|
| |
Bug: 5777487
Change-Id: I34ea2e3aac0659cb5fe29732b30a117a289a4b72
|
|
|
|
|
|
| |
Bug: 5904671
Change-Id: Id5b26035ddc8c04decc5f43ae4b859b396839a82
|
|
|
|
|
|
| |
Bug: 6028523
Change-Id: I960bcbb90344a4008f33551a846f2d5e8baeee22
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Iac0fdd3aa971ee1a625bb636f45b6c8ca40bb449
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
Bug: 5776363
Change-Id: Id142c7096601c2316d71bd9443930080ce92c19c
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
Bug: 5911010
Change-Id: I84f94edbf29c9b17888ef5b24aa7c03712d22046
|
|/
|
|
|
|
| |
Bug: 6125790
Change-Id: I1326b5944260fe29ba9d68256d118238bcfdc3a0
|
|
|
|
|
|
|
|
| |
Has to escape out to WebViewClassic whenever it needs a hidden API.
Interdepends on https://android-git.corp.google.com/g/165608
Change-Id: Ic61dd7f57f75381864075605d5901f2688648cbd
|
|
|
|
| |
This reverts commit efe667469ef06277ad95699c365fe9ba6b44f4d5.
|
|
|
|
|
|
| |
Bug: 6050725
Change-Id: I3aa3154501a36a93aac50e1e5c0bae40cf0aeac2
|
|
|
|
|
|
|
| |
If the user has no me profile, bail out to avoid a NPE.
Bug: 5869116
Change-Id: I80701d4563f394879917b6242ace7b2bae584fb2
|
|
|
|
|
|
|
|
| |
Bug: 5960873
onPageFinished happens with in-page navigation, but onProgressChanged
doesn't. Use that to avoid taking unnecessary thumbnail captures
Change-Id: Ifbc83e3f654c81cc01d52a6ece129f96e888bf67
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I931def1d52eb792f8ada99946b0c419936e01771
|
| |
| |
| |
| | |
Change-Id: I4aeb1f420c885181dc6016e317c2e716876db549
|
|/
|
|
| |
Change-Id: I4a9430d118fd18d40a17490a10b5fbb723b36ca2
|
|
|
|
| |
Change-Id: If24a89703d74d359461c4c4c6c46449fd93d2be5
|
|
|
|
|
|
| |
Bug: 5889443
Change-Id: Ifa3656610512e333739564a022c20323e3ace72f
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I67bb28d95cbe5ab6cf361271b46acc44398f188e
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 5851422 5841282
don't restore back/forward list when re-creating a webview
Change-Id: I4648ced38aafedb8e129f599f0ea28f7520da9b8
|
|/
|
|
|
|
|
|
| |
Optimize the Most Visited NTP query. According to dumpsys dbinfo
this speeds up the query from taking over a second to less than
100ms
Change-Id: I00c86a5bcb66e126850434845350359f0e7279d5
|
|
|
|
|
|
| |
Bug: 5786209
Change-Id: I92321d8dfc2e2991a508e475d2353d5a6597156b
|
|
|
|
|
|
|
|
|
|
| |
This makes a little more sense since they are accessed outside of the
class that they are defined in.
In addition, this fixes errors created by proguard when building with
OpenJDK.
Change-Id: I41d9bbb687628140038eb517ea08517cee37e0c7
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: 5621026
Allow onPageFinished to reach Controller for links with anchor tags
Note that the bookmark thumbnail update won't overload the
async task anymore, since only one update message is active at any given
time (see bug: 4517571)
Change-Id: Iaeb9950ef15446aa9c824c7196f26a748591c944
|
|
|
|
|
|
| |
Bug: 5731650
Change-Id: Icf2c3aba7f1146b1f78d191a807121dcbe3012ae
|
|
|
|
|
|
| |
Bug: 5737769
Change-Id: Ie1a485222df6b470d95ace9130b5cf2591a231df
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 5731975
Change-Id: I1dd44b25f718a2270d5965a8f3f5dab096398856
|
|/
|
|
|
|
| |
handle progress updates in tablet navbar
Change-Id: I2398358537e6a244ae1873895bf4b5bb9e3ce8eb
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Bug: 5372741
Change-Id: I9e7461371f1f801e33d890329f820b7440c6d865
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Bug: 5768794
Change-Id: I72d98d1750232bfdedc88b2cbf3ff76c088e89d2
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Prevent image from jumping when coming out of navscreen
by using the visible title height as the target top.
Note: there is still a little jump animating to the nav screen
this will be fixed by a different CL
Change-Id: Id85995e43253579754a8f214fb8596dcd77e7240
|
|/
|
|
|
|
| |
Bug: 5569079
Change-Id: I5af1e37c1a73dcf94ae684ac5f2796db5a4ab3be
|
|\
| |
| |
| |
| | |
* commit '06d107fc963a451415e7ffdbf72e34198d85fc35':
Remove even more unnecessary flag
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 5715053
The flag added earlier caused a screen blackout on stingray.
Change-Id: Ia1400111c4a53a1803f92549c4da73e3715cfe15
|
|\ \
| |/
| |
| |
| | |
* commit '0d0245ffd51825f90a9df883667a71e500da03fa':
Add Bookmarks option to phone menu
|
| |
| |
| |
| |
| |
| | |
Bug: 5713465
Change-Id: I7a260ea5138efca9b4f8ac461a03207480b438df
|
|\ \
| |/
| |
| |
| | |
* commit '861d52c80430edeb0eba6f73cd0e206e27f4ac6b':
Remove unnecessary flags
|