[Webkit-unassigned] [Bug 115969] Value of FrameLoadTypeSame is suspicious

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 13 10:59:26 PDT 2013


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-05-13 10:57:52 PST ---
Tired brain was tired. Still, I think it would be clearer to replace:

        // Skipped value: 'FrameLoadTypeReloadAllowingStaleData', still present in mac/win public API. Ready to be reused
        FrameLoadTypeSame = FrameLoadTypeReload + 2, // user loads same URL again (but not reload button)

with
        FrameLoadTypeUnused, // Skipped value: 'FrameLoadTypeReloadAllowingStaleData', still present in mac/win public API. Ready to be reused
        FrameLoadTypeSame,

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list