Bug 106607

Summary: Add a skeleton BackgroundHTMLParser
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED LATER    
Severity: Normal CC: benjamin, eric, ojan.autocc, tonyg, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106127    
Attachments:
Description Flags
Patch none

Description Adam Barth 2013-01-10 14:51:05 PST
Add a skeleton BackgroundHTMLParser
Comment 1 Adam Barth 2013-01-10 14:52:05 PST
Created attachment 182214 [details]
Patch
Comment 2 Benjamin Poulain 2013-01-10 15:04:37 PST
Wouldn't it be better to make something minimal working first?
Comment 3 Adam Barth 2013-01-10 15:22:48 PST
> Wouldn't it be better to make something minimal working first?

Yes, that's what we're doing.
Comment 4 Adam Barth 2013-01-14 13:39:26 PST
We're going to get something basic working on a branch before landing code in trunk.
Comment 5 Benjamin Poulain 2013-01-14 13:43:29 PST
(In reply to comment #4)
> We're going to get something basic working on a branch before landing code in trunk.

Awesome. Thank you.

Good luck with this project, it is a very interesting change.
Comment 6 Adam Barth 2013-01-14 14:00:35 PST
The branch is here if you're interested in following along in our hackery:

https://github.com/tonygentilcore/webkit/compare/master...parser