OSDN Git Service

DO NOT MERGE Fix vanishing title/url in window picker
authorJohn Reck <jreck@google.com>
Thu, 12 May 2011 17:13:11 +0000 (10:13 -0700)
committerJohn Reck <jreck@google.com>
Thu, 12 May 2011 18:22:17 +0000 (11:22 -0700)
commit52a917acbed0192fc03839f5bc2500dcac536477
tree9d08ccd3a2143577c90ed403d58f2f2fdb6cf156
parentcc4c1a824af28ce8e779aa9b0749172cf827eafe
DO NOT MERGE Fix vanishing title/url in window picker

 Bug: 2289137
 This was caused by two bugs. The first is that when creating
 picker data from a webview, it created a new instance of picker
 data before checking if there was actually data to use.
 The second is that when the webview of a tab was restored, it would
 clear the old picker data, which it shouldn't have done.

Change-Id: Ib03a22e32d35f0f686dffc663adcbbddba28db9b
src/com/android/browser/Tab.java