Bug 97828 - [WIN] Add WebCore::getRegistryValue()
Summary: [WIN] Add WebCore::getRegistryValue()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on: 102787
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-27 16:08 PDT by Patrick R. Gansterer
Modified: 2012-11-20 02:44 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.34 KB, patch)
2012-09-27 16:13 PDT, Patrick R. Gansterer
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2012-09-27 16:08:54 PDT
[WIN] Add WebCore::getRegistryValue()
Comment 1 Patrick R. Gansterer 2012-09-27 16:13:11 PDT
Created attachment 166088 [details]
Patch
Comment 2 Brent Fulgham 2012-11-19 17:10:26 PST
Comment on attachment 166088 [details]
Patch

Another  niceset of clean ups.  Thanks!
Comment 3 Brent Fulgham 2012-11-19 17:10:56 PST
Comment on attachment 166088 [details]
Patch

R=me
Comment 4 WebKit Review Bot 2012-11-19 17:36:37 PST
Comment on attachment 166088 [details]
Patch

Clearing flags on attachment: 166088

Committed r135217: <http://trac.webkit.org/changeset/135217>
Comment 5 WebKit Review Bot 2012-11-19 17:36:40 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Csaba Osztrogonác 2012-11-19 23:46:05 PST
It broke the Qt Win build:

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1660) : error C2144: syntax error : 'int' should be preceded by ';'
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1660) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1660) : error C2470: 'IQueryAssociations' : looks like a function definition, but there is no parameter list; skipping apparent body
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C2146: syntax error : missing ';' before identifier 'IConnectionPoint'
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C2378: 'interface' : redefinition; symbol cannot be overloaded with a typedef
        C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1660) : see declaration of 'interface'
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C2146: syntax error : missing ';' before identifier 'IConnectionPoint'
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : error C2086: 'int IConnectionPoint' : redefinition
        C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1860) : see declaration of 'IConnectionPoint'
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\shlwapi.h(1863) : error C2061: syntax error : identifier 'IConnectionPoint'
Comment 7 Csaba Osztrogonác 2012-11-19 23:58:28 PST
Speculative fix landed in http://trac.webkit.org/changeset/135259. Let's see if it works.