Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Maciej Stachowiak
On Sep 14, 2010, at 9:58 PM, Jian Li wrote: Indeed when I implement BlobResourceHandle, I have taken the range request support into consideration and got it work. The problem is that current media element implementation does not route through ResourceHandle. However, introducing a

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Alexey Proskuryakov
14.09.2010, в 22:15, Darin Fisher написал(а): I think it makes sense to extend ResourceHandle.cpp to access the BlobRegistry singleton in order to support blob URLs. The problem I see with adding blob support to ResourceHandle is that it makes it too difficult to maintain. It used to be a

Re: [webkit-dev] Build.webkit.org Downtime: Tomorrow, Sep 15, 8am PDT

2010-09-15 Thread William Siegrist
Build.webkit.org has been upgraded and all slaves are back online. Thanks -Bill On Sep 14, 2010, at 2:25 PM, William Siegrist wrote: Build.webkit.org will be down tomorrow for a software upgrade starting around 8am PDT. Total downtime should be less than 1 hour. This is fairly short

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Darin Fisher
On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov a...@webkit.org wrote: 14.09.2010, в 22:15, Darin Fisher написал(а): I think it makes sense to extend ResourceHandle.cpp to access the BlobRegistry singleton in order to support blob URLs. The problem I see with adding blob support to

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Maciej Stachowiak
On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov a...@webkit.org wrote: 14.09.2010, в 22:15, Darin Fisher написал(а): I think it makes sense to extend ResourceHandle.cpp to access the BlobRegistry singleton in order to support blob

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Darin Fisher
On Wed, Sep 15, 2010 at 12:56 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov a...@webkit.orgwrote: 14.09.2010, в 22:15, Darin Fisher написал(а): I think it makes sense to extend

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Darin Fisher
On Wed, Sep 15, 2010 at 1:06 PM, Darin Fisher da...@chromium.org wrote: On Wed, Sep 15, 2010 at 12:56 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov a...@webkit.orgwrote: 14.09.2010, в

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Michael Nordman
On Wed, Sep 15, 2010 at 9:15 AM, Darin Fisher da...@chromium.org wrote: On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov a...@webkit.orgwrote: 14.09.2010, в 22:15, Darin Fisher написал(а): I think it makes sense to extend ResourceHandle.cpp to access the BlobRegistry singleton in

Re: [webkit-dev] hey man

2010-09-15 Thread leslie . lg
hey, I never see you around anymore, I feel like you're always busy wth work. Anyway: maybe this will cheer you up. I found a news article that describes in detail ways you can make some extra money. It's easier than it sounds You should really check out this news article they wrote - a

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Adam Barth
On Wed, Sep 15, 2010 at 1:09 PM, Darin Fisher da...@chromium.org wrote: I'm ignoring javascript: URLs because they are super weird... evaluation happens synchronously and can have side effects such as causing other navigations.  It does not fit the normal mold of URL loading.  Mozilla tries to

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Maciej Stachowiak
On Sep 15, 2010, at 1:06 PM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 12:56 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov a...@webkit.org wrote: 14.09.2010, в 22:15, Darin Fisher

Re: [webkit-dev] Can node-renderer()-node() == node ever be false?

2010-09-15 Thread Dimitri Glazkov
Any takers? :) https://bugs.webkit.org/show_bug.cgi?id=45821 :DG On Tue, Sep 14, 2010 at 9:16 PM, Dimitri Glazkov dglaz...@chromium.org wrote: Ok, after following down a few rabbit holes, I can with some degree of certainty say that node-renderer()-node() == 0 can only at the end of

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Maciej Stachowiak
On Sep 15, 2010, at 2:05 PM, Adam Barth wrote: On Wed, Sep 15, 2010 at 1:09 PM, Darin Fisher da...@chromium.org wrote: I'm ignoring javascript: URLs because they are super weird... evaluation happens synchronously and can have side effects such as causing other navigations. It does not fit

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Darin Fisher
On Wed, Sep 15, 2010 at 3:31 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 15, 2010, at 1:06 PM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 12:56 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: On Wed, Sep 15, 2010 at 8:58 AM, Alexey