Re: [webkit-dev] Ever increasing binary size

2013-04-02 Thread Ryosuke Niwa
On Mon, Apr 1, 2013 at 7:33 AM, Timothy Hatcher wrote: > > On Mar 22, 2013, at 3:12 AM, Ryosuke Niwa wrote: > > WebKit nightly build for r135421 dated November 21st, 2012 was 46.1MB. > WebKit nightly build for r145786 dated March 13th, 2013 was 49.4MB. > > Our binary size increased by 7.2% in ju

Re: [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Elliott Sprehn
This is just the behavior of the HTML5 parser not something special about webkit. Why do you want to turn it off? On Tue, Apr 2, 2013 at 6:58 PM, Aaron Lewis wrote: > Hi Ben, > > Thanks for reply, > > But I checked the source code, the "createMarkup" function is from > WebCore, so it's not abou

Re: [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Aaron Lewis
Hi Ben, Thanks for reply, But I checked the source code, the "createMarkup" function is from WebCore, so it's not about QtWebkit, right? Correct me if I'm wrong On Wed, Apr 3, 2013 at 9:57 AM, Benjamin Poulain wrote: > On Tue, Apr 2, 2013 at 6:53 PM, Aaron Lewis > wrote: >> >> I'm runnin

Re: [webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Benjamin Poulain
On Tue, Apr 2, 2013 at 6:53 PM, Aaron Lewis wrote: > I'm running a test app with QtWebkit, looks like webkit is attempting > to fix invalid markups automatically, > > For page contents like this, > [...] Wrong mailing list. This is the QtWebKit mailing list: https://lists.webkit.org/mailman/lis

[webkit-dev] Disable the automated markup fixes

2013-04-02 Thread Aaron Lewis
Hi, I'm running a test app with QtWebkit, looks like webkit is attempting to fix invalid markups automatically, For page contents like this, <><> The first <> is considered invalid if refer to W3C standards, thus webkit would encode it to <> Can this feature be turned off? -- Best Regards, Aa