diff options
Diffstat (limited to 'chrome/browser/cocoa/applescript/scripting.sdef')
| -rw-r--r-- | chrome/browser/cocoa/applescript/scripting.sdef | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/applescript/scripting.sdef b/chrome/browser/cocoa/applescript/scripting.sdef index 86c00c6..b67b2b7 100644 --- a/chrome/browser/cocoa/applescript/scripting.sdef +++ b/chrome/browser/cocoa/applescript/scripting.sdef @@ -249,6 +249,7 @@ <cocoa key="uniqueID"/> </property> <property name="title" code="pnam" description="The title of the folder." type="text"/> + <property name="index" code="indx" description="Returns the index with respect to its parent bookmark folder" type="number" access="r"/> </class> <class name="bookmark item" code="CrBI" description="An item consists of an URL and the title of a bookmark"> <cocoa class="BookmarkItemAppleScript"/> @@ -257,6 +258,7 @@ </property> <property name="title" code="pnam" description="The title of the bookmark item." type="text"/> <property name="URL" code="URL " description="The URL of the bookmark." type="text"/> + <property name="index" code="indx" description="Returns the index with respect to its parent bookmark folder" type="number" access="r"/> </class> <command name="reload" code="CrSuRlod" description="Reload a tab."> <direct-parameter description="The tab to execute the command in." type="specifier"/> |
