|
|
Make the throbber throb sooner after you navigate. This fixes the new tab page,
which would not start throbbing until the load committed. I think this was always
broken, but switching the tab contents types covered it up.
Now I have a flag that goes along with the tab updating that indicates if it's
a load update or a full update. This is necessary to avoid updating the title
to the page's URL until it does actually commit.
BUG= 9310
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13131
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+58 lines, -30 lines) |
Patch |
 |
M |
chrome/browser/browser.cc
|
View
|
|
4 chunks |
+18 lines, -6 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/dom_ui/dom_ui_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_contents.cc
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/tabs/tab_strip_model.h
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tabs/tab_strip_model.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tabs/tab_strip_model_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/dragged_tab_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab_renderer.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab_renderer.cc
|
View
|
|
1 chunk |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab_strip.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab_strip.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|