Commit 0c11ac1b authored by Kurt Horimoto's avatar Kurt Horimoto Committed by Commit Bot

[iOS] Implement safe area fullscreen experiment.

When the safe area viewport adjustment mode is selected, the browser
container view will be laid out using the full bounds of the screen, and
the top safe area inset will be updated to push top-aligned fixed-
position elements into view.  Bottom-aligned fixed-position elements are
not affected by the safe area.

Bug: none
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I8bbe41c3c8af2945cba1c17ad174ce42f78ae0f8
Reviewed-on: https://chromium-review.googlesource.com/1066784
Commit-Queue: Peter Lee <pkl@chromium.org>
Reviewed-by: default avatarPeter Lee <pkl@chromium.org>
Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#562056}
parent 312bce05
......@@ -364,6 +364,7 @@ source_set("ui_internal") {
"//ios/chrome/browser/ui/find_bar",
"//ios/chrome/browser/ui/first_run",
"//ios/chrome/browser/ui/fullscreen",
"//ios/chrome/browser/ui/fullscreen:features",
"//ios/chrome/browser/ui/fullscreen:ui",
"//ios/chrome/browser/ui/history",
"//ios/chrome/browser/ui/history_popup:coordinator",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment