Bug 36706

Summary: Web Inspector: Converge Inspector ids to be long, not ints
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Converge on `long` for Inspector* id's timothy: review+

Description Joseph Pecoraro 2010-03-27 11:48:03 PDT
Created attachment 51834 [details]
[PATCH] Converge on `long` for Inspector* id's

Patch was reviewed on bug 36481. I was advised to create a new bug and land it from there.
Comment 1 Joseph Pecoraro 2010-03-27 14:47:11 PDT
Committed r56670
	M	WebCore/ChangeLog
	M	WebCore/inspector/InspectorFrontend.cpp
	M	WebCore/inspector/InspectorController.cpp
	M	WebCore/inspector/InspectorFrontend.h
	M	WebCore/inspector/InspectorController.h
	M	WebCore/inspector/InspectorDOMAgent.cpp
r56670 = a9fe0ebd4c15e26d02e394d4faaefc4943e02d74 (trunk)
http://trac.webkit.org/changeset/56670

Landed with an updated ChangeLog to match this bug.
I just noticed I had a "Part 1" in the ChangeLog still though =(.