Module: wine Branch: master Commit: 3ba9c760df625e1b4482c938ecc4177915de01f2 URL: https://gitlab.winehq.org/wine/wine/-/commit/3ba9c760df625e1b4482c938ecc4177...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Fri Aug 26 16:38:36 2022 +0300
mshtml: Implement setItem() for sessionStorage.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlstorage.c | 202 ++++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/main.c | 1 + dlls/mshtml/mshtml_private.h | 3 + dlls/mshtml/task.c | 1 + dlls/mshtml/tests/misc.c | 68 ++++++++++++++- 5 files changed, 270 insertions(+), 5 deletions(-)