Bug 50105

Summary: Make IDBKeyRange match the spec
Product: WebKit Reporter: Jeremy Orlow <jorlow>
Component: New BugsAssignee: Jeremy Orlow <jorlow>
Status: RESOLVED FIXED    
Severity: Normal CC: andreip, hans, steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 50093    
Bug Blocks:    
Attachments:
Description Flags
almost
none
done steveblock: review+

Description Jeremy Orlow 2010-11-26 03:16:20 PST
Remove flags and instead add two booleans for being open.
Comment 1 Jeremy Orlow 2010-11-26 03:17:49 PST
Created attachment 74911 [details]
almost

needs change log and has one bug in it, but It's 99% there
Comment 2 Hans Wennborg 2010-11-26 04:27:16 PST
Comment on attachment 74911 [details]
almost

View in context: https://bugs.webkit.org/attachment.cgi?id=74911&action=review

> WebCore/inspector/InspectorResourceAgent.cpp:349
> +    //m_frontend->setInitialContent(identifier, sourceString, type);

What's this?
Comment 3 Jeremy Orlow 2010-11-26 04:28:50 PST
Created attachment 74917 [details]
done

fixed the bug
Comment 4 Jeremy Orlow 2010-11-26 04:29:31 PST
(In reply to comment #2)
> (From update of attachment 74911 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=74911&action=review
> 
> > WebCore/inspector/InspectorResourceAgent.cpp:349
> > +    //m_frontend->setInitialContent(identifier, sourceString, type);
> 
> What's this?

Making Chrome build.  It's now removed (and fixed upstream, so I don't need it).
Comment 5 Andrei Popescu 2010-11-26 05:47:49 PST
LGTM
Comment 6 Jeremy Orlow 2010-11-26 08:37:34 PST
Committed r72767: <http://trac.webkit.org/changeset/72767>