/external/webkit/WebKit/qt/docs/webkitsnippets/ |
qtwebkit_qwebinspector_snippet.cpp | 10 QWebInspector *inspector = new QWebInspector; local 11 inspector->setPage(page); 13 connect(page, SIGNAL(webInspectorTriggered(QWebElement)), inspector, SLOT(show()));
|
/external/webkit/WebCore/manual-tests/inspector/ |
webinspector-log.html | 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=28047">Bug 28047: add utility method to enable logging messages for inspector development</a>.</p> 5 <li>Open web inspector 7 <li>Open a web inspector on the web inspector 8 <li>Open that inspector's console panel 16 <br>In the original inspector window, there should now be a message
|
highlight-source-line.html | 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19204">Bug 19204: Inspector should highlight source lines when following links to them</a>.</p> 2 <p>To test, open the Inspector and reload this page. Then open the Inspector's Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
|
debugger-status-bar-buttons-state.html | 1 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19173">Bug 19173: Tool tips for Inspector debugger status bar buttons are wrong/missing</a>.</p> 2 <p>To test, open the Inspector and go to the Scripts panel. Check that the tool tips for the debugger's two status bar buttons make sense when each button is toggled on and off.</p>
|
remember-last-script.html | 5 <li><p>open this page with Web Inspector, switch to the <b>Scripts</b> panel, enabling debug if required 13 <li><p>close Web Inspector 17 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector 19 <li><p>open Web Inspector, switch to the <b>Scripts</b> panel 24 <li>open Web Inspector, switch to the <b>Scripts</b> panel, then close Web Inspector
|
returnEvent-crash.html | 15 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19038">Bug 19038: Crash in JavaScriptDebugServer::returnEvent when inspecting an attached Inspector</a>.</p> 16 <p>To test, open and attach the Inspector's debugger, then click the button below. If you don't crash, you have passed the test.</p>
|
console-assert.html | 36 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=19134">Bug 19134: Inspector should support console.assert</a>.</p> 37 <p>To test, click the buttons below and look at the Inspector's Console.</p>
|
console-call-line-numbers.html | 13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17234">Bug 17234: Inspector should link console.{log,warn,info,error} back to call site</a>.</p> 14 <p>To test, open the Inspector's Console and verify that all console messages have correct resource URLs and line numbers. Also verify that errors and warnings show up inline as bubbles in the resource source view.</p>
|
display-sql-null.html | 3 var db = openDatabase("InspectorTest", "0.1", "Database for Inspector tests", 200000); 15 <li>Open the Inspector</li>
|
command-line-api.html | 6 <p>To test, execute "$()" in the Inspector's Console. Also trying setting $.</p>
|
debugger-pause-during-load.html | 5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>
|
/external/webkit/WebKit/qt/tests/qwebinspector/ |
tst_qwebinspector.cpp | 36 { // External inspector + manual destruction of page first 39 QWebInspector* inspector = new QWebInspector(); local 40 inspector->setPage(page); 45 delete inspector; 47 { // External inspector + manual destruction of inspector first 50 QWebInspector* inspector = new QWebInspector(); local 51 inspector->setPage(page); 55 delete inspector; 58 { // Internal inspector [all...] |
/external/webkit/WebCore/manual-tests/inspector-wrappers/ |
console-eval.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
console-str-getter.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
inspector-evaluate.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
console-alert-document-body.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
console-alert-object.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
console-alert-this.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
console-str-alert-object.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
inspector-treeElementIdentifier.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
inspector-hasAttributes.html | 3 <script src="inspector-wrappers-test-utils.js"></script>
|
/external/webkit/WebKitTools/Scripts/ |
generate-qt-inspector-resource | 29 # Regenerate WebCore/inspector/front-end/WebKit.qrc from the content of WebCore/inspector/front-end/ 36 $file =~ s,WebCore/inspector/front-end/,,; 42 open(WEBKIT_QRC, ">WebCore/inspector/front-end/WebKit.qrc") or die; 44 print WEBKIT_QRC '<qresource prefix="/webkit/inspector">'."\n"; 48 addFiles(<WebCore/inspector/front-end/*.{*html,js,css,svg}>); 49 addFiles(<WebCore/inspector/front-end/Images/*>);
|
/external/webkit/WebKit/qt/Api/ |
qwebinspector.cpp | 35 QWebPage's inspector. 36 The inspector allows you to see a page current hierarchy and loading 53 This class acts mostly as a container and a controller for the inspector. 54 Most of the resources needed by the inspector are owned by the associated 61 \section1 Inspector configuration persistence 63 The inspector allows the user to configure some options through its 83 Destroys the inspector. 111 if (page && page->d->inspector && page->d->inspector != this) { 113 page->d->inspector->setPage(0) [all...] |
/external/webkit/WebKit/win/ |
WebInspector.cpp | 44 WebInspector* inspector = new WebInspector(webView); local 45 inspector->AddRef(); 46 return inspector; 177 InspectorController* inspector = page->inspectorController(); 179 if (inspector->debuggerEnabled()) 180 inspector->disableDebugger(); 182 inspector->showPanel(InspectorController::ScriptsPanel); 183 inspector->enableDebugger(); 216 InspectorController* inspector = page->inspectorController(); 218 if (inspector->isRecordingUserInitiatedProfile()) [all...] |
/external/webkit/WebCore/ |
WebCore.gypi | 189 'inspector/InjectedScriptHost.idl', 190 'inspector/InspectorBackend.idl', 191 'inspector/InspectorFrontendHost.idl', 192 'inspector/JavaScriptCallFrame.idl', [all...] |