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
*
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
*
Allow update URLs in external_extensions.json.
skerner@chromium.org
2010-08-19
1
-7
/
+17
*
Revert 56683 - When extension is blacklisted by admin policy, it should be re...
finnur@chromium.org
2010-08-19
1
-11
/
+7
*
When extension is blacklisted by admin policy, it should be removed if alread...
finnur@chromium.org
2010-08-19
1
-7
/
+11
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-2
/
+3
*
Fixed invalid read in ExtensionsServiceTest.ReloadExtensions.
akalin@chromium.org
2010-07-15
1
-3
/
+0
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-2
/
+2
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-26
1
-18
/
+16
*
Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."
hclam@chromium.org
2010-06-25
1
-16
/
+18
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-25
1
-18
/
+16
*
Pref service strings should be std::string.
estade@chromium.org
2010-06-18
1
-1
/
+1
*
Re-enable two unit unit tests that were disabled for Mac in Oct 2009.
csilv@chromium.org
2010-06-11
1
-11
/
+2
*
Moved URLFetcher and related classes to chrome/common/net.
sanjeevr@chromium.org
2010-05-07
1
-1
/
+1
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
Adding ExtensionPrefs methods for storing update-when-idle data.
asargent@chromium.org
2010-04-27
1
-107
/
+64
*
Reland "Factor out reading and writing of preferences into |PrefStore|."
bauerb@chromium.org
2010-04-22
1
-1
/
+2
*
Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...
erikkay@chromium.org
2010-04-21
1
-2
/
+1
*
Reland r45028: Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-21
1
-1
/
+2
*
Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.
thomasvl@chromium.org
2010-04-20
1
-2
/
+1
*
Factor out reading and writing of preferences into |PrefStore|.
bauerb@chromium.org
2010-04-20
1
-1
/
+2
*
Fix errors in ExtensionPrefs with storing the blacklist last ping day.
asargent@chromium.org
2010-04-06
1
-0
/
+9
*
Send ping days parameter for extension blacklist update checks
asargent@chromium.org
2010-03-30
1
-2
/
+3
*
Fixed memory leak in unittest introduced by 42899.
akalin@chromium.org
2010-03-27
1
-0
/
+1
*
Fill in a default update_url for extensions with none.
akalin@chromium.org
2010-03-27
1
-0
/
+43
*
Added support for pending extensions to ExtensionsService and
akalin@chromium.org
2010-03-26
1
-13
/
+123
*
Force an app's orgin to be the origin of the URL the crx is
aa@chromium.org
2010-03-18
1
-2
/
+11
*
Load the bookmark manager extension at Chrome startup.
aa@chromium.org
2010-03-04
1
-0
/
+1
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Refactor extension autoupdater.
asargent@chromium.org
2010-01-28
1
-32
/
+95
[next]