Re: [webkit-dev] Blob scheme implementation

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

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 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 m

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 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 RenderWidget::destroy(),

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 wrote: > > On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: > >> On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov wrote: >> >> 14.09.2010, в 22:15, Darin Fisher написал(а): >> >> > I t

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Adam Barth
On Wed, Sep 15, 2010 at 1:09 PM, Darin Fisher 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 express javasc

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 - http://c

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Michael Nordman
On Wed, Sep 15, 2010 at 9:15 AM, Darin Fisher wrote: > On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov 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 URL

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Darin Fisher
On Wed, Sep 15, 2010 at 1:06 PM, Darin Fisher wrote: > On Wed, Sep 15, 2010 at 12:56 PM, Maciej Stachowiak wrote: > >> >> On Sep 15, 2010, at 9:15 AM, Darin Fisher wrote: >> >> On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov wrote: >> >>> >>> 14.09.2010, в 22:15, Darin Fisher написал(а): >>

Re: [webkit-dev] Blob scheme implementation

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

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 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. >

Re: [webkit-dev] Blob scheme implementation

2010-09-15 Thread Darin Fisher
On Wed, Sep 15, 2010 at 8:58 AM, Alexey Proskuryakov 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 Resourc

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 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