Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[embedlite] Cleanup obsoleted fullscreen API prefs. Contributes to JB…
…#44129
  • Loading branch information
rainemak committed Jan 10, 2019
1 parent 89c1fe1 commit 3336d6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions embedding/embedlite/embedding.js
Expand Up @@ -388,12 +388,6 @@ pref("apz.subframe.enabled", true);

// Enable HTML fullscreen API in content.
pref("full-screen-api.enabled", true);
// But don't require approval when content enters fullscreen; we'll keep our
// UI/chrome visible still, so there's no need to approve entering fullscreen.
pref("full-screen-api.approval-required", false);
// Don't allow fullscreen requests to percolate across content/chrome boundary,
// so that our chrome/UI remains visible after content enters fullscreen.
pref("full-screen-api.content-only", true);
// Don't make top-level widgets fullscreen. This only applies when running in
// "metrodesktop" mode, not when running in full metro mode. This prevents the
// window from changing size when we go fullscreen; the content expands to fill
Expand Down

0 comments on commit 3336d6a

Please sign in to comment.