RESOLVED FIXED 30109
Move m_openedByDOM to Page
https://bugs.webkit.org/show_bug.cgi?id=30109
Summary Move m_openedByDOM to Page
Adam Barth
Reported Tuesday, October 6, 2009 6:14:39 AM UTC
We only need one instance of m_openedByDOM per page, we should move it to a page-scoped object. Notice that it's only ever touched for the main frame.
Attachments
Patch v1 (5.35 KB, patch)
2009-10-05 22:15 PDT, Adam Barth
abarth: commit-queue-
patch with typos fixed. (6.45 KB, patch)
2009-10-05 23:05 PDT, Adam Barth
no flags
Adam Barth
Comment 1 Tuesday, October 6, 2009 6:15:48 AM UTC
Created attachment 40688 [details] Patch v1
Adam Barth
Comment 2 Tuesday, October 6, 2009 6:53:13 AM UTC
Comment on attachment 40688 [details] Patch v1 There are two typos I need to fix before landing.
Adam Barth
Comment 3 Tuesday, October 6, 2009 7:05:32 AM UTC
Created attachment 40693 [details] patch with typos fixed.
Eric Seidel (no email)
Comment 4 Tuesday, October 6, 2009 5:50:39 PM UTC
Comment on attachment 40693 [details] patch with typos fixed. LGTM.
WebKit Commit Bot
Comment 5 Tuesday, October 6, 2009 7:20:41 PM UTC
Comment on attachment 40693 [details] patch with typos fixed. Clearing flags on attachment: 40693 Committed r49196: <http://trac.webkit.org/changeset/49196>
WebKit Commit Bot
Comment 6 Tuesday, October 6, 2009 7:20:45 PM UTC
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.