Re: [webkit-dev] How to properly create some element nodes within webcore?

2010-07-07 Thread Matt 'Murph' Finnicum
That was it. Thanks a million! On Wed, Jul 7, 2010 at 12:34 PM, Sam Weinig wrote: > > > On Wed, Jul 7, 2010 at 8:30 AM, Matt 'Murph' Finnicum > wrote: >> >> I know this sounds a bit silly, but it's a simplified version of what i'm >> doing. >> >> Let's say I decided to replace every webpage with

Re: [webkit-dev] How to properly create some element nodes within webcore?

2010-07-07 Thread Sam Weinig
On Wed, Jul 7, 2010 at 8:30 AM, Matt 'Murph' Finnicum wrote: > I know this sounds a bit silly, but it's a simplified version of what i'm > doing. > > Let's say I decided to replace every webpage with "hello world". I > decided to do this from finishedParsing() within dom/Document.cpp: > > void Doc

[webkit-dev] How to properly create some element nodes within webcore?

2010-07-07 Thread Matt 'Murph' Finnicum
I know this sounds a bit silly, but it's a simplified version of what i'm doing. Let's say I decided to replace every webpage with "hello world". I decided to do this from finishedParsing() within dom/Document.cpp: void Document::finishedParsing() { ExceptionCode ec = 0; HTMLBodyElement*