Bug 4547

Summary: use int instead of long for 32-bit (to prepare for LP64 compiling)
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Adele Peterson <adele>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
change a lot of longs to ints, remove some unneeded long-specific code adele: review+

Description Darin Adler 2005-08-20 21:55:26 PDT
I was talking to Maciej about int vs. long. We decided that 32-bit integers should consistently use "int" 
rather than "long" in our code and our APIs. That includes things called "long" in IDL files because "long" in 
IDL means 32-bit.
Comment 1 Darin Adler 2005-08-20 22:28:43 PDT
Created attachment 3485 [details]
change a lot of longs to ints, remove some unneeded long-specific code
Comment 2 Adele Peterson 2005-09-16 15:22:18 PDT
r=me.  I'm committing this with a few minor changes since the tree has changed a bit since this patch.