Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: chrome/common/extensions/docs/static/experimental.devtools.console.html

Issue 7941001: Added devtools.console.* and resource-related calls in inspectedWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!-- BEGIN AUTHORED CONTENT -->
2 <div id="pageData-name" class="pageData">chrome.experimental.devtools.console
3 API</div>
4 <p>
5 Use <code>chrome.experimental.devtools.console</code> to retrieve messages from
6 the inspected page console and post messages there: <code>getMessages()</code>
kathyw 2011/09/19 16:28:28 there: -> there.
kathyw 2011/09/19 16:28:28 No getMessages() method is documented in this page
7 returns the list of messages on the console, <code>onConsoleMessageAdded</code>
kathyw 2011/09/19 16:28:28 onConsoleMessageAdded -> onMessageAdded
8 event provides notifications on new messages and <code
9 >addConsoleMessages()</code> allows an extension to add new messages.
kathyw 2011/09/19 16:28:28 No addConsoleMessages method is documented in this
10 </p>
11 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698