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
/
common
/
extensions
/
extension_file_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move page action manifest parsing out of Extension; the first multi-key manif...
yoz@chromium.org
2013-02-13
1
-1
/
+2
*
Move 'theme' parsing out of Extension class
MHX348@motorola.com
2013-02-12
1
-1
/
+3
*
Use base namespace for FilePath in chrome/common and content/common.
brettw@chromium.org
2013-02-07
1
-75
/
+82
*
Move Extension Location and Type enums to Manifest, and move InstallWarning t...
yoz@chromium.org
2013-01-31
1
-6
/
+9
*
Move default_locale out of Extension class.
MHX348@motorola.com
2013-01-30
1
-1
/
+3
*
Move BrowserAction out of Extension
rdevlin.cronin@chromium.org
2013-01-28
1
-1
/
+2
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
1
-3
/
+3
*
Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction
rdevlin.cronin@chromium.org
2013-01-16
1
-1
/
+2
*
Move the parsing of 'update_url' & 'options_page' URLs out of Extension.
MHX348@motorola.com
2013-01-15
1
-2
/
+4
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
1
-2
/
+2
*
First couple of steps of improving the extension/app update process.
mek@chromium.org
2012-11-07
1
-5
/
+11
*
Move extension unpack intermediate dir to Extensions/Temp
jamescook@chromium.org
2012-10-19
1
-59
/
+36
*
Improve the performance of CRX installation
qiankun.miao@intel.com
2012-10-18
1
-18
/
+4
*
Move extension_action.* from common/ to browser/
jyasskin@chromium.org
2012-10-13
1
-1
/
+0
*
Move ownership of ExtensionAction into ExtensionSystem.
jyasskin@chromium.org
2012-10-08
1
-9
/
+9
*
Revert 159950 - Give Chrome Web Store app an icon in its manifest file.
rlarocque@chromium.org
2012-10-03
1
-47
/
+0
*
Give Chrome Web Store app an icon in its manifest file.
mek@chromium.org
2012-10-03
1
-0
/
+47
*
Change browser/page action default icon defined in manifest to support hidpi.
tbarzic@chromium.org
2012-09-18
1
-28
/
+31
*
Remove support for page_action.icons, and the legacy code surrounding it.
mpcomplete@chromium.org
2012-09-13
1
-9
/
+5
*
Change the type of file_type parameter to int, as the parameter actually take...
haruki@chromium.org
2012-08-12
1
-5
/
+3
*
Add an installType property to the management API
mitchellwrosen@chromium.org
2012-08-03
1
-1
/
+2
*
Check zero-length icon files during extension validation.
mitchellwrosen@chromium.org
2012-08-02
1
-6
/
+21
*
Moved ExtensionMessage* into extensions namespace
rdevlin.cronin@chromium.org
2012-07-25
1
-7
/
+7
*
Move UserScript and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-13
1
-3
/
+3
*
Revert 142427 - Cleaning Up Extensions When Local Content Removed
yoz@chromium.org
2012-06-19
1
-0
/
+63
*
Cleaning Up Extensions When Local Content Removed
rdevlin.cronin@chromium.org
2012-06-15
1
-63
/
+0
*
Clean up after we decided not to block installs of an extension's own private...
jyasskin@chromium.org
2012-06-14
1
-10
/
+0
*
From the 'no free lunch' department: Add a warning when developing an extensi...
aa@chromium.org
2012-06-13
1
-5
/
+7
*
Prevent developers from accidentally including their private keys in extensions.
jyasskin@chromium.org
2012-06-01
1
-2
/
+61
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-14
/
+19
*
Add schema chrome-extension-resource:// for extension resources. It may be us...
penghuang@chromium.org
2012-05-18
1
-0
/
+19
*
Revert 137794 - Add schema chrome-extension-resource:// for extension resourc...
rsleevi@chromium.org
2012-05-18
1
-19
/
+0
*
Add schema chrome-extension-resource:// for extension resources. It may be us...
penghuang@chromium.org
2012-05-18
1
-0
/
+19
*
Revert 134062 (broke sync_integration_tests) - Cleaning Up Extensions When Lo...
szym@chromium.org
2012-04-26
1
-0
/
+63
*
Cleaning Up Extensions When Local Content Removed
rdevlin.cronin@chromium.org
2012-04-26
1
-63
/
+0
*
Allow extensions to be packed where the resources are symlinks.
agl@chromium.org
2012-04-20
1
-3
/
+13
*
Put manifest string constant declarations into separate header
groby@chromium.org
2012-03-23
1
-1
/
+1
*
Coverity: Fix a few pass-by-values.
jhawkins@chromium.org
2012-03-04
1
-1
/
+1
*
Break two classes defined in json_value_serializer.cc, .h into separate files.
bbudge@chromium.org
2012-02-26
1
-1
/
+1
*
Remove obsolete histogram Extensions.GetUserDataTempDir .
skerner@chromium.org
2012-02-15
1
-6
/
+4
*
Use less temporary extension IDs during pack and unpack.
jstritar@chromium.org
2012-02-15
1
-0
/
+10
*
Introduce background.scripts feature for extension manifests.
aa@chromium.org
2012-01-10
1
-2
/
+16
*
Rip Out the Sidebar API
rdevlin.cronin@chromium.org
2012-01-09
1
-17
/
+1
*
Fix extensions install procedure to use the user's temp directory for unzipping.
pastarmovj@chromium.org
2011-12-19
1
-3
/
+35
*
Removed flag --expose-private-extension-api. Added --load-component-extension.
serya@chromium.org
2011-12-08
1
-17
/
+25
*
chrome: Remove 10 exit time destructors and 2 static initializers.
thakis@chromium.org
2011-11-16
1
-2
/
+3
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-1
/
+1
*
Fixed a bug where themes with non-ASCII image file names would not load.
mpcomplete@chromium.org
2011-11-09
1
-1
/
+2
*
Convert chrome/common non-debug logs to debug logs.
brettw@chromium.org
2011-10-28
1
-11
/
+11
*
Move json_value_serializer from content/common to base.
dpranke@chromium.org
2011-10-07
1
-1
/
+1
[next]