Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: Refactor code into getSharedBufferHandle() && Update *-expected.txt Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 method getUint32 115 method getUint32
116 method getUint8 116 method getUint8
117 method setFloat32 117 method setFloat32
118 method setFloat64 118 method setFloat64
119 method setInt16 119 method setInt16
120 method setInt32 120 method setInt32
121 method setInt8 121 method setInt8
122 method setUint16 122 method setUint16
123 method setUint32 123 method setUint32
124 method setUint8 124 method setUint8
125 interface DetectedObject
126 getter boundingBox
127 method constructor
128 interface Detector
129 method constructor
130 method detect
131 interface Event 125 interface Event
132 attribute AT_TARGET 126 attribute AT_TARGET
133 attribute BLUR 127 attribute BLUR
134 attribute BUBBLING_PHASE 128 attribute BUBBLING_PHASE
135 attribute CAPTURING_PHASE 129 attribute CAPTURING_PHASE
136 attribute CHANGE 130 attribute CHANGE
137 attribute CLICK 131 attribute CLICK
138 attribute DBLCLICK 132 attribute DBLCLICK
139 attribute DRAGDROP 133 attribute DRAGDROP
140 attribute FOCUS 134 attribute FOCUS
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1388 setter onmessage 1382 setter onmessage
1389 setter onnotificationclick 1383 setter onnotificationclick
1390 setter onnotificationclose 1384 setter onnotificationclose
1391 setter onpush 1385 setter onpush
1392 setter onsync 1386 setter onsync
1393 PASS Verify the interface of ServiceWorkerGlobalScope 1387 PASS Verify the interface of ServiceWorkerGlobalScope
1394 PASS successfullyParsed is true 1388 PASS successfullyParsed is true
1395 1389
1396 TEST COMPLETE 1390 TEST COMPLETE
1397 1391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698