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_prompt.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CrxFile, FileReader, ExtensionResource to src/extensions.
yoz@chromium.org
2013-03-23
1
-2
/
+2
*
Move Icons out of Extension class
rdevlin.cronin@chromium.org
2013-02-27
1
-5
/
+9
*
Re-land "view permission" feature (r179916) with Mac Fix.
MHX348@motorola.com
2013-02-14
1
-1
/
+36
*
Revert 179916. It breaks on Mac.
mpcomplete@chromium.org
2013-02-13
1
-32
/
+1
*
Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.
joi@chromium.org
2013-02-11
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-1
/
+1
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Move "oauth2" manifest key parsing out of Extension class.
ncj674@motorola.com
2013-02-01
1
-1
/
+3
*
Add a link (to view Permissions) to the Extension details on chrome://extensi...
finnur@chromium.org
2013-01-31
1
-1
/
+32
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-3
/
+5
*
Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons...
pkotwicz@chromium.org
2013-01-23
1
-1
/
+1
*
Allow ExtensionInstallPrompt be created with a parent native view.
xiyuan@chromium.org
2012-12-20
1
-37
/
+69
*
Remove TabContents from extensions.
avi@chromium.org
2012-12-11
1
-1
/
+0
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-13
/
+3
*
Add a class to replace ImageLoadingTracker with a nicer API.
mek@chromium.org
2012-11-16
1
-10
/
+10
*
Revert 168079 - This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-3
/
+13
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-15
1
-13
/
+3
*
Establish /extensions directory and move URLPattern there.
aa@chromium.org
2012-11-13
1
-1
/
+1
*
Fix regression with permission warnings for trusted extensions.
jennb@chromium.org
2012-11-02
1
-1
/
+2
*
Have ExtensionInstallPrompt take a WebContents
sail@chromium.org
2012-10-21
1
-26
/
+17
*
Update strings and icons for the post-sideload extension UI.
mpcomplete@chromium.org
2012-10-19
1
-3
/
+20
*
New post-sideload UI:
mpcomplete@chromium.org
2012-10-17
1
-8
/
+33
*
[Coverity] Fix deference after null check error.
kmadhusu@chromium.org
2012-10-16
1
-2
/
+2
*
Make show_dialog_callback optional in ExtensionInstallPrompt
sail@chromium.org
2012-10-13
1
-3
/
+4
*
Replace extension_switch_utils.h with feature_switch.h.
aa@chromium.org
2012-10-13
1
-2
/
+2
*
Making ShowExtensionInstallDialog a callback
sail@chromium.org
2012-10-12
1
-10
/
+52
*
Switch install-from-webstore UI to use regular instead of inline install dialog
asargent@chromium.org
2012-10-08
1
-2
/
+2
*
Revert 158590 - Extensions: Fix a crash installing an app w/ oauth2 scopes in...
jhawkins@chromium.org
2012-09-26
1
-1
/
+1
*
Extensions: Fix a crash installing an app w/ oauth2 scopes in incognito.
jhawkins@chromium.org
2012-09-25
1
-1
/
+1
*
Fix for pixelated icons in extension install ui on 2x scale.
tbarzic@chromium.org
2012-09-15
1
-3
/
+37
*
fix extension bundle install crash
estade@chromium.org
2012-09-12
1
-5
/
+11
*
Remove OAuth issue advice command line flag
estade@chromium.org
2012-08-30
1
-9
/
+2
*
Generalize ExtensionIconSet to store icon paths for custom size sets.
tbarzic@chromium.org
2012-08-17
1
-1
/
+2
*
Update oauth strings for extension install UI
estade@chromium.org
2012-08-15
1
-6
/
+22
*
Cocoa: Show OAuth issues in extension install dialog
sail@chromium.org
2012-08-11
1
-2
/
+1
*
Fix crash in bundle install dialog.
mihaip@chromium.org
2012-08-09
1
-2
/
+3
*
Don't show host permission warnings for platform apps.
mihaip@chromium.org
2012-08-02
1
-2
/
+5
*
Pass through Extension::FROM_WEBSTORE to Extension::Create when installing an
kalman@chromium.org
2012-07-31
1
-1
/
+2
*
Moved CrxInstaller and CrxInstallerError into extensions namespace
rdevlin.cronin@chromium.org
2012-07-24
1
-1
/
+2
*
This CL moves the contents of ui_resources_standard.grd into ui_resources.grd...
benrg@chromium.org
2012-07-11
1
-1
/
+1
*
don't store scopes in PermissionSet
estade@chromium.org
2012-07-09
1
-4
/
+2
*
Move application creation and extension install prompt showing off Browser an...
ben@chromium.org
2012-07-03
1
-11
/
+26
*
make getAuthToken interactive
estade@chromium.org
2012-07-03
1
-1
/
+19
*
[gtk] add oauth2 scopes zippies in extension install dialog
estade@chromium.org
2012-07-02
1
-0
/
+5
*
retry r144574 with read-after-free fix.
estade@chromium.org
2012-06-28
1
-5
/
+69
*
Revert r 144574 "Modify experimental identity flow to display scope descripti...
oshima@chromium.org
2012-06-27
1
-69
/
+5
*
Modify experimental identity flow to display scope descriptions and details.
estade@chromium.org
2012-06-27
1
-5
/
+69
*
Move each permission classes to its own files in extensions/permissions and r...
penghuang@chromium.org
2012-06-27
1
-2
/
+3
*
grd file update for new 2x assets
thakis@chromium.org
2012-06-22
1
-1
/
+1
*
Use an infobar instead of alert box for extension install
aa@chromium.org
2012-06-19
1
-1
/
+1
[next]