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

Side by Side Diff: LayoutTests/platform/win/fast/workers/storage/test-authorizer-sync-expected.txt

Issue 417103002: Deprecate openDatabase and openDatabaseSync in workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: 'openDatabaseSync' is deprecated. Please switch to Indexed Data base API.
1 Test the database authorizer. 2 Test the database authorizer.
2 Beginning write transaction: 3 Beginning write transaction:
3 SQLITE_CREATE_TABLE allowed. 4 SQLITE_CREATE_TABLE allowed.
4 SQLITE_CREATE_INDEX allowed. 5 SQLITE_CREATE_INDEX allowed.
5 SQLITE_CREATE_TEMP_TABLE allowed. 6 SQLITE_CREATE_TEMP_TABLE allowed.
6 SQLITE_CREATE_TEMP_TRIGGER allowed. 7 SQLITE_CREATE_TEMP_TRIGGER allowed.
7 SQLITE_CREATE_TEMP_VIEW allowed. 8 SQLITE_CREATE_TEMP_VIEW allowed.
8 SQLITE_CREATE_TRIGGER allowed. 9 SQLITE_CREATE_TRIGGER allowed.
9 SQLITE_CREATE_VIEW allowed. 10 SQLITE_CREATE_VIEW allowed.
10 SQLITE_CREATE_VTABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) 11 SQLITE_CREATE_VTABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12)
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 SQLITE_ANALYZE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLT ransactionSync': Could not prepare statement. (12) 63 SQLITE_ANALYZE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLT ransactionSync': Could not prepare statement. (12)
63 SQLITE_DROP_INDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'S QLTransactionSync': Could not prepare statement. (12) 64 SQLITE_DROP_INDEX not allowed: SyntaxError: Failed to execute 'executeSql' on 'S QLTransactionSync': Could not prepare statement. (12)
64 SQLITE_DROP_TEMP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) 65 SQLITE_DROP_TEMP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12)
65 SQLITE_DROP_TEMP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql ' on 'SQLTransactionSync': Could not prepare statement. (12) 66 SQLITE_DROP_TEMP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql ' on 'SQLTransactionSync': Could not prepare statement. (12)
66 SQLITE_DROP_TEMP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' o n 'SQLTransactionSync': Could not prepare statement. (12) 67 SQLITE_DROP_TEMP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' o n 'SQLTransactionSync': Could not prepare statement. (12)
67 SQLITE_DROP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12) 68 SQLITE_DROP_TRIGGER not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQLTransactionSync': Could not prepare statement. (12)
68 SQLITE_DROP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQ LTransactionSync': Could not prepare statement. (12) 69 SQLITE_DROP_VIEW not allowed: SyntaxError: Failed to execute 'executeSql' on 'SQ LTransactionSync': Could not prepare statement. (12)
69 SQLITE_DROP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'S QLTransactionSync': Could not prepare statement. (12) 70 SQLITE_DROP_TABLE not allowed: SyntaxError: Failed to execute 'executeSql' on 'S QLTransactionSync': Could not prepare statement. (12)
70 Read transactions succeeded. 71 Read transactions succeeded.
71 72
OLDNEW
« no previous file with comments | « LayoutTests/platform/mac/fast/workers/storage/test-authorizer-sync-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698