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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve validation of external extesnion ids.
skerner@chromium.org
2011-01-14
1
-1
/
+1
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-10
/
+15
*
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
/
+26
*
Revert 69592 - file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-2
/
+4
*
file_version_info was not finding Mac values correctly.
dmaclach@chromium.org
2010-12-18
1
-4
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-4
/
+4
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Remember external extensions installed from file in pending extensions map
dpolukhin@chromium.org
2010-12-02
1
-1
/
+4
*
Add command line flag to override gallery update urls
asargent@chromium.org
2010-11-30
1
-8
/
+5
*
Allow an extension to dynamically set extra data in its update URL, in order
rogerta@chromium.org
2010-11-12
1
-7
/
+25
*
Ensure that ExtensionUpdater doesn't do anything after Stop() is called
akalin@chromium.org
2010-11-11
1
-5
/
+32
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-08
1
-1
/
+1
*
Disable browser caching for URLFetchers used in extensions updater.
skerner@chromium.org
2010-11-04
1
-2
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-1
/
+1
*
Introduce new location for managed extensions
gfeher@chromium.org
2010-10-25
1
-3
/
+1
*
Convert LOG(INFO) to VLOG(1) - chrome/browser/extensions/.
pkasting@chromium.org
2010-10-22
1
-4
/
+4
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
1
-0
/
+2
*
FBTF: Even more ctor/virtual deinlining.
erg@google.com
2010-10-19
1
-0
/
+10
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Implement new strategy for default apps. Instead of using
aa@chromium.org
2010-10-09
1
-5
/
+1
*
Rename ChromeThread to BrowserThread Part10:
tfarina@chromium.org
2010-10-09
1
-16
/
+16
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Check for updates for a user script only if it has an update URL.
akalin@chromium.org
2010-09-09
1
-0
/
+7
*
Add a command line switch "--disable-background-networking", to be used in
mbelshe@chromium.org
2010-09-08
1
-0
/
+4
*
Refactor version-getting info into a chrome::VersionInfo object.
evan@chromium.org
2010-08-27
1
-5
/
+3
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Allow update URLs in external_extensions.json.
skerner@chromium.org
2010-08-19
1
-5
/
+12
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-3
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-3
/
+5
*
Cleanup: Break another common->app dependency.
thestig@chromium.org
2010-07-20
1
-3
/
+3
*
Disallow syncing of extensions with third-party update URLs or plugins.
akalin@chromium.org
2010-07-20
1
-1
/
+3
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
1
-0
/
+1
*
Fixed invalid read in ExtensionsServiceTest.ReloadExtensions.
akalin@chromium.org
2010-07-15
1
-9
/
+1
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
1
-1
/
+0
*
Reland r52336.
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Revert 52336 - More header cleanup:
erg@chromium.org
2010-07-14
1
-1
/
+0
*
More header cleanup:
erg@chromium.org
2010-07-14
1
-0
/
+1
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-6
/
+4
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-26
1
-19
/
+22
*
Revert r50804 "Reworked ExtensionsService::AddPendingExtension()."
hclam@chromium.org
2010-06-25
1
-22
/
+19
*
Reworked ExtensionsService::AddPendingExtension().
akalin@chromium.org
2010-06-25
1
-19
/
+22
*
Reland - Only allow installation of extensions/apps with gallery update url v...
rafaelw@chromium.org
2010-06-23
1
-6
/
+2
*
Revert 50333 - Only allow installation of extensions/apps with gallery update...
tkent@chromium.org
2010-06-21
1
-2
/
+6
*
Only allow installation of extensions/apps with gallery update url via downlo...
rafaelw@chromium.org
2010-06-21
1
-6
/
+2
*
Re-apply r50278.
aa@chromium.org
2010-06-19
1
-1
/
+1
*
Revert r50278.
aa@chromium.org
2010-06-18
1
-1
/
+1
[next]