Summary: | [WebKit2] Offsets for WKBundlePageLoaderClient in APIClientTraits are wrong | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | andersca, ap, zan | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 103377 | ||||||
Attachments: |
|
Description
Carlos Garcia Campos
2013-08-25 02:20:55 PDT
Created attachment 209580 [details]
Patch
I think this will fix the unit tests currently failing in mac
I can confirm the patch fixes the unit tests on the GTK port. Committed r154602: <http://trac.webkit.org/changeset/154602> What were the tests failing on Mac? I'm puzzled because this fixed a year old regression, did we have those tests failing for a year? (In reply to comment #4) > What were the tests failing on Mac? I'm puzzled because this fixed a year old regression, did we have those tests failing for a year? I think it only affected to clients using a specific version of the API, versions < 6, the test failing were using version 6, and they started to fail when version 7 was added. |