summaryrefslogtreecommitdiffstats
path: root/extensions/utility/unpacker.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-0/+2
* Change extension icon load errors to warningsestade2015-12-191-3/+2
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-1/+2
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-3/+3
* Add scoped_ptr-safe base::Value to Dictionary/List conversion functions.reillyg2015-09-111-5/+5
* Pull unzipping out of the Unpacker classasargent2015-06-081-30/+12
* Move Tuple to base namespace.brettw2015-05-291-1/+1
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-4/+4
* Refactoring: move extension unpacker from chrome/ to extensions/asargent2015-01-151-0/+314