summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/TestWebChromeClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Add support for HTML Media Capture "capture" attribute.Ben Murdoch2012-04-131-2/+2
| | | | | | | | | | | | | | Receive the value for the new "capture" attribute on HTML file pickers, and do the right thing with it. Requires changes in WebKit (I0a921be31fda79a43c05da4fe22d9c808d92709c) and the framework (I494adc1274ca21ce8fe52a6c7b6b758217927e66). Bug: 5771207 Change-Id: I38dfe2df043fdba1388384dbd3b5370737eb38e5
* add an intent parameter to skip crash recoveryGuang Zhu2011-05-041-1/+3
| | | | | | | | | This is useful for testing, where crash recovery is handled by the tests and also dialog interaction in undesirabls and also dialog interaction in undesirable. Also included a minor unrelated change to test app to handle/disable pop windows. Change-Id: Iab337b31c803d50b74ba24ca80cc614fa752a846
* Add support for the camera as a source for the file picker.Ben Murdoch2010-05-201-2/+2
| | | | | | | Determine whether to show the camera based on the accept type associated with the input element. Change-Id: I48fea76fbd7a1f3df3c87288f28e01a32d9e955e
* Implement test to iterate over list of URLs and store load times.Andrei Popescu2010-02-221-0/+201
Also patch makefiles to correctly build tests and allow for hidden API calls in test.