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

Unified Diff: ppapi/api/ppb_message_loop.idl

Issue 11364188: PPAPI: Take PPB_MessageLoop out of Dev (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 1 month 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
« no previous file with comments | « ppapi/api/dev/ppb_message_loop_dev.idl ('k') | ppapi/c/dev/ppb_message_loop_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_message_loop.idl
diff --git a/ppapi/api/dev/ppb_message_loop_dev.idl b/ppapi/api/ppb_message_loop.idl
similarity index 98%
rename from ppapi/api/dev/ppb_message_loop_dev.idl
rename to ppapi/api/ppb_message_loop.idl
index c5072bbc542e50268b438fe6557f767519e1f633..10d6d34e68dee80256e5d53de8efd85e9fb74103 100644
--- a/ppapi/api/dev/ppb_message_loop_dev.idl
+++ b/ppapi/api/ppb_message_loop.idl
@@ -4,10 +4,10 @@
*/
/**
- * Defines the PPB_MessageLoop_Dev interface.
+ * Defines the PPB_MessageLoop interface.
*/
label Chrome {
- M18 = 0.1
+ M25 = 1.0
};
/**
@@ -124,7 +124,7 @@ label Chrome {
* implementation of your callback checks the "result" argument and returns
* immediately on error.
*/
-interface PPB_MessageLoop_Dev {
+interface PPB_MessageLoop {
/**
* Creates a message loop resource.
*
@@ -248,7 +248,8 @@ interface PPB_MessageLoop_Dev {
* before that point will be processed before quitting.
*
* This may be called on the message loop registered for the current thread,
- * or it may be called on the message loop registered for another thread.
+ * or it may be called on the message loop registered for another thread. It
+ * is an error to attempt to PostQuit() the main thread loop.
*
* @param should_destroy Marks the message loop as being in a destroyed state
* and prevents further posting of messages.
« no previous file with comments | « ppapi/api/dev/ppb_message_loop_dev.idl ('k') | ppapi/c/dev/ppb_message_loop_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698