Bug 54335

Summary: Make window.print() work with WebKit2
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PrintingAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, webkit-ews
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
proposed fix
none
with qt build fix andersca: review+

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>.