Bug 22217
Summary: | LegacyWebArchive should not build on Windows (Cairo) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | ddkilzer |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP |
Brent Fulgham
When removing the dependencies on CoreFoundation.dll, I noticed that LegacyWebArchive is implemented entirely in CoreFoundation types. Since the Cairo build doesn't currently use this, and if it did we would re-implement using other data types, it should be excluded from the Cairo build.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Now that I've got a working CoreFoundation analog (CFLite), it turns out that the Cairo build actually *will* continue using these types.
So, this bug could be closed, as it is not really true anymore.
David Kilzer (:ddkilzer)
Closing bug per Comment #1.