summaryrefslogtreecommitdiffstats
path: root/extensions/test/data
Commit message (Expand)AuthorAgeFilesLines
* Reland of Change extension icon load errors to warnings (patchset #2 id:30000...estade2015-12-291-1/+3
* Revert of Change extension icon load errors to warnings (patchset #8 id:14000...estade2015-12-291-3/+1
* Handle HTTP headers case-insensitively on the test servertzik2015-12-211-1/+1
* Change extension icon load errors to warningsestade2015-12-192-1/+3
* chrome.displaySource custom bindingsmikhail.pozdnyakov2015-12-091-1/+20
* Remove the custom base64url implementation in //extensions/peter2015-11-251-0/+20
* Introduce chrome.displaySource APImikhail.pozdnyakov2015-11-182-0/+51
* Prevent guest views from issuing a search for empty text.thestig2015-11-121-2/+11
* Remove stash_client.js dependency on unload_event.jsdcheng2015-10-031-0/+1
* Allow extensions to specify that they are not allowed in incognito mode.kundaji2015-09-184-0/+19
* Add chrome.usb.getConfigurations function.reillyg2015-09-181-1/+17
* Add wjmaclean@chromium.org to various guest_view/web_view OWNERS.wjmaclean2015-09-091-0/+1
* Implement kiosk multiple apps feature. This includes:jennyz2015-09-032-0/+44
* Expose device strings in the USB and HID API device objects.reillyg2015-08-212-1/+9
* <webview>: Add better loadabort reason messagesrzhao2015-08-171-5/+5
* Add unit tests for new added ReceiveErrorjuncai2015-07-171-0/+30
* Add a test that getModuleSystem() doesn't work cross originjochen2015-07-141-1/+1
* Changed the layout of permissionrequest events to match the documentation. Ac...paulmeyer2015-07-081-2/+2
* Optimize png files in components/extensionsoshima2015-06-245-0/+0
* Add chrome.hid.getUserSelectedDevices API.reillyg2015-06-192-0/+47
* Create a mechanism define declarative rules via the extension manifest.danduong2015-06-121-0/+15
* Add onGetUsbPrinterInfoRequested event to printerProvider API.reillyg2015-06-022-0/+53
* Add a manifest property declaring USB printers supported by an app.reillyg2015-05-072-0/+37
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-161-3/+3
* Implement chrome.sockets.udp.setBroadcast.reillyg2015-04-111-1/+90
* Add new audio extension event OnNodesChanged.jennyz2015-04-104-0/+97
* Add a new audio extension event OnMuteChanged.jennyz2015-03-304-0/+54
* Add title property to chrome.printerProvider print jobtbarzic2015-03-261-0/+2
* Redesign audio extension apis. This adds the following P1 requests api features:jennyz2015-03-213-0/+51
* Allow the USB transfer timeout to be specified by the application.reillyg2015-03-142-0/+66
* Instead of ArrayBuffer, pass blob with printerProvider.onPrintRequestedtbarzic2015-03-061-25/+56
* Pad HID output reports on Windows to the maximum output report size.reillyg2015-02-201-4/+16
* Shorten Closure template notation from Array.<*> to Array<*>.Dan Beam2015-02-141-20/+20
* Handle extension unload in printerProvider APItbarzic2015-02-114-0/+20
* Use the JS stash client from the JS serial service.sammc2015-02-101-2/+51
* Add a JS stash client.sammc2015-02-101-0/+76
* Move BluetoothSocketApiTest into extensions_browsertestsjamescook2015-02-066-0/+284
* Add a UsbService::Observer function for cleanup actions.reillyg2015-02-062-0/+40
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-051-9/+6
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-042-12/+18
* <webview>: Navigate to about:blank if attempting to navigate to bad URLfsamuel2015-02-041-12/+21
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-032-18/+12
* Add mojoPrivate.requireAsync method to chrome IDL.kmarshall2015-01-271-0/+20
* Implemented explicit resizing from guestview.paulmeyer2015-01-231-5/+8
* Hook up chrome.printerProvider.onGetPrintersRequestedtbarzic2015-01-235-0/+155
* s/app_shell_browsertests/extensions_browsertests/grockot2015-01-225-5/+5
* Add an extensions/test/data OWNERS with *, like chrome/test/data. Extension APIkalman2015-01-221-0/+1
* Hook up chrome.printerProvider.onGetCapabilityRequestedtbarzic2015-01-222-0/+62
* Add browser tests for USB device add/remove events.reillyg2015-01-224-0/+65
* Hook up chrome.printerProvider.onPrintRequestedtbarzic2015-01-222-0/+61