When a new tab is created it used to always set its page to a new copy
of about:newtab even that page was immediately replaced by a page from
a URL. Now, display.NewTab allows the creation of empty tabs.
This seems to fix a race-condition described in #196.
When a new tab is created it used to always set its page to a new copy of
about:newtab
even that page was immediately replaced by a page from a URL. Now,display.NewTab
allows the creation of empty tabs.This seems to fix a race-condition described in #196.