Difference between revisions of "User:Sardisson/JavaScript-AppleScript communication"

From Camino Wiki
Jump to navigation Jump to search
(initial version of this page; i've forgotten stuff i meant to list already)
 
(→‎Examples: magnolia/delicious)
 
Line 9: Line 9:
  
 
* Microformat detection and handling
 
* Microformat detection and handling
 +
* Replace haxies that add toolbar buttons (or custom builds) for popular add-ons (''e.g.'' Ma.gnolia or del.icio.us integration)

Latest revision as of 22:34, 20 September 2007

There are two principal classes of tasks that JavaScript<->AppleScript communication facilitate (and which cannot be accomplished by either AppleScript or JavaScript/bookmarklets on their own):

  • Tasks requiring access to the page source (or DOM source)
    which is currently not possible with AppleScript
  • Combining a series of steps into a single, simple task
    perhaps to replicate a Gecko-y Firefox feature in Camino

Examples

  • Microformat detection and handling
  • Replace haxies that add toolbar buttons (or custom builds) for popular add-ons (e.g. Ma.gnolia or del.icio.us integration)