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

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

Issue 2328463004: Implement WebGL's commit on the main thread (Closed)
Patch Set: fix compile error on win_dbg 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 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 method blendFunc 1045 method blendFunc
1046 method blendFuncSeparate 1046 method blendFuncSeparate
1047 method bufferData 1047 method bufferData
1048 method bufferSubData 1048 method bufferSubData
1049 method checkFramebufferStatus 1049 method checkFramebufferStatus
1050 method clear 1050 method clear
1051 method clearColor 1051 method clearColor
1052 method clearDepth 1052 method clearDepth
1053 method clearStencil 1053 method clearStencil
1054 method colorMask 1054 method colorMask
1055 method commit
1055 method compileShader 1056 method compileShader
1056 method compressedTexImage2D 1057 method compressedTexImage2D
1057 method compressedTexSubImage2D 1058 method compressedTexSubImage2D
1058 method constructor 1059 method constructor
1059 method copyTexImage2D 1060 method copyTexImage2D
1060 method copyTexSubImage2D 1061 method copyTexSubImage2D
1061 method createBuffer 1062 method createBuffer
1062 method createFramebuffer 1063 method createFramebuffer
1063 method createProgram 1064 method createProgram
1064 method createRenderbuffer 1065 method createRenderbuffer
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 setter onmessage 1382 setter onmessage
1382 setter onnotificationclick 1383 setter onnotificationclick
1383 setter onnotificationclose 1384 setter onnotificationclose
1384 setter onpush 1385 setter onpush
1385 setter onsync 1386 setter onsync
1386 PASS Verify the interface of ServiceWorkerGlobalScope 1387 PASS Verify the interface of ServiceWorkerGlobalScope
1387 PASS successfullyParsed is true 1388 PASS successfullyParsed is true
1388 1389
1389 TEST COMPLETE 1390 TEST COMPLETE
1390 1391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698