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
*
app_list: Drive app integration.
xiyuan@chromium.org
2014-06-19
1
-9
/
+4
*
Cleanup: Make ExtensionService:: and ExtensionPrefs::OnExtensionInstalled
kalman@chromium.org
2014-06-13
1
-15
/
+11
*
Remove PermissionsData::ForExtension() completely
rdevlin.cronin@chromium.org
2014-06-06
1
-6
/
+3
*
Refactor PermissionsData pt1
rdevlin.cronin@chromium.org
2014-06-05
1
-6
/
+9
*
Create new histograms (with "2" suffix) corresponding to histograms using the...
rpaquay@chromium.org
2014-06-04
1
-3
/
+3
*
Install Chrome OS apps to shared location
dpolukhin@chromium.org
2014-05-29
1
-6
/
+15
*
Cleanup extension_service.h
rdevlin.cronin@chromium.org
2014-05-29
1
-0
/
+1
*
Moved IS_EPHEMERAL flag to extension prefs
tmdiep@chromium.org
2014-05-22
1
-3
/
+3
*
Support remote installation of extensions and apps.
mek@chromium.org
2014-05-16
1
-5
/
+5
*
[cros login] Split login related classes into subfolders.
nkostylev@chromium.org
2014-05-16
1
-1
/
+1
*
Allow shared modules to whitelist extensions that import them.
elijahtaylor@chromium.org
2014-05-02
1
-1
/
+8
*
Revert LOGs inadvertently added in r265615.
msimonides@opera.com
2014-04-28
1
-3
/
+0
*
Improve UI for unpacked extensions failing to load.
rdevlin.cronin@chromium.org
2014-04-26
1
-2
/
+1
*
Create CrxInstaller directly in WebstoreInstaller
msimonides@opera.com
2014-04-23
1
-0
/
+3
*
Introduce extensions_strings.grd
jamescook@chromium.org
2014-04-17
1
-0
/
+1
*
Only run extension garbage collection when no CRX installations are currently...
mek@chromium.org
2014-04-16
1
-2
/
+17
*
Move most of extension_file_util.cc into extensions/common/file_util.cc
jamescook@chromium.org
2014-04-15
1
-13
/
+14
*
Move extension_icon_set.{h,cc} to //extensions
rockot@chromium.org
2014-04-07
1
-1
/
+1
*
Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...
jyasskin@chromium.org
2014-03-29
1
-9
/
+9
*
Add chrome.webstore API methods to allow sites to see progress of installation
rdevlin.cronin@chromium.org
2014-03-26
1
-0
/
+5
*
Prompts the user whether or not to retry loading an unpacked extension if the...
d.halman@gmail.com
2014-03-21
1
-1
/
+3
*
Remove ExtensionService::extension_prefs()
rockot@chromium.org
2014-02-19
1
-3
/
+3
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-1
/
+1
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
1
-1
/
+1
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
1
-3
/
+3
*
Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."
avi@chromium.org
2013-12-24
1
-12
/
+12
*
Revert 242450 "Update some uses of UTF conversions in chrome/bro..."
avi@chromium.org
2013-12-24
1
-12
/
+12
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-12
/
+12
*
Update all users of base::Version to explicitly specify the namespace, and cl...
avi@chromium.org
2013-12-23
1
-3
/
+3
*
Update some uses of Value in chrome/browser to use the base:: namespace.
avi@chromium.org
2013-12-23
1
-6
/
+7
*
BUG=267514
oleg@chromium.org
2013-12-17
1
-3
/
+4
*
Convert string16 to use base namespace.
brettw@chromium.org
2013-12-09
1
-6
/
+6
*
Move ManifestHandlers to extensions/
rdevlin.cronin@chromium.org
2013-11-26
1
-1
/
+1
*
Move some dependencies of ExtensionService down to extensions.
benwells@chromium.org
2013-11-26
1
-1
/
+1
*
Hide ephemeral apps from UI
tmdiep@chromium.org
2013-11-25
1
-0
/
+3
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Move FeatureSwitch to top-level extensions/
rdevlin.cronin@chromium.org
2013-11-08
1
-1
/
+1
*
Extend blacklist to support different typed of blacklisted extensions.
oleg@chromium.org
2013-10-30
1
-1
/
+1
*
Move PermissionSet to top-level extensions.
yoz@chromium.org
2013-10-29
1
-1
/
+1
*
Move permission warning message handling from PermissionSet to PermissionMess...
yoz@chromium.org
2013-10-19
1
-3
/
+5
*
Check and install dependencies in WebstoreInstaller during installing an exte...
penghuang@chromium.org
2013-10-17
1
-12
/
+41
*
Add "kiosk_only" manifest attribute for platform apps.
tengs@chromium.org
2013-09-26
1
-0
/
+18
*
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
[next]