summaryrefslogtreecommitdiff
path: root/test/inspector
Commit message (Expand)AuthorAgeFilesLines
* test: remove unused parameterFran Herrero2017-12-191-1/+1
* test: remove common.fail()Rich Trott2017-10-251-1/+1
* test: read proper inspector message sizeBartosz Sosnowski2017-09-191-1/+3
* test: mark inspector-port-zero-cluster as flakyRefael Ackermann2017-09-191-0/+1
* test: improve error logging for inspector testRich Trott2017-09-051-2/+9
* test: adjust indentation for stricter lintingRich Trott2017-09-052-24/+24
* test: fix RegExp nitsVse Mozhet Byt2017-07-301-2/+2
* test: reduce string concatenationsVse Mozhet Byt2017-07-112-14/+12
* test,lib,doc: use function declarationsRich Trott2017-07-111-4/+4
* test: replace indexOf with includesgwer2017-07-111-1/+1
* test: add common.mustNotCall()cjihrig2017-05-151-2/+3
* test: use eslint to fix var->const/letGibson Fahnestock2017-04-181-2/+2
* benchmark,lib,test: adjust for lintingRich Trott2017-03-081-4/+4
* inspector: check if connected before waitingEugene Ostroukhov2017-01-311-0/+15
* inspector: /json/version returns object, not arrayBen Noordhuis2016-12-201-0/+6
* test: fix flaky test-inspectorRich Trott2016-12-082-2/+1
* test: refactor inspector-helper.jsRich Trott2016-12-081-2/+2
* inspector: do not prompt to use localhostEugene Ostroukhov2016-11-221-1/+1
* inspector: fix request path nullptr dereferenceBen Noordhuis2016-11-182-9/+36
* inspector: no URLs when the debugger is connectedEugene Ostroukhov2016-11-182-0/+18
* inspector: generate UUID for debug targetsEugene Ostroukhov2016-10-182-31/+39
* test: use Buffer.allocEugene Ostroukhov2016-10-111-3/+3
* tools: add additional ESLint rulesTeddy Katz2016-10-112-13/+13
* test: mark test-inspector flaky on windowsRich Trott2016-09-301-0/+10
* inspector: address race conditionsEugene Ostroukhov2016-09-301-4/+12
* inspector: report default contextEugene Ostroukhov2016-09-301-0/+7
* inspector: introduce a smoke testEugene Ostroukhov2016-09-303-0/+597