GNOME Bugzilla – Bug 596885
source element to read data: URIs
Last modified: 2010-01-25 10:57:15 UTC
It would be nice to support the URI scheme defined in RFC 2397. I started an element for that in WebKit, with the help of slomo :) https://bugs.webkit.org/show_bug.cgi?id=29842 Maybe this could move to -bad at some point?
commit 8c157ceb64605ca08b5aedc6f84b2e8f18494118 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jan 25 11:12:47 2010 +0100 dataurisrc: Add data: URI source element This is slightly based on the WebKit data: URI source but supports more parts of RFC 2397. Fixes bug #596885. commit 351066b6eb3b4ebf287cb9b0f8fb0ac80ace5d99 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jan 25 07:42:56 2010 +0100 dataurisrc: Add directory for data: URI source
Please supply an extra patch that adds a doc blob to the C file. It totaly not abvious what this element is doing and how it is supposed to be used.
commit 828af084903b08715b05bd2b9896d60b921b87bd Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Mon Jan 25 11:56:33 2010 +0100 dataurisrc: Add docs and integrate into build system Fixes again bug #596885.