summaryrefslogtreecommitdiffstats
path: root/extensions/test
Commit message (Expand)AuthorAgeFilesLines
* Add whitelist for extensions to put <all_urls> in externally_connectableasargent2014-09-252-0/+23
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-252-194/+362
* Adds more webview tests to app_shell_browsertests.lfg2014-09-241-1/+255
* Add webview testAPIMethodExistence to app_shell_browsertests.lfg2014-09-234-0/+131
* Remove deprecated 'title' manifest attribute from unittests.garykac2014-09-197-25/+12
* Move extension_test_message_listener to extensions.lfg2014-09-192-0/+290
* Move the last extensions/common unit tests to extensions_unittestsjamescook2014-09-189-55/+51
* Add extensions test data for an empty icon imageJames Cook2014-09-182-0/+8
* Move Webstore URL concepts to //extensions and outrockot2014-09-182-0/+16
* Move extensions manifest tests to run in extensions_unittestsjamescook2014-09-1823-0/+575
* Reland: Refactor ExtensionManifestTest to allow usage in src/extensionsjamescook2014-09-1714-0/+167
* Revert "Refactor ExtensionManifestTest to allow usage in src/extensions"James Cook2014-09-1614-167/+0
* Refactor ExtensionManifestTest to allow usage in src/extensionsjamescook2014-09-1614-0/+167
* Remove app_shell chrome.shell API and ShellAppWindowjamescook2014-09-151-5/+1
* Use extensions::ResultCatcher; delete ExtensionApiTest::ResultCatcher.yoz2014-09-091-1/+0
* Extract ResultCatcher from ExtensionApiTest. Use it in ShellApiTest, which is...yoz2014-09-055-0/+195
* Implement the client side of Serial I/O on data pipe.sammc2014-09-032-8/+467
* Move ExtensionWarningService and ExtensionsWarningSet, which are used by webr...hanxi2014-08-282-0/+5
* Send less data in the DataSender test that timed out under valgrind.sammc2014-08-261-6/+6
* app_shell: Shut down in response to power button.derat2014-08-231-0/+2
* Provide core API permissions to extensions_unittestsjamescook@chromium.org2014-08-221-0/+6
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-201-2/+2
* Add the JS data pipe client to be used to implement serial send.sammc@chromium.org2014-08-201-0/+218
* Add support for asynchronously loading modules from the background page.sammc@chromium.org2014-08-201-0/+137
* Add the JS data pipe client to be used to implement serial receive.sammc@chromium.org2014-08-191-0/+90
* Implement more of chrome.serial on the Mojo SerialConnection.sammc@chromium.org2014-08-141-0/+288
* Use extensions_path.h instead of chrome_path.h from extension_icon_image_unit...limasdf@gmail.com2014-08-084-0/+8
* Add test image data for extensions ImageLoaderTestjamescook@chromium.org2014-08-053-0/+7
* Revert 287384 "Copy test data to //extensions"jamescook@chromium.org2014-08-043-7/+0
* Copy test data to //extensionsrockot@chromium.org2014-08-043-0/+7
* Revert 287352 "Add test data for extensions ImageLoaderTest"jamescook@chromium.org2014-08-043-7/+0
* Add test data for extensions ImageLoaderTestjamescook@chromium.org2014-08-043-0/+7
* Move tests from Chrome's unit_tests to extensions_unittestsjamescook@chromium.org2014-08-024-0/+1
* extensions: Combine extensions_pak with app_shell_paktfarina@chromium.org2014-07-301-3/+4
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-301-0/+24
* Revert 286199 "Implement chrome.serial.getDevices() on top of th..."mpearson@chromium.org2014-07-291-24/+0
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-291-0/+24
* Revert 286122 "Implement chrome.serial.getDevices() on top of th..."serya@chromium.org2014-07-291-24/+0
* Implement chrome.serial.getDevices() on top of the Mojo serial service.sammc@chromium.org2014-07-291-0/+24
* Add support for writing unit tests for Mojo-backed apps/extensions APIs.sammc@chromium.org2014-07-265-6/+166
* extensions: Create extensions_pak target.tfarina@chromium.org2014-07-251-5/+5
* Move ProcessManagerTest out of unit_tests into extensions_unittestsjamescook@chromium.org2014-07-241-5/+45
* Move ModuleSystemTest and the tests that use it into extensions/.sammc@chromium.org2014-07-162-2/+683
* app_shell: Remove chrome.shell.onLaunched.derat@chromium.org2014-06-221-3/+1
* Move extension API schema registration to ExtensionsClient.yoz@chromium.org2014-05-242-0/+4
* Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature...yoz@chromium.org2014-05-222-2/+12
* Add extensions_unittests to chromium_builder_tests target.tfarina@chromium.org2014-05-212-7/+0
* Small changes to format of verified contents files from webstoreasargent@chromium.org2014-05-142-17/+22
* Minor fix to README and test data fileasargent@chromium.org2014-05-102-3/+3
* Add a class for parsing extension content verification dataasargent@chromium.org2014-05-095-0/+104