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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/experimental_devtools_console.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: everything but svn stuff Created 8 years, 4 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
1 <!-- BEGIN AUTHORED CONTENT -->
2 <div id="pageData-name" class="pageData">chrome.experimental.devtools.console
3 API</div>
4 <p> 1 <p>
5 Use <code>chrome.experimental.devtools.console</code> to retrieve messages from 2 Use <code>chrome.experimental.devtools.console</code> to retrieve messages from
6 the inspected page console and post messages there. <code>getMessages()</code> 3 the inspected page console and post messages there. <code>getMessages()</code>
7 returns the list of messages on the console, <code>onMessageAdded</code> 4 returns the list of messages on the console, <code>onMessageAdded</code>
8 event provides notifications on new messages, and <code>addMessage()</code> 5 event provides notifications on new messages, and <code>addMessage()</code>
9 allows an extension to add new messages. 6 allows an extension to add new messages.
10 </p> 7 </p>
11 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698