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

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

Issue 10797039: Extensions Docs Server: devtools API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: console and audits are back Created 8 years, 5 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 --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <div id="pageData-name" class="pageData">chrome.experimental.devtools.console 2 <div id="pageData-name" class="pageData">chrome.experimental.devtools.console
3 API</div> 3 API</div>
4 <p> 4 <p>
5 Use <code>chrome.experimental.devtools.console</code> to retrieve messages from 5 Use <code>chrome.experimental.devtools.console</code> to retrieve messages from
6 the inspected page console and post messages there. <code>getMessages()</code> 6 the inspected page console and post messages there. <code>getMessages()</code>
7 returns the list of messages on the console, <code>onMessageAdded</code> 7 returns the list of messages on the console, <code>onMessageAdded</code>
8 event provides notifications on new messages, and <code>addMessage()</code> 8 event provides notifications on new messages, and <code>addMessage()</code>
9 allows an extension to add new messages. 9 allows an extension to add new messages.
10 </p> 10 </p>
11 <!-- END AUTHORED CONTENT --> 11 <!-- END AUTHORED CONTENT -->
not at google - send to devlin 2012/07/30 08:17:20 delete this <!-- AUTHORED CONTENT --> stuff Same
cduvall 2012/07/31 18:41:45 The docs conversion script will remove all of thes
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698