Bug 19389 - querySelectorAll exception while searching invalid CSS selector
Summary: querySelectorAll exception while searching invalid CSS selector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-04 03:41 PDT by Anthony Ricaud
Modified: 2008-07-10 16:08 PDT (History)
2 users (show)

See Also:


Attachments
Proposed patch (1.62 KB, patch)
2008-07-06 14:08 PDT, Anthony Ricaud
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ricaud 2008-06-04 03:41:04 PDT
This exception fires on line 983 in inspector.js.
SYNTAX_ERR: DOM Exception 12 inspector.js (line 983)

It blocks searches like "head>".
Comment 1 Anthony Ricaud 2008-07-06 14:08:09 PDT
Created attachment 22118 [details]
Proposed patch
Comment 2 Matt Lilek 2008-07-10 16:08:08 PDT
Committed revision 35107.