summaryrefslogtreecommitdiffstats
path: root/WebKitTools/Drosera/breakpointEditor.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/Drosera/breakpointEditor.html')
-rw-r--r--WebKitTools/Drosera/breakpointEditor.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebKitTools/Drosera/breakpointEditor.html b/WebKitTools/Drosera/breakpointEditor.html
deleted file mode 100644
index 30ef0c9..0000000
--- a/WebKitTools/Drosera/breakpointEditor.html
+++ /dev/null
@@ -1 +0,0 @@
-<div class="top">Breakpoint:<label>Enable:<input class="enable" type="checkbox" onclick="window.parent.toggleBreakpointOnLine(this.firstParentWithClass('editor').id)"></input></label><label>Hit Count:<span class="hitCounter">0</span></label><label>Action:<select class="editorDropdown" onchange="window.parent.updateBreakpointTypeOnLine(this.firstParentWithClass('editor').id)"><option value="pause">Pause</option><option value="log">Log</option></select></label><input type="button" class="close" onmouseup="window.parent.toggleBreakpointEditorOnLine(this.firstParentWithClass('editor').id)">&nbsp;</input></div><div class="bottom"><label class="conditionLabel" for="editorCondition">Condition:</label><div class="condition"></div></div> \ No newline at end of file