Bug 23171 - Cannot set different LocalStorage paths to different page groups.
Summary: Cannot set different LocalStorage paths to different page groups.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 12:32 PST by Yael
Modified: 2009-01-13 09:59 PST (History)
1 user (show)

See Also:


Attachments
Add API for setting page group per page and allowing setting different LocalStorage paths to different page groups. (5.46 KB, patch)
2009-01-07 12:34 PST, Yael
no flags Details | Formatted Diff | Diff
Alternate patch with private API (7.93 KB, patch)
2009-01-13 09:55 PST, Simon Hausmann
vestbo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2009-01-07 12:32:45 PST
WebKit Qt API does not have API for setting page groups and does not allow setting different LocalStorage paths for different page groups,
Comment 1 Yael 2009-01-07 12:34:57 PST
Created attachment 26501 [details]
Add API for setting page group per page and allowing setting different LocalStorage paths to different page groups.
Comment 2 Simon Hausmann 2009-01-13 09:55:35 PST
Created attachment 26672 [details]
Alternate patch with private API

Reworked patch from Yael with private Qt API.
Comment 3 Simon Hausmann 2009-01-13 09:59:08 PST
Landed in r39863