OSDN Git Service

Do not use the original url in onReceivedTitle.
authorPatrick Scott <phanna@android.com>
Thu, 4 Jun 2009 15:10:38 +0000 (11:10 -0400)
committerPatrick Scott <phanna@android.com>
Thu, 4 Jun 2009 15:10:38 +0000 (11:10 -0400)
commit598c9ccf8641e0e4563bba2fd5613bcb4de766ec
treeca37f400984f140323732da64f9de42421f3b76d
parent565505b1a2c1d3099496af5910760087602e994a
Do not use the original url in onReceivedTitle.

We used to use the original url because that was what was entered into the
history database. Now, with a change in webkit, the correct url will be passed
to updateVisitedHistory if the server sent a redirect. This allows for the
correct url and title to be displayed in the title bar as well as the correct
url and title to be stored in the history.
src/com/android/browser/BrowserActivity.java