Bug 47600
Summary: | SQLResultSetRowList should support column names | ||
---|---|---|---|
Product: | WebKit | Reporter: | pglaser |
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | ap, barraclough, beidson |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
pglaser
The public interface of SQLResultSetRowList has a columnNames method, but the corresponding idl only supports length and item. There are cases in javascript where it would be useful to iterate the column names in a result set (e.g., dynamic grids from arbitrary result sets).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |