Bug 126833

Summary: Web Inspector: Resource and Frame saveIdentityToCookie should store URL hashes not URLs
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Timothy Hatcher
Reported 2014-01-11 20:35:27 PST
To save space and avoid some privacy leaks in URLs getting saved to disk, we should use String.prototype.hash to save the identity of the URL without the actual URL. We use String.prototype.hash for many state WebInspector.Settings already, some for URLs.
Attachments
Patch (2.18 KB, patch)
2014-03-14 05:05 PDT, Diego Pino
no flags
Radar WebKit Bug Importer
Comment 1 2014-01-11 20:35:38 PST
Diego Pino
Comment 2 2014-03-14 05:05:01 PDT
Timothy Hatcher
Comment 3 2014-03-14 08:35:04 PDT
Comment on attachment 226688 [details] Patch Thanks!
WebKit Commit Bot
Comment 4 2014-03-14 09:07:00 PDT
Comment on attachment 226688 [details] Patch Clearing flags on attachment: 226688 Committed r165621: <http://trac.webkit.org/changeset/165621>
WebKit Commit Bot
Comment 5 2014-03-14 09:07:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.