Bug 36706 - Web Inspector: Converge Inspector ids to be long, not ints
Summary: Web Inspector: Converge Inspector ids to be long, not ints
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: 2010-03-27 11:48 PDT by Joseph Pecoraro
Modified: 2010-03-27 14:47 PDT (History)
7 users (show)

See Also:


Attachments
[PATCH] Converge on `long` for Inspector* id's (20.91 KB, patch)
2010-03-27 11:48 PDT, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 =(.