| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|