Changes between Version 4 and Version 5 of Firefox_userobs


Ignore:
Timestamp:
05/10/07 12:08:06 (17 years ago)
Author:
mploessl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Firefox_userobs

    v4 v5  
    1212=== Bookmark Events === 
    1313 
     14BOOKMARK = "urn:mozilla:bookmarks:" 
     15 
    1416'''Mathod:''' eventAddBookmark [[BR]] 
    1517'''Parameters:'''  
    1618 
    1719||'''Name'''||'''Value'''|| 
    18 ||bmURI||"BOOKMARK" + URI|| 
    19 ||bmLocation||BMlocation|| 
    20 ||bmName||BMname|| 
    21 ||bmFolder||BMfolder|| 
     20||bmURI||BOOKMARK + URI|| 
     21||bmLocation||the URL of the bookmark|| 
     22||bmName||the name of the bookmark|| 
     23||bmFolder||the name folder in which the bookmark was created|| 
    2224 
    2325 
     
    2628 
    2729||'''Name'''||'''Value'''|| 
    28 ||BMname||name|| 
    29 ||BMlocation||URL|| 
    30 ||BMURI||"BOOKMARK"+URI|| 
     30||BMname||the name of the bookmark|| 
     31||BMlocation||the URL of the bookmark|| 
     32||BMURI||BOOKMARK + URI|| 
    3133 
    3234=== Browser Events ===