History log of /packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1d6dfca80e4627a0c7fe46e38f904179c3edab3 17-Dec-2012 Jonathan Dixon <joth@google.com> De-classicify Browser

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
d5cb4fa9f12b690dffdac98f17f0679b81571f07 18-Apr-2012 Michael Kolb <kolby@google.com> Fix monkey NPE

Bug: 6354353

Change-Id: Ia5da9c5842312b7ef726a73da669425256bca2a4
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
4d2fcaba7fb8eb1723943ac9a10e76d509330bd1 24-Feb-2012 Jonathan Dixon <joth@google.com> Fixup browser to use WebView proxy

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
08a6f0ce422a7cc35a9a27a0823b1ad604d70f48 06-Oct-2011 Steve Block <steveblock@google.com> When a page's main resource uses an invalid SSL certificate, reflect this in '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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
cbc67a01ccfe9cc5ce441f02a8c0dc475340830e 05-Oct-2011 Steve Block <steveblock@google.com> Refactor generation of SSL certificate dialogs

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
ab448ac18b10a76cea78b023af3c85ae903df557 03-Oct-2011 Steve Block <steveblock@google.com> Merge "Rename Tab.LockIcon to Tab.SecurityState"
2466effd6ef97aa17396c214d51f9f19a4760260 03-Oct-2011 Steve Block <steveblock@google.com> Rename Tab.LockIcon to Tab.SecurityState

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
5e65609a9f4e1eda54167ec911206365ff7fde6c 03-Oct-2011 Steve Block <steveblock@google.com> Fix SSL certificate error page

Don't always claim that the certificate is expired and the date is invalid.

Bug: 5403221
Change-Id: I914cfad2d5bba9a7a550c89091201614eef8e60f
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
cb28b2cfe64bb1b8e1fe379aa59bf1b0e93ae790 27-Aug-2011 John Reck <jreck@google.com> Security warning dialog update

Bug: 5222843

Change-Id: I0d387a0564c82e1234ea14dee723a52e1ba9cade
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
9eb0e892becc28d1f1ccbbdf2f36a6d5e9ee4145 13-Jul-2011 Kristian Monsen <kristianm@google.com> Part of fix for bug 4997380: Some error types unknown to SslError

Added the new error codes to be displayed with error messages.

Change-Id: I06b9bd6b2d6ffb95097228a1843dcda77b85a3e7
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
0cda68a870051d9346ff70448c93dcde541ca173 06-Jul-2011 Brian Carlstrom <bdc@google.com> Use correct placeholder ID for certificate view

Change-Id: Iaab6edc54f6596b8cd225109d2105fbdef887c28
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
ae0c0411bb502976c6374e30c5d1aa4271a64daf 28-Jun-2011 Huahui Wu <hwu@google.com> 2nd try: Shows the right URL that has a cert error.

Identical to https://android-git.corp.google.com/g/#change,117835
which was reverted since its collaborative CL broke the build.

Change-Id: Ic0344bd30895700692fbf7cec84666567133e103
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
4a7794c4d4db046357647f4b435d711be7b9eeaa 28-Jun-2011 Huahui Wu <hwu@google.com> Merge "Revert "Shows the right URL that has a cert error.""
16b6806562476950f5c26878ebf1d6075f1a16d8 28-Jun-2011 Huahui Wu <hwu@google.com> Revert "Shows the right URL that has a cert error."

This reverts commit db6ff8999159f386ea8a99d980ce533b717fca78.
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
49fca5ed3ffd8ebee0f93df2f21d5bc027ff5020 28-Jun-2011 Huahui Wu <hwu@google.com> Merge "Shows the right URL that has a cert error."
db6ff8999159f386ea8a99d980ce533b717fca78 27-Jun-2011 Huahui Wu <hwu@google.com> Shows the right URL that has a cert error.

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
873034cdbf67b7f0b555d7e15490d7466d49dd60 27-Jun-2011 Brian Carlstrom <bdc@google.com> Moving ssl_certificate layout, resources, and helper code to SslCertificate

Change-Id: I5b81cde261fb0234616bc08566af9ad4ef94325b
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
30c714c853a4239e72ab1e238ce2a92472d06ab0 17-Dec-2010 John Reck <jreck@google.com> Overhaul handling tab data updates

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java
8233facddcc51865d612a919d450db6954aa48e3 27-Oct-2010 Michael Kolb <kolby@google.com> Controller Refactor

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
/packages/apps/Browser/src/com/android/browser/PageDialogsHandler.java