|
Parse and show CWS data (reviews, number of users) in the inline install dialog.
Data is put into a ExtensionInstallUI::Prompt struct that is passed to
ShowExtensionInstallDialog implementations (currently only the GTK one actually
displays it). Ratings are shown as stars (resources were r99027). The dialog
also includes a CWS link for the item (this necessitated switching the GTK
implementation to a class so that the click handler callback could get at the
delegate and extension).
[email protected]
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99205
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+394 lines, -206 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/app/theme/extensions_permissions_lock.png
|
View
|
1
2
3
4
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/app/theme/theme_resources.grd
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_dialog.h
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_dialog.cc
|
View
|
1
|
2 chunks |
+16 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_ui.h
|
View
|
1
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_ui.cc
|
View
|
1
|
4 chunks |
+14 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_webstore_private_api.cc
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_inline_installer.h
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_inline_installer.cc
|
View
|
1
|
3 chunks |
+34 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.h
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm
|
View
|
1
|
4 chunks |
+16 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller_unittest.mm
|
View
|
1
2
3
4
|
6 chunks |
+40 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc
|
View
|
1
2
3
4
|
5 chunks |
+200 lines, -102 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
|
View
|
|
10 chunks |
+16 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/webstore_inline_install/detail/ecglahbcnmdpdciemllbhojghbkagdje
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|