Bug 47852 - Don't try to change accelerated compositing mode if the web page is closed
Summary: Don't try to change accelerated compositing mode if the web page is closed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 14:50 PDT by Anders Carlsson
Modified: 2010-10-18 14:55 PDT (History)
0 users

See Also:


Attachments
Patch (2.47 KB, patch)
2010-10-18 14:50 PDT, Anders Carlsson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2010-10-18 14:50:05 PDT
Don't try to change accelerated compositing mode if the web page is closed
Comment 1 Anders Carlsson 2010-10-18 14:50:49 PDT
Created attachment 71087 [details]
Patch
Comment 2 Simon Fraser (smfr) 2010-10-18 14:52:52 PDT
Comment on attachment 71087 [details]
Patch

r=me but please why why calling changeAcceleratedCompositingMode() is bad in this situation.
Comment 3 Anders Carlsson 2010-10-18 14:55:59 PDT
Committed r69997: <http://trac.webkit.org/changeset/69997>