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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename Extension::KILLBIT to EXTERNAL_EXTENSION_UNINSTALLED.
aa@chromium.org
2011-04-05
1
-2
/
+3
*
Make <all_urls> and file:///* in permissions trigger "Allow file access"
mihaip@chromium.org
2011-04-01
1
-2
/
+20
*
Revert 80026 - Support for fileBrowserPrivate extension file selection apis.
achuith@chromium.org
2011-03-31
1
-6
/
+0
*
Support for fileBrowserPrivate extension file selection apis.
achuith@chromium.org
2011-03-31
1
-0
/
+6
*
Disable uninstalling and editing permissions for policy controlled extensions.
pastarmovj@chromium.org
2011-03-31
1
-0
/
+8
*
Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
1
-2
/
+3
*
Revert 79651 - Coverity: Pass parameters by reference.
dhollowa@chromium.org
2011-03-29
1
-3
/
+2
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2011-03-29
1
-2
/
+3
*
Replace bools in extension creation with flags.
mihaip@chromium.org
2011-03-29
1
-17
/
+24
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
1
-0
/
+2
*
Added extensions API to provide customization values.
altimofeev@chromium.org
2011-03-24
1
-0
/
+1
*
Extensions: expose raw debugging protocol via extension API.
pfeldman@chromium.org
2011-03-17
1
-0
/
+1
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-0
/
+5
*
extensions: generate extension id from path by using bytes directly
evan@chromium.org
2011-03-09
1
-0
/
+1
*
Update GetDistinctHost to prefer .com, .net, and .org when de-duping.
tessamac@chromium.org
2011-03-08
1
-2
/
+4
*
Give a helpful warning message if a url patern contains a port.
skerner@chromium.org
2011-03-04
1
-4
/
+31
*
Implement experimental.contentSettings.misc.blockThirdPartyCookies.
bauerb@chromium.org
2011-02-24
1
-0
/
+1
*
Redo implementation of this fix so that extensions can capture their own
tsepez@chromium.org
2011-02-22
1
-0
/
+6
*
Add the quota::SpecialStoragePolicy interface and an implementation that grants
michaeln@google.com
2011-02-17
1
-0
/
+3
*
chrome.management.launchApp() should choose the window type for the app based...
skerner@chromium.org
2011-02-09
1
-1
/
+5
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Refactor away all the duplicate extension data structures in
aa@chromium.org
2011-01-26
1
-14
/
+14
*
Disable context menu for page_action and infobar for component extensions.
dpolukhin@chromium.org
2011-01-26
1
-0
/
+3
*
Add "sidebar" section to extension manifest:
alekseys@chromium.org
2011-01-20
1
-0
/
+13
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-0
/
+18
*
Extend the TTS extension API to allow an extension to register itself as
dmazzoni@chromium.org
2010-12-23
1
-0
/
+10
*
Coalesced various extension type enums into Extension::Type.
akalin@chromium.org
2010-12-21
1
-10
/
+6
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-3
/
+3
*
Fix issue that causes some extensions to be disabled right after installation.
jstritar@chromium.org
2010-12-07
1
-7
/
+31
*
Update valid URLPattern schemes in ExtensionPrefs::GetGrantedPermissions.
jstritar@chromium.org
2010-12-07
1
-0
/
+3
*
Add command line flag to override gallery update urls
asargent@chromium.org
2010-11-30
1
-4
/
+7
*
Track permissions granted to extensions in prefs
jstritar@chromium.org
2010-11-30
1
-2
/
+19
*
Revert 67544 - Track permissions granted to extensions in prefs
arv@chromium.org
2010-11-29
1
-19
/
+2
*
Track permissions granted to extensions in prefs
jstritar@chromium.org
2010-11-29
1
-2
/
+19
*
Revert 67500 - Adds a section to the extension preferences to store the recog...
jstritar@chromium.org
2010-11-29
1
-19
/
+2
*
Adds a section to the extension preferences to store the recognized permissio...
jstritar@chromium.org
2010-11-28
1
-2
/
+19
*
Preserve extension location during update
dpolukhin@chromium.org
2010-11-26
1
-0
/
+2
*
Allow an extension to dynamically set extra data in its update URL, in order
rogerta@chromium.org
2010-11-12
1
-0
/
+4
*
Kill Extension::RuntimeData and move its guts to ExtensionsService.
mpcomplete@chromium.org
2010-11-03
1
-43
/
+9
*
Unrevert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::St...
mpcomplete@chromium.org
2010-11-02
1
-260
/
+204
*
Revert r64676 "Part 4/4 of immutable Extension refactor: Kill Extension::Stat...
mpcomplete@chromium.org
2010-11-02
1
-204
/
+260
*
Part 4/4 of immutable Extension refactor: Kill Extension::StaticData and put
mpcomplete@chromium.org
2010-11-01
1
-260
/
+204
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-24
/
+24
*
Unrevert again r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-27
1
-29
/
+24
*
Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...
thakis@chromium.org
2010-10-26
1
-24
/
+29
*
Unrevert r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-29
/
+24
*
Revert r63919 "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-24
/
+29
*
Part 2 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-26
1
-29
/
+24
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2010-10-26
1
-1
/
+1
[prev]
[next]