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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix user scripts not getting initialized.
aa@chromium.org
2009-06-08
1
-35
/
+17
*
Add this ability to install Extensions using preferences. Also known as: port...
finnur@chromium.org
2009-06-05
1
-23
/
+266
*
Don't prompt before installing a Theme, move existing prompt so that users ar...
glen@chromium.org
2009-06-05
1
-1
/
+1
*
Validate that extension resources exist.
glen@chromium.org
2009-06-05
1
-2
/
+6
*
Change plugin handling in extension from "plugin_dir" to a "plugin" list of
mpcomplete@google.com
2009-06-03
1
-3
/
+8
*
The extensions service wasn't getting inited despite being used by themes (th...
glen@chromium.org
2009-06-02
1
-5
/
+22
*
Allow themes to be installed without any commandline flag, still require flag...
glen@chromium.org
2009-05-29
1
-11
/
+43
*
Remove unused code from ExtensionsService.
mpcomplete@google.com
2009-05-26
1
-2
/
+2
*
Have the browser process rewrite manifest.json and theme/page action images
mpcomplete@google.com
2009-05-22
1
-1
/
+15
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-21
1
-235
/
+309
*
Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-21
1
-309
/
+235
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-235
/
+309
*
TBR: Revert "Hook up more of extension uninstall."
aa@chromium.org
2009-05-20
1
-309
/
+235
*
Hook up more of extension uninstall.
aa@chromium.org
2009-05-20
1
-235
/
+309
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
1
-7
/
+7
*
Add ExtensionsService::Uninstall() plus unit tests.
aa@chromium.org
2009-05-15
1
-12
/
+47
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-4
/
+73
*
Resurrect ExtensionProcessManager. Move the code for starting extension
mpcomplete@google.com
2009-05-06
1
-37
/
+0
*
PageActions now work across tabs and windows.
finnur@chromium.org
2009-05-06
1
-0
/
+4
*
Several minor visual fixes to toolstrips:
aa@chromium.org
2009-05-04
1
-8
/
+8
*
Refactor ExtensionView to support a UI-less extension instance.
mpcomplete@google.com
2009-04-29
1
-0
/
+3
*
Remove ExtensionProcessManager and move its functionality onto
mpcomplete@google.com
2009-04-16
1
-0
/
+37
*
Make the "id" key for extension manifests optional in
aa@chromium.org
2009-03-31
1
-0
/
+30
*
Support for extensions permissions. This CL only contains, parsing, initializ...
rafaelw@chromium.org
2009-03-23
1
-0
/
+5
*
Allow multiple toolstrips in an extension.
aa@chromium.org
2009-03-21
1
-0
/
+4
*
Allow multiple js files per content script. Thanks to georged for making this...
aa@chromium.org
2009-03-20
1
-7
/
+6
*
Review URL: http://codereview.chromium.org/42288
georged@chromium.org
2009-03-18
1
-4
/
+4
*
chrome-ui://extensions/ is now populated with data collected from the Extensi...
rafaelw@chromium.org
2009-03-09
1
-1
/
+5
*
Also fixes a bug where an externally installed
aa@chromium.org
2009-03-04
1
-18
/
+15
*
Fix ExtensionViewTest and reenable it.
mpcomplete@google.com
2009-03-03
1
-3
/
+3
*
Add a centralized error reporter to the
aa@chromium.org
2009-02-27
1
-44
/
+53
*
Enforce new id format (hex str of sha-1)
erikkay@google.com
2009-02-26
1
-10
/
+20
*
Auto install and update extensions from a registry defined location. This al...
erikkay@google.com
2009-02-26
1
-15
/
+16
*
Add NPAPI plugins contained in extensions to the PluginList.
mpcomplete@google.com
2009-02-21
1
-0
/
+2
*
Fix linux tests. Can't rely on directory iteration order.
aa@chromium.org
2009-02-20
1
-1
/
+2
*
Complain when an extension does not contain a user script it claims to.
aa@chromium.org
2009-02-20
1
-4
/
+23
*
Manifest renames.
aa@chromium.org
2009-02-19
1
-3
/
+3
*
Do two TODOs related to --load-extension:
aa@chromium.org
2009-02-17
1
-9
/
+31
*
Integrate URLPattern with Extension user scripts.
aa@chromium.org
2009-02-05
1
-7
/
+9
*
Add a command line flag to load a single extension from an arbitrary (non-ver...
erikkay@google.com
2009-02-03
1
-3
/
+30
*
Add support for loading Current Version. (haven't removed the old style loadi...
erikkay@google.com
2009-01-31
1
-1
/
+9
*
Simple installation of extensions using chrome.exe --install-extensionChanged...
erikkay@google.com
2009-01-29
1
-6
/
+92
*
Try again to commit r8486, which updates the manifest
aa@chromium.org
2009-01-23
1
-8
/
+16
*
Revert "Parse more user script info out of the manifest and expose"
aa@chromium.org
2009-01-22
1
-16
/
+8
*
Parse more user script info out of the manifest and expose
aa@chromium.org
2009-01-22
1
-8
/
+16
*
Switch Extension over to UTF8 strings.
scherkus@chromium.org
2008-12-18
1
-8
/
+8
*
Fix extensions_service_unittest on Linux.
phajdan.jr@chromium.org
2008-12-11
1
-3
/
+17
*
Reverting 6787. inteded to commit other changelist.
phajdan.jr@chromium.org
2008-12-11
1
-17
/
+3
*
Fix extensions_service_unittest on Linux.
phajdan.jr@chromium.org
2008-12-11
1
-3
/
+17
*
Fix a leak in ExtensionsService and another in ExtensionsServiceTest.
aa@chromium.org
2008-12-08
1
-3
/
+4
[next]