| Index: third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html b/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
|
| index 658e29205771f9d77d53beb03d6dcc4aee71f571..3d667974876ea056e6bd00284470b3b564a4ebd1 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/category-filter.html
|
| @@ -32,11 +32,11 @@ function test()
|
| "ts": 100,
|
| },
|
| {"name": "foooooo", "ts": 1000000, "ph": "B", "tid": mainThread, "pid": pid, "cat":"toplevel", "args": {}},
|
| - {"name": "FunctionCall", "ts": 1000001, "ph": "B", "tid": mainThread, "pid": pid, "cat":"disabled-by-default-devtools.timeline", "args":{"data":{"frame":"0x2","scriptId":"3","scriptLine":5,"scriptName":"http://example.com"}}},
|
| + {"name": "FunctionCall", "ts": 1000010, "ph": "B", "tid": mainThread, "pid": pid, "cat":"disabled-by-default-devtools.timeline", "args":{"data":{"frame":"0x2","scriptId":"3","scriptLine":5,"scriptName":"http://example.com"}}},
|
|
|
| - {"name":"ResourceSendRequest","ts":1000002,"tid":mainThread,"pid":pid,"cat":"disabled-by-default-devtools.timeline","ph":"I","s":"g","args":{"data":{"frame":"0x2","requestId":"44.1","requestMethod":"GET","url":"http://example.com/foo.js"}}},
|
| + {"name":"ResourceSendRequest","ts":1000015,"tid":mainThread,"pid":pid,"cat":"disabled-by-default-devtools.timeline","ph":"X","dur":10,"s":"g","args":{"data":{"frame":"0x2","requestId":"44.1","requestMethod":"GET","url":"http://example.com/foo.js"}}},
|
|
|
| - {"name": "RecalculateStyles", "ts": 1000003, "ph": "B", "tid": mainThread, "pid": pid, "cat":"disabled-by-default-devtools.timeline", "args":{"beginData":{"frame":"0x2"}}},
|
| + {"name": "RecalculateStyles", "ts": 1000030, "ph": "B", "tid": mainThread, "pid": pid, "cat":"disabled-by-default-devtools.timeline", "args":{"beginData":{"frame":"0x2"}}},
|
| {"name": "RecalculateStyles", "ts": 1009999, "ph": "E", "tid": mainThread, "pid": pid, "cat":"disabled-by-default-devtools.timeline", "args":{"elementCount":3}},
|
|
|
| {"name": "Layout", "ts": 1010000, "ph": "B", "tid": mainThread, "pid": pid, "cat":"disabled-by-default-devtools.timeline", "args":{"beginData":{"dirtyObjects":1,"frame":"0x2","partialLayout":false,"totalObjects":1}} },
|
|
|