Bug 52254 - Add DidSetSize message
Summary: Add DidSetSize message
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-11 14:33 PST by Anders Carlsson
Modified: 2011-01-11 14:58 PST (History)
0 users

See Also:


Attachments
Patch (12.21 KB, patch)
2011-01-11 14:36 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2011-01-11 14:33:19 PST
Add DidSetSize message
Comment 1 Anders Carlsson 2011-01-11 14:36:15 PST
Created attachment 78600 [details]
Patch
Comment 2 Darin Adler 2011-01-11 14:45:22 PST
Comment on attachment 78600 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=78600&action=review

> WebKit2/UIProcess/DrawingAreaProxy.h:56
> +#ifdef __APPLE__

I know this is just temporary, but __APPLE__? Really?
Comment 3 Anders Carlsson 2011-01-11 14:58:16 PST
Committed r75558: <http://trac.webkit.org/changeset/75558>