Bug 131514

Summary: [Win] Clean up some 64-bit Warnings from Visual Studio Static Analyzer
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, bfulgham, cmarcelo, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch thorton: review+, commit-queue: commit-queue-

Description Brent Fulgham 2014-04-10 16:36:47 PDT
This patch makes a couple of changes needed for 64-bit support on Windows:

1. Set our Microsoft build settings against Vista for 64-bit.
2. Silence a warning about MEMORY_BASIC_INFORMATION being uninitialized.
3. Silence a warning about deprecated GetTickCount() use
Comment 1 Brent Fulgham 2014-04-10 16:38:57 PDT
Created attachment 229089 [details]
Patch
Comment 2 WebKit Commit Bot 2014-04-10 16:56:34 PDT
Comment on attachment 229089 [details]
Patch

Rejecting attachment 229089 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 229089, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

ChangeLog entry in Source/WTF/ChangeLog contains OOPS!.

Full output: http://webkit-queues.appspot.com/results/5120716332597248
Comment 3 Radar WebKit Bug Importer 2014-04-10 16:59:39 PDT
<rdar://problem/16585906>
Comment 4 Brent Fulgham 2014-04-10 18:02:47 PDT
Committed r167101: <http://trac.webkit.org/changeset/167101>