Bug 54335 - Make window.print() work with WebKit2
Summary: Make window.print() work with WebKit2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Printing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-02-11 23:56 PST by Alexey Proskuryakov
Modified: 2011-02-12 20:02 PST (History)
2 users (show)

See Also:


Attachments
proposed fix (18.22 KB, patch)
2011-02-12 00:14 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
with qt build fix (20.87 KB, patch)
2011-02-12 00:46 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2011-02-11 23:56:26 PST
The problem is that async messages form UI process don't reach the Web process while it's waiting for a response to its sync window.print() message.
Comment 1 Alexey Proskuryakov 2011-02-11 23:56:55 PST
<rdar://problem/8895141>
Comment 2 Alexey Proskuryakov 2011-02-12 00:14:05 PST
Created attachment 82231 [details]
proposed fix
Comment 3 Early Warning System Bot 2011-02-12 00:29:42 PST
Attachment 82231 [details] did not build on qt:
Build output: http://queues.webkit.org/results/7867873
Comment 4 Alexey Proskuryakov 2011-02-12 00:46:37 PST
Created attachment 82233 [details]
with qt build fix
Comment 5 Alexey Proskuryakov 2011-02-12 20:02:20 PST
Committed <http://trac.webkit.org/changeset/78426>.