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

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

Issue 2582543002: bluetooth: Remove [NoInterfaceObject] from Bluetooth interface (Closed)
Patch Set: Fix tests Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface Accelerometer : Sensor 10 interface Accelerometer : Sensor
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 getter isClosed 335 getter isClosed
336 getter size 336 getter size
337 getter type 337 getter type
338 method close 338 method close
339 method constructor 339 method constructor
340 method slice 340 method slice
341 interface BlobEvent : Event 341 interface BlobEvent : Event
342 attribute @@toStringTag 342 attribute @@toStringTag
343 getter data 343 getter data
344 method constructor 344 method constructor
345 interface Bluetooth
346 attribute @@toStringTag
347 method constructor
348 method requestDevice
mlamouri (slow - plz ping) 2016/12/16 09:21:13 Shouldn't you update LayoutTests/virtual/stable/we
fbeaufortchromium 2016/12/16 09:41:11 Done.
345 interface BluetoothCharacteristicProperties 349 interface BluetoothCharacteristicProperties
346 attribute @@toStringTag 350 attribute @@toStringTag
347 getter authenticatedSignedWrites 351 getter authenticatedSignedWrites
348 getter broadcast 352 getter broadcast
349 getter indicate 353 getter indicate
350 getter notify 354 getter notify
351 getter read 355 getter read
352 getter reliableWrite 356 getter reliableWrite
353 getter writableAuxiliaries 357 getter writableAuxiliaries
354 getter write 358 getter write
(...skipping 8562 matching lines...) Expand 10 before | Expand all | Expand 10 after
8917 setter scrollY 8921 setter scrollY
8918 setter scrollbars 8922 setter scrollbars
8919 setter status 8923 setter status
8920 setter statusbar 8924 setter statusbar
8921 setter toolbar 8925 setter toolbar
8922 setter visualViewport 8926 setter visualViewport
8923 PASS successfullyParsed is true 8927 PASS successfullyParsed is true
8924 8928
8925 TEST COMPLETE 8929 TEST COMPLETE
8926 8930
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698