Bug 37953

Summary: [Qt] Refactor qtscriptglobal.h
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hausmann, jedrzej.nowacki, kent.hansen
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 31863    
Attachments:
Description Flags
proposed patch none

Laszlo Gombos
Reported 2010-04-21 14:50:05 PDT
qtscriptglobal.h checks for Q_OS_WIN and Q_OS_SYMBIAN. Checking for Q_OS_SYMBIAN might actually be incorrect for the simulated Symbian environment, but more importantly we should have the same logic for this file as to qwebkitglobal.h (which does not check for Q_OS_SYMBIAN) and leave the knowledge of export rules to Qt itself.
Attachments
proposed patch (1.86 KB, patch)
2010-04-21 16:22 PDT, Laszlo Gombos
no flags
Laszlo Gombos
Comment 1 2010-04-21 16:22:32 PDT
Created attachment 54002 [details] proposed patch Jedrzej, it would be great if you could test this change in your environment before this gets committed.
Jędrzej Nowacki
Comment 2 2010-04-28 00:36:45 PDT
It works on my Linux machine. Windows build is broken, but it is not because of the patch (35578).
WebKit Commit Bot
Comment 3 2010-04-29 03:25:26 PDT
Comment on attachment 54002 [details] proposed patch Clearing flags on attachment: 54002 Committed r58494: <http://trac.webkit.org/changeset/58494>
WebKit Commit Bot
Comment 4 2010-04-29 03:25:33 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.