Bug 1205305 - Fix a race condition in browser_dbg_server-conditional-bp-02.js;r=jlong

This commit is contained in:
Eddy Bruel
2015-10-08 16:33:37 +02:00
parent f0cd7fd74a
commit 3959442c69
4 changed files with 22 additions and 11 deletions

View File

@@ -42,6 +42,7 @@ const EVENTS = {
// When a breakpoint has been added or removed on the debugger server.
BREAKPOINT_ADDED: "Debugger:BreakpointAdded",
BREAKPOINT_REMOVED: "Debugger:BreakpointRemoved",
BREAKPOINT_CLICKED: "Debugger:BreakpointClicked",
// When a breakpoint has been shown or hidden in the source editor
// or the pane.