Backed out 4 changesets (bug 1786048) for causing bc failures on browser_modal_resize.js. CLOSED TREE
Backed out changeset 318a2d2e6e39 (bug 1786048) Backed out changeset 17a9990d6d19 (bug 1786048) Backed out changeset 205f129c648a (bug 1786048) Backed out changeset 0750c885a688 (bug 1786048)
This commit is contained in:
@@ -4783,17 +4783,6 @@ void nsDocShell::DoGetPositionAndSize(int32_t* aX, int32_t* aY, int32_t* aWidth,
|
||||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::SetDimensions(DimensionRequest&& aRequest) {
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::GetDimensions(DimensionKind aDimensionKind, int32_t* aX,
|
||||
int32_t* aY, int32_t* aCX, int32_t* aCY) {
|
||||
return NS_ERROR_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDocShell::Repaint(bool aForce) {
|
||||
PresShell* presShell = GetPresShell();
|
||||
@@ -4919,13 +4908,7 @@ nsDocShell::GetVisibility(bool* aVisibility) {
|
||||
|
||||
// Check with the tree owner as well to give embedders a chance to
|
||||
// expose visibility as well.
|
||||
nsresult rv = treeOwnerAsWin->GetVisibility(aVisibility);
|
||||
if (rv == NS_ERROR_NOT_IMPLEMENTED) {
|
||||
// The tree owner had no opinion on our visibility.
|
||||
*aVisibility = true;
|
||||
return NS_OK;
|
||||
}
|
||||
return rv;
|
||||
return treeOwnerAsWin->GetVisibility(aVisibility);
|
||||
}
|
||||
|
||||
void nsDocShell::ActivenessMaybeChanged() {
|
||||
|
||||
Reference in New Issue
Block a user