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
/
extension.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ExtensionsService::Uninstall() plus unit tests.
aa@chromium.org
2009-05-15
1
-0
/
+1
*
FormatErrorMessage() functions are now publicly available from ExtensionError...
rafaelw@chromium.org
2009-05-12
1
-66
/
+49
*
Use scoped pointers for the theme information in an Extension.
glen@chromium.org
2009-05-09
1
-10
/
+10
*
Attempt to fix leak in extensions (no Purify here).
glen@chromium.org
2009-05-09
1
-3
/
+3
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-25
/
+92
*
Add inspect links for all active views in chrome://extensions.
aa@chromium.org
2009-05-07
1
-1
/
+1
*
PageActions now work across tabs and windows.
finnur@chromium.org
2009-05-06
1
-19
/
+19
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
1
-1
/
+1
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-1
/
+129
*
Refactor ExtensionView to support a UI-less extension instance.
mpcomplete@google.com
2009-04-29
1
-0
/
+13
*
Try one more time to check in http://codereview.chromium.org/60112
aa@chromium.org
2009-04-08
1
-18
/
+18
*
Revert "Implement chromium.self in content scripts..."
aa@chromium.org
2009-04-07
1
-18
/
+18
*
Implement chromium.self in content scripts, so that developers don't
aa@chromium.org
2009-04-07
1
-18
/
+18
*
Make the "id" key for extension manifests optional in
aa@chromium.org
2009-03-31
1
-29
/
+32
*
Support for extensions permissions. This CL only contains, parsing, initializ...
rafaelw@chromium.org
2009-03-23
1
-4
/
+55
*
Allow multiple toolstrips in an extension.
aa@chromium.org
2009-03-21
1
-8
/
+18
*
Allow multiple js files per content script. Thanks to georged for making this...
aa@chromium.org
2009-03-20
1
-11
/
+0
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
1
-75
/
+145
*
Unrevert 11294.
mpcomplete@google.com
2009-03-10
1
-0
/
+13
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Reverting 11294.
mpcomplete@google.com
2009-03-09
1
-13
/
+0
*
Support loading extensions into the bookmark toolbar.
mpcomplete@google.com
2009-03-09
1
-0
/
+13
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-11
/
+11
*
Add trivial theming support in extensions.
erikkay@google.com
2009-03-04
1
-0
/
+39
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-17
/
+17
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-17
/
+17
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-17
/
+17
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-17
/
+17
*
Fix ExtensionViewTest and reenable it.
mpcomplete@google.com
2009-03-03
1
-0
/
+4
*
Fix the linux modules build. Comparision between signed and unsigned integers.
jhawkins@chromium.org
2009-02-26
1
-1
/
+1
*
Enforce new id format (hex str of sha-1)
erikkay@google.com
2009-02-26
1
-13
/
+7
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-8
/
+4
*
Add NPAPI plugins contained in extensions to the PluginList.
mpcomplete@google.com
2009-02-21
1
-0
/
+13
*
Complain when an extension does not contain a user script it claims to.
aa@chromium.org
2009-02-20
1
-2
/
+2
*
Manifest renames.
aa@chromium.org
2009-02-19
1
-34
/
+34
*
Add early-injection capability to user scripts.
aa@chromium.org
2009-02-14
1
-0
/
+23
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
1
-7
/
+15
*
Simple installation of extensions using chrome.exe --install-extensionChanged...
erikkay@google.com
2009-01-29
1
-3
/
+44
*
Try again to commit r8486, which updates the manifest
aa@chromium.org
2009-01-23
1
-52
/
+179
*
Revert "Parse more user script info out of the manifest and expose"
aa@chromium.org
2009-01-22
1
-176
/
+52
*
Parse more user script info out of the manifest and expose
aa@chromium.org
2009-01-22
1
-52
/
+176
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-2
/
+1
*
Add version to list of required fields. This is required prep work for exten...
erikkay@google.com
2009-01-12
1
-1
/
+13
*
Switch Extension over to UTF8 strings.
scherkus@chromium.org
2008-12-18
1
-1
/
+1
*
Report errors during extension load. Change all the error strings to utf-8.
aa@chromium.org
2008-12-08
1
-16
/
+16
*
Fixed a bogus initialization of string constants. The stack allocated string...
erikkay@google.com
2008-12-05
1
-12
/
+6
*
Introduce ExtensionsService. Load extensions on startup from a directory in
aa@chromium.org
2008-12-05
1
-18
/
+23
*
Introduce Extension class that can serializer and deserialize from Value
aa@chromium.org
2008-12-02
1
-0
/
+115