summaryrefslogtreecommitdiffstats
path: root/extensions/utility
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple in //extensions with std::tupletzik2016-03-091-1/+2
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-031-1/+0
* Revert of Mustash: Move GURL ParamTraits to url/ipc (patchset #18 id:330001 o...dimich2016-03-021-0/+1
* Move GURL ParamTraits to url/ipcmarkdittmer2016-03-021-1/+0
* Reland of Change extension icon load errors to warnings (patchset #2 id:30000...estade2015-12-291-3/+2
* Revert of Change extension icon load errors to warnings (patchset #8 id:14000...estade2015-12-291-2/+3
* Switch to standard integer types in extensions/.avi2015-12-232-0/+3
* 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-112-7/+6
* Let the SandboxedUnpacker start with either crx files or directoriesasargent2015-08-282-29/+14
* Initialize blink only when needed in utility processes.sammc2015-07-291-0/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-2/+4
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-4/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-2/+4
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-8/+10
* Fix missing build dependency in //extensions/utilitytapted2015-06-191-0/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-4/+4
* Pull unzipping out of the Unpacker classasargent2015-06-084-86/+69
* Move Tuple to base namespace.brettw2015-05-291-1/+1
* Move UnzipToDir IPC code to top-level extensions directoryasargent2015-05-292-3/+21
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-4/+4
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-4/+3
* Merge extensions sources lists into shared gypisrockot2015-02-111-6/+4
* Move sandboxed_unpacker.{h,cc} from chrome/ to extensions/asargent2015-01-272-0/+38
* Move unpacker_unittests.cc and data files from chrome/ to extensions/asargent2015-01-161-0/+205
* Refactoring: move extension unpacker from chrome/ to extensions/asargent2015-01-154-0/+428
* gn format //extensionsscottmg2014-12-031-3/+1
* Add rudimentary UpdateService to app_shellrockot2014-11-064-0/+133