summaryrefslogtreecommitdiffstats
path: root/tools/android
Commit message (Expand)AuthorAgeFilesLines
* clovis: Estimate cost of a load, until a given point.lizeb2016-03-258-5/+514
* tools/android/loading Run analyze.py on GCEdroger2016-03-254-29/+70
* Clovis: update documentation links. goo.gl short links can't be changed :(mattcary2016-03-241-2/+2
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-232-2/+5
* tools/android/loading: Remove old chrome APIgabadie2016-03-234-340/+7
* Clovis: remove occurrence counting in ResourceSack.mattcary2016-03-232-81/+0
* sandwich: Slice up sandwich.py into sandwich_{runner,misc}.pygabadie2016-03-235-333/+369
* sandwich: Record a loading video on android and compute speed-index from it.gabadie2016-03-2310-68/+352
* Clovis: stopgap for webserver test race.mattcary2016-03-231-1/+1
* Clovis: Update webtest to new controller to make it run.mattcary2016-03-234-13/+34
* Clovis: Improve --local_binary option.mattcary2016-03-231-1/+1
* tools/android/loading: Launch chrome on devices more reliably.gabadie2016-03-221-24/+40
* tools/android/loading: Implements CacheBackend.GetDecodedContentForKey()gabadie2016-03-221-6/+65
* tools/android/loading Add script to deploy chromedroger2016-03-224-17/+131
* Clovis: rewrite user satisfaction lens.mattcary2016-03-224-44/+223
* clovis: Identify prefetchable resources from dependencies and tracing.lizeb2016-03-228-70/+355
* sandwich: Make it work on desktop.gabadie2016-03-217-117/+455
* tools/android/loading: Lets test_server.py handling custom response headers.gabadie2016-03-212-37/+124
* tools/android/loading Add support for headless mode in analyse.pydroger2016-03-212-4/+15
* sandwich: Use the ChromeController API.gabadie2016-03-182-43/+55
* Clovis: add core sets.mattcary2016-03-183-5/+320
* clovis: Add step to event matching to the tracing track.lizeb2016-03-162-31/+82
* clovis: Ignore trace context events in tracing.py.lizeb2016-03-161-0/+2
* tools/android/loading: Remove spaces from network emulation names to make scr...mattcary2016-03-161-5/+5
* Discourage use of android.app.AlertDialog and StringBuffer.newt2016-03-151-2/+16
* tools/android/loading: Optimize chrome_cache.{Pull,Push}BrowserCache()gabadie2016-03-152-14/+43
* tools/android/loading Send a list of URLs with a POST requestdroger2016-03-143-17/+58
* Update eclipse .classpath to include other android device/ directories.tedchoc2016-03-111-0/+3
* Add an Android sample app for Telemetry tests.mikecase2016-03-1110-0/+146
* tools/android/loading Initial infrastructure for trace collection on GCEdroger2016-03-104-0/+279
* Clovis: improve method name and typo in analyze.py.mattcary2016-03-093-4/+4
* Use new chrome controller for analyze.py.mattcary2016-03-095-38/+88
* Add hooks to devtools monitor connection to enable configuration from a contr...mattcary2016-03-091-0/+13
* Ignore missing timings for about protocol.mattcary2016-03-091-1/+1
* Device controller refactor.mattcary2016-03-086-1/+462
* Update eclipse classpath to include updated enum pathstedchoc2016-03-081-5/+22
* tools/android/loading: Network Activity lens, and CPU/network activity graphs.lizeb2016-03-077-27/+496
* forwarder2: fix documentation typo in Socket::InitUnixSocket() functiontfarina2016-03-071-1/+1
* Sandwich: Adds a work-around in the cache filter when a ressource protocol is...gabadie2016-03-071-0/+8
* tools/android/loading: Makes WprUrlEntry ready for case in-sensitive headers.gabadie2016-03-032-7/+43
* tools/android/loading: Implements loading_trace_analyzer.py's unittest.gabadie2016-03-012-20/+94
* sandwich: Implements filter-cache sub-command.gabadie2016-03-012-5/+82
* sandwich: Makes pull_sandwich_metrics.py a sub-command.gabadie2016-03-012-35/+47
* Add occurrence tracking to a multigraph.mattcary2016-03-012-0/+83
* sandwich: Implements patch-wpr subcommand.gabadie2016-03-011-0/+40
* Introduce ThreadedInputConnection behind a switchchangwan2016-02-261-0/+1
* tools/android/loading: mv run_sandwich.py -> sandwich.pygabadie2016-02-251-0/+0
* sandwich: Refactors main() into SandwichRunner class.gabadie2016-02-251-119/+275
* Fix bug in my understanding of python slices.mattcary2016-02-251-2/+2
* Add ExtractArgs to options to enable it to play nicely with custom argument p...mattcary2016-02-252-8/+79