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
/
crx_installer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExtensionInstallUI clean up - part 2.
tfarina@chromium.org
2013-08-28
1
-2
/
+3
*
Loosen strict manifest equality requirement during webstore installs
asargent@chromium.org
2013-08-23
1
-5
/
+28
*
Move Feature and Manifest to top-level extensions.
yoz@chromium.org
2013-08-22
1
-1
/
+1
*
Remove NOTIFICATION_NO_THEME_DETECTED; it is not observed after r107527.
avi@chromium.org
2013-08-10
1
-7
/
+0
*
Make CrxInstaller creation take install prompt as a scoped_ptr
asargent@chromium.org
2013-08-09
1
-6
/
+15
*
Silently install blacklisted extensions from auto-install locations (sync,
kalman@chromium.org
2013-07-31
1
-39
/
+40
*
Move UserScript and Extension switches to top-level extensions/.
yoz@chromium.org
2013-07-19
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Remove call to image decoding from chrome\browser. This last call was during ...
jam@chromium.org
2013-07-11
1
-11
/
+8
*
Make utility process run in-process when running in single-process mode.
jam@chromium.org
2013-07-09
1
-1
/
+4
*
Use a direct include of time headers in chrome/browser/, part 3.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Don't show the error infobar when installing an extension from the WebStore.
akuegel@chromium.org
2013-06-27
1
-0
/
+5
*
Auto-install/uninstall shared module dependencies for extensions.
elijahtaylor@chromium.org
2013-06-21
1
-11
/
+2
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-2
/
+2
*
Use a direct include of strings headers in chrome/browser/extensions/, part 3.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Move some extension manifest consistency checks to BackgroundManifestHandler.
yoz@chromium.org
2013-06-08
1
-0
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Move Extension::UpdatesFromGallery to ManifestURL.
yoz@chromium.org
2013-06-04
1
-1
/
+2
*
Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
1
-6
/
+6
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
1
-12
/
+11
*
Remove managed user elevation related to extensions.
akuegel@chromium.org
2013-05-20
1
-19
/
+0
*
Revert 198844 "Move sequenced_task_runner to base/task"
dbeam@chromium.org
2013-05-08
1
-1
/
+1
*
Move sequenced_task_runner to base/task
brettw@chromium.org
2013-05-08
1
-1
/
+1
*
Currently the unpacked_installer does not check if there is
akuegel@chromium.org
2013-05-06
1
-117
/
+82
*
Basic multi-module support
elijahtaylor@chromium.org
2013-04-30
1
-3
/
+33
*
Don't allow elevation for CHROME_OS.
akuegel@chromium.org
2013-04-18
1
-1
/
+1
*
Move IconsHandler from c/c/e/api/ to c/c/e
rdevlin.cronin@chromium.org
2013-04-12
1
-1
/
+1
*
Move CrxFile, FileReader, ExtensionResource to src/extensions.
yoz@chromium.org
2013-03-23
1
-0
/
+1
*
Fix crash for installing extensions with policy.
akuegel@chromium.org
2013-03-21
1
-1
/
+8
*
Allow extensions on chrome:// URLs, when flag is set and permission is explic...
aboxhall@chromium.org
2013-03-21
1
-1
/
+1
*
Improve RequestAuthorization calls.
akuegel@chromium.org
2013-03-19
1
-1
/
+5
*
Ask for authorization when a managed user wants to install/uninstall extensions.
akuegel@chromium.org
2013-03-14
1
-0
/
+41
*
Create a Manifest to get attributes instead of peeking in the Dictionary a ma...
koz@chromium.org
2013-03-10
1
-2
/
+4
*
Remove install time OAuth2 dialogs for Identity API
courage@chromium.org
2013-03-07
1
-8
/
+2
*
Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...
yoz@chromium.org
2013-03-05
1
-2
/
+0
*
Update extensions with Drag-and-Drop in extension settings page.
MHX348@motorola.com
2013-03-01
1
-38
/
+105
*
Add UMA for extension blacklisting.
kalman@chromium.org
2013-02-28
1
-0
/
+3
*
Move Icons out of Extension class
rdevlin.cronin@chromium.org
2013-02-27
1
-2
/
+3
*
Sanity tweaks to the extension blacklist:
kalman@chromium.org
2013-02-12
1
-18
/
+44
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-8
/
+9
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-4
/
+4
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-1
/
+1
*
Pull extension blacklist and policy logic out of ExtensionPrefs and into two
kalman@chromium.org
2012-11-15
1
-0
/
+1
*
Moved extension installation from FILE thread. CrxInstaller and friends are n...
zelidrag@chromium.org
2012-11-15
1
-29
/
+48
*
First couple of steps of improving the extension/app update process.
mek@chromium.org
2012-11-07
1
-2
/
+4
*
Allow extension install cancellation on quit for all platforms
jamescook@chromium.org
2012-10-30
1
-18
/
+3
*
Limit extension install cancellation on quit to Chrome OS
jamescook@chromium.org
2012-10-24
1
-3
/
+18
*
Remove Default Apps field trial code.
stevet@chromium.org
2012-10-22
1
-13
/
+1
*
Fix shutdown hang due to queued extension installs
jamescook@chromium.org
2012-10-22
1
-2
/
+4
*
Move extension unpack intermediate dir to Extensions/Temp
jamescook@chromium.org
2012-10-19
1
-4
/
+8
[next]