Bug 83441
Summary: | [Master Bug] Combine two arrays of names and descriptions into one | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lu Guanqun <guanqun.lu> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 83141, 83433, 83442, 83443, 83444, 83445, 83449, 83450, 83451, 83452 | ||
Bug Blocks: |
Lu Guanqun
This is a master bug to track the status of combining two arrays into one. These code are mostly in Exception related files.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lu Guanqun
A simple grep shows there are several instances:
Source/WebCore/Modules/indexeddb/IDBDatabaseException.cpp
Source/WebCore/Modules/webdatabase/SQLException.cpp
Source/WebCore/dom/EventException.cpp
Source/WebCore/dom/RangeException.cpp
Source/WebCore/fileapi/FileException.cpp
Source/WebCore/fileapi/OperationNotAllowedException.cpp
Source/WebCore/svg/SVGException.cpp
Source/WebCore/xml/XMLHttpRequestException.cpp
Source/WebCore/xml/XPathException.cpp
I'll track each change in one bug.
Lu Guanqun
As all the bugs this bug depends on are solved, mark this master bug as resolved as well.