index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_install_ui.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExtensionInstallUI clean up - part 2.
tfarina@chromium.org
2013-08-28
1
-1
/
+6
*
ExtensionInstallUI cleanup.
tfarina@chromium.org
2013-08-22
1
-4
/
+3
*
Move application creation and extension install prompt showing off Browser an...
ben@chromium.org
2012-07-03
1
-1
/
+1
*
retry r144574 with read-after-free fix.
estade@chromium.org
2012-06-28
1
-1
/
+1
*
Revert r 144574 "Modify experimental identity flow to display scope descripti...
oshima@chromium.org
2012-06-27
1
-1
/
+1
*
Modify experimental identity flow to display scope descriptions and details.
estade@chromium.org
2012-06-27
1
-1
/
+1
*
Refactoring ExtensionInstallUI to abstract the Browser references.
jcivelli@chromium.org
2012-06-08
1
-555
/
+1
*
Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()
davemoore@chromium.org
2012-06-07
1
-1
/
+1
*
Converted the rest of chrome except for extensions and favicons to user Image...
pkotwicz@chromium.org
2012-06-05
1
-3
/
+3
*
Rename --enable-off-store-extension-install to --enable-easy-off...
aa@chromium.org
2012-06-05
1
-1
/
+1
*
Revert 140531 - Converted the rest of chrome except for extensions and favico...
pkotwicz@chromium.org
2012-06-05
1
-3
/
+3
*
Converted the rest of chrome except for extensions and favicons to user Image...
pkotwicz@chromium.org
2012-06-05
1
-3
/
+3
*
Remove install dialog for themes when off-store installs are enabled.
aa@chromium.org
2012-05-28
1
-9
/
+13
*
Improve the UI for disabling off-store extension install.
aa@chromium.org
2012-05-27
1
-9
/
+18
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+1
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-4
/
+4
*
Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-15
1
-1
/
+1
*
Revert 137075 - Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-15
1
-1
/
+1
*
Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-15
1
-1
/
+1
*
Revert 137068 - Revert 136812 - Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-15
1
-1
/
+1
*
Revert 136812 - Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-15
1
-1
/
+1
*
Revert 136823 - Get rid of Image::Image(SkBitmap*); because of win build failure
toyoshim@chromium.org
2012-05-14
1
-1
/
+1
*
Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-14
1
-1
/
+1
*
Revert 136812 - Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-14
1
-1
/
+1
*
Get rid of Image::Image(SkBitmap*)
pkotwicz@chromium.org
2012-05-14
1
-1
/
+1
*
extensions: Make use of simple_message_box functions in ExtensionsStartupUtil.
tfarina@chromium.org
2012-05-13
1
-4
/
+3
*
Move chrome/browser/simple_message_box.h to chrome/browser/ui.
thestig@chromium.org
2012-05-13
1
-2
/
+1
*
browser: Move the tabs directory into ui.
tfarina@chromium.org
2012-05-11
1
-1
/
+1
*
Coverity: Fix pass by value error.
kmadhusu@chromium.org
2012-05-09
1
-1
/
+1
*
browser: Rename two message box functions to more accurate names.
tfarina@chromium.org
2012-04-23
1
-1
/
+1
*
Do not show the install prompt for themes.
jstritar@chromium.org
2012-04-20
1
-28
/
+109
*
[Coverity] Fix uninitialized members
groby@chromium.org
2012-03-28
1
-0
/
+2
*
ash: Open app list and highlight the installed app.
xiyuan@chromium.org
2012-03-16
1
-14
/
+30
*
create simplified ("bare-minimum") ntp for ash (i.e. chromeos).
estade@chromium.org
2012-03-10
1
-1
/
+1
*
Reland 125081 - Don't use NTP for app install if NTP does not show apps page.
xiyuan@chromium.org
2012-03-07
1
-1
/
+4
*
Pass large parameters by reference
tbreisacher@chromium.org
2012-03-07
1
-1
/
+1
*
Revert 125081 - Don't use NTP for app install if NTP does not show apps page.
dbeam@chromium.org
2012-03-06
1
-4
/
+1
*
Don't use NTP for app install if NTP does not show apps page.
xiyuan@chromium.org
2012-03-06
1
-1
/
+4
*
Add support for multiple icon sizes for Mac platform apps
sail@chromium.org
2012-03-03
1
-4
/
+6
*
Add GTK interface for installing bundles of extensions.
jstritar@chromium.org
2012-02-25
1
-15
/
+24
*
Revert 123574 - Add GTK interface for installing bundles of extensions.
jstritar@chromium.org
2012-02-24
1
-24
/
+15
*
Add GTK interface for installing bundles of extensions.
jstritar@chromium.org
2012-02-24
1
-15
/
+24
*
Support for 512px and 256px icons in extensions
mtytel@chromium.org
2012-02-24
1
-2
/
+2
*
[i18n-fixlet] Make strings branding specific in extension code.
vandebo@chromium.org
2012-01-18
1
-4
/
+1
*
Replace WebUI::tab_contents() with web_contents() and switch all users to use...
jam@chromium.org
2011-12-30
1
-1
/
+3
*
Coverity; Fixing pass by value bugs.
dpapad@chromium.org
2011-12-21
1
-2
/
+2
*
Coverity: Fixing pass by value.
dpapad@chromium.org
2011-12-21
1
-1
/
+1
*
Updating extensions code to use UTF16
RDevlin.Cronin@gmail.com
2011-12-17
1
-2
/
+2
*
retry 113568 - extensions: remove install/uninstall terminology
estade@chromium.org
2011-12-10
1
-4
/
+9
*
Revert 113568 - extensions: remove install/uninstall terminology
dbeam@chromium.org
2011-12-08
1
-9
/
+4
[next]