Bug 195058

Summary: Web Inspector: Search: no results when opening to Search tab
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hi, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 195059    
Attachments:
Description Flags
Patch none

Description Devin Rousso 2019-02-26 11:24:07 PST
# STEPS TO REPRODUCE:
1. inspect any page
2. go to the Search tab
3. search for something
4. close Web Inspector
5. open Web Inspector
 => "Searching..." shown forever in sidebar until you manually search again

[Error] Request with id = 2 failed. {"code":-32601,"message":"'Page' domain was not found","data":[{"code":-32601,"message":"'Page' domain was not found"}]}
	_dispatchResponse (Main.js:1246)
	dispatch (Main.js:1236)
	dispatch (Main.js:1154)
	dispatchNextQueuedMessageFromBackend (Main.js:1329)
[Error] Request with id = 3 failed. {"code":-32601,"message":"'DOM' domain was not found","data":[{"code":-32601,"message":"'DOM' domain was not found"}]}
	_dispatchResponse (Main.js:1246)
	dispatch (Main.js:1236)
	dispatch (Main.js:1154)
	dispatchNextQueuedMessageFromBackend (Main.js:1329)
Comment 1 Radar WebKit Bug Importer 2019-02-26 11:24:36 PST
<rdar://problem/48407699>
Comment 2 Devin Rousso 2019-02-26 11:25:52 PST
Created attachment 362995 [details]
Patch
Comment 3 Joseph Pecoraro 2019-02-26 11:27:34 PST
Comment on attachment 362995 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2019-02-26 13:50:47 PST
Comment on attachment 362995 [details]
Patch

Clearing flags on attachment: 362995

Committed r242105: <https://trac.webkit.org/changeset/242105>
Comment 5 WebKit Commit Bot 2019-02-26 13:50:48 PST
All reviewed patches have been landed.  Closing bug.