Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / sessions.json
index 48c09e9..a063d92 100644 (file)
@@ -16,7 +16,7 @@
             "minimum": 0,
             "maximum": 25,
             "optional": true,
-            "description": "The maximum number of entries to be fetched in the requested list. Omit this parameter to fetch the maximum number of entries ($ref:MAX_SESSION_RESULTS)."
+            "description": "The maximum number of entries to be fetched in the requested list. Omit this parameter to fetch the maximum number of entries ($(ref:sessions.MAX_SESSION_RESULTS))."
           }
         }
       },
@@ -25,8 +25,8 @@
         "type": "object",
         "properties": {
           "lastModified": {"type": "integer", "description": "The time when the window or tab was closed or modified, represented in milliseconds since the epoch."},
-          "tab": {"$ref": "tabs.Tab", "optional": true, "description": "The $ref:tabs.Tab, if this entry describes a tab. Either this or $ref:Session.window will be set."},
-          "window": {"$ref": "windows.Window", "optional": true, "description": "The $ref:windows.Window, if this entry describes a window. Either this or $ref:Session.tab will be set."}
+          "tab": {"$ref": "tabs.Tab", "optional": true, "description": "The $(ref:tabs.Tab), if this entry describes a tab. Either this or $(ref:sessions.Session.window) will be set."},
+          "window": {"$ref": "windows.Window", "optional": true, "description": "The $(ref:windows.Window), if this entry describes a window. Either this or $(ref:sessions.Session.tab) will be set."}
         }
       },
       {
@@ -75,7 +75,7 @@
             "name": "callback",
             "parameters": [
               {
-                "name": "devices", "type": "array", "items": { "$ref": "Device" }, "description": "The list of $ref:Device objects for each synced session, sorted in order from device with most recently modified session to device with least recently modified session. $ref:tabs.Tab objects are sorted by recency in the $ref:windows.Window of the $ref:Session objects."
+                "name": "devices", "type": "array", "items": { "$ref": "Device" }, "description": "The list of $(ref:sessions.Device) objects for each synced session, sorted in order from device with most recently modified session to device with least recently modified session. $(ref:tabs.Tab) objects are sorted by recency in the $(ref:windows.Window) of the $(ref:sessions.Session) objects."
               }
             ]
           }
       {
         "name": "restore",
         "type": "function",
-        "description": "Reopens a $ref:windows.Window or $ref:tabs.Tab, with an optional callback to run when the entry has been restored.",
+        "description": "Reopens a $(ref:windows.Window) or $(ref:tabs.Tab), with an optional callback to run when the entry has been restored.",
         "parameters": [
           {
             "type": "string",
             "name": "sessionId",
             "optional": true,
-            "description": "The $ref:windows.Window.sessionId, or $ref:tabs.Tab.sessionId to restore."
+            "description": "The $(ref:windows.Window.sessionId), or $(ref:tabs.Tab.sessionId) to restore."
           },
           {
             "type": "function",
               {
                 "$ref": "Session",
                 "name": "restoredSession",
-                "description": "A $ref:Session containing the restored $ref:windows.Window or $ref:tabs.Tab object."
+                "description": "A $(ref:sessions.Session) containing the restored $(ref:windows.Window) or $(ref:tabs.Tab) object."
               }
             ]
           }
     "properties": {
       "MAX_SESSION_RESULTS": {
         "value": 25,
-        "description": "The maximum number of $ref:Session that will be included in a requested list."
+        "description": "The maximum number of $(ref:sessions.Session) that will be included in a requested list."
       }
     }
   }