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
*
Revert change that disallowed content scripts access to
aa@chromium.org
2009-11-22
1
-3
/
+3
*
Don't allow content scripts to execute on file:// urls.
finnur@chromium.org
2009-11-18
1
-3
/
+3
*
Add validation to extension packaging.
aa@chromium.org
2009-11-17
1
-1
/
+21
*
Disabled extensions should be uninstallable.
finnur@chromium.org
2009-11-10
1
-3
/
+3
*
Fix a memory leak in ExtensionsServiceTest by ensuring that the message loop
phajdan.jr@chromium.org
2009-11-09
1
-0
/
+7
*
Use more ScopedTempDirs.
thestig@chromium.org
2009-11-03
1
-11
/
+9
*
Third patch in getting rid of caching MessageLoop pointers and always using C...
jam@chromium.org
2009-11-02
1
-1
/
+1
*
Get rid of MessageLoop* caching in extensions code.
jam@chromium.org
2009-10-30
1
-7
/
+12
*
- Removes fallback from Prefs to LoadExtension on UI thread.
cira@chromium.org
2009-10-29
1
-8
/
+3
*
Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...
mirandac@chromium.org
2009-10-29
1
-1
/
+2
*
Get rid of FilePath::AppendAndResolveRelative().
mad@chromium.org
2009-10-28
1
-6
/
+10
*
Remove deprecated CommandLine(std::wstring) ctor.
evan@chromium.org
2009-10-26
1
-2
/
+2
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
1
-2
/
+2
*
Add support for to automation interface load install and load extensions.
rogerta@chromium.org
2009-10-20
1
-1
/
+1
*
Minimize dependency of user scripts.
mad@chromium.org
2009-10-20
1
-3
/
+9
*
Improve error messages when a manifest is not readable or not valid JSON.
aa@chromium.org
2009-10-09
1
-2
/
+2
*
Use ASSERT_TRUE, not ASSERT_NE.
jhawkins@chromium.org
2009-10-08
1
-1
/
+1
*
Coverity: Assert that GetMutableDictionary returns a non-NULL dictionary.
jhawkins@chromium.org
2009-10-08
1
-2
/
+3
*
Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support.
rafaelw@chromium.org
2009-10-08
1
-2
/
+0
*
Loads local resources from current locale subtree if available, if not it fal...
cira@chromium.org
2009-10-07
1
-12
/
+6
*
Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. P...
rafaelw@chromium.org
2009-10-07
1
-0
/
+2
*
Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1.
rafaelw@chromium.org
2009-10-07
1
-2
/
+0
*
This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support.
rafaelw@chromium.org
2009-10-07
1
-0
/
+2
*
HTML Pack Extension Dialog. This removes the views implementation of the Exte...
rafaelw@chromium.org
2009-10-07
1
-2
/
+0
*
Generate IDs for --load-extension by hashing the path instead
aa@chromium.org
2009-10-06
1
-13
/
+6
*
Coverity: Check GetInteger & GetBoolean return.
mattm@chromium.org
2009-10-02
1
-2
/
+2
*
Coverity: Initialize ids_found_ in the constructor.
jhawkins@chromium.org
2009-09-28
1
-1
/
+1
*
Actually run directory validation code on install.
aa@chromium.org
2009-09-25
1
-0
/
+8
*
Fix two tests that leak temporary files.
thestig@chromium.org
2009-09-02
1
-9
/
+7
*
Enable extensions by default.
aa@chromium.org
2009-08-29
1
-8
/
+8
*
Load extensions that have their manifest in the Prefs on the UI thread.
mpcomplete@chromium.org
2009-08-21
1
-7
/
+4
*
Get rid of the extension's "Current Version" file.
mpcomplete@chromium.org
2009-08-20
1
-32
/
+16
*
The change has the followings:
lzheng@chromium.org
2009-08-14
1
-48
/
+212
*
Add module-level permissions to extensions.
mpcomplete@chromium.org
2009-08-07
1
-1
/
+1
*
Pull CrxInstaller out of ExtensionsService.
aa@chromium.org
2009-07-30
1
-78
/
+29
*
reenable a disabled part of a unit test
erikkay@chromium.org
2009-07-27
1
-4
/
+2
*
add test to verify mole data being read
erikkay@chromium.org
2009-07-26
1
-0
/
+3
*
Try again to commit r21622: Add infobar preview for themes,
aa@chromium.org
2009-07-26
1
-31
/
+4
*
Revert revisions 21622-21624.
aa@chromium.org
2009-07-26
1
-4
/
+31
*
Add infobar preview for themes, remove --enable-extension
aa@chromium.org
2009-07-26
1
-31
/
+4
*
add mole info to toolstrip definition and enable moles
erikkay@chromium.org
2009-07-26
1
-3
/
+6
*
Use referrer_url instead of download url to decide whether a
aa@chromium.org
2009-07-25
1
-5
/
+19
*
Fix the win build. path is being modified and returned, so it can't be a con...
jhawkins@chromium.org
2009-07-24
1
-1
/
+1
*
More (temporary) cleanup for theme installation:
aa@chromium.org
2009-07-24
1
-4
/
+17
*
Coverity: Pass strings by reference.
jhawkins@chromium.org
2009-07-24
1
-7
/
+10
*
Nasty short-term hack to special case display of dialog
aa@chromium.org
2009-07-22
1
-5
/
+4
*
Refactor extension constants to improve readability, debugging, and to make i...
erikkay@chromium.org
2009-07-13
1
-3
/
+4
*
Implementation of Extension Updater.
asargent@chromium.org
2009-07-10
1
-15
/
+16
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
1
-1
/
+1
*
ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of...
rafaelw@chromium.org
2009-07-09
1
-6
/
+0
[next]