RESOLVED FIXED 55848
QuickTime based media engines should respect private browsing mode
https://bugs.webkit.org/show_bug.cgi?id=55848
Summary QuickTime based media engines should respect private browsing mode
Eric Carlson
Reported 2011-03-06 12:54:10 PST
QuickTime based media engines download files for <audio> and <video> directly, so they need enough information to manage media data appropriately for WebKit's privacy mode.
Attachments
Proposed patch (13.12 KB, patch)
2011-03-06 13:19 PST, Eric Carlson
no flags
Eric Carlson
Comment 1 2011-03-06 12:54:33 PST
Eric Carlson
Comment 2 2011-03-06 13:19:38 PST
Created attachment 84896 [details] Proposed patch
Antti Koivisto
Comment 3 2011-03-06 14:28:58 PST
Comment on attachment 84896 [details] Proposed patch On this level, some more specific name than "private browsing" would be better. MediaPlayer::setAllowsCaching or similar. Looks like the term was used already there though.
Eric Carlson
Comment 4 2011-03-06 15:49:59 PST
(In reply to comment #3) > (From update of attachment 84896 [details]) > On this level, some more specific name than "private browsing" would be better. MediaPlayer::setAllowsCaching or similar. Looks like the term was used already there though. The is intentionally vague because the meaning varies from port to port, and can change more than just caching (eg. cookies).
Eric Carlson
Comment 5 2011-03-06 17:02:16 PST
Note You need to log in before you can comment on or make changes to this bug.