Title: [118700] trunk/Source/WebCore
Revision
118700
Author
leo.y...@torchmobile.com.cn
Date
2012-05-28 11:33:45 -0700 (Mon, 28 May 2012)

Log Message

FileWriterSync binding should have no static table
https://bugs.webkit.org/show_bug.cgi?id=87645

Reviewed by George Staikos.

FileWriterSync could be used in filesystem FileWriter in worker thread, so we should add ProgressEvent in idl file.

Covered by existing test: fast/filesystem/workers/sync-operations.html.

* Modules/filesystem/FileWriterSync.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (118699 => 118700)


--- trunk/Source/WebCore/ChangeLog	2012-05-28 18:29:29 UTC (rev 118699)
+++ trunk/Source/WebCore/ChangeLog	2012-05-28 18:33:45 UTC (rev 118700)
@@ -1,3 +1,16 @@
+2012-05-28  Leo Yang  <leo.y...@torchmobile.com.cn>
+
+        FileWriterSync binding should have no static table
+        https://bugs.webkit.org/show_bug.cgi?id=87645
+
+        Reviewed by George Staikos.
+
+        FileWriterSync could be used in filesystem FileWriter in worker thread, so we should add ProgressEvent in idl file.
+
+        Covered by existing test: fast/filesystem/workers/sync-operations.html.
+
+        * Modules/filesystem/FileWriterSync.idl:
+
 2012-05-28  Arvid Nilsson  <anils...@rim.com>
 
         [BlackBerry] Add an overlay layer

Modified: trunk/Source/WebCore/Modules/filesystem/FileWriterSync.idl (118699 => 118700)


--- trunk/Source/WebCore/Modules/filesystem/FileWriterSync.idl	2012-05-28 18:29:29 UTC (rev 118699)
+++ trunk/Source/WebCore/Modules/filesystem/FileWriterSync.idl	2012-05-28 18:33:45 UTC (rev 118700)
@@ -31,6 +31,7 @@
 module html {
     interface [
         Conditional=FILE_SYSTEM,
+        JSNoStaticTables
     ] FileWriterSync {
         // synchronous write/modify methods
         void write(in Blob data) raises (FileException);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to