summaryrefslogtreecommitdiffstats
path: root/components/test_runner
Commit message (Expand)AuthorAgeFilesLines
* 80% of calls to skia::GetTopDevice() were retrieving a read-only reference to...tomhudson2015-10-201-2/+1
* Plumb gesture source value through Blink.wjmaclean2015-10-201-0/+4
* Delete policyDocumentLoaderjaphet2015-10-193-13/+14
* Remove lots of old blur plumbing.esprehn2015-10-172-9/+0
* layout-tests: Expose gc-specific test-interfaces for html_viewer.sadrul2015-10-155-0/+121
* Fix a bug that 'change' event is not dispatched after unselecting an OPTION v...tkent2015-10-151-0/+6
* Remove WebBeginFrameArgs, we only ever use lastFrameTimeMonotonic.esprehn2015-10-151-7/+2
* Add new accessibility event for document selection.plundblad2015-10-131-0/+3
* Devtools: Add test on resume button in InspectorOverlaysergeyv2015-10-093-0/+24
* Removed PointerType from PointerIdManager.mustaq2015-10-081-4/+4
* Extend components/test_runner's generated WebMediaStream to have a Chrome Vid...mcasas2015-10-084-17/+20
* layout-tests: Move some test-setup related code into test_runner component.sadrul2015-10-067-0/+358
* Implement more modifier queries for getModifierState on Keyboard/Mouse events.dtapuska2015-10-051-0/+22
* test_runner: Use OS_XXX macros from build_config.htfarina2015-10-051-1/+2
* Use high precision time for Event.timeStamp (behind REF)majidvp2015-10-022-2/+17
* Fire accessibility hover events when the touch exploration flag is set.dmazzoni2015-09-291-0/+3
* Mark functions overriding Blink with "override" in components/test_runner/.avi2015-09-2817-171/+159
* Cleanup: Pass std::string as const reference from components/ki.stfu2015-09-282-8/+8
* Remove some redundant frame parameters from WebFrameClient.avi2015-09-233-8/+5
* Remove unused MouseMomentum test eventsltilve2015-09-232-79/+0
* Make getBluetoothManualChooserEvents() asynchronous.jyasskin2015-09-223-9/+41
* Uses isEditable and isRichlyEditable to determine which attributes to expose ...nektar2015-09-182-0/+7
* Add a default case for a WebNavigationPolicy switch statementyzshen2015-09-171-1/+2
* event_sender should include a timestamp when firing keyboard eventsmajidvp2015-09-171-0/+1
* Add test_runner API to set the value of an accessibility object.dmazzoni2015-09-112-0/+11
* test_runner: Add TestInfoExtractor to get the list of test-urls.Sadrul Habib Chowdhury2015-09-115-0/+201
* Add functions to let tests read and control the Bluetooth chooser state.jyasskin2015-09-103-1/+75
* Improved eventSender handling of non-consecutive touch ids.mustaq2015-09-091-7/+6
* Initialize blink in components_unittests when neededbashi2015-09-062-0/+29
* Remove CreateTextureLayerForMailbox and InstantiateWebLayer.esprehn2015-09-044-10/+7
* Introduce WebTaskRunner Patch 2/5alexclarke2015-09-031-2/+3
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+4
* Added code for testing WebAXObject::setSelection from layout tests.nektar2015-08-282-0/+33
* EventSender incorrectly created located virtual keys.dtapuska2015-08-271-7/+24
* Remove command line flags and prefs for disabling Java.dcheng2015-08-263-4/+0
* html_viewer: Make sure window.internals is set-up correctly in layout-tests.sadrul2015-08-212-0/+3
* Remove uses of willRequestResouce in content shelljaphet2015-08-213-25/+0
* Move ServiceWorker public headers to public/{web,platform}/modules/servicewor...kinuko2015-08-191-1/+1
* Reports the position of the caret and current selection in content editables.nektar2015-08-072-0/+82
* Enable testing NotificationEvent.actionjohnme2015-08-073-9/+17
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-061-1/+2
* Directly include SkPath.h where needed in components/test_runner.bungeman2015-08-032-0/+4
* Initial version of onbufferedamountlowbemasc2015-07-311-3/+2
* This is a fix for tests for Credential Management: Rename 'request' to 'get'dvadym2015-07-312-2/+2
* Add eventSender support for web pointer properties in touch points.e.hakkinen2015-07-312-38/+106
* PageOverlays: Use setPageOverlayColor instead of addPageOverlaysergeyv2015-07-282-35/+5
* components: WebTestProxyBase should pass valid values to beginFrame.mithro2015-07-281-2/+9
* Credential Management: Rename 'notifySignedIn' to 'store' (2/3)dvadym2015-07-242-3/+3
* Initialize CompositorDependencies in RenderWidget's constructor.dcheng2015-07-221-2/+2
* Early return in mock app banner client if promise can't be foundjochen2015-07-211-1/+2