gecko/dom/browser-element
Justin Lebar 642ac8b6e8 Bug 844530 - Paper over error in BrowserElementPromptService.jsm on B2G. r=khuey
The error we're fixing is

  E/GeckoConsole(  397): [JavaScript Error: "NS_ERROR_FACTORY_NOT_REGISTERED: Component returned failure code: 0x80040154 (NS_ERROR_FACTORY_NOT_REGISTERED)
  [nsIComponentManager.getClassObject]" {file: "resource://gre/modules/BrowserElementPromptService.jsm" line: 572}]

For some reason, we're running code before the vanilla prompt service is
instantiated.  We don't know why this is happening, but this patch works
around the problem on B2G, which is the only place where we ship this
code.
2013-02-27 14:39:57 -05:00
..
mochitest Bug 844169 - Part 3: Make sure that all callers of HTMLIFrameElement.mozbrowser have chrome privileges; r=bzbarsky 2013-02-26 21:26:10 -05:00
BrowserElementChild.js Bug 835809: Preload more things for faster page loads. r=fabrice,jlebar 2013-02-07 21:10:01 -08:00
BrowserElementChildPreload.js Bug 835563 - When an iframe mozbrowser's embedder calls setVisible(false), immediately send the relevant process into the background (if none of its other frames are in the foreground). r=cjones 2013-02-14 15:41:29 -05:00
BrowserElementPanning.js Bug 841830: Allow scrolling while tap/pan gesture is still ambiguous, for perceived responsiveness. r=vingtetun 2013-02-15 11:41:23 -08:00
BrowserElementParent.cpp Bug 844169 - Part 1: Rename nsHTMLIFrameElement to mozilla::dom::HTMLIFrameElement; r=bzbarsky 2013-02-22 19:59:26 -05:00
BrowserElementParent.h Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones 2012-12-25 14:09:34 +08:00
BrowserElementParent.js Bug 835548 - Refactor BrowserElementParent.js into a .js and .jsm, and speed up message registration. r=jlebar 2013-01-30 14:22:54 -08:00
BrowserElementParent.jsm Bug 835809: Preload more things for faster page loads. r=fabrice,jlebar 2013-02-07 21:10:01 -08:00
BrowserElementParent.manifest Bug 764248 - Create one BrowserElementParent object for each <iframe mozbrowser>. r=vingtetun 2012-06-15 11:01:44 -04:00
BrowserElementPromptService.jsm Bug 844530 - Paper over error in BrowserElementPromptService.jsm on B2G. r=khuey 2013-02-27 14:39:57 -05:00
Makefile.in Bug 835548 - Refactor BrowserElementParent.js into a .js and .jsm, and speed up message registration. r=jlebar 2013-01-30 14:22:54 -08:00
nsAsyncScrollEventDetail.cpp Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones 2012-12-25 14:09:34 +08:00
nsAsyncScrollEventDetail.h Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones 2012-12-25 14:09:34 +08:00
nsIAsyncScrollEventDetail.idl Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones 2012-12-25 14:09:34 +08:00
nsIOpenWindowEventDetail.idl Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones 2012-06-12 18:01:25 -04:00
nsOpenWindowEventDetail.cpp Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones 2012-06-12 18:01:25 -04:00
nsOpenWindowEventDetail.h Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones 2012-06-12 18:01:25 -04:00