Bug 83441

Summary: [Master Bug] Combine two arrays of names and descriptions into one
Product: WebKit Reporter: Lu Guanqun <guanqun.lu>
Component: New BugsAssignee: 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:    

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.