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
/
extension_updater_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sync] Fix bug in ExtensionUpdater introduced by r81501
akalin@chromium.org
2011-04-25
1
-4
/
+5
*
[Sync] Refactor ExtensionService for sync
akalin@chromium.org
2011-04-23
1
-89
/
+15
*
[Sync] Move some extension-sync-related logic to ExtensionService
akalin@chromium.org
2011-04-17
1
-0
/
+7
*
Remove ExtensionService::HasInstalledExtensions since we always have (compone...
mihaip@chromium.org
2011-04-14
1
-24
/
+5
*
[Extensions] Add CheckSoon() method to ExtensionUpdater
akalin@chromium.org
2011-04-13
1
-1
/
+32
*
[Extensions] Rework ExtensionUpdater to not be RefCountedThreadSafe
akalin@chromium.org
2011-04-12
1
-95
/
+69
*
New notification sent when extension uninstall is not allowed.
dennisjeffrey@google.com
2011-04-07
1
-3
/
+5
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-06
1
-36
/
+64
*
Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...
cmp@chromium.org
2011-04-06
1
-64
/
+36
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-05
1
-36
/
+64
*
Generalize ExtensionUpdateService to ExtensionServiceInterface
akalin@chromium.org
2011-04-04
1
-1
/
+30
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Move ExtensionService code that manages pending extensions into its own class.
skerner@chromium.org
2011-03-25
1
-54
/
+64
*
Revert 79407 - Move ExtensionService code that manages pending extensions int...
skerner@chromium.org
2011-03-25
1
-64
/
+54
*
Move ExtensionService code that manages pending extensions into its own class.
skerner@chromium.org
2011-03-25
1
-54
/
+64
*
Add progress notifications for extension updates (from: 6665014)
dennisjeffrey@chromium.org
2011-03-21
1
-3
/
+6
*
ImportantFileWriter: check return value of PostTask
phajdan.jr@chromium.org
2011-03-10
1
-16
/
+42
*
Send active ping days along with the rollcall ping days parameter.
asargent@chromium.org
2011-03-08
1
-30
/
+88
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Split PendingExtensionInfo into its own file. No behavior changed.
skerner@chromium.org
2011-03-03
1
-4
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Fix unit test leak introduced by fix for crbug.com/70887
asargent@chromium.org
2011-02-07
1
-6
/
+2
*
Extensions: Attempt to fix unit test leak from r73764.
thestig@chromium.org
2011-02-04
1
-1
/
+3
*
Avoid crashes due to GetDefaultRequestContext returning NULL.
asargent@chromium.org
2011-02-04
1
-3
/
+7
*
Introduce incognito preference settings.
battre@chromium.org
2011-01-25
1
-9
/
+11
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-8
/
+9
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Coalesced various extension type enums into Extension::Type.
akalin@chromium.org
2010-12-21
1
-11
/
+21
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-1
/
+1
*
Add command line flag to override gallery update urls
asargent@chromium.org
2010-11-30
1
-3
/
+3
*
Allow an extension to dynamically set extra data in its update URL, in order
rogerta@chromium.org
2010-11-12
1
-7
/
+92
*
Ensure that ExtensionUpdater doesn't do anything after Stop() is called
akalin@chromium.org
2010-11-11
1
-2
/
+44
*
Disable browser caching for URLFetchers used in extensions updater.
skerner@chromium.org
2010-11-04
1
-1
/
+3
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-20
/
+20
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-4
/
+4
*
Unrevert again r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-27
1
-11
/
+2
*
Revert 63962 (broke chromeos and chromium linux builder) - Unrevert r63919: "...
thakis@chromium.org
2010-10-26
1
-2
/
+11
*
Unrevert r63919: "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-11
/
+2
*
Revert r63919 "Part 2 of immutable Extension refactor."
mpcomplete@chromium.org
2010-10-26
1
-2
/
+11
*
Part 2 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-26
1
-11
/
+2
*
Move the rest of the Extension data into either StaticData or RuntimeData
mpcomplete@chromium.org
2010-10-18
1
-9
/
+13
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-4
/
+4
*
Rename ChromeThread to BrowserThread Part20:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Implement new strategy for default apps. Instead of using
aa@chromium.org
2010-10-09
1
-5
/
+8
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-13
/
+13
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
extensions: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-21
1
-3
/
+4
*
Check for updates for a user script only if it has an update URL.
akalin@chromium.org
2010-09-09
1
-0
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
When extension is blacklisted by admin policy, it should be removed if alread...
finnur@chromium.org
2010-08-21
1
-7
/
+11
[next]