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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-26
1
-7
/
+11
*
Reland r50834
aa@chromium.org
2010-06-25
1
-4
/
+2
*
Revert r50834
aa@chromium.org
2010-06-25
1
-2
/
+4
*
Allow multiple domains in app.
aa@chromium.org
2010-06-25
1
-4
/
+2
*
Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."
hclam@chromium.org
2010-06-25
1
-11
/
+7
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-25
1
-7
/
+11
*
Only examine host & path in gallery download url check
rafaelw@chromium.org
2010-06-24
1
-1
/
+6
*
Require user opt-in before allowing content script injection on file URLs.
mpcomplete@chromium.org
2010-06-24
1
-0
/
+11
*
Prevent installation of an app if its web extent overlaps another installed app.
mpcomplete@chromium.org
2010-06-03
1
-3
/
+8
*
[GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement
phajdan.jr@chromium.org
2010-06-01
1
-2
/
+3
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-2
/
+3
*
Allow extensions to be overinstalled with extensions of same
aa@chromium.org
2010-05-19
1
-4
/
+0
*
Adding ExtensionPrefs methods for storing update-when-idle data.
asargent@chromium.org
2010-04-27
1
-15
/
+1
*
Start up extension event routers later in BrowserMain, so
huanr@chromium.org
2010-04-15
1
-0
/
+3
*
Fix errors in ExtensionPrefs with storing the blacklist last ping day.
asargent@chromium.org
2010-04-06
1
-0
/
+6
*
Makes tab contents look for extension whose extent contains the
sky@chromium.org
2010-04-01
1
-1
/
+5
*
Send ping days parameter for extension blacklist update checks
asargent@chromium.org
2010-03-30
1
-2
/
+2
*
Changed AddPendingExtension() to treat adding an already-installed
akalin@chromium.org
2010-03-29
1
-3
/
+5
*
Added support for pending extensions to ExtensionsService and
akalin@chromium.org
2010-03-26
1
-0
/
+51
*
Reland r42467. Clear cookies, local storage and databases when an extension g...
jochen@chromium.org
2010-03-25
1
-0
/
+3
*
Reverts 42520 and 42477. It back red again when adding this change back.
maruel@chromium.org
2010-03-25
1
-3
/
+0
*
Reapply 42467 by reverting 42499 and added suppression.
maruel@chromium.org
2010-03-24
1
-0
/
+3
*
Revert r42467: "Clear cookies, local storage and databases when an extension ...
maruel@chromium.org
2010-03-24
1
-3
/
+0
*
Clear cookies, local storage and databases when an extension gets uninstalled.
jochen@chromium.org
2010-03-24
1
-0
/
+3
*
Fix 2 bugs related to remembering loaded unpacked extensions.
mpcomplete@chromium.org
2010-03-23
1
-1
/
+1
*
Initial version of an experimental Extensions Context Menu API.
asargent@chromium.org
2010-03-23
1
-1
/
+8
*
Force an app's orgin to be the origin of the URL the crx is
aa@chromium.org
2010-03-18
1
-2
/
+4
*
Fix a bug with persistent unpacked extensions where we would not pick up
mpcomplete@chromium.org
2010-03-12
1
-3
/
+3
*
Bookmark manager: Open in incognito window.
arv@chromium.org
2010-03-10
1
-2
/
+2
*
Persistent "Load unpacked extension" extensions across browser restarts.
mpcomplete@chromium.org
2010-03-09
1
-3
/
+0
*
Load the bookmark manager extension at Chrome startup.
aa@chromium.org
2010-03-04
1
-0
/
+28
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-3
/
+2
*
Initial work on making extensions work in incognito mode.
mpcomplete@chromium.org
2010-02-11
1
-0
/
+4
*
Add basic tests for extension crash recovery.
phajdan.jr@chromium.org
2010-02-10
1
-0
/
+6
*
Refactor extension autoupdater.
asargent@chromium.org
2010-01-28
1
-0
/
+11
*
Drop the code allowing privacy blacklists to be shipped in extensions.
phajdan.jr@chromium.org
2010-01-20
1
-7
/
+0
*
Localizing manifest for installed or unpacked extensions.
cira@chromium.org
2009-12-16
1
-12
/
+22
*
Only show gray LOADING dialog for Themes.
rafaelw@chromium.org
2009-12-16
1
-0
/
+4
*
Revert "Allow silent extension installations from the extensions gallery - Pa...
rafaelw@chromium.org
2009-12-08
1
-0
/
+5
*
Extensions: create a simple model for the browser action buttons toolstrip an...
estade@chromium.org
2009-12-07
1
-0
/
+7
*
Allow silent extension installations from the extensions gallery - Part 1.
rafaelw@chromium.org
2009-12-07
1
-5
/
+0
*
Add ExtensionsQuotaService to limit abusive amounts of requests
tim@chromium.org
2009-12-04
1
-0
/
+6
*
Don't ping for extension blacklist when no extensions are installed.
pam@chromium.org
2009-12-03
1
-0
/
+6
*
Ok, here is a different approach at this change.
aa@chromium.org
2009-12-02
1
-0
/
+3
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-2
/
+0
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-0
/
+2
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-2
/
+0
*
Integrate BlacklistManager with Profile.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Revert 33255 - Report active extensions in crash reports. This only implement...
nsylvain@chromium.org
2009-11-30
1
-3
/
+0
*
Report active extensions in crash reports. This only implements Windows right...
aa@chromium.org
2009-11-30
1
-0
/
+3
[next]