Bug 23747

Summary: CHROMIUM: Add threading-related files
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: PlatformAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Add Chromium threading-related files, v1 eric: review+

Description Dimitri Glazkov (Google) 2009-02-04 15:59:27 PST
Adding wtf/chromium.
Comment 1 Dimitri Glazkov (Google) 2009-02-04 16:00:26 PST
Created attachment 27334 [details]
Add Chromium threading-related files, v1

 JavaScriptCore/wtf/MainThread.cpp                  |    2 +-
 JavaScriptCore/wtf/chromium/ChromiumThreading.h    |   45 ++++++++++++++++++
 JavaScriptCore/wtf/chromium/MainThreadChromium.cpp |   49 ++++++++++++++++++++
 WebCore/platform/chromium/TemporaryLinkStubs.cpp   |    8 ---
 4 files changed, 95 insertions(+), 9 deletions(-)
Comment 2 Eric Seidel (no email) 2009-02-05 14:15:24 PST
Comment on attachment 27334 [details]
Add Chromium threading-related files, v1

Looks fine.
Comment 3 Dimitri Glazkov (Google) 2009-02-05 15:04:30 PST
Landed as http://trac.webkit.org/changeset/40684.