summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PageDialogsHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Part of fix for bug 4997380: Some error types unknown to SslErrorKristian Monsen2011-07-281-25/+16
| | | | | | Added the new error codes to be displayed with error messages. Change-Id: I06b9bd6b2d6ffb95097228a1843dcda77b85a3e7
* Use correct placeholder ID for certificate viewBrian Carlstrom2011-07-061-2/+2
| | | | Change-Id: Iaab6edc54f6596b8cd225109d2105fbdef887c28
* 2nd try: Shows the right URL that has a cert error.Huahui Wu2011-06-281-8/+17
| | | | | | | Identical to https://android-git.corp.google.com/g/#change,117835 which was reverted since its collaborative CL broke the build. Change-Id: Ic0344bd30895700692fbf7cec84666567133e103
* Merge "Revert "Shows the right URL that has a cert error.""Huahui Wu2011-06-281-17/+8
|\
| * Revert "Shows the right URL that has a cert error."Huahui Wu2011-06-281-17/+8
| | | | | | | | This reverts commit db6ff8999159f386ea8a99d980ce533b717fca78.
* | Merge "Shows the right URL that has a cert error."Huahui Wu2011-06-281-8/+17
|\|
| * Shows the right URL that has a cert error.Huahui Wu2011-06-271-8/+17
| | | | | | | | | | | | | | | | | | | | 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
* | Moving ssl_certificate layout, resources, and helper code to SslCertificateBrian Carlstrom2011-06-271-84/+10
|/ | | | Change-Id: I5b81cde261fb0234616bc08566af9ad4ef94325b
* Overhaul handling tab data updatesJohn Reck2010-12-171-15/+3
| | | | | | | | | | 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
* Controller RefactorMichael Kolb2010-11-171-0/+465
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