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
/
extensions_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add browser_theme_provider to GYP so that Mac and Linux can build.
glen@chromium.org
2009-05-09
1
-18
/
+2
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-4
/
+49
*
Resurrect ExtensionProcessManager. Move the code for starting extension
mpcomplete@google.com
2009-05-06
1
-35
/
+2
*
Create a separate UI surface for extensions (bottom shelf) and remove them fr...
erikkay@google.com
2009-05-06
1
-10
/
+0
*
PageActions now work across tabs and windows.
finnur@chromium.org
2009-05-06
1
-3
/
+10
*
honor index in createTab()
rafaelw@chromium.org
2009-05-06
1
-1
/
+1
*
Several minor visual fixes to toolstrips:
aa@chromium.org
2009-05-04
1
-19
/
+28
*
Refactor ExtensionView to support a UI-less extension instance.
mpcomplete@google.com
2009-04-29
1
-2
/
+24
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-2
/
+15
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-0
/
+4
*
Try one more time to check in http://codereview.chromium.org/60112
aa@chromium.org
2009-04-08
1
-15
/
+9
*
Revert "Implement chromium.self in content scripts..."
aa@chromium.org
2009-04-07
1
-9
/
+15
*
Implement chromium.self in content scripts, so that developers don't
aa@chromium.org
2009-04-07
1
-15
/
+9
*
Remove deprecated wstring ctor of JSONFileValueSerializer.
phajdan.jr@chromium.org
2009-04-03
1
-1
/
+1
*
Make the "id" key for extension manifests optional in
aa@chromium.org
2009-03-31
1
-1
/
+20
*
Minor tweaks to get chrome-ui://extensions working on the Mac.
jrg@chromium.org
2009-03-26
1
-0
/
+12
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
1
-8
/
+21
*
Unrevert 11294.
mpcomplete@google.com
2009-03-10
1
-9
/
+1
*
Reverting 11294.
mpcomplete@google.com
2009-03-09
1
-1
/
+9
*
Support loading extensions into the bookmark toolbar.
mpcomplete@google.com
2009-03-09
1
-9
/
+1
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-7
/
+7
*
Also fixes a bug where an externally installed
aa@chromium.org
2009-03-04
1
-131
/
+134
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
1
-5
/
+3
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-3
/
+5
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
1
-5
/
+3
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
1
-3
/
+5
*
Prototype extension process. This is a proof of concept, with a lot of
mpcomplete@google.com
2009-02-27
1
-3
/
+12
*
Add a centralized error reporter to the
aa@chromium.org
2009-02-27
1
-33
/
+3
*
Fix a memory leak in extension install.
erikkay@google.com
2009-02-26
1
-1
/
+11
*
Auto install and update extensions from a registry defined location. This al...
erikkay@google.com
2009-02-26
1
-208
/
+384
*
Add logging to ExtensionsService, UserScriptMaster,
aa@chromium.org
2009-02-24
1
-0
/
+11
*
Fix linux/mac build bustage.
estade@chromium.org
2009-02-21
1
-2
/
+0
*
Add NPAPI plugins contained in extensions to the PluginList.
mpcomplete@google.com
2009-02-21
1
-1
/
+16
*
Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ...
rafaelw@chromium.org
2009-02-21
1
-0
/
+5
*
Complain when an extension does not contain a user script it claims to.
aa@chromium.org
2009-02-20
1
-0
/
+13
*
Manifest renames.
aa@chromium.org
2009-02-19
1
-1
/
+1
*
Do two TODOs related to --load-extension:
aa@chromium.org
2009-02-17
1
-13
/
+7
*
Put up a dialog for extension load and install errors. (this is temporary un...
erikkay@google.com
2009-02-13
1
-0
/
+11
*
Fix a leak in the extension installation code.
erikkay@google.com
2009-02-04
1
-3
/
+5
*
Add a command line flag to load a single extension from an arbitrary (non-ver...
erikkay@google.com
2009-02-03
1
-12
/
+23
*
Extension loading improvements.
erikkay@google.com
2009-02-03
1
-30
/
+59
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-2
/
+4
*
Add support for loading Current Version. (haven't removed the old style loadi...
erikkay@google.com
2009-01-31
1
-16
/
+40
*
Simple installation of extensions using chrome.exe --install-extensionChanged...
erikkay@google.com
2009-01-29
1
-12
/
+383
*
Add user script support to extensions.
aa@chromium.org
2009-01-25
1
-2
/
+23
*
Try again to commit r8486, which updates the manifest
aa@chromium.org
2009-01-23
1
-1
/
+5
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-1
/
+2
*
Change the signature of JSONReader::Read() and related
aa@chromium.org
2008-12-29
1
-4
/
+3
*
Implement extension:// protocol.
aa@chromium.org
2008-12-24
1
-3
/
+7
*
Move file enumeration to filepaths.
avi@google.com
2008-12-11
1
-8
/
+9
[next]