Skip to content

Commit

Permalink
Backed out changeset 14f484747a66 (bug 1742797) for causing failures …
Browse files Browse the repository at this point in the history
…in nsMenuPopupFrame.cpp CLOSED TREE
  • Loading branch information
nerli1 committed Jan 5, 2022
1 parent 67eb21c commit 78eb4fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
3 changes: 0 additions & 3 deletions browser/base/content/test/performance/browser.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ support-files =
[browser_appmenu.js]
skip-if =
asan || debug || (os == 'win' && bits == 32) || (os == 'win' && processor == 'aarch64') # Bug 1382809, bug 1369959, Win32 because of intermittent OOM failures, bug 1533141 for aarch64
[browser_panel_vsync.js]
support-files =
!/browser/components/downloads/test/browser/head.js
[browser_preferences_usage.js]
https_first_disabled = true
skip-if =
Expand Down
51 changes: 0 additions & 51 deletions browser/base/content/test/performance/browser_panel_vsync.js

This file was deleted.

4 changes: 0 additions & 4 deletions layout/xul/nsMenuPopupFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1088,10 +1088,6 @@ void nsMenuPopupFrame::HidePopup(bool aDeselectMenu, nsPopupState aNewState) {
if (menuFrame) {
menuFrame->PopupClosed(aDeselectMenu);
}

if (auto* widget = GetWidget()) {
widget->ClearCachedWebrenderResources();
}
}

nsIFrame::ReflowChildFlags nsMenuPopupFrame::GetXULLayoutFlags() {
Expand Down

0 comments on commit 78eb4fb

Please sign in to comment.