Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Issue 7600016: WebKitClient::createThread and associated implementation (Closed)

Created:
9 years, 4 months ago by nduca
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, aelias_OOO_until_Jul13
Visibility:
Public.

Description

This is an implementation of WebThread to allow WebKit to create threads that are backed by base::MessageThreads and thus base's MessageLoops. Doing this allows Chromium services to be more easily used on webkit threads. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96946

Patch Set 1 #

Patch Set 2 : Remove thread changes. #

Patch Set 3 : Switch to using Task ptr on interface. #

Patch Set 4 : For the trybots #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -1 line) Patch
M base/threading/thread.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
A webkit/glue/webthread_impl.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A webkit/glue/webthread_impl.cc View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
nduca
9 years, 4 months ago (2011-08-09 06:42:24 UTC) #1
nduca
9 years, 4 months ago (2011-08-10 23:44:40 UTC) #2
darin (slow to review)
9 years, 4 months ago (2011-08-12 23:32:47 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698