RESOLVED FIXED122598
CTTE: activeDOMWindow() and firstDOMWindow() should return references.
https://bugs.webkit.org/show_bug.cgi?id=122598
Summary CTTE: activeDOMWindow() and firstDOMWindow() should return references.
Andreas Kling
Reported 2013-10-10 07:51:00 PDT
CTTE: activeDOMWindow() and firstDOMWindow() should return references.
Attachments
Patch (26.97 KB, patch)
2013-10-10 07:53 PDT, Andreas Kling
andersca: review+
eflews.bot: commit-queue-
Patch (27.65 KB, patch)
2013-10-10 08:58 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-10-10 07:53:35 PDT
Anders Carlsson
Comment 2 2013-10-10 07:55:50 PDT
Comment on attachment 213883 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213883&action=review > Source/WebCore/page/DOMWindow.cpp:1832 > +bool DOMWindow::isInsecureScriptAccess(DOMWindow& activeWindow, const String& urlString) Can this be const?
EFL EWS Bot
Comment 3 2013-10-10 08:10:56 PDT
EFL EWS Bot
Comment 4 2013-10-10 08:14:16 PDT
Build Bot
Comment 5 2013-10-10 08:35:21 PDT
Build Bot
Comment 6 2013-10-10 08:36:06 PDT
Build Bot
Comment 7 2013-10-10 08:55:26 PDT
Andreas Kling
Comment 8 2013-10-10 08:58:51 PDT
WebKit Commit Bot
Comment 9 2013-10-10 09:29:55 PDT
Comment on attachment 213889 [details] Patch Clearing flags on attachment: 213889 Committed r157228: <http://trac.webkit.org/changeset/157228>
WebKit Commit Bot
Comment 10 2013-10-10 09:29:58 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 11 2013-10-10 13:09:35 PDT
(In reply to comment #9) > (From update of attachment 213889 [details]) > Clearing flags on attachment: 213889 > > Committed r157228: <http://trac.webkit.org/changeset/157228> FYI: This patch broke the Apple Windows build, as the EWS noticed it: 1>WebKit.exp : error LNK2001: unresolved external symbol "public: class WTF::PassRefPtr<class WebCore::DOMWindow> __thiscall WebCore::DOMWindow::open(class WTF::String const &,class WTF::AtomicString const &,class WTF::String const &,class WebCore::DOMWindow *,class WebCore::DOMWindow *)" (?open@DOMWindow@WebCore@@QAE?AV?$PassRefPtr@VDOMWindow@WebCore@@@WTF@@ABVString@4@ABVAtomicString@4@0PAV12@2@Z) 1>C:\cygwin\home\buildbot\slave\win-debug\build\WebKitBuild\Debug\bin32\WebKit.dll : fatal error LNK1120: 1 unresolved externals
Note You need to log in before you can comment on or make changes to this bug.