versotile-org / verso

A web browser that plays old world blues to build new world hope
Apache License 2.0
4.55k stars 155 forks source link

feat: add document ID to windows #187

Open wusyong opened 3 days ago

wusyong commented 3 days ago

This is the preparation work for multi-window able to render all windows at the same time. Current compositor can only render one window at the moment. This PR set all window to the same document ID for now. We will try to improve webrender upstream to support multi-document rendering for next step.