Changes between Version 8 and Version 9 of ProposedWebInspectorRearchitecting


Ignore:
Timestamp:
Sep 13, 2008 11:23:27 PM (16 years ago)
Author:
timothy@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProposedWebInspectorRearchitecting

    v8 v9  
    4646
    4747=== Response Messages ===
    48 The {{{evaluate}}}, {{{messages}}} and {{{messageLimit}}} functions above will have response messages.
     48The {{{evaluate()}}}, {{{fetchMessages()}}} and {{{fetchMessageLimit()}}} functions above will have response messages.
    4949
    5050{{{console:evaluate}}}[[BR]]
     
    5252
    5353{{{console:messages}}}[[BR]]
    54 ''sent in response to a {{{messages()}}} call. contains an array of console message objects''
     54''sent in response to a {{{fetchMessages()}}} call. contains an array of console message objects''
    5555
    5656{{{console:message-limit}}}[[BR]]
    57 ''sent in response to a {{{messageLimit()}}} call. contains a number''
     57''sent in response to a {{{fetchMessageLimit()}}} call. contains a number''
    5858
    5959=== Notification Messages ===
    60 The Console will have a couple of notification messages that get sent to observers.
     60The Console will have a notification message that gets sent to interested observers.
    6161
    6262{{{console:new-message}}}[[BR]]