#14515 closed bug (fixed)
[WebKit] Local storage location wrong
Reported by: | KapiX | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
https://github.com/haiku/webkit/blob/rebased/Source/WebKitLegacy/haiku/API/WebPage.cpp#L237
WebKit wants to create it in data directory, but that's read only now. Maybe config/settings/haikuwebkit would be appropriate?
Change History (3)
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was changed to use the settings directory.
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Yes, either that or in B_USER_CACHE_DIRECTORY.
Also it seems there is no default path in BWebSettings, we should move this there and use BWebSettings::Default to get it.