Bug 56997 - MediaPlayerPrivateAVFoundation should use the Application Cache during load.
Summary: MediaPlayerPrivateAVFoundation should use the Application Cache during load.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on: 53784
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-23 23:23 PDT by Jer Noble
Modified: 2011-03-25 17:42 PDT (History)
0 users

See Also:


Attachments
Patch (6.61 KB, patch)
2011-03-23 23:29 PDT, Jer Noble
no flags Details | Formatted Diff | Diff
Patch (6.65 KB, patch)
2011-03-23 23:33 PDT, Jer Noble
mjs: review+
Details | Formatted Diff | Diff
[2/3] Store media files as flat files within the Application Cache area. (19.96 KB, patch)
2011-03-25 11:37 PDT, Jer Noble
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2011-03-23 23:23:18 PDT
Once https://bugs.webkit.org/show_bug.cgi?id=53784 lands, the MediaPlayerPrivateAVFoundation should query the Application Cache for resources during load.
Comment 1 Jer Noble 2011-03-23 23:29:49 PDT
Created attachment 86748 [details]
Patch
Comment 2 Jer Noble 2011-03-23 23:30:08 PDT
<rdar://problem/9180432>
Comment 3 Jer Noble 2011-03-23 23:33:44 PDT
Created attachment 86750 [details]
Patch

Added a missing #if ENABLE surrounding OFFLINE_WEB_APPLICATIONS related code.
Comment 4 Maciej Stachowiak 2011-03-24 10:42:20 PDT
Comment on attachment 86750 [details]
Patch

me
Comment 5 Jer Noble 2011-03-25 11:37:19 PDT
Created attachment 86964 [details]
[2/3] Store media files as flat files within the Application Cache area.
Comment 6 Jer Noble 2011-03-25 11:42:49 PDT
Comment on attachment 86964 [details]
[2/3] Store media files as flat files within the Application Cache area.

Whoops, webkit-patch upload attached this patch to the wrong bug.  Obseleting.
Comment 7 Jer Noble 2011-03-25 17:42:09 PDT
Committed r82011: <http://trac.webkit.org/changeset/82011>