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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/webexposed/global-interface-listing-expected.txt

Issue 2331213002: Add `disposition` to SecurityPolicyViolationEvent (Closed)
Patch Set: Fix a typo in rebased test expectation 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/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [INTERFACES] 1 [INTERFACES]
2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead. 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst ead.
3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead.
4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead. 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS torage' or 'navigator.webkitPersistentStorage' instead.
5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead.
6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead.
7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead.
8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead.
9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead.
(...skipping 4389 matching lines...) Expand 10 before | Expand all | Expand 10 after
4400 method unlock 4400 method unlock
4401 setter onchange 4401 setter onchange
4402 interface ScriptProcessorNode : AudioNode 4402 interface ScriptProcessorNode : AudioNode
4403 getter bufferSize 4403 getter bufferSize
4404 getter onaudioprocess 4404 getter onaudioprocess
4405 method constructor 4405 method constructor
4406 setter onaudioprocess 4406 setter onaudioprocess
4407 interface SecurityPolicyViolationEvent : Event 4407 interface SecurityPolicyViolationEvent : Event
4408 getter blockedURI 4408 getter blockedURI
4409 getter columnNumber 4409 getter columnNumber
4410 getter disposition
4410 getter documentURI 4411 getter documentURI
4411 getter effectiveDirective 4412 getter effectiveDirective
4412 getter lineNumber 4413 getter lineNumber
4413 getter originalPolicy 4414 getter originalPolicy
4414 getter referrer 4415 getter referrer
4415 getter sourceFile 4416 getter sourceFile
4416 getter statusCode 4417 getter statusCode
4417 getter violatedDirective 4418 getter violatedDirective
4418 method constructor 4419 method constructor
4419 interface Selection 4420 interface Selection
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after
5844 method scrollBy 5845 method scrollBy
5845 method scrollTo 5846 method scrollTo
5846 method setInterval 5847 method setInterval
5847 method setTimeout 5848 method setTimeout
5848 method stop 5849 method stop
5849 method webkitCancelAnimationFrame 5850 method webkitCancelAnimationFrame
5850 method webkitCancelRequestAnimationFrame 5851 method webkitCancelRequestAnimationFrame
5851 method webkitRequestAnimationFrame 5852 method webkitRequestAnimationFrame
5852 This test documents all interface attributes and methods on the global window ob ject and element instances. 5853 This test documents all interface attributes and methods on the global window ob ject and element instances.
5853 TEST FINISHED 5854 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698