| Summary: | inspector-protocol/dom/dom-search-crash.html is very flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED --- | ||
| Severity: | Normal | CC: | bburg, joepeck |
| Priority: | P2 | Keywords: | MakingBotsRed |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 129462 | ||
| Bug Blocks: | |||
|
Description
Alexey Proskuryakov
2014-03-03 16:55:15 PST
Same error: @@ -1,3 +1,5 @@ +CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: InspectorFrontendAPI +CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: InspectorFrontendAPI Tests that elements panel search is not crashing on documentElement-less cases. Line number=1 would suggest this comes from an eval() or similar mechanism, but before InspectorFrontendAPI.js is loaded. InspectorClient::doDispatchMessageOnFrontendPage evals "InspectorFrontendAPI.dispatchMessageAsync(...)". Also InspectorFrontendClientLocal::evaluateOnLoad. Committed r165061: <http://trac.webkit.org/changeset/165061> Ugh webkit-patch, why you so eager to close bugs. |