summaryrefslogtreecommitdiffstats
path: root/chrome/utility
Commit message (Expand)AuthorAgeFilesLines
* Move zip analysis for SafeBrowsing into a utility process.bryner@chromium.org2013-02-142-0/+23
* Move page action manifest parsing out of Extension; the first multi-key manif...yoz@chromium.org2013-02-131-0/+7
* Move 'theme' parsing out of Extension classMHX348@motorola.com2013-02-121-0/+4
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-9/+10
* Revert "GTTF: Add missing virtual destructors."phajdan.jr@chromium.org2013-02-061-1/+1
* GTTF: Add missing virtual destructors.phajdan.jr@chromium.org2013-02-051-1/+1
* Allow manifest handlers to declare keys they depend on that must be parsed be...yoz@chromium.org2013-02-051-2/+2
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-6/+6
* Move Extension Location and Type enums to Manifest, and move InstallWarning t...yoz@chromium.org2013-01-311-3/+4
* Move default_locale out of Extension class.MHX348@motorola.com2013-01-301-0/+4
* Move BrowserAction out of Extensionrdevlin.cronin@chromium.org2013-01-281-0/+15
* Trivial cleanup of DEPS files.jam@chromium.org2013-01-281-2/+0
* File manager: support for zipping selected files.hshi@chromium.org2012-11-222-1/+42
* Remove a bit of unneeded codeisherman@chromium.org2012-11-012-2/+0
* + Ensure that OnRobustJPEGDecodeImage only uses the codec of our choosing (IJ...saintlou@chromium.org2012-08-311-5/+10
* Force avatar and wallpaper decoding to use robust JPEG.saintlou@chromium.org2012-08-292-0/+16
* Disable uses of ProfileImportProcess on Android.pliard@chromium.org2012-07-184-83/+172
* Move ExtensionUnpacker into extensions:: namespace, rename it to Unpackerrdevlin.cronin@chromium.org2012-07-161-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add ENABLE_PRINTING and disable it on Android.wangxianzhu@chromium.org2012-06-091-1/+4
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-3/+3
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-2/+2
* Send results back from ExternalProcessImporterBridge on the correct thread.bauerb@chromium.org2012-04-071-1/+3
* ScopedPrinterInfoSetter sets printer related information to be available for ...vitalybuka@chromium.org2012-03-161-0/+5
* Use less temporary extension IDs during pack and unpack.jstritar@chromium.org2012-02-152-1/+6
* Fixed printing gets cut-off issue for CloudPrint and Chrome.gene@chromium.org2012-01-282-15/+23
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-5/+3
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-3/+5
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-5/+3
* Remove ChildThread dependency from Chrome. In the future we might want to exp...jam@chromium.org2011-11-291-1/+2
* Enable experimental permissions for extensions from the store.aa@chromium.org2011-10-312-3/+10
* Make chrome/utility not depend on content/common. Enforce with DEPS.jam@chromium.org2011-10-252-8/+5
* Create content::UtilityThread interface and make chrome code use that. This i...ananta@chromium.org2011-10-142-13/+12
* Move content_utility_client.h to content\public\utility.ananta@chromium.org2011-10-132-1/+2
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Added autorotate flag in PDF rendering and wiring it through service-utility ...gene@chromium.org2011-10-062-8/+12
* Get rid of the profile import process code, and instead go through the utilit...jam@chromium.org2011-10-033-1/+100
* Clean up DEPS rules against content so that not all chrome code can include a...jam@chromium.org2011-09-301-0/+1
* New implementation of font precache on Windows.arthurhsu@chromium.org2011-09-201-1/+5
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-25/+31
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-3/+3
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-3/+3
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-3/+3
* Get rid of the implicit content dependency on how Chrome stores its resources...jam@chromium.org2011-06-241-1/+0
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-094-276/+123
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-2/+2
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-1/+1
* Add a webstore install method that lets us prompt the user before downloading.asargent@chromium.org2011-04-052-0/+42