| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Removes the hard run-time dependency on WebViewClassic.
(Still needs visisbility of it to build though)
This is needed to enable chromium webview testing.
Change-Id: I290b6b23b2eac525537ebc3ef8007d681a67a169
|
|
|
|
|
|
| |
Bug: 6354353
Change-Id: Ia5da9c5842312b7ef726a73da669425256bca2a4
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
'Page Info'
This requires us to keep track of the SslError, if present, for the main
resource.
Also remove some superfluous initializations.
Bug: 5248376
Change-Id: I09b09990c58c8ef10220638ab2b10640692ae801
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The SSL certificate dialog is shown in two cases ...
- When an SSL error occurrs when loading a resource
- For the 'Page Info' menu option when the main page uses SSL.
This change factors out common functionality into a new
createSslCertificateDialog() method.
It also removes a superfluous check in showPageInfo().
Bug: 5248376
Change-Id: I2ce57b2becfb7e9498f7b955b6e65feeb2fa1c19
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
| |
Don't always claim that the certificate is expired and the date is invalid.
Bug: 5403221
Change-Id: I914cfad2d5bba9a7a550c89091201614eef8e60f
|
|
|
|
|
|
| |
Bug: 5222843
Change-Id: I0d387a0564c82e1234ea14dee723a52e1ba9cade
|
|
|
|
|
|
| |
Added the new error codes to be displayed with error messages.
Change-Id: I06b9bd6b2d6ffb95097228a1843dcda77b85a3e7
|
|
|
|
| |
Change-Id: Iaab6edc54f6596b8cd225109d2105fbdef887c28
|
|
|
|
|
|
|
| |
Identical to https://android-git.corp.google.com/g/#change,117835
which was reverted since its collaborative CL broke the build.
Change-Id: Ic0344bd30895700692fbf7cec84666567133e103
|
|\ |
|
| |
| |
| |
| | |
This reverts commit db6ff8999159f386ea8a99d980ce533b717fca78.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
b/2689122 SSL error shows the wrong page when triggered by an image/javascript in the page
This CL receives the URL which has a invalid cert from framework and shows it in related
dialogues. Related CLs are:
webkit: https://android-git.corp.google.com/g/#change,117817
framework: https://android-git.corp.google.com/g/#change,117828
Change-Id: I9b243b73b9cce19d94cc71608207219bfa687db2
|
|/
|
|
| |
Change-Id: I5b81cde261fb0234616bc08566af9ad4ef94325b
|
|
|
|
|
|
|
|
|
|
| |
Bug: 2127502, 3191165
Pushed some state tracking to the tab for URL, title, favicon,
and lock status. This allowed me to remove many duplicate methods
of updating that data, preventing the UI from getting out of sync
with the web view.
Change-Id: I995caa98068ad03ca37710207b5ab57bb9d801ab
|
|
Bug: 3170671
First step towards a model/view/control design in Browser
introduced Controller object
started separating UI code
represent state of the app in one place only
Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f
|