|
Implement the inline extensions/apps install UI for Cocoa.
This required a new .xib (ExtensionInstallPromptInline) that shows store data
(star rating, number of reviews, number of users). Current .xibs
(ExtensionInstallPrompt and ExtensionInstallPromptNoWarnings) were rearranged
slightly to have the icon on the right and use a bulleted list for the list
of permissions (instead of a box) per Cole's mock.
This is the Cocoa side of r99407 (views) and r99205 (GTK).
BUG= 93380
TEST=no
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99695
Total comments: 33
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2211 lines, -225 lines) |
Patch |
|
M |
chrome/app/nibs/ExtensionInstallPrompt.xib
|
View
|
|
20 chunks |
+63 lines, -91 lines |
0 comments
|
Download
|
|
A |
chrome/app/nibs/ExtensionInstallPromptInline.xib
|
View
|
1
|
1 chunk |
+1857 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib
|
View
|
|
14 chunks |
+41 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_install_ui.h
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_install_ui.cc
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.h
|
View
|
2
|
3 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm
|
View
|
1
2
|
10 chunks |
+141 lines, -58 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller_unittest.mm
|
View
|
1
|
10 chunks |
+73 lines, -30 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/views/extensions/extension_install_dialog_view.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_dll.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|