Bug 43594

Summary: Add string forwards to Forward.h
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: Web Template FrameworkAssignee: Gavin Barraclough <barraclough>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
The patch
barraclough: review+
Patch as landed
none
Updated
none
Final patch as landed, RS Sam Weinig none

Description Gavin Barraclough 2010-08-05 17:10:36 PDT
This allows us to remove forward declarations for these classes from WebCore / WebKit (a step in moving these class from WebCore:: to WTF::).
Comment 1 Gavin Barraclough 2010-08-05 17:18:01 PDT
Created attachment 63666 [details]
The patch

Rubber stamped by Sam Weinig
Comment 2 Gavin Barraclough 2010-08-05 17:21:22 PDT
Committed in r64801
Comment 3 Gavin Barraclough 2010-08-06 16:45:31 PDT
Created attachment 63781 [details]
Patch as landed
Comment 4 Gavin Barraclough 2010-08-06 16:53:07 PDT
Created attachment 63784 [details]
Updated
Comment 5 Gavin Barraclough 2010-08-09 17:40:53 PDT
Created attachment 63961 [details]
Final patch as landed, RS Sam Weinig

Landed in r65021, the partial change was problematic on Windows due to conflicts with standard library names on this platform, so landing the full cleanup in one go.