Chromium Code Reviews
DescriptionCache web app data for home screen sites declaring "display": "fullscreen" in their manifest.
This CL stores the display mode specified by web apps in the launch
intent and the corresponding WebappDataStorage. Currently, sites with
"display": "fullscreen" in their manifest do not have their web app data
cached, meaning they do not behave like a native app when launched
from home screen.
Additionally, the requirement for sites to declare "display":
"standalone" in order to open in the standalone web frame and have
notification deep-linking behaviour is expanded to include "fullscreen"
declarations.
A future CL will allow sites declaring "display": "fullscreen" to launch
into fullscreen mode from the home screen.
BUG=581522
Committed: https://crrev.com/3f9ab13fcba673aa56307a9b495f821bec49160a
Cr-Commit-Position: refs/heads/master@{#394981}
Patch Set 1 #Patch Set 2 : Fix tests #
Total comments: 11
Patch Set 3 : Address comments #Patch Set 4 : Rebase #
Total comments: 6
Patch Set 5 : Addressing nits #Messages
Total messages: 29 (10 generated)
|