[Webkit-unassigned] [Bug 155664] Consider to cap the size of session history data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 22:28:19 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155664

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #274480|review?                     |review+
              Flags|                            |

--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 274480
  --> https://bugs.webkit.org/attachment.cgi?id=274480
Cap the session history data size to 2MB in iOS.

View in context: https://bugs.webkit.org/attachment.cgi?id=274480&action=review

> Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp:66
> +static const uint32_t maximumSessionStateDataSize = UINT_MAX;

I would prefer std::numeric_limits<uint32_t>::max() to UINT_MAX when used here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160319/0617b927/attachment.html>


More information about the webkit-unassigned mailing list