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

Side by Side Diff: Source/modules/serviceworkers/FooCallback.idl

Issue 287363004: ServiceWorker: support Response.{status,statusText,headers} [blink] (2/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 //callback interface FooCallback {
jsbell 2014/05/23 20:59:49 Included this file by accident?
kinuko 2014/05/26 05:45:13 Oops... yes, removed.
2 // [CallWith=ThisValue] boolean handleItem(DOMString value, DOMString key, He aderMap object);
3 // boolean handleItem(DOMString value, DOMString key, Entry object);
4 //};
5 callback interface FooCallback {
6 [CallWith=ThisValue] boolean handleItem(FontFace fontFace, FontFace fontFace Again, FontFaceSet set);
7 boolean handleItem(FontFace fontFace, FontFace fontFaceAgain, FontFaceSet se t);
8 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698