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
*
Change plugin handling in extension from "plugin_dir" to a "plugin" list of
mpcomplete@google.com
2009-06-03
1
-0
/
+10
*
The extensions service wasn't getting inited despite being used by themes (th...
glen@chromium.org
2009-06-02
1
-11
/
+24
*
Implements a Zip() utility function. Refactor existing
aa@chromium.org
2009-06-01
1
-1
/
+1
*
Coverity underground warfare: Uninitalized member
cpu@google.com
2009-05-30
1
-1
/
+3
*
Allow themes to be installed without any commandline flag, still require flag...
glen@chromium.org
2009-05-29
1
-1
/
+28
*
Fix a browser crash that occurs if the extension unpacker process crashes
mpcomplete@google.com
2009-05-29
1
-2
/
+15
*
Fix a race condition in the unpacking of the extension system.
finnur@chromium.org
2009-05-26
1
-0
/
+4
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
1
-132
/
+2
*
Have the browser process rewrite manifest.json and theme/page action images
mpcomplete@google.com
2009-05-22
1
-31
/
+80
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-21
1
-140
/
+148
*
Move the validation of icons for page actions to load time.
finnur@chromium.org
2009-05-21
1
-5
/
+19
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
1
-148
/
+140
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-140
/
+148
*
TBR: Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-20
1
-148
/
+140
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-140
/
+148
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
1
-77
/
+153
*
Add ExtensionsService::Uninstall() plus unit tests.
aa@chromium.org
2009-05-15
1
-14
/
+68
*
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
[next]