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

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

Issue 2720873002: Implements JS bindings for mojo shared buffer. (Closed)
Patch Set: rebaseline2 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 4090 matching lines...) Expand 10 before | Expand all | Expand 10 after
4101 method constructor 4101 method constructor
4102 interface MimeTypeArray 4102 interface MimeTypeArray
4103 attribute @@toStringTag 4103 attribute @@toStringTag
4104 getter length 4104 getter length
4105 method @@iterator 4105 method @@iterator
4106 method constructor 4106 method constructor
4107 method item 4107 method item
4108 method namedItem 4108 method namedItem
4109 interface Mojo 4109 interface Mojo
4110 static method createMessagePipe 4110 static method createMessagePipe
4111 static method createSharedBuffer
4111 attribute @@toStringTag 4112 attribute @@toStringTag
4112 attribute RESULT_ABORTED 4113 attribute RESULT_ABORTED
4113 attribute RESULT_ALREADY_EXISTS 4114 attribute RESULT_ALREADY_EXISTS
4114 attribute RESULT_BUSY 4115 attribute RESULT_BUSY
4115 attribute RESULT_CANCELLED 4116 attribute RESULT_CANCELLED
4116 attribute RESULT_DATA_LOSS 4117 attribute RESULT_DATA_LOSS
4117 attribute RESULT_DEADLINE_EXCEEDED 4118 attribute RESULT_DEADLINE_EXCEEDED
4118 attribute RESULT_FAILED_PRECONDITION 4119 attribute RESULT_FAILED_PRECONDITION
4119 attribute RESULT_INTERNAL 4120 attribute RESULT_INTERNAL
4120 attribute RESULT_INVALID_ARGUMENT 4121 attribute RESULT_INVALID_ARGUMENT
4121 attribute RESULT_NOT_FOUND 4122 attribute RESULT_NOT_FOUND
4122 attribute RESULT_OK 4123 attribute RESULT_OK
4123 attribute RESULT_OUT_OF_RANGE 4124 attribute RESULT_OUT_OF_RANGE
4124 attribute RESULT_PERMISSION_DENIED 4125 attribute RESULT_PERMISSION_DENIED
4125 attribute RESULT_RESOURCE_EXHAUSTED 4126 attribute RESULT_RESOURCE_EXHAUSTED
4126 attribute RESULT_SHOULD_WAIT 4127 attribute RESULT_SHOULD_WAIT
4127 attribute RESULT_UNAVAILABLE 4128 attribute RESULT_UNAVAILABLE
4128 attribute RESULT_UNIMPLEMENTED 4129 attribute RESULT_UNIMPLEMENTED
4129 attribute RESULT_UNKNOWN 4130 attribute RESULT_UNKNOWN
4130 method constructor 4131 method constructor
4131 interface MojoHandle 4132 interface MojoHandle
4132 attribute @@toStringTag 4133 attribute @@toStringTag
4133 method close 4134 method close
4134 method constructor 4135 method constructor
4136 method duplicateBufferHandle
4137 method mapBuffer
4135 method readMessage 4138 method readMessage
4136 method watch 4139 method watch
4137 method writeMessage 4140 method writeMessage
4138 interface MojoWatcher 4141 interface MojoWatcher
4139 attribute @@toStringTag 4142 attribute @@toStringTag
4140 method cancel 4143 method cancel
4141 method constructor 4144 method constructor
4142 interface MouseEvent : UIEvent 4145 interface MouseEvent : UIEvent
4143 attribute @@toStringTag 4146 attribute @@toStringTag
4144 getter altKey 4147 getter altKey
(...skipping 4919 matching lines...) Expand 10 before | Expand all | Expand 10 after
9064 setter scrollY 9067 setter scrollY
9065 setter scrollbars 9068 setter scrollbars
9066 setter status 9069 setter status
9067 setter statusbar 9070 setter statusbar
9068 setter toolbar 9071 setter toolbar
9069 setter visualViewport 9072 setter visualViewport
9070 PASS successfullyParsed is true 9073 PASS successfullyParsed is true
9071 9074
9072 TEST COMPLETE 9075 TEST COMPLETE
9073 9076
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/mojo/shared-buffer.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