Bug 7429

Summary: add temporary stubs that call abort() for functions only called from rendering end editing code
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: WebKit Misc.Assignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
stubs for render link errors
eric: review+
symbols still missing
none
oops, formatted wrong before none

Description Maciej Stachowiak 2006-02-23 10:14:38 PST
I made a script that looks over the win32 link errors and finds unresolved symbols only used from rendering/editing code, and makes stub functions for them. Here is the result.
Comment 1 Maciej Stachowiak 2006-02-23 10:17:06 PST
Created attachment 6678 [details]
stubs for render link errors
Comment 2 Eric Seidel (no email) 2006-02-23 10:25:49 PST
Comment on attachment 6678 [details]
stubs for render link errors

all official like.
Comment 3 Maciej Stachowiak 2006-02-23 10:38:56 PST
Created attachment 6679 [details]
symbols still missing
Comment 4 Maciej Stachowiak 2006-02-23 10:51:49 PST
Created attachment 6680 [details]
oops, formatted wrong before
Comment 5 Darin Adler 2006-02-23 22:05:49 PST
Maciej landed this a while back.