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
*
Extensions: file handling clean up.
estade@chromium.org
2009-12-18
1
-12
/
+9
*
Load message catalogs on demand when chrome.i18n.getMessage needs them.
cira@chromium.org
2009-12-17
1
-12
/
+0
*
Add the right-click context menu for Browser actions and Page Actions.
finnur@chromium.org
2009-12-17
1
-0
/
+12
*
Localizing manifest for installed or unpacked extensions.
cira@chromium.org
2009-12-16
1
-0
/
+23
*
Revert "Allow silent extension installations from the extensions gallery - Pa...
rafaelw@chromium.org
2009-12-08
1
-8
/
+0
*
Allow silent extension installations from the extensions gallery - Part 1.
rafaelw@chromium.org
2009-12-07
1
-0
/
+8
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+2
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-2
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+2
*
Make notifications permission available in the extension manifest and hook up...
johnnyg@chromium.org
2009-11-24
1
-0
/
+1
*
Special case the gallery to not show the scary download roadblock.
aa@chromium.org
2009-11-20
1
-3
/
+0
*
Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...
cira@chromium.org
2009-11-18
1
-0
/
+5
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Improve text on management UI. Still waiting for a treatment
aa@chromium.org
2009-11-12
1
-0
/
+3
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
1
-0
/
+16
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
1
-0
/
+3
*
Only dispatch tab events when there is someone listening.
aa@chromium.org
2009-10-29
1
-0
/
+9
*
Replace ExtensionAction with ExtensionAction2.
aa@chromium.org
2009-10-27
1
-15
/
+6
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
1
-3
/
+3
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
1
-8
/
+9
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
1
-1
/
+1
*
Delete unused themes from disk on shutdown.
tony@chromium.org
2009-10-19
1
-1
/
+1
*
Fix chrome_url_overides to work with packed extensions.
erikkay@chromium.org
2009-10-17
1
-3
/
+4
*
Allow slightly larger browser and page action icons.
aa@chromium.org
2009-10-17
1
-0
/
+4
*
Add concept of an options page to Extensions.
asargent@chromium.org
2009-10-16
1
-0
/
+4
*
Update page action manifest parsing to match the new format.
mpcomplete@chromium.org
2009-10-13
1
-8
/
+3
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
1
-9
/
+9
*
Generate IDs for --load-extension by hashing the path instead
aa@chromium.org
2009-10-06
1
-20
/
+3
*
Add chrome.browserAction.setName and .setIcon.
mpcomplete@chromium.org
2009-10-01
1
-0
/
+6
*
Moving ContextualAction class to common/extensions and in the process renamin...
finnur@chromium.org
2009-09-28
1
-10
/
+10
*
Implementing chrome.i18n.getMessage call, that loads message from the extensi...
cira@chromium.org
2009-09-28
1
-1
/
+1
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
1
-10
/
+18
*
CL is the same as http://codereview.chromium.org/173487, but had to be moved ...
cira@chromium.org
2009-09-18
1
-18
/
+9
*
Don't allow updating tabs to javascript URLs without host
aa@chromium.org
2009-09-11
1
-3
/
+7
*
override chrome:// URLs via extensions.
erikkay@chromium.org
2009-08-28
1
-0
/
+9
*
Don't show extension disabled infobar when manually updating
aa@chromium.org
2009-08-28
1
-4
/
+4
*
Update of the extension install UI:
aa@chromium.org
2009-08-27
1
-14
/
+20
*
Get rid of the extension's "Current Version" file.
mpcomplete@chromium.org
2009-08-20
1
-1
/
+8
*
This change enables Chrome to load locale information for the extension. It d...
cira@chromium.org
2009-08-19
1
-0
/
+26
*
Show the extension install UI when the user clicks Reenable for a disabled-on...
mpcomplete@chromium.org
2009-08-18
1
-0
/
+5
*
Disable an extension when it is upgraded to a version that requires more
mpcomplete@chromium.org
2009-08-14
1
-1
/
+3
*
Add privacy_blacklists key to extension manifest and validate it.
phajdan.jr@chromium.org
2009-08-13
1
-1
/
+11
*
Add a method to classify what permission class an extension is in, with unit
mpcomplete@chromium.org
2009-08-12
1
-0
/
+11
*
Add module-level permissions to extensions.
mpcomplete@chromium.org
2009-08-07
1
-2
/
+14
*
Implement first cut at the extension installation prompt on Windows.
aa@chromium.org
2009-08-04
1
-1
/
+10
*
Delay loading of ExtensionHosts until the background page is ready.
mpcomplete@chromium.org
2009-08-03
1
-1
/
+18
*
Pull all the filesystem manipulation out of
aa@chromium.org
2009-07-28
1
-0
/
+1
*
Pull a SandboxedExtensionUnpacker out of ExtensionsService.
aa@chromium.org
2009-07-28
1
-0
/
+1
*
add mole info to toolstrip definition and enable moles
erikkay@chromium.org
2009-07-26
1
-3
/
+12
*
Implement mimetype sniffing for extensions.
aa@chromium.org
2009-07-25
1
-3
/
+6
[next]