New issue
Advanced search Search tips

Issue 920490 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

[Fuchsia] Fix web.Context's ViewProvider::CreateView() to cope with being called multiple times.

Project Member Reported by w...@chromium.org, Jan 10

Issue description

If CreateView() is called multiple times for the same Frame then we'll attempt to trample a load of internal structures; we should fix it to at least tear-down any existing View, or to reject the new CreateView() if there is an existing View, rather than crash.
 

Comment 1 by w...@chromium.org, Jan 19 (3 days ago)

Status: Started (was: Untriaged)

Sign in to add a comment