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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2732163002: Implements JS bindings for mojo data pipe. (Closed)
Patch Set: rebase Created 3 years, 9 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 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 4087 matching lines...) Expand 10 before | Expand all | Expand 10 after
4098 getter type 4098 getter type
4099 method constructor 4099 method constructor
4100 interface MimeTypeArray 4100 interface MimeTypeArray
4101 attribute @@toStringTag 4101 attribute @@toStringTag
4102 getter length 4102 getter length
4103 method @@iterator 4103 method @@iterator
4104 method constructor 4104 method constructor
4105 method item 4105 method item
4106 method namedItem 4106 method namedItem
4107 interface Mojo 4107 interface Mojo
4108 static method createDataPipe
4108 static method createMessagePipe 4109 static method createMessagePipe
4109 static method createSharedBuffer 4110 static method createSharedBuffer
4110 attribute @@toStringTag 4111 attribute @@toStringTag
4111 attribute RESULT_ABORTED 4112 attribute RESULT_ABORTED
4112 attribute RESULT_ALREADY_EXISTS 4113 attribute RESULT_ALREADY_EXISTS
4113 attribute RESULT_BUSY 4114 attribute RESULT_BUSY
4114 attribute RESULT_CANCELLED 4115 attribute RESULT_CANCELLED
4115 attribute RESULT_DATA_LOSS 4116 attribute RESULT_DATA_LOSS
4116 attribute RESULT_DEADLINE_EXCEEDED 4117 attribute RESULT_DEADLINE_EXCEEDED
4117 attribute RESULT_FAILED_PRECONDITION 4118 attribute RESULT_FAILED_PRECONDITION
4118 attribute RESULT_INTERNAL 4119 attribute RESULT_INTERNAL
4119 attribute RESULT_INVALID_ARGUMENT 4120 attribute RESULT_INVALID_ARGUMENT
4120 attribute RESULT_NOT_FOUND 4121 attribute RESULT_NOT_FOUND
4121 attribute RESULT_OK 4122 attribute RESULT_OK
4122 attribute RESULT_OUT_OF_RANGE 4123 attribute RESULT_OUT_OF_RANGE
4123 attribute RESULT_PERMISSION_DENIED 4124 attribute RESULT_PERMISSION_DENIED
4124 attribute RESULT_RESOURCE_EXHAUSTED 4125 attribute RESULT_RESOURCE_EXHAUSTED
4125 attribute RESULT_SHOULD_WAIT 4126 attribute RESULT_SHOULD_WAIT
4126 attribute RESULT_UNAVAILABLE 4127 attribute RESULT_UNAVAILABLE
4127 attribute RESULT_UNIMPLEMENTED 4128 attribute RESULT_UNIMPLEMENTED
4128 attribute RESULT_UNKNOWN 4129 attribute RESULT_UNKNOWN
4129 method constructor 4130 method constructor
4130 interface MojoHandle 4131 interface MojoHandle
4131 attribute @@toStringTag 4132 attribute @@toStringTag
4132 method close 4133 method close
4133 method constructor 4134 method constructor
4135 method discardData
4134 method duplicateBufferHandle 4136 method duplicateBufferHandle
4135 method mapBuffer 4137 method mapBuffer
4138 method queryData
4139 method readData
4136 method readMessage 4140 method readMessage
4137 method watch 4141 method watch
4142 method writeData
4138 method writeMessage 4143 method writeMessage
4139 interface MojoWatcher 4144 interface MojoWatcher
4140 attribute @@toStringTag 4145 attribute @@toStringTag
4141 method cancel 4146 method cancel
4142 method constructor 4147 method constructor
4143 interface MouseEvent : UIEvent 4148 interface MouseEvent : UIEvent
4144 attribute @@toStringTag 4149 attribute @@toStringTag
4145 getter altKey 4150 getter altKey
4146 getter button 4151 getter button
4147 getter buttons 4152 getter buttons
(...skipping 4919 matching lines...) Expand 10 before | Expand all | Expand 10 after
9067 setter scrollY 9072 setter scrollY
9068 setter scrollbars 9073 setter scrollbars
9069 setter status 9074 setter status
9070 setter statusbar 9075 setter statusbar
9071 setter toolbar 9076 setter toolbar
9072 setter visualViewport 9077 setter visualViewport
9073 PASS successfullyParsed is true 9078 PASS successfullyParsed is true
9074 9079
9075 TEST COMPLETE 9080 TEST COMPLETE
9076 9081
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/mojo/data-pipe.html ('k') | third_party/WebKit/Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698