summaryrefslogtreecommitdiffstats
path: root/extensions/browser/api/printer_provider
Commit message (Expand)AuthorAgeFilesLines
* extensions: Add out-of-line copy ctors for complex classes.vmpstr2016-02-272-0/+4
* Switch to standard integer types in extensions/browser/.avi2015-12-232-0/+5
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-9/+9
* Remove ScopedVector from/extenisons part#2limasdf2015-12-151-15/+17
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-1/+1
* Expose device strings in the USB and HID API device objects.reillyg2015-08-211-7/+4
* extensions: EventRouter: pass the whole event to WillDispatchCallbacklionel.g.landwerlin2015-08-111-2/+2
* extensions: EventRouter: pass listener filter to WillDispatchCallbacklionel.g.landwerlin2015-07-271-2/+4
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-231-36/+33
* Fourth batch adding real histogram values for extension events.kalman2015-07-171-6/+7
* Set up the infrastructure for Extension event metrics.kalman2015-06-241-4/+7
* Add onGetUsbPrinterInfoRequested event to printerProvider API.reillyg2015-06-023-26/+259
* Use DictionaryBuilder in printer_provider_apitest.cc.reillyg2015-05-131-136/+125
* Add title property to chrome.printerProvider print jobtbarzic2015-03-263-0/+9
* Update UI for extension destinations in print preview destination listtbarzic2015-03-063-0/+23
* Instead of ArrayBuffer, pass blob with printerProvider.onPrintRequestedtbarzic2015-03-064-43/+179
* Adjust strings returned by printerProviders for locale directiontbarzic2015-03-061-0/+15
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-052-4/+4
* Make PrinterProviderAPI a pure interfacetbarzic2015-02-257-419/+533
* Implement ExtensionPrinterHandler::StartPrinttbarzic2015-02-133-61/+86
* Small memory management cleanup in PendingGetPrintersRequests.vitalybuka2015-02-132-23/+29
* Handle extension unload in printerProvider APItbarzic2015-02-113-2/+168
* Allow printerProvider API services in incognitotbarzic2015-02-061-0/+1
* Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ...thakis2015-02-061-33/+33
* List printers managed by extensions in print previewtbarzic2015-02-043-49/+113
* Hook up chrome.printerProvider.onGetPrintersRequestedtbarzic2015-01-233-0/+552
* Hook up chrome.printerProvider.onGetCapabilityRequestedtbarzic2015-01-223-1/+169
* Hook up chrome.printerProvider.onPrintRequestedtbarzic2015-01-224-0/+405