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

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

Issue 2379863003: Implement AnimationEffectTimingReadOnly interface (Closed)
Patch Set: Response to review, update formatting of new files Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h » ('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: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 28 matching lines...) Expand all
39 method getFloatTimeDomainData 39 method getFloatTimeDomainData
40 setter fftSize 40 setter fftSize
41 setter maxDecibels 41 setter maxDecibels
42 setter minDecibels 42 setter minDecibels
43 setter smoothingTimeConstant 43 setter smoothingTimeConstant
44 interface AnimationEffectReadOnly 44 interface AnimationEffectReadOnly
45 attribute @@toStringTag 45 attribute @@toStringTag
46 getter timing 46 getter timing
47 method constructor 47 method constructor
48 method getComputedTiming 48 method getComputedTiming
49 interface AnimationEffectTiming 49 interface AnimationEffectTiming : AnimationEffectTimingReadOnly
50 attribute @@toStringTag 50 attribute @@toStringTag
51 getter delay 51 getter delay
52 getter direction 52 getter direction
53 getter duration 53 getter duration
54 getter easing 54 getter easing
55 getter endDelay 55 getter endDelay
56 getter fill 56 getter fill
57 getter iterationStart 57 getter iterationStart
58 getter iterations 58 getter iterations
59 method constructor 59 method constructor
60 setter delay 60 setter delay
61 setter direction 61 setter direction
62 setter duration 62 setter duration
63 setter easing 63 setter easing
64 setter endDelay 64 setter endDelay
65 setter fill 65 setter fill
66 setter iterationStart 66 setter iterationStart
67 setter iterations 67 setter iterations
68 interface AnimationEffectTimingReadOnly
69 attribute @@toStringTag
70 getter delay
71 getter direction
72 getter duration
73 getter easing
74 getter endDelay
75 getter fill
76 getter iterationStart
77 getter iterations
78 method constructor
68 interface AnimationEvent : Event 79 interface AnimationEvent : Event
69 attribute @@toStringTag 80 attribute @@toStringTag
70 getter animationName 81 getter animationName
71 getter elapsedTime 82 getter elapsedTime
72 method constructor 83 method constructor
73 interface AnimationPlaybackEvent : Event 84 interface AnimationPlaybackEvent : Event
74 attribute @@toStringTag 85 attribute @@toStringTag
75 getter currentTime 86 getter currentTime
76 getter timelineTime 87 getter timelineTime
77 method constructor 88 method constructor
(...skipping 7854 matching lines...) Expand 10 before | Expand all | Expand 10 after
7932 method stop 7943 method stop
7933 method webkitCancelAnimationFrame 7944 method webkitCancelAnimationFrame
7934 method webkitCancelRequestAnimationFrame 7945 method webkitCancelRequestAnimationFrame
7935 method webkitRequestAnimationFrame 7946 method webkitRequestAnimationFrame
7936 method webkitRequestFileSystem 7947 method webkitRequestFileSystem
7937 method webkitResolveLocalFileSystemURL 7948 method webkitResolveLocalFileSystemURL
7938 PASS successfullyParsed is true 7949 PASS successfullyParsed is true
7939 7950
7940 TEST COMPLETE 7951 TEST COMPLETE
7941 7952
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698