RESOLVED FIXED Bug 157348
Modern IDB: Move all IDB DOM object management from IDBConnectionToServer to IDBConnectionProxy
https://bugs.webkit.org/show_bug.cgi?id=157348
Summary Modern IDB: Move all IDB DOM object management from IDBConnectionToServer to ...
Brady Eidson
Reported 2016-05-04 10:46:32 PDT
Modern IDB: Move all IDB DOM objects from IDBConnectionToServer to IDBConnectionProxy This is to prepare for making IDBConnectionToServer be main thread only while IDBConnectionProxy will be the threading bridge. For now, everything is still main-thread only, but there are obvious thread checks and FIXMES in the connection proxy that point out where some thread hopping will take place.
Attachments
Patch (38.33 KB, patch)
2016-05-04 11:00 PDT, Brady Eidson
achristensen: review+
Brady Eidson
Comment 1 2016-05-04 11:00:30 PDT
Brady Eidson
Comment 2 2016-05-05 15:14:00 PDT
Note You need to log in before you can comment on or make changes to this bug.