[webkit-reviews] review granted: [Bug 58379] The default backspace event handler should mark the event as handled if navigation succeeds : [Attachment 89304] Created a new patch after running the prepare-changelog script. Sorry about removing the Reviewed by line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 17:17:34 PDT 2011


Alexey Proskuryakov <ap at webkit.org> has granted Ananta Iyengar
<ananta at chromium.org>'s request for review:
Bug 58379: The default backspace event handler should mark the event as handled
if navigation succeeds
https://bugs.webkit.org/show_bug.cgi?id=58379

Attachment 89304: Created a new patch after running the prepare-changelog
script. Sorry about removing the Reviewed by line
https://bugs.webkit.org/attachment.cgi?id=89304&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
In normal case, it feels weird to let the event fly further if we happen to be
at the first or last page, but block it otherwise. But this is what we do
elsewhere in this file, so it's perfectly fine for this patch.


More information about the webkit-reviews mailing list