[Webkit-unassigned] [Bug 31447] New: Remove UUIDs from IDL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Nov 12 16:35:21 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=31447
Summary: Remove UUIDs from IDL
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: arv at chromium.org
Remove UUIDs from IDL files. The UUID is dead code since we no longer generate
COM bindings.
<arv> What are the UUID's in the idl files used for?
<arv> I see UUIDs being reused across idl files which seems counter intuitive
<bdash> arv: in the DOM binding IDLs?
<arv> bdash, yup
<bdash> arv: i suspect they were intended to be used in the generated COM
bindings
<bdash> arv: but those aren't generated any more so I bet they're unused
<bdash> arv: weinig would probably know for sure
<arv> bdash: so, generating new UUIDs for my new IDL is the way to go?
<weinig> arv: that is dead code
<weinig> arv: don't bother adding new ones
<weinig> we need to remove the ones that exist
<arv> weinig: thanks
<weinig> the COM bindings have been disabled
<bdash> someone should file a bug about removing them then
Done
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list