Changes between Version 2 and Version 3 of detect a RenderObject is destroyed unsafely


Ignore:
Timestamp:
Apr 25, 2011 12:11:15 PM (13 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • detect a RenderObject is destroyed unsafely

    v2 v3  
    3131We should protect against higher-level re-entrancy issues e.g. updating style/layout in painting.
    3232
     33How would we fix these?
     34        make sure you're actually done before releasing the protector
     35
     36Need to handle "zombie" renderers: need to avoid having this be a worse issue.
    3337
    3438'''Actionable things'''
    3539Rename the detach() method
    36 Assert isMainThread() in Document::updateStyleForAllDocuments()
     40Measure the cost of removing RenderArena