Bug 132751

Summary: JSDOMWindow should disable property caching after a certain point
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 132705    
Attachments:
Description Flags
Patch none

Mark Hahnenberg
Reported 2014-05-09 15:10:36 PDT
This is part of removing HasImpureGetOwnPropertySlot from JSDOMWindow. After the lookup in the static hash table for JSDOMWindow fails we want to disable property caching even if the code that follows thinks that it has provided a cacheable value.
Attachments
Patch (4.52 KB, patch)
2014-05-09 15:11 PDT, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2014-05-09 15:11:52 PDT
WebKit Commit Bot
Comment 2 2014-05-09 17:07:21 PDT
Comment on attachment 231187 [details] Patch Clearing flags on attachment: 231187 Committed r168558: <http://trac.webkit.org/changeset/168558>
WebKit Commit Bot
Comment 3 2014-05-09 17:07:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.