<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Browser/src/com/android/browser/PageDialogsHandler.java, branch replicant-6.0</title>
<subtitle>packages/apps/browser
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/'/>
<entry>
<title>De-classicify Browser</title>
<updated>2012-12-17T21:39:17+00:00</updated>
<author>
<name>Jonathan Dixon</name>
<email>joth@google.com</email>
</author>
<published>2012-12-17T21:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=e1d6dfca80e4627a0c7fe46e38f904179c3edab3'/>
<id>e1d6dfca80e4627a0c7fe46e38f904179c3edab3</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix monkey NPE</title>
<updated>2012-04-18T15:29:16+00:00</updated>
<author>
<name>Michael Kolb</name>
<email>kolby@google.com</email>
</author>
<published>2012-04-18T15:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=d5cb4fa9f12b690dffdac98f17f0679b81571f07'/>
<id>d5cb4fa9f12b690dffdac98f17f0679b81571f07</id>
<content type='text'>
    Bug: 6354353

Change-Id: Ia5da9c5842312b7ef726a73da669425256bca2a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Bug: 6354353

Change-Id: Ia5da9c5842312b7ef726a73da669425256bca2a4
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixup browser to use WebView proxy</title>
<updated>2012-03-02T11:18:30+00:00</updated>
<author>
<name>Jonathan Dixon</name>
<email>joth@google.com</email>
</author>
<published>2012-02-24T00:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=4d2fcaba7fb8eb1723943ac9a10e76d509330bd1'/>
<id>4d2fcaba7fb8eb1723943ac9a10e76d509330bd1</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>When a page's main resource uses an invalid SSL certificate, reflect this in 'Page Info'</title>
<updated>2011-10-10T09:21:50+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2011-10-06T11:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=08a6f0ce422a7cc35a9a27a0823b1ad604d70f48'/>
<id>08a6f0ce422a7cc35a9a27a0823b1ad604d70f48</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor generation of SSL certificate dialogs</title>
<updated>2011-10-06T17:45:24+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2011-10-05T16:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=cbc67a01ccfe9cc5ce441f02a8c0dc475340830e'/>
<id>cbc67a01ccfe9cc5ce441f02a8c0dc475340830e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Rename Tab.LockIcon to Tab.SecurityState"</title>
<updated>2011-10-03T17:17:04+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2011-10-03T17:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=ab448ac18b10a76cea78b023af3c85ae903df557'/>
<id>ab448ac18b10a76cea78b023af3c85ae903df557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Tab.LockIcon to Tab.SecurityState</title>
<updated>2011-10-03T16:51:57+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2011-10-03T14:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=2466effd6ef97aa17396c214d51f9f19a4760260'/>
<id>2466effd6ef97aa17396c214d51f9f19a4760260</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix SSL certificate error page</title>
<updated>2011-10-03T13:56:07+00:00</updated>
<author>
<name>Steve Block</name>
<email>steveblock@google.com</email>
</author>
<published>2011-10-03T13:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=5e65609a9f4e1eda54167ec911206365ff7fde6c'/>
<id>5e65609a9f4e1eda54167ec911206365ff7fde6c</id>
<content type='text'>
Don't always claim that the certificate is expired and the date is invalid.

Bug: 5403221
Change-Id: I914cfad2d5bba9a7a550c89091201614eef8e60f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't always claim that the certificate is expired and the date is invalid.

Bug: 5403221
Change-Id: I914cfad2d5bba9a7a550c89091201614eef8e60f
</pre>
</div>
</content>
</entry>
<entry>
<title>Security warning dialog update</title>
<updated>2011-08-27T00:41:02+00:00</updated>
<author>
<name>John Reck</name>
<email>jreck@google.com</email>
</author>
<published>2011-08-27T00:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=cb28b2cfe64bb1b8e1fe379aa59bf1b0e93ae790'/>
<id>cb28b2cfe64bb1b8e1fe379aa59bf1b0e93ae790</id>
<content type='text'>
 Bug: 5222843

Change-Id: I0d387a0564c82e1234ea14dee723a52e1ba9cade
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Bug: 5222843

Change-Id: I0d387a0564c82e1234ea14dee723a52e1ba9cade
</pre>
</div>
</content>
</entry>
<entry>
<title>Part of fix for bug 4997380: Some error types unknown to SslError</title>
<updated>2011-07-28T17:29:54+00:00</updated>
<author>
<name>Kristian Monsen</name>
<email>kristianm@google.com</email>
</author>
<published>2011-07-13T19:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Browser/commit/?id=9eb0e892becc28d1f1ccbbdf2f36a6d5e9ee4145'/>
<id>9eb0e892becc28d1f1ccbbdf2f36a6d5e9ee4145</id>
<content type='text'>
Added the new error codes to be displayed with error messages.

Change-Id: I06b9bd6b2d6ffb95097228a1843dcda77b85a3e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the new error codes to be displayed with error messages.

Change-Id: I06b9bd6b2d6ffb95097228a1843dcda77b85a3e7
</pre>
</div>
</content>
</entry>
</feed>
