Changes between Version 11 and Version 12 of ProposedWebInspectorRearchitecting


Ignore:
Timestamp:
Sep 17, 2008 11:16:17 AM (16 years ago)
Author:
Dimitri Glazkov
Comment:

added a note on fetchMessages

Legend:

Unmodified
Added
Removed
Modified
  • ProposedWebInspectorRearchitecting

    v11 v12  
    4444{{{InspectorController.Console.fetchMessages(callbackFunction)}}}[[BR]]
    4545''requests an array of all recent messages up to the messageLimit. this is used to populated the Console when opening the Inspector. new messages are gotten from the {{{console:new-messages}}} notification message''
     46
     47''NOTE:'' Currently, WebKit simply calls `WebInspector.addMessageToConsole()` for each message when the Inspector opens, so this part of the API will require rework of that logic.
    4648
    4749{{{InspectorController.Console.clearMessages()}}}[[BR]]