summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_tests.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Add browser tests for vpnProviderkaliamoorthi2015-03-131-5/+0
| | | | | | | | | | This CL adds a browser test for chrome.vpnProvider extension API. BUG=461814 Review URL: https://codereview.chromium.org/979853002 Cr-Commit-Position: refs/heads/master@{#320486}
* Add split tunnel interface to vpnProviderkaliamoorthi2015-02-201-0/+5
| | | | | | | | | | | | This CL adds split tunnel capability to chrome.vpnProvider interface. Furthermore, additional sanity checks are added to the input from the extensions. BUG=459609 Review URL: https://codereview.chromium.org/932063003 Cr-Commit-Position: refs/heads/master@{#317289}
* Merge extensions sources lists into shared gypisrockot2015-02-111-144/+5
| | | | | | | | | | | | This eliminates source list duplication between GYP and GN builds by merging all source lists into unified gypis. BUG=457404 Review URL: https://codereview.chromium.org/908333004 Cr-Commit-Position: refs/heads/master@{#315871}
* Rename e/b/a/cast_channel/test_utilrockot2015-02-111-2/+0
| | | | | | | | | | | | This filename conflicts with extensions/common test_util, which can be a problem for some linkers linking extensions test_support. BUG=457368 R=jamescook@chromium.org,kmarshall@chromium.org Review URL: https://codereview.chromium.org/911213002 Cr-Commit-Position: refs/heads/master@{#315678}
* Add a JS stash client.sammc2015-02-101-0/+1
| | | | | | | | | | | The stash client allows clients to stash services during renderer shut-down and retrieve them during renderer start-up. BUG=389016 Review URL: https://codereview.chromium.org/661423007 Cr-Commit-Position: refs/heads/master@{#315463}
* Move chrome.documentScan API to extensions/.sudarsana.nagineni2015-02-091-0/+8
| | | | | | | | | | Move the chrome.documentScan extension API from chrome/ to extensions/. BUG=455695 Review URL: https://codereview.chromium.org/899523004 Cr-Commit-Position: refs/heads/master@{#315293}
* Move BluetoothSocketApiTest into extensions_browsertestsjamescook2015-02-061-0/+2
| | | | | | | | | | | It doesn't need to run in Chrome's browser_tests. BUG=388893 TEST=browser_tests and extensions_browsertests for Bluetooth* Review URL: https://codereview.chromium.org/902213002 Cr-Commit-Position: refs/heads/master@{#315090}
* Add support for extensions_unittests to the GN buildjamescook2015-02-061-0/+1
| | | | | | | | | | | | | | * Fix dependency issues in //extensions * Make protobuf library add the "src" directory to the compiler's include directory list, otherwise it tries to use /usr/include/google/protobuf which has incompatible headers. BUG=455919 TEST=compiles and links in both component and non-component builds Review URL: https://codereview.chromium.org/889253004 Cr-Commit-Position: refs/heads/master@{#315067}
* Add handle waiting to StashBackend.sammc2015-02-061-0/+1
| | | | | | | | | | | | | This change adds support for monitoring stashed handles for being readable. This will be used to relaunch suspended extension processes when a persistent service sends a message or data to its client in the suspended extension process. BUG=389016 Review URL: https://codereview.chromium.org/648853007 Cr-Commit-Position: refs/heads/master@{#314989}
* Implementation of the NetworkingConfigServicecschuet2015-02-031-0/+1
| | | | | | | | | | | | | | Implementation of the NetworkingConfigService and boiler plate code for the networking.config API. Reviewers: Please see 1) https://docs.google.com/document/d/1V8YGouKC477iC11L4PL8H_HU1Ru3R5kMhXppuoIVNeo for the design document. 2) https://docs.google.com/drawings/d/12Hai1LdaPzwtkrQUdCjSpt1s7InRNNBDeWiW5ujfIRg for a flow diagram. Review URL: https://codereview.chromium.org/880073002 Cr-Commit-Position: refs/heads/master@{#314303}
* Move chrome.alarms API from chrome/ to extensions/.sudarsana.nagineni2015-01-311-0/+1
| | | | | | | | | | | | | | | | | | | This CL allows app_shell to use chrome.alarms. Also it includes the following changes related to unit tests: - Moved chrome.alarms tests to extensions/ - Moved a helper function CreateEmptyExtensionWithLocation() from extension_function_test_utils.h to api_test_utils.h. - Moved CreateBackgroundPage() from extension_api_unittest.h to api_unittest.h. - Creates WebContents for the extension that can be used to associate a RenderViewHost in extension unit tests. BUG=443622 Review URL: https://codereview.chromium.org/789643004 Cr-Commit-Position: refs/heads/master@{#314040}
* Fix a crash in MimeHandlerServiceImpl::AbortStream().sammc2015-01-281-0/+1
| | | | | | | | BUG=452799 Review URL: https://codereview.chromium.org/885563002 Cr-Commit-Position: refs/heads/master@{#313472}
* Move sandboxed_unpacker.{h,cc} from chrome/ to extensions/asargent2015-01-271-0/+1
| | | | | | | | | | | This is a mostly mechanical change to move these files over, and make corresponding changes to strings, build files, and include paths. BUG=447014 Review URL: https://codereview.chromium.org/864093002 Cr-Commit-Position: refs/heads/master@{#313404}
* Isolate extensions_browsertestsscottmg2015-01-271-0/+19
| | | | | | | | | | | | | R=maruel@chromium.org, yoz@chromium.org TBR=jam@chromium.org BUG=98637 Committed: https://crrev.com/d1caf97fe8db47e5c76043bccbf4dd4a42265831 Cr-Commit-Position: refs/heads/master@{#312993} Review URL: https://codereview.chromium.org/869783004 Cr-Commit-Position: refs/heads/master@{#313209}
* Revert of Isolate extensions_browsertests (patchset #7 id:120001 of ↵kaliamoorthi2015-01-261-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/869783004/) Reason for revert: This CL seem to cause the failure in extension browser test in Windows Vista SP2 Original issue's description: > Isolate extensions_browsertests > > R=maruel@chromium.org, yoz@chromium.org > TBR=jam@chromium.org > BUG=98637 > > Committed: https://crrev.com/d1caf97fe8db47e5c76043bccbf4dd4a42265831 > Cr-Commit-Position: refs/heads/master@{#312993} TBR=maruel@chromium.org,yoz@chromium.org,scottmg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=98637 Review URL: https://codereview.chromium.org/876633002 Cr-Commit-Position: refs/heads/master@{#313062}
* Isolate extensions_browsertestsscottmg2015-01-241-0/+19
| | | | | | | | | | R=maruel@chromium.org, yoz@chromium.org TBR=jam@chromium.org BUG=98637 Review URL: https://codereview.chromium.org/869783004 Cr-Commit-Position: refs/heads/master@{#312993}
* s/app_shell_browsertests/extensions_browsertests/grockot2015-01-221-0/+233
We would like to use app_shell as the basis for all content-browser integration tests within the extensions layer. This simply moves the test target up to the parent //extensions path and renames it to extensions_browsertests BUG=388893 R=yoz@chromium.org Review URL: https://codereview.chromium.org/797023006 Cr-Commit-Position: refs/heads/master@{#312669}