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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new user script injection point "document_idle" and make it the default.
aa@chromium.org
2009-11-03
1
-0
/
+2
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
1
-0
/
+9
*
Only dispatch tab events when there is someone listening.
aa@chromium.org
2009-10-29
1
-2
/
+5
*
Neither name nor title are required for page- or browser-actions. Update loader
pam@chromium.org
2009-10-28
1
-5
/
+12
*
Fix bug where many extensions don't install due to sandbox.
aa@chromium.org
2009-10-27
1
-1
/
+1
*
Replace ExtensionAction with ExtensionAction2.
aa@chromium.org
2009-10-27
1
-7
/
+7
*
Move page actions over to ExtensionAction2 and get rid of
aa@chromium.org
2009-10-27
1
-97
/
+10
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
1
-8
/
+93
*
The Management UI now fetches the icon for each extension
finnur@chromium.org
2009-10-21
1
-2
/
+1
*
Minimize dependency of user scripts.
mad@chromium.org
2009-10-20
1
-2
/
+4
*
Fix chrome_url_overides to work with packed extensions.
erikkay@chromium.org
2009-10-17
1
-5
/
+11
*
Allow slightly larger browser and page action icons.
aa@chromium.org
2009-10-17
1
-0
/
+3
*
Add concept of an options page to Extensions.
asargent@chromium.org
2009-10-16
1
-0
/
+10
*
Limit extensions to 1 UI surface (either Page/Browser action, but not both).
finnur@chromium.org
2009-10-16
1
-0
/
+6
*
Popup width and height are now dynamic.
erikkay@chromium.org
2009-10-16
1
-11
/
+0
*
Update page action manifest parsing to match the new format.
mpcomplete@chromium.org
2009-10-13
1
-73
/
+83
*
Fixing ExtensionBrowserTest.* on Linux. Some relative paths start with /, whi...
cira@chromium.org
2009-10-08
1
-1
/
+8
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
1
-39
/
+13
*
Generate IDs for --load-extension by hashing the path instead
aa@chromium.org
2009-10-06
1
-14
/
+9
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
1
-0
/
+31
*
Add chrome.browserAction.setName and .setIcon.
mpcomplete@chromium.org
2009-10-01
1
-0
/
+3
*
Integrate browser actions with the wrench menu. Browser
aa@chromium.org
2009-09-30
1
-15
/
+20
*
Moving ContextualAction class to common/extensions and in the process renamin...
finnur@chromium.org
2009-09-28
1
-14
/
+14
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
1
-42
/
+51
*
CL is the same as http://codereview.chromium.org/173487, but had to be moved ...
cira@chromium.org
2009-09-18
1
-14
/
+12
*
Fix bug where we fail to install an extension that has an empty
aa@chromium.org
2009-09-18
1
-5
/
+0
*
Revert 26534: "Fix bug where we fail to install an extension
aa@chromium.org
2009-09-18
1
-0
/
+5
*
Fix bug where we fail to install an extension that has an empty
aa@chromium.org
2009-09-18
1
-5
/
+0
*
Don't allow updating tabs to javascript URLs without host
aa@chromium.org
2009-09-11
1
-0
/
+14
*
Simple fix of extension_l10n_util that allows folders in form ".some_name" to...
cira@chromium.org
2009-09-09
1
-1
/
+1
*
override chrome:// URLs via extensions.
erikkay@chromium.org
2009-08-28
1
-0
/
+31
*
Don't show extension disabled infobar when manually updating
aa@chromium.org
2009-08-28
1
-13
/
+14
*
Update of the extension install UI:
aa@chromium.org
2009-08-27
1
-19
/
+83
*
Get rid of the extension's "Current Version" file.
mpcomplete@chromium.org
2009-08-20
1
-3
/
+6
*
This change enables Chrome to load locale information for the extension. It d...
cira@chromium.org
2009-08-19
1
-0
/
+14
*
Show the extension install UI when the user clicks Reenable for a disabled-on...
mpcomplete@chromium.org
2009-08-18
1
-0
/
+8
*
Add privacy_blacklists key to extension manifest and validate it.
phajdan.jr@chromium.org
2009-08-13
1
-0
/
+20
*
Add a method to classify what permission class an extension is in, with unit
mpcomplete@chromium.org
2009-08-12
1
-0
/
+19
*
Remove unreachable code from extension.cc.
aa@chromium.org
2009-08-11
1
-1
/
+0
*
Add module-level permissions to extensions.
mpcomplete@chromium.org
2009-08-07
1
-25
/
+50
*
Implement first cut at the extension installation prompt on Windows.
aa@chromium.org
2009-08-04
1
-10
/
+14
*
Delay loading of ExtensionHosts until the background page is ready.
mpcomplete@chromium.org
2009-08-03
1
-1
/
+16
*
Make the update_url key allowed for themes.
aa@chromium.org
2009-07-30
1
-1
/
+2
*
add mole info to toolstrip definition and enable moles
erikkay@chromium.org
2009-07-26
1
-2
/
+36
*
Implement mimetype sniffing for extensions.
aa@chromium.org
2009-07-25
1
-0
/
+2
*
Let theme values that previous had to be real be specified as ints.
glen@chromium.org
2009-07-24
1
-5
/
+8
*
A small start: add icons to the extension manifest.
aa@chromium.org
2009-07-17
1
-5
/
+36
*
Refactor extension constants to improve readability, debugging, and to make i...
erikkay@chromium.org
2009-07-13
1
-225
/
+108
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
1
-10
/
+33
*
Allow extension extensions to be case-insensitive.
avi@chromium.org
2009-06-29
1
-0
/
+8
[next]