|
Misc. infobar stuff:
* Move the cross-platform parts of InfoBar and InfoBarContainer to chrome/browser/tab_contents (but place them under a TOOLKIT_VIEWS #ifdef until other platforms are ported).
* Plumb the "owning" TabContentsWrapper* through the infobar creation APIs. Ultimately the InfoBar will use this (when TabContents actually starts owning InfoBar*s), but for now it just stores it as an unused member.
* A few random other small changes.
BUG= 62154
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86450
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+210 lines, -781 lines) |
Patch |
 |
M |
chrome/browser/autofill/autofill_metrics_unittest.cc
|
View
|
1
2
|
3 chunks |
+69 lines, -76 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_infobar_delegate.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/external_tab_container_win.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/google/google_url_tracker_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/confirm_infobar_delegate.h
|
View
|
1
2
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tab_contents/infobar.h
|
View
|
1
2
|
5 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tab_contents/infobar.cc
|
View
|
1
2
|
5 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tab_contents/infobar_container.h
|
View
|
1
2
3
|
7 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/tab_contents/infobar_container.cc
|
View
|
1
2
3
|
7 chunks |
+19 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/infobar_delegate.h
|
View
|
1
2
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/link_infobar_delegate.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_infobar_delegate.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/extensions/extension_infobar_controller.mm
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/infobars/infobar_controller.mm
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/translate/translate_infobar_base.mm
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/translate/translate_infobar_unittest.mm
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/infobars/link_infobar_gtk.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/infobars/translate_infobar_base_gtk.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_view.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/after_translate_infobar.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/after_translate_infobar.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/before_translate_infobar.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/before_translate_infobar.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/confirm_infobar.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/confirm_infobar.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/extension_infobar.h
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/extension_infobar.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/infobars/infobar.h
|
View
|
1
2
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/infobars/infobar.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -143 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/infobars/infobar_container.h
|
View
|
1
2
|
1 chunk |
+0 lines, -136 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/infobars/infobar_container.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -198 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/infobar_container_view.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/infobar_view.h
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/infobar_view.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/link_infobar.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/link_infobar.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/translate_infobar_base.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/translate_infobar_base.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/translate_message_infobar.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/infobars/translate_message_infobar.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|