My extension lets users view and search large sets of (eg >5k) bookmarks. It has worked fine for several years, but after updating to version 132 (linux), the page freezes - the scroll bar doesn't work, can't click on anything. The debugging tools / console become non-responsive, both for the extension page and the service worker. After a minute the Wait / Kill popup appears.
If I set the main div to display:none, then I can see all the data populating correctly in the inspector view of the document tree. But flipping it to be visible causes the tab to freeze.
There error doesn't occur with somewhat smaller data sets (~ 2k bookmarks). My workstation has plenty of memory free when I check in htop.
The extension does still works fine on 131 (CrOS). Haven't tried on Win or Mac yet.
I guess my questions are:
* How am I supposed to debug this type of error? The built in tools aren't working.
* Was there something in 132 release notes I missed that would require me to change something?