Bug 83441 - [Master Bug] Combine two arrays of names and descriptions into one
Summary: [Master Bug] Combine two arrays of names and descriptions into one
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 83141 83433 83442 83443 83444 83445 83449 83450 83451 83452
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-08 17:34 PDT by Lu Guanqun
Modified: 2012-04-09 23:33 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lu Guanqun 2012-04-08 17:34:37 PDT
This is a master bug to track the status of combining two arrays into one. These code are mostly in Exception related files.
Comment 1 Lu Guanqun 2012-04-08 17:38:31 PDT
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.
Comment 2 Lu Guanqun 2012-04-09 23:33:56 PDT
As all the bugs this bug depends on are solved, mark this master bug as resolved as well.