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
*
Add "loading..." message to theme install to counter jank.
mirandac@chromium.org
2009-09-03
1
-0
/
+5
*
Fix to ensure IO thread is created when ExtensionUpdater needs it.
asargent@chromium.org
2009-09-03
1
-1
/
+2
*
Fix two bugs in chrome://extensions/:
aa@chromium.org
2009-08-31
1
-5
/
+15
*
Enable extensions by default.
aa@chromium.org
2009-08-29
1
-5
/
+5
*
override chrome:// URLs via extensions.
erikkay@chromium.org
2009-08-28
1
-0
/
+13
*
Don't show extension disabled infobar when manually updating
aa@chromium.org
2009-08-28
1
-7
/
+13
*
Update of the extension install UI:
aa@chromium.org
2009-08-27
1
-4
/
+4
*
Re-try r24372 - Delay request loading until all user scripts that request
mpcomplete@chromium.org
2009-08-26
1
-1
/
+0
*
Revert 24372 - Delay request loading until all user scripts that request depe...
nick@chromium.org
2009-08-26
1
-0
/
+1
*
Delay request loading until all user scripts that request depends on are ready.
mpcomplete@chromium.org
2009-08-25
1
-1
/
+0
*
Fix "crashed extension" infobar browser crashes.
phajdan.jr@chromium.org
2009-08-25
1
-5
/
+6
*
Load extensions that have their manifest in the Prefs on the UI thread.
mpcomplete@chromium.org
2009-08-21
1
-161
/
+124
*
Get rid of the extension's "Current Version" file.
mpcomplete@chromium.org
2009-08-20
1
-13
/
+49
*
Do extensions update manifest XML parsing in a sandboxed process.
asargent@chromium.org
2009-08-20
1
-1
/
+2
*
Show the extension install UI when the user clicks Reenable for a disabled-on...
mpcomplete@chromium.org
2009-08-18
1
-3
/
+10
*
Revert "Fix "crashed extension" infobar browser crashes."
phajdan.jr@chromium.org
2009-08-18
1
-28
/
+4
*
Fix "crashed extension" infobar browser crashes.
phajdan.jr@chromium.org
2009-08-18
1
-4
/
+28
*
Disable an extension when it is upgraded to a version that requires more
mpcomplete@chromium.org
2009-08-14
1
-33
/
+93
*
The change has the followings:
lzheng@chromium.org
2009-08-14
1
-2
/
+30
*
Revert "Fix "crashed extension" infobar browser crashes."
phajdan.jr@chromium.org
2009-08-11
1
-28
/
+4
*
Fix "crashed extension" infobar browser crashes.
phajdan.jr@chromium.org
2009-08-11
1
-4
/
+28
*
Undo my bonehead mistake of checking in a modification to the
aa@chromium.org
2009-08-05
1
-6
/
+0
*
Fix memory leak introduced by r22043.
aa@chromium.org
2009-08-04
1
-2
/
+2
*
Make extensions auto-update schedule persist across browser restarts.
asargent@chromium.org
2009-08-03
1
-1
/
+2
*
Try again to land: http://codereview.chromium.org/160483
aa@chromium.org
2009-08-01
1
-48
/
+23
*
Rollback 22228
aa@chromium.org
2009-08-01
1
-23
/
+48
*
Ever closer. Extract a client interface out of CrxInstaller and
aa@chromium.org
2009-07-31
1
-48
/
+23
*
Fix some whitespace lint that has crept in.
asargent@chromium.org
2009-07-31
1
-5
/
+4
*
Pull CrxInstaller out of ExtensionsService.
aa@chromium.org
2009-07-30
1
-309
/
+72
*
Pull all the filesystem manipulation out of
aa@chromium.org
2009-07-28
1
-423
/
+55
*
Pull a SandboxedExtensionUnpacker out of ExtensionsService.
aa@chromium.org
2009-07-28
1
-348
/
+50
*
Make possible reloading extensions from the chrome://extensions/ page.
phajdan.jr@chromium.org
2009-07-27
1
-0
/
+8
*
Try again to commit r21622: Add infobar preview for themes,
aa@chromium.org
2009-07-26
1
-6
/
+29
*
Revert revisions 21622-21624.
aa@chromium.org
2009-07-26
1
-43
/
+14
*
Fix broken tree on mac/linux.
aa@chromium.org
2009-07-26
1
-1
/
+1
*
Add infobar preview for themes, remove --enable-extension
aa@chromium.org
2009-07-26
1
-14
/
+43
*
Make the download manager display a scary file warning if an
aa@chromium.org
2009-07-25
1
-5
/
+14
*
* notify theme loading with --load-extension
erikkay@chromium.org
2009-07-25
1
-11
/
+22
*
Use referrer_url instead of download url to decide whether a
aa@chromium.org
2009-07-25
1
-5
/
+8
*
Coverity: Pass FilePaths and strings by reference.
jhawkins@chromium.org
2009-07-24
1
-4
/
+4
*
More (temporary) cleanup for theme installation:
aa@chromium.org
2009-07-24
1
-24
/
+32
*
Unbreak extension installation. Cleanup accidentally reversed
aa@chromium.org
2009-07-23
1
-1
/
+1
*
Nasty short-term hack to special case display of dialog
aa@chromium.org
2009-07-22
1
-19
/
+47
*
A small start: add icons to the extension manifest.
aa@chromium.org
2009-07-17
1
-0
/
+11
*
Various minor fixes:
aa@chromium.org
2009-07-15
1
-0
/
+1
*
Refactor extension constants to improve readability, debugging, and to make i...
erikkay@chromium.org
2009-07-13
1
-3
/
+5
*
Implementation of Extension Updater.
asargent@chromium.org
2009-07-10
1
-16
/
+42
*
ExtensionsServiceBackend::GarbageCollectionExtensions() makes a local copy of...
rafaelw@chromium.org
2009-07-09
1
-3
/
+4
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
1
-6
/
+10
*
Create an interface just for update-related functions in ExtensionsService.
asargent@chromium.org
2009-07-01
1
-2
/
+3
[next]