Summary: | Make IDBKeyRange match the spec | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jeremy Orlow <jorlow> | ||||||
Component: | New Bugs | Assignee: | 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
Jeremy Orlow
2010-11-26 03:16:20 PST
Created attachment 74911 [details]
almost
needs change log and has one bug in it, but It's 99% there
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? Created attachment 74917 [details]
done
fixed the bug
(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). LGTM Committed r72767: <http://trac.webkit.org/changeset/72767> |