commit | cd11589fc3930906d4b9b7dd18aa52a9f1eb0c8a | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Thu Jul 16 09:42:58 2009 -0400 |
committer | Patrick Scott <phanna@android.com> | Thu Jul 16 12:40:20 2009 -0400 |
tree | 3523c3a967cbd585b14099e3456d0477d8fa2ea1 | |
parent | 2d60d1edffc4fb0b1e135468637b9104d9af5024 [diff] |
Try to reuse tabs with matching urls to avoid loading a new page. If there is no matching application tab, try to find a regular tab (created in the browser) with a matching url. This avoids opening a new tab and loading a new page for a page that has already been loaded. TODO: There is a ton of duplicate code around animations to/from the tab overview. It is a massive amount of cruft and I really want to rewrite it all in a separate change.