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

Issue 2694903005: Add a copy of webrtc's TaskRunner abstraction, which is going to be deleted in webrtc. (Closed)

Created:
3 years, 10 months ago by nisse-chromium (ooo August 14)
Modified:
3 years, 8 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a copy of webrtc's TaskRunner abstraction, which is going to be deleted in webrtc. BUG=webrtc:6424 Review-Url: https://codereview.chromium.org/2694903005 Cr-Commit-Position: refs/heads/master@{#452779} Committed: https://chromium.googlesource.com/chromium/src/+/6fee69fffaad7d1254c67d1a8e1b3daa56a0f3d3

Patch Set 1 #

Patch Set 2 : Update README.chromium to mention the task_runner directory. #

Patch Set 3 : Add rtc_task_runner as dependency. #

Patch Set 4 : Rebased. #

Patch Set 5 : Delete dependencies on webrtc's rtc_task_runner. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1514 lines, -22 lines) Patch
M content/common/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M jingle/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/glue/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M jingle/glue/mock_task.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/task_pump.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/communicator/login.cc View 2 chunks +1 line, -1 line 0 comments Download
M jingle/notifier/listener/push_notifications_listen_task.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/listener/push_notifications_subscribe_task.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/display/BUILD.gn View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M remoting/client/ios/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M remoting/client/ios/bridge/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libjingle/BUILD.gn View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M third_party/libjingle/webrtc/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/libjingle_xmpp/BUILD.gn View 1 2 3 4 5 chunks +14 lines, -2 lines 0 comments Download
M third_party/libjingle_xmpp/README.chromium View 1 1 chunk +9 lines, -5 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/task.h View 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/task.cc View 1 chunk +283 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/task_unittest.cc View 1 chunk +542 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/taskparent.h View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/taskparent.cc View 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/taskrunner.h View 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/libjingle_xmpp/task_runner/taskrunner.cc View 1 chunk +217 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (25 generated)
nisse-chromium (ooo August 14)
PTAL. Which bug should I link to, webrtc:6424 ?
3 years, 10 months ago (2017-02-15 16:13:34 UTC) #2
kjellander_chromium
On 2017/02/15 16:13:34, nisse-chromium wrote: > PTAL. Which bug should I link to, webrtc:6424 ? ...
3 years, 10 months ago (2017-02-15 20:17:18 UTC) #6
Sergey Ulanov
Maybe update third_party/libjingle_xmpp/README.chromium to reflect this addition? LGTM otherwise
3 years, 10 months ago (2017-02-15 20:35:15 UTC) #9
nisse-chromium (ooo August 14)
On 2017/02/15 20:35:15, Sergey Ulanov wrote: > Maybe update third_party/libjingle_xmpp/README.chromium to reflect this > addition? ...
3 years, 10 months ago (2017-02-16 08:42:27 UTC) #12
kjellander_chromium
On 2017/02/16 08:42:27, nisse-chromium wrote: > On 2017/02/15 20:35:15, Sergey Ulanov wrote: > > Maybe ...
3 years, 10 months ago (2017-02-16 09:21:57 UTC) #13
nisse-chromium (ooo August 14)
On 2017/02/16 09:21:57, kjellander_chromium wrote: > On 2017/02/16 08:42:27, nisse-chromium wrote: > > On 2017/02/15 ...
3 years, 10 months ago (2017-02-16 10:50:27 UTC) #14
nisse-chromium (ooo August 14)
On 2017/02/16 10:50:27, nisse-chromium wrote: > Made a local build. I suspect the problem is ...
3 years, 10 months ago (2017-02-16 11:40:19 UTC) #15
nisse-chromium (ooo August 14)
On 2017/02/16 11:40:19, nisse-chromium wrote: > On 2017/02/16 10:50:27, nisse-chromium wrote: > > Made a ...
3 years, 10 months ago (2017-02-16 11:44:15 UTC) #16
nisse-chromium (ooo August 14)
We can now drop the dependencies on webrtc's copy of the taskrunner code, hopefully avoiding ...
3 years, 10 months ago (2017-02-23 13:44:48 UTC) #24
nisse-chromium (ooo August 14)
ping?
3 years, 10 months ago (2017-02-24 08:12:08 UTC) #27
jochen (gone - plz use gerrit)
waiting for kjellander to approve
3 years, 10 months ago (2017-02-24 08:13:59 UTC) #28
kjellander_chromium
lgtm, sorry for the delay
3 years, 10 months ago (2017-02-24 08:16:41 UTC) #29
jochen (gone - plz use gerrit)
lgtm
3 years, 10 months ago (2017-02-24 08:22:06 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2694903005/80001
3 years, 10 months ago (2017-02-24 08:25:12 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2694903005/80001
3 years, 10 months ago (2017-02-24 08:40:31 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2694903005/80001
3 years, 10 months ago (2017-02-24 08:51:33 UTC) #39
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/6fee69fffaad7d1254c67d1a8e1b3daa56a0f3d3
3 years, 10 months ago (2017-02-24 09:30:26 UTC) #42
lmilko
3 years, 8 months ago (2017-04-06 10:21:26 UTC) #43
Message was sent while issue was closed.
On 2017/02/24 09:30:26, commit-bot: I haz the power wrote:
> Committed patchset #5 (id:80001) as
>
https://chromium.googlesource.com/chromium/src/+/6fee69fffaad7d1254c67d1a8e1b...

This change causes crash when running libjingle_xmpp_unittests on Ubuntu 16.04.
More info is on:
https://bugs.chromium.org/p/chromium/issues/detail?id=708968

Powered by Google App Engine
This is Rietveld 408576698