Bug 110725 - AVFoundation.framework and QTKit.framework are lazy-loaded on every WebProcess launch
Summary: AVFoundation.framework and QTKit.framework are lazy-loaded on every WebProces...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2013-02-24 23:11 PST by Jer Noble
Modified: 2013-02-25 10:25 PST (History)
12 users (show)

See Also:


Attachments
Patch (5.47 KB, patch)
2013-02-24 23:18 PST, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (5.49 KB, patch)
2013-02-25 07:54 PST, Jer Noble
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2013-02-24 23:11:59 PST
AVFoundation.framework and QTKit.framework are lazy-loaded on every WebProcess launch
Comment 1 Jer Noble 2013-02-24 23:12:19 PST
<rdar://problem/13280821>
Comment 2 Jer Noble 2013-02-24 23:18:36 PST
Created attachment 190000 [details]
Patch
Comment 3 Early Warning System Bot 2013-02-24 23:31:42 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/16707006
Comment 4 Early Warning System Bot 2013-02-24 23:31:56 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/16737991
Comment 5 WebKit Review Bot 2013-02-24 23:34:52 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16737990
Comment 6 WebKit Review Bot 2013-02-24 23:38:54 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass cr-linux-debug-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/16745025
Comment 7 EFL EWS Bot 2013-02-24 23:42:52 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/16744039
Comment 8 Build Bot 2013-02-24 23:53:38 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://queues.webkit.org/results/16743071
Comment 9 Build Bot 2013-02-25 00:19:32 PST
Comment on attachment 190000 [details]
Patch

Attachment 190000 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/16744056
Comment 10 Eric Carlson 2013-02-25 07:33:33 PST
Comment on attachment 190000 [details]
Patch

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

> Source/WebCore/platform/graphics/MediaPlayer.cpp:216
> +        return;

You need to return the empty Vector here.
Comment 11 Jer Noble 2013-02-25 07:54:10 PST
Created attachment 190061 [details]
Patch

That\'s what I get for not compiling before uploading.
Comment 12 Jer Noble 2013-02-25 10:25:55 PST
Committed r143945: <http://trac.webkit.org/changeset/143945>