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
*
Add an ExtensionPrefStore, layered between the user prefs and the managed pre...
pam@chromium.org
2010-07-12
1
-6
/
+1
*
Fixed invalid read in ExtensionsServiceTest.ReloadExtensions.
akalin@chromium.org
2010-06-30
1
-0
/
+4
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-26
1
-39
/
+75
*
Fixed memory leak in ExtensionsService.
akalin@chromium.org
2010-06-25
1
-0
/
+60
*
Reland r50834
aa@chromium.org
2010-06-25
1
-2
/
+3
*
Revert r50834
aa@chromium.org
2010-06-25
1
-3
/
+2
*
Allow multiple domains in app.
aa@chromium.org
2010-06-25
1
-2
/
+3
*
Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."
hclam@chromium.org
2010-06-25
1
-75
/
+39
*
Revert "Revert "Show extension icons next to their top-level context menu ite...
hclam@chromium.org
2010-06-25
1
-4
/
+7
*
Revert r50779 as it breaks memory tests
hclam@chromium.org
2010-06-25
1
-7
/
+4
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-25
1
-39
/
+75
*
Show extension icons next to their top-level context menu items.
asargent@chromium.org
2010-06-24
1
-4
/
+7
*
Re-apply r50278.
aa@chromium.org
2010-06-19
1
-24
/
+28
*
Revert r50278.
aa@chromium.org
2010-06-18
1
-28
/
+24
*
Some app-related manifest cleanup:
aa@chromium.org
2010-06-18
1
-24
/
+28
*
Allow themes to be localized. This doesn't show up anywhere
aa@chromium.org
2010-06-17
1
-0
/
+47
*
Revert 50050 - Revert r48693: This broke existing extensions that wanted to r...
aa@chromium.org
2010-06-16
1
-47
/
+0
*
Revert r48693: This broke existing extensions that wanted to run script on XML
aa@chromium.org
2010-06-16
1
-0
/
+47
*
Reenable InstallApps attempt #2. This time with a fix to
mpcomplete@chromium.org
2010-06-15
1
-3
/
+1
*
Revert 49739 - Reenable InstallApps.
mpcomplete@chromium.org
2010-06-15
1
-1
/
+3
*
Reenable InstallApps.
mpcomplete@chromium.org
2010-06-14
1
-3
/
+1
*
Support multiple PrefStores
mnissler@chromium.org
2010-06-07
1
-3
/
+8
*
Disabled InstallApps while I fix the text on Linux.
mpcomplete@chromium.org
2010-06-03
1
-1
/
+3
*
Prevent installation of an app if its web extent overlaps another installed app.
mpcomplete@chromium.org
2010-06-03
1
-2
/
+30
*
Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore...
sanjeevr@chromium.org
2010-05-21
1
-1
/
+6
*
Allow extensions to be overinstalled with extensions of same
aa@chromium.org
2010-05-19
1
-4
/
+4
*
Fix a bug in unit test where we were not resetting state
aa@chromium.org
2010-05-19
1
-1
/
+2
*
Reduce header dependencies in chrome/
phajdan.jr@chromium.org
2010-05-11
1
-0
/
+1
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Reland "Factor out reading and writing of preferences into |PrefStore|."
bauerb@chromium.org
2010-04-22
1
-1
/
+1
*
Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...
erikkay@chromium.org
2010-04-21
1
-1
/
+1
*
Reland r45028: Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-21
1
-1
/
+1
*
Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.
thomasvl@chromium.org
2010-04-20
1
-1
/
+1
*
Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-20
1
-1
/
+1
*
detect preferences errors
erikkay@chromium.org
2010-04-06
1
-4
/
+2
*
Changed AddPendingExtension() to treat adding an already-installed
akalin@chromium.org
2010-03-29
1
-18
/
+0
*
Added support for pending extensions to ExtensionsService and
akalin@chromium.org
2010-03-26
1
-7
/
+144
*
Reland r42467. Clear cookies, local storage and databases when an extension g...
jochen@chromium.org
2010-03-25
1
-4
/
+75
*
Reverts 42520 and 42477. It back red again when adding this change back.
maruel@chromium.org
2010-03-25
1
-69
/
+0
*
Reapply 42467 by reverting 42499 and added suppression.
maruel@chromium.org
2010-03-24
1
-0
/
+69
*
Revert r42467: "Clear cookies, local storage and databases when an extension ...
maruel@chromium.org
2010-03-24
1
-69
/
+0
*
Clear cookies, local storage and databases when an extension gets uninstalled.
jochen@chromium.org
2010-03-24
1
-0
/
+69
*
Force an app's orgin to be the origin of the URL the crx is
aa@chromium.org
2010-03-18
1
-2
/
+2
*
Add a pref for the number of showing icons in the browser actions toolbar.
estade@chromium.org
2010-03-17
1
-0
/
+2
*
Mechanical refactor of CrxInstaller signatures. This will make
aa@chromium.org
2010-03-12
1
-6
/
+6
*
Persistent "Load unpacked extension" extensions across browser restarts.
mpcomplete@chromium.org
2010-03-09
1
-4
/
+2
*
Load the bookmark manager extension at Chrome startup.
aa@chromium.org
2010-03-04
1
-0
/
+39
*
Reset the default quota limit for extensions to 5MB, but add a
dumi@chromium.org
2010-02-27
1
-0
/
+51
*
Make sure that ResourceQueue is shut down before destruction.
phajdan.jr@chromium.org
2010-02-10
1
-91
/
+101
*
Move the extension messaging tests to be ExtensionApiTests. Remove the old
mpcomplete@chromium.org
2010-01-08
1
-1
/
+1
[next]