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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2852823002: Rename KeyLock to KeyboardLock and return enum from IPC (Closed)
Patch Set: Remove KeyboardLockRequestResult::FAILURE; it is not used by Chrome. Created 3 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
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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4343 matching lines...) Expand 10 before | Expand all | Expand 10 after
4354 getter product 4354 getter product
4355 getter productSub 4355 getter productSub
4356 getter serviceWorker 4356 getter serviceWorker
4357 getter storage 4357 getter storage
4358 getter usb 4358 getter usb
4359 getter userAgent 4359 getter userAgent
4360 getter vendor 4360 getter vendor
4361 getter vendorSub 4361 getter vendorSub
4362 getter webkitPersistentStorage 4362 getter webkitPersistentStorage
4363 getter webkitTemporaryStorage 4363 getter webkitTemporaryStorage
4364 method cancelKeyLock 4364 method cancelKeyboardLock
4365 method constructor 4365 method constructor
4366 method getBattery 4366 method getBattery
4367 method getGamepads 4367 method getGamepads
4368 method getInstalledRelatedApps 4368 method getInstalledRelatedApps
4369 method getUserMedia 4369 method getUserMedia
4370 method getVRDisplays 4370 method getVRDisplays
4371 method isProtocolHandlerRegistered 4371 method isProtocolHandlerRegistered
4372 method javaEnabled 4372 method javaEnabled
4373 method registerProtocolHandler 4373 method registerProtocolHandler
4374 method requestKeyLock 4374 method requestKeyboardLock
4375 method requestMIDIAccess 4375 method requestMIDIAccess
4376 method requestMediaKeySystemAccess 4376 method requestMediaKeySystemAccess
4377 method sendBeacon 4377 method sendBeacon
4378 method share 4378 method share
4379 method unregisterProtocolHandler 4379 method unregisterProtocolHandler
4380 method vibrate 4380 method vibrate
4381 method webkitGetUserMedia 4381 method webkitGetUserMedia
4382 interface NetworkInformation : EventTarget 4382 interface NetworkInformation : EventTarget
4383 attribute @@toStringTag 4383 attribute @@toStringTag
4384 getter downlinkMax 4384 getter downlinkMax
(...skipping 4774 matching lines...) Expand 10 before | Expand all | Expand 10 after
9159 setter scrollY 9159 setter scrollY
9160 setter scrollbars 9160 setter scrollbars
9161 setter status 9161 setter status
9162 setter statusbar 9162 setter statusbar
9163 setter toolbar 9163 setter toolbar
9164 setter visualViewport 9164 setter visualViewport
9165 PASS successfullyParsed is true 9165 PASS successfullyParsed is true
9166 9166
9167 TEST COMPLETE 9167 TEST COMPLETE
9168 9168
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698