Bug 18453
| Summary: | database view doesn't update available tables when new tables are added | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | VERIFIED FIXED | ||
| Severity: | Normal | CC: | aroben |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Oliver Hunt
In the database console create a table
CREATE TABLE zomg (fu int, bar int)
To make the inspector show this table you have to close and reopen it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Fixed in r32345.