summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/update_manifest.cc
Commit message (Expand)AuthorAgeFilesLines
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-271-0/+4
* Add base:: prefix to the calls to StringAppendV.tfarina@chromium.org2010-12-211-2/+3
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-2/+1
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+4
* FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...viettrungluu@chromium.org2010-08-201-0/+1
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-1/+0
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* Don't bail early on extensions update.asargent@chromium.org2010-04-071-2/+4
* Refactor extension autoupdater.asargent@chromium.org2010-01-281-3/+21
* Extensions: Ensure that variable strings passed to ParseError aren't interpre...craig.schlenter@chromium.org2010-01-111-2/+2
* Add some missing va_end calls to match va_start.craig.schlenter@chromium.org2010-01-071-0/+2
* Make the error messages for manifest parsing a little friendlier.finnur@chromium.org2009-12-221-6/+12
* Do extensions update manifest XML parsing in a sandboxed process.asargent@chromium.org2009-08-201-0/+230