Bug 44185 - Clean up Connection::open on Windows
Summary: Clean up Connection::open on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Adam Roben (:aroben)
URL:
Keywords: PlatformOnly
Depends on:
Blocks: 43148
  Show dependency treegraph
 
Reported: 2010-08-18 10:14 PDT by Adam Roben (:aroben)
Modified: 2010-08-25 13:13 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.79 KB, patch)
2010-08-18 10:15 PDT, Adam Roben (:aroben)
no flags Details | Formatted Diff | Diff
Patch (3.70 KB, patch)
2010-08-25 12:50 PDT, Adam Roben (:aroben)
sfalken: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-08-18 10:14:35 PDT
Clean up Connection::open on Windows
Comment 1 Adam Roben (:aroben) 2010-08-18 10:15:10 PDT
Created attachment 64725 [details]
Patch
Comment 2 Adam Roben (:aroben) 2010-08-25 12:50:57 PDT
Created attachment 65464 [details]
Patch
Comment 3 Adam Roben (:aroben) 2010-08-25 12:51:26 PDT
Anders suggested (correctly) that we don't need to call ::ConnectNamedPipe at all. So I made that change.
Comment 4 Adam Roben (:aroben) 2010-08-25 13:13:02 PDT
Committed r66035: <http://trac.webkit.org/changeset/66035>