Bug 23747 - CHROMIUM: Add threading-related files
Summary: CHROMIUM: Add threading-related files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 15:59 PST by Dimitri Glazkov (Google)
Modified: 2009-02-05 15:04 PST (History)
0 users

See Also:


Attachments
Add Chromium threading-related files, v1 (5.29 KB, patch)
2009-02-04 16:00 PST, Dimitri Glazkov (Google)
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.