Bug 41424

Summary: Stop linking against opengl32.lib in Windows Chromium port
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dglazkov, oliver, webkit.review.bot, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 41430    
Bug Blocks:    
Attachments:
Description Flags
Patch
kbr: commit-queue-
Revised patch none

Kenneth Russell
Reported 2010-06-30 12:03:01 PDT
The Windows Chromium port links against opengl32.lib for the legacy in-process WebGL implementation (which may still be useful as a basis for other ports, which is one of the reasons it is still being left in place). This dependency is impacting browser startup time. The copy of GLEW in Chromium has been updated to dynamically look up all of the core WGL entry points; the code in WebKit needs to be updated to use the new entry points and stop adding opengl32.lib to the link line. See http://crbug.com/45586 .
Attachments
Patch (4.68 KB, patch)
2010-06-30 12:13 PDT, Kenneth Russell
kbr: commit-queue-
Revised patch (4.69 KB, patch)
2010-06-30 12:23 PDT, Kenneth Russell
no flags
Kenneth Russell
Comment 1 2010-06-30 12:13:51 PDT
WebKit Review Bot
Comment 2 2010-06-30 12:14:55 PDT
Attachment 60141 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1 WebKit/chromium/ChangeLog:6: Line contains tab character. [whitespace/tab] [5] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Kenneth Russell
Comment 3 2010-06-30 12:23:34 PDT
Created attachment 60142 [details] Revised patch Revised patch fixing tab in ChangeLog
Dimitri Glazkov (Google)
Comment 4 2010-06-30 14:16:48 PDT
Comment on attachment 60142 [details] Revised patch Please roll DEPS in WebKit/chromium to pick up downstream changes before landing this.
Kenneth Russell
Comment 5 2010-07-01 12:44:58 PDT
Comment on attachment 60142 [details] Revised patch Clearing flags on attachment: 60142 Committed r62288: <http://trac.webkit.org/changeset/62288>
Kenneth Russell
Comment 6 2010-07-01 12:45:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.