Mounir Lamouri (:mounir) <
mou...@lamouri.fr> has granted Fabrice Desré
[:fabrice] <
fab...@mozilla.com>'s request for superreview:
------- Additional Comments from Mounir Lamouri (:mounir) <
mou...@lamouri.fr>
Review of attachment 751066:
-----------------------------------------------------------------
sr=me with the comments addressed.
::: dom/apps/src/Webapps.js
@@ +508,1 @@
> }
else {
Services.DOMRequest.fireAsyncError(req, "FOO");
}
// or whatever the syntax is. You should not leave that DOMRequest with a
pending state for ever.
::: netwerk/ipc/NeckoParent.cpp
@@ +88,5 @@
> nsRefPtr<TabParent> tabParent = static_cast<TabParent*>(aBrowser);
>
> *aAppId = tabParent->OwnOrContainingAppId();
> + *aInBrowserElement = aSerialized.IsNotNull() ?
aSerialized.mIsInBrowserElement
> + :
tabParent->IsBrowserElement();
How is that related to this patch?