Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest)

This commit is contained in:
Shu-yu Guo
2015-10-06 14:00:30 -07:00
parent 17b7c9ba06
commit a021cebc10
100 changed files with 502 additions and 246 deletions

View File

@@ -77,6 +77,7 @@ const EVENTS = {
SOURCE_SHOWN_IN_JS_DEBUGGER: "CanvasDebugger:SourceShownInJsDebugger",
SOURCE_NOT_FOUND_IN_JS_DEBUGGER: "CanvasDebugger:SourceNotFoundInJsDebugger"
};
XPCOMUtils.defineConstant(this, "EVENTS", EVENTS);
const HTML_NS = "http://www.w3.org/1999/xhtml";
const STRINGS_URI = "chrome://browser/locale/devtools/canvasdebugger.properties";