EndPrinting message should be sent synchronously when printing was initiated...
authorap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 18:52:20 +0000 (18:52 +0000)
committerap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 18:52:20 +0000 (18:52 +0000)
commit89104ba13ebafa6d8d59a5ec969e2fff48317092
tree4b45bbc57fe36062196404f525e7a04ec22627f7
parent3795ef8f3d82d6e1727984fa5a64146c45e10ebb
    EndPrinting message should be sent synchronously when printing was initiated from DOM.
        https://bugs.webkit.org/show_bug.cgi?id=84049
        <rdar://problem/11096575>

        Reviewed by Oliver Hunt.

        * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::printFrame): When printing is
        initiated by WebProcess, all messages from UI process are sent synchronously to
        avoid being queued, and so should EndPrinting.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114286 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit2/ChangeLog
Source/WebKit2/UIProcess/WebPageProxy.cpp