Bug 132751 - JSDOMWindow should disable property caching after a certain point
Summary: JSDOMWindow should disable property caching after a certain point
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks: 132705
  Show dependency treegraph
 
Reported: 2014-05-09 15:10 PDT by Mark Hahnenberg
Modified: 2014-05-09 17:07 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.52 KB, patch)
2014-05-09 15:11 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 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.
Comment 1 Mark Hahnenberg 2014-05-09 15:11:52 PDT
Created attachment 231187 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2014-05-09 17:07:26 PDT
All reviewed patches have been landed.  Closing bug.