| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Bug: 6601348
Bring back voice search. Also fixes focus bug for fixed titlebar.
Change-Id: I83c8ad96957b62c23ad0bbb35685712687d11213
|
|
|
|
|
|
| |
Bug: 6563289
Change-Id: I00fdecf645128bb1fec8e23be94aa2b85fb586f7
|
|
|
|
|
|
| |
Bug: 6468013
Change-Id: Ia6ee9645df9ebb8aa98734efef45b57db94651f7
|
|
|
|
|
|
| |
bug:6477718
Change-Id: Id3253096755ac4c174a791115f06dcb195b699c7
|
|
|
|
|
|
| |
Bug: 6439925
Change-Id: I1b7161a67fa0c20d87f147d6ed19c02e53093054
|
|
|
|
|
|
|
|
| |
Bug: 6398599
Minor cleanup in title bar code.
Change-Id: I55357acb86050e549d80d44d99f4a89ed1e49e9d
|
|
|
|
| |
Change-Id: I83b60ac504c8300904d76753b92f6fb3a93c172f
|
|
|
|
|
|
|
|
| |
Bug: 5677901
Delay hiding after page load
Show for duration on tab switch
Change-Id: Ie962cd86fd3bd6f5d10a807db1638e9cbdbfef67
|
|
|
|
|
|
|
|
|
| |
Bug: 6343476
Consolidate some quickcontrols code and set titlebar for BrowserWebView
before attaching
Change-Id: I3bc8100e3905538aae73be7a07fb611702c5e54b
|
|
|
|
| |
Change-Id: If50ad6d81e83c7dad5b044a65eac326022c5eb83
|
|
|
|
| |
Change-Id: I5d4fe7fdac1fb58e2e89afe00c468eed632428db
|
|
|
|
|
|
| |
Bug: 6315452
Change-Id: I1540122a7dd31fc2cf477b4f70ff88cdbcecc56e
|
|
|
|
|
|
|
|
|
| |
Bug: 5032345
The titlebar gets attached to an overlay and tracks the scrolling
of the WebView at the top of the page.
Change-Id: I60b2163bb7a3642813823995278722455f566f36
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Bug: 5731650
Change-Id: Icf2c3aba7f1146b1f78d191a807121dcbe3012ae
|
|
|
|
|
|
|
|
| |
Bug: 5715053
The flag added earlier caused a screen blackout on stingray.
Change-Id: Ia1400111c4a53a1803f92549c4da73e3715cfe15
|
|
|
|
|
|
|
|
| |
Bug: 5494143
handled by HTML5FullScreenView now
Change-Id: Ifdf3d0e2835acde856a9278d03f91a6ed4089b37
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
bug:5569146
Framework change is c/151486/
Change-Id: I9b622c7de87810ebfab5e01ea77e25c2401deef3
|
|/
|
|
|
|
|
|
| |
Reverts the UrlInputView to a standard autocomplete
that causes less trouble for IMEs.
bug:5598837
Change-Id: If469d76f4feda88e4a122264a39d317737404578
|
|
|
|
|
|
|
|
|
| |
Bug: 5494143
Set fullscreen flags on window
hide system UI
Change-Id: I38714fd3973d2ee0baca51eb89f0ca640cbab225
|
|
|
|
|
|
| |
Bug: 5379115
Change-Id: I5e5bfcfead4c54deb49af94de6f6526bd2710567
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 5379115
Cache mNavScreen (expensive to create)
Cache AnimScreen (expensive to create)
Don't capture a screenshot for an unused parameter
Change-Id: I0ac9de647f61222866499ae40c1a946551dad7bb
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This introduces two changes in behaviour ...
- If the page's main resource uses SSL but there's a problem with it's
certificate, show the open lock icon rather than the closed lock icon.
- If the page's main resource uses SSL and the certificate is good, but some
sub-resources have problems with their certificates, show the open lock
icon rather than the closed lock icon. Previously we would show the open
lock icon only if these sub-resources did not use SSL.
Requires https://android-git.corp.google.com/g/#/c/139926.
Bug: 5403366
Change-Id: I0cb1b26d1180aacfbc500a944421e7b753cd95f1
|
|/
|
|
|
|
|
|
|
| |
Bug: 5415790
Changed from window back to a fullscreen layout
attached to the decor view
Change-Id: I85750e27aa2a953ffc54ee96cc2de4156d52cc5e
|
|
|
|
|
|
| |
Bug: 5153437
Change-Id: I712c62f15bcb294a0833f526fa27dac88ec15c8e
|
|
|
|
|
|
|
|
| |
Bug: 5283037
Show plugin views in new window to avoid
resize due to ActionBar
Change-Id: I6923382d211b243878c1bd246182868dd2fcf51c
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The tab's state is concerned with whether or not the page is secure. It should
not mention the lock icon, as this is just a UI choice of how to represent the
security state.
Also renames WebViewController.onUpdatedLockIcon() to onUpdatedSecurityState().
No functional change.
Bug: 5403366
Change-Id: Id18402e84fd9b1f661c160189c7a19a9352fd25c
|
|
|
|
|
|
|
|
| |
Bug: 5248939 5214748
The second bug is actually different, and was not repeatable
but the first case is now protected
Change-Id: I26f16ee3a828f6e9208c02cde89faa43a0423428
|
|
|
|
|
|
| |
Bug: 5222990
Change-Id: If5c4154dca892410f6884cae8d39fb25fbb0575f
|
|
|
|
|
|
| |
Bug: 5202966
Change-Id: I62fc806176d178193c4a9f0b658efa45b4d96584
|
|
|
|
|
|
|
|
|
|
| |
Bug: 5066431
updated remaining icons:
secure/partial/overlay
progress
various bookmark icons
Change-Id: I474a1cd3981474eddbd4be0a38a8d0d8083232e1
|
|
|
|
|
|
|
|
| |
Bug: 5188145
skip setActiveTab when closing a tab launched from an app
set active tab in onResume
Change-Id: If602358a61690f15fe2e81a6b3d62d51ad15e16d
|
|
|
|
|
|
| |
Bug: 5162768
Change-Id: I02e521bd4c9de62166e3029437b105e669902797
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Bug: 5145898
check for valid active tab
Change-Id: I32da53b71771b0f81af44fbbc317d6c891741098
|
|/
|
|
|
|
|
| |
Bug: 5144824
Bug: 5142398
Change-Id: I235828d52bc8d8c35e2b625d767caeffb2d9b654
|
|
|
|
|
|
| |
Bug: 5144824
Change-Id: I691f094ab594621f14adefabfb44c1ea967fdec2
|
|
|
|
|
|
| |
Bug: 5144826
Change-Id: If810b3d82c52265f841954f295f5974af9807a01
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug: 5077207
Bug: 5097486
cleaned up action bar items
dynamically change menu items based on context
bookmarks option added to nav bar menu
new tab added to navbar menu
find/addbookmark only on real pages
removed new incognito tab from tab switcher action bar
Change-Id: I973f20a13bb7d9900041f717aff012e7a2c735b8
|
|
|
|
|
|
|
|
| |
Bug: 5069192
Store thumbnails in a database restored async for each tab
Fix restoring a tab not restoring its current state
Change-Id: I2c14e352638aac0ef766fb3bf4036ff220c53ecd
|
|
|
|
|
|
|
|
|
|
|
| |
On phones with hardware menu key, use the framework's
menu
Also fixes:
Bug: 5051899
remove overflow button from bar if menu key is present
Nav options are not visible on tab switcher
Change-Id: I5b55934a392a76f9d9ef16e3bf5c71f27b88d69a
|
|
|
|
|
|
| |
Bugs: 5009130 3368824
Change-Id: I559bb88a1e759172ef9a7d2a8b41ea4c7e523ec6
|
|
|
|
|
|
| |
Bug: 4982126
Change-Id: I67931d39e3a3ce535b38197ebeee1651241d1a60
|
|
|
|
| |
Change-Id: I0a2df041529143c8e0ff17af341376a3f827be04
|
|
|
|
|
|
| |
Bug: 5011697
Change-Id: Idcd9ddc2883caa0ee0513300b8322af1c6d89423
|
|
|
|
|
|
|
|
| |
Reduce options in QC menu on phone
Avoid restart when enabling/disabling QC
Bug: 3326929
Change-Id: I5119c4df99226dcb28f47a95471872fbf51be48e
|
|
|
|
|
|
| |
Bug: 4984157
Change-Id: Ice03f3a497fbf16401fab0b2245c9ae1c168b1fb
|
|
|
|
|
|
| |
Bug: 4988753
Change-Id: I59ea95c860bac6cbf33f5f4e3907a039e199430c
|