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

Unified Diff: tools/json_schema_compiler/dart_test/basic_event.idl

Issue 12218151: Added unit tests for the Dart Chrome.* API wrappers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove print statement if outputting to file. Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: tools/json_schema_compiler/dart_test/basic_event.idl
diff --git a/content/test/data/indexeddb/bug_106883.js b/tools/json_schema_compiler/dart_test/basic_event.idl
similarity index 59%
copy from content/test/data/indexeddb/bug_106883.js
copy to tools/json_schema_compiler/dart_test/basic_event.idl
index b76cb89ea49d12298292f8891e85cfbbbddd26eb..8e5e13ce35ea8bcb1ea07e0e5f76a63e9adaacd6 100644
--- a/content/test/data/indexeddb/bug_106883.js
+++ b/tools/json_schema_compiler/dart_test/basic_event.idl
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-function test()
-{
- webkitIndexedDB.deleteDatabase('no-such-database').onsuccess = function() {
- window.close();
+namespace basic_event {
+ interface Events {
+ // Documentation for basicEvent.
+ static void basicEvent();
};
-}
+};
« no previous file with comments | « tools/json_schema_compiler/dart_test/basic_event.dart ('k') | tools/json_schema_compiler/dart_test/basic_function.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698