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: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 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
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 14 matching lines...) Expand all
25 getter smoothingTimeConstant 25 getter smoothingTimeConstant
26 method constructor 26 method constructor
27 method getByteFrequencyData 27 method getByteFrequencyData
28 method getByteTimeDomainData 28 method getByteTimeDomainData
29 method getFloatFrequencyData 29 method getFloatFrequencyData
30 method getFloatTimeDomainData 30 method getFloatTimeDomainData
31 setter fftSize 31 setter fftSize
32 setter maxDecibels 32 setter maxDecibels
33 setter minDecibels 33 setter minDecibels
34 setter smoothingTimeConstant 34 setter smoothingTimeConstant
35 interface Animation 35 interface AnimationEffectReadOnly
36 getter computedTiming
37 getter timing
36 method constructor 38 method constructor
39 interface AnimationEffectTiming
40 getter delay
41 getter direction
42 getter duration
43 getter easing
44 getter endDelay
45 getter fill
46 getter iterationStart
47 getter iterations
48 getter playbackRate
49 method constructor
50 setter delay
51 setter direction
52 setter duration
53 setter easing
54 setter endDelay
55 setter fill
56 setter iterationStart
57 setter iterations
58 setter playbackRate
37 interface AnimationEvent 59 interface AnimationEvent
38 getter animationName 60 getter animationName
39 getter elapsedTime 61 getter elapsedTime
40 method constructor 62 method constructor
41 interface AnimationNode
42 getter computedTiming
43 getter timing
44 method constructor
45 interface AnimationPlayerEvent 63 interface AnimationPlayerEvent
46 getter currentTime 64 getter currentTime
47 getter timelineTime 65 getter timelineTime
48 method constructor 66 method constructor
49 interface AnimationTimeline 67 interface AnimationTimeline
50 getter currentTime 68 getter currentTime
51 getter playbackRate 69 getter playbackRate
52 method constructor 70 method constructor
53 method getAnimationPlayers 71 method getAnimations
54 method play 72 method play
55 setter currentTime 73 setter currentTime
56 setter playbackRate 74 setter playbackRate
57 interface AppBannerPromptResult 75 interface AppBannerPromptResult
58 getter outcome 76 getter outcome
59 getter platform 77 getter platform
60 method constructor 78 method constructor
61 interface ApplicationCache 79 interface ApplicationCache
62 attribute CHECKING 80 attribute CHECKING
63 attribute DOWNLOADING 81 attribute DOWNLOADING
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 getter shadowRoot 1308 getter shadowRoot
1291 getter style 1309 getter style
1292 getter tabStop 1310 getter tabStop
1293 getter tagName 1311 getter tagName
1294 method animate 1312 method animate
1295 method blur 1313 method blur
1296 method closest 1314 method closest
1297 method constructor 1315 method constructor
1298 method createShadowRoot 1316 method createShadowRoot
1299 method focus 1317 method focus
1300 method getAnimationPlayers 1318 method getAnimations
1301 method getAttribute 1319 method getAttribute
1302 method getAttributeNS 1320 method getAttributeNS
1303 method getAttributeNode 1321 method getAttributeNode
1304 method getAttributeNodeNS 1322 method getAttributeNodeNS
1305 method getBoundingClientRect 1323 method getBoundingClientRect
1306 method getClientRects 1324 method getClientRects
1307 method getDestinationInsertionPoints 1325 method getDestinationInsertionPoints
1308 method getElementsByClassName 1326 method getElementsByClassName
1309 method getElementsByTagName 1327 method getElementsByTagName
1310 method getElementsByTagNameNS 1328 method getElementsByTagNameNS
(...skipping 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 getter keyIdentifier 3108 getter keyIdentifier
3091 getter keyLocation 3109 getter keyLocation
3092 getter location 3110 getter location
3093 getter metaKey 3111 getter metaKey
3094 getter repeat 3112 getter repeat
3095 getter shiftKey 3113 getter shiftKey
3096 getter which 3114 getter which
3097 method constructor 3115 method constructor
3098 method getModifierState 3116 method getModifierState
3099 method initKeyboardEvent 3117 method initKeyboardEvent
3118 interface KeyframeEffect
3119 method constructor
3100 interface LocalCredential 3120 interface LocalCredential
3101 getter formData 3121 getter formData
3102 getter password 3122 getter password
3103 method constructor 3123 method constructor
3104 interface Location 3124 interface Location
3105 getter hash 3125 getter hash
3106 getter host 3126 getter host
3107 getter hostname 3127 getter hostname
3108 getter origin 3128 getter origin
3109 getter pathname 3129 getter pathname
(...skipping 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after
5467 method getTrackById 5487 method getTrackById
5468 method item 5488 method item
5469 setter onaddtrack 5489 setter onaddtrack
5470 setter onchange 5490 setter onchange
5471 setter onremovetrack 5491 setter onremovetrack
5472 interface TimeRanges 5492 interface TimeRanges
5473 getter length 5493 getter length
5474 method constructor 5494 method constructor
5475 method end 5495 method end
5476 method start 5496 method start
5477 interface Timing
5478 getter delay
5479 getter direction
5480 getter duration
5481 getter easing
5482 getter endDelay
5483 getter fill
5484 getter iterationStart
5485 getter iterations
5486 getter playbackRate
5487 method constructor
5488 setter delay
5489 setter direction
5490 setter duration
5491 setter easing
5492 setter endDelay
5493 setter fill
5494 setter iterationStart
5495 setter iterations
5496 setter playbackRate
5497 interface Touch 5497 interface Touch
5498 getter clientX 5498 getter clientX
5499 getter clientY 5499 getter clientY
5500 getter force 5500 getter force
5501 getter identifier 5501 getter identifier
5502 getter pageX 5502 getter pageX
5503 getter pageY 5503 getter pageY
5504 getter radiusX 5504 getter radiusX
5505 getter radiusY 5505 getter radiusY
5506 getter screenX 5506 getter screenX
(...skipping 1323 matching lines...) Expand 10 before | Expand all | Expand 10 after
6830 setter password 6830 setter password
6831 setter pathname 6831 setter pathname
6832 setter port 6832 setter port
6833 setter protocol 6833 setter protocol
6834 setter search 6834 setter search
6835 setter username 6835 setter username
6836 PASS successfullyParsed is true 6836 PASS successfullyParsed is true
6837 6837
6838 TEST COMPLETE 6838 TEST COMPLETE
6839 6839
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/element-instance-property-listing-expected.txt ('k') | LayoutTests/webexposed/web-animations-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698