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

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

Issue 1336463002: Webview Layout Test failure on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | no next file » | 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 getter cssRules 252 getter cssRules
253 getter name 253 getter name
254 method appendRule 254 method appendRule
255 method constructor 255 method constructor
256 method deleteRule 256 method deleteRule
257 method findRule 257 method findRule
258 setter name 258 setter name
259 interface CSSMediaRule 259 interface CSSMediaRule
260 getter media 260 getter media
261 method constructor 261 method constructor
262 interface CSSNamespaceRule
263 getter namespaceURI
264 getter prefix
265 method constructor
262 interface CSSPageRule 266 interface CSSPageRule
263 getter selectorText 267 getter selectorText
264 getter style 268 getter style
265 method constructor 269 method constructor
266 setter selectorText 270 setter selectorText
267 interface CSSRule 271 interface CSSRule
268 attribute CHARSET_RULE 272 attribute CHARSET_RULE
269 attribute FONT_FACE_RULE 273 attribute FONT_FACE_RULE
270 attribute IMPORT_RULE 274 attribute IMPORT_RULE
271 attribute KEYFRAMES_RULE 275 attribute KEYFRAMES_RULE
272 attribute KEYFRAME_RULE 276 attribute KEYFRAME_RULE
273 attribute MEDIA_RULE 277 attribute MEDIA_RULE
278 attribute NAMESPACE_RULE
274 attribute PAGE_RULE 279 attribute PAGE_RULE
275 attribute STYLE_RULE 280 attribute STYLE_RULE
276 attribute SUPPORTS_RULE 281 attribute SUPPORTS_RULE
277 attribute WEBKIT_KEYFRAMES_RULE 282 attribute WEBKIT_KEYFRAMES_RULE
278 attribute WEBKIT_KEYFRAME_RULE 283 attribute WEBKIT_KEYFRAME_RULE
279 getter cssText 284 getter cssText
280 getter parentRule 285 getter parentRule
281 getter parentStyleSheet 286 getter parentStyleSheet
282 getter type 287 getter type
283 method constructor 288 method constructor
(...skipping 5637 matching lines...) Expand 10 before | Expand all | Expand 10 after
5921 setter hostname 5926 setter hostname
5922 setter href 5927 setter href
5923 setter password 5928 setter password
5924 setter pathname 5929 setter pathname
5925 setter port 5930 setter port
5926 setter protocol 5931 setter protocol
5927 setter search 5932 setter search
5928 setter username 5933 setter username
5929 This test documents all interface attributes and methods on the global window ob ject and element instances. 5934 This test documents all interface attributes and methods on the global window ob ject and element instances.
5930 TEST FINISHED 5935 TEST FINISHED
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698