[webkit-reviews] review granted: [Bug 62482] Restore scroll position on page reloads scheduled by <meta http-equiv="refresh" content="XX"/> : [Attachment 99554] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 2 12:05:28 PDT 2011


Adam Barth <abarth at webkit.org> has granted Robert Hogan <robert at webkit.org>'s
request for review:
Bug 62482: Restore scroll position on page reloads scheduled by <meta
http-equiv="refresh" content="XX"/>
https://bugs.webkit.org/show_bug.cgi?id=62482

Attachment 99554: Patch
https://bugs.webkit.org/attachment.cgi?id=99554&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=99554&action=review

> Source/WebCore/loader/NavigationScheduler.cpp:151
> +	   , m_refresh(refresh)

Another option is to move this state onto ScheduledURLNavigation and have the
other clients pass in false.  I'm not sure whether it matters that much.


More information about the webkit-reviews mailing list