Home
last modified time | relevance | path

Searched refs:ScriptsPanel (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DScriptsPanel.js26 WebInspector.ScriptsPanel = function() class in WebInspector
169 WebInspector.ScriptsPanel.prototype = {
810 WebInspector.ScriptsPanel.prototype.__proto__ = WebInspector.Panel.prototype;
Dinspector.js285 scripts: new WebInspector.ScriptsPanel(),
/external/webkit/WebKit/win/
DWebInspector.cpp180 inspector->showPanel(InspectorController::ScriptsPanel); in toggleDebuggingJavaScript()
/external/webkit/WebCore/inspector/
DInspectorController.h89 ScriptsPanel enumerator
DInspectorController.cpp1683 case ScriptsPanel: in showPanel()
/external/webkit/WebKit/mac/WebInspector/
DWebInspector.mm90 page->inspectorController()->showPanel(InspectorController::ScriptsPanel);
/external/webkit/WebCore/
DChangeLog-2008-08-1010930 * page/inspector/ScriptsPanel.js:
10931 (WebInspector.ScriptsPanel.prototype._addScriptToFilesMenu): Use the
15634 * page/inspector/ScriptsPanel.js:
15635 (WebInspector.ScriptsPanel.prototype.addScript): Move the addBreakpoint()
15647 * page/inspector/ScriptsPanel.js:
15648 (WebInspector.ScriptsPanel.prototype.showScript): Pass true for shouldHighlightLine.
15649 (WebInspector.ScriptsPanel.prototype.showResource): Ditto.
15650 (WebInspector.ScriptsPanel.prototype._showScriptOrResource): Added a shouldHighlightLine
15652 (WebInspector.ScriptsPanel.prototype._goBack): Pass false for shouldHighlightLine since
15654 (WebInspector.ScriptsPanel.prototype._goForward): Ditto.
[all …]
DChangeLog14477 * inspector/front-end/ScriptsPanel.js:
14478 (WebInspector.ScriptsPanel.prototype.get searchableViews):
14479 (WebInspector.ScriptsPanel.prototype._sourceViewForScriptOrResource):
14480 (WebInspector.ScriptsPanel.prototype._sourceFrameForScriptOrResource):
14481 (WebInspector.ScriptsPanel.prototype._showScriptOrResource):
27411 * inspector/front-end/ScriptsPanel.js:
27412 … (WebInspector.ScriptsPanel): Replace the overlay element with a PanelEnablerView. Replace the
27414 (WebInspector.ScriptsPanel.prototype.get statusBarItems): Replace the debuggingButton with
27416 … (WebInspector.ScriptsPanel.prototype._updateDebuggerButtons): Hide/show the pauseOnExceptionButton
27419 … (WebInspector.ScriptsPanel.prototype._enableDebugging): Call _toggleDebugging when not enabled.
[all …]