Bug 113887 - [WK2] XMLHttpRequest upload events don't work with NetworkProcess
Summary: [WK2] XMLHttpRequest upload events don't work with NetworkProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-03 10:49 PDT by Alexey Proskuryakov
Modified: 2013-04-03 11:22 PDT (History)
0 users

See Also:


Attachments
proposed fix (5.14 KB, patch)
2013-04-03 10:54 PDT, Alexey Proskuryakov
beidson: 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 2013-04-03 10:49:32 PDT
NetworkResourceLoader::didSendData needs to be implemented.

<rdar://problem/12890526>
Comment 1 Alexey Proskuryakov 2013-04-03 10:54:57 PDT
Created attachment 196377 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2013-04-03 11:22:09 PDT
Committed <http://trac.webkit.org/changeset/147568>.