[Webkit-unassigned] [Bug 91231] New: WebHistoryItem: Enable reading selected file names from document state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 06:27:35 PDT 2012


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

           Summary: WebHistoryItem: Enable reading selected file names
                    from document state
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marja at chromium.org
                CC: jochen at chromium.org


Chromium would need to read the selected file names from the document state, in order to set the file permissions properly after restoring a page which contains a form with selected files.

The patch I'll soon add adds WebDocumentState which has a function for getting the file names.

Migration plan:

Patch 1, webkit:
WebDocumentState WebHistoryItem::documentState(bool) << added
WebVector<WebString> WebHistoryItem::documentState() << old one

Patch 2, chromium:
use documentState(true)

Patch 3, webkit:
WebDocumentState WebHistoryItem::documentState(bool = true)

Patch 4: chromium:
use documentState()

Patch 5, webkit:
WebDocumentState WebHistoryItem::documentState()

-- 
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