mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 17f9660c7a7b (bug 836654)
This commit is contained in:
parent
82be364a51
commit
d68aae2682
@ -342,7 +342,6 @@ GK_ATOM(events, "events")
|
|||||||
GK_ATOM(excludeResultPrefixes, "exclude-result-prefixes")
|
GK_ATOM(excludeResultPrefixes, "exclude-result-prefixes")
|
||||||
GK_ATOM(excludes, "excludes")
|
GK_ATOM(excludes, "excludes")
|
||||||
GK_ATOM(expr, "expr")
|
GK_ATOM(expr, "expr")
|
||||||
GK_ATOM(expectingSystemMessage, "expecting-system-message")
|
|
||||||
GK_ATOM(extends, "extends")
|
GK_ATOM(extends, "extends")
|
||||||
GK_ATOM(extensionElementPrefixes, "extension-element-prefixes")
|
GK_ATOM(extensionElementPrefixes, "extension-element-prefixes")
|
||||||
GK_ATOM(face, "face")
|
GK_ATOM(face, "face")
|
||||||
|
@ -321,19 +321,6 @@ nsGenericHTMLFrameElement::GetReallyIsApp(bool *aOut)
|
|||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* [infallible] */ NS_IMETHODIMP
|
|
||||||
nsGenericHTMLFrameElement::GetIsExpectingSystemMessage(bool *aOut)
|
|
||||||
{
|
|
||||||
*aOut = false;
|
|
||||||
|
|
||||||
if (!nsIMozBrowserFrame::GetReallyIsApp()) {
|
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
*aOut = HasAttr(kNameSpaceID_None, nsGkAtoms::expectingSystemMessage);
|
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
NS_IMETHODIMP
|
NS_IMETHODIMP
|
||||||
nsGenericHTMLFrameElement::GetAppManifestURL(nsAString& aOut)
|
nsGenericHTMLFrameElement::GetAppManifestURL(nsAString& aOut)
|
||||||
{
|
{
|
||||||
|
@ -30,16 +30,6 @@ interface nsIMozBrowserFrame : nsIDOMMozBrowserFrame
|
|||||||
*/
|
*/
|
||||||
[infallible] readonly attribute boolean reallyIsApp;
|
[infallible] readonly attribute boolean reallyIsApp;
|
||||||
|
|
||||||
/**
|
|
||||||
* This corresponds to the expecting-system-message attribute, which tells us
|
|
||||||
* whether we should expect that this frame will receive a system message once
|
|
||||||
* it starts up.
|
|
||||||
*
|
|
||||||
* It's the embedder's job to set this attribute on a frame. Its presence
|
|
||||||
* might cause us to increase the priority of the frame's process.
|
|
||||||
*/
|
|
||||||
[infallible] readonly attribute boolean isExpectingSystemMessage;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets this frame's app manifest URL, if the frame really is an app frame.
|
* Gets this frame's app manifest URL, if the frame really is an app frame.
|
||||||
* Otherwise, returns the empty string.
|
* Otherwise, returns the empty string.
|
||||||
|
Loading…
Reference in New Issue
Block a user