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

Issue 1582123002: Augment message_loop with ability for custom UI message pumps (issue 576536) (Closed)

Created:
4 years, 11 months ago by jsbache
Modified:
4 years, 10 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, sadrul, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

This change modifies the message_loop so one can create UI message_loops with a custom message_pump. This change is needed to support the embedded case where Chromium runs inside a foreign host application. One example of this is the CEF project. See https://bitbucket.org/chromiumembedded/cef/issues/1805/improve-support-for-a-host-owned-message. In the embedded case the host runs the OS message loop and the UI message_loop needs to delegate back to the host without pumping messages inside the standard UI message_pump. BUG=576536 Committed: https://crrev.com/c7bfe00735a4930c4915ae04ac5ab3af52f000b5 Cr-Commit-Position: refs/heads/master@{#372265}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Improve header comment as requested in review #

Patch Set 3 : Add name to Authors file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -12 lines) Patch
M AUTHORS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M base/message_loop/message_loop.h View 1 4 chunks +17 lines, -11 lines 0 comments Download
M base/message_loop/message_loop.cc View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 58 (22 generated)
jsbache
Proposed change to the message pump allowing projects such as CEF to create a UI ...
4 years, 11 months ago (2016-01-14 23:27:52 UTC) #2
Mark Mentovai
https://codereview.chromium.org/1582123002/diff/1/base/message_loop/message_loop.h File base/message_loop/message_loop.h (right): https://codereview.chromium.org/1582123002/diff/1/base/message_loop/message_loop.h#newcode1 base/message_loop/message_loop.h:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
4 years, 11 months ago (2016-01-25 14:54:55 UTC) #3
jsbache
On 2016/01/25 14:54:55, Mark Mentovai wrote: > https://codereview.chromium.org/1582123002/diff/1/base/message_loop/message_loop.h > File base/message_loop/message_loop.h (right): > > https://codereview.chromium.org/1582123002/diff/1/base/message_loop/message_loop.h#newcode1 ...
4 years, 11 months ago (2016-01-25 19:39:18 UTC) #5
jsbache
On 2016/01/25 19:39:18, jsbache wrote: > On 2016/01/25 14:54:55, Mark Mentovai wrote: > > > ...
4 years, 11 months ago (2016-01-25 19:40:24 UTC) #6
Mark Mentovai
That sounds good. Poke this review once again when you’ve updated it.
4 years, 11 months ago (2016-01-25 19:44:28 UTC) #7
jsbache
On 2016/01/25 19:44:28, Mark Mentovai wrote: > That sounds good. Poke this review once again ...
4 years, 11 months ago (2016-01-26 00:40:28 UTC) #8
Mark Mentovai
LGTM
4 years, 11 months ago (2016-01-26 00:51:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/20001
4 years, 11 months ago (2016-01-26 01:12:59 UTC) #14
commit-bot: I haz the power
The author jsbache@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
4 years, 11 months ago (2016-01-26 01:13:01 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/20001
4 years, 11 months ago (2016-01-26 18:20:58 UTC) #18
commit-bot: I haz the power
The author jsbache@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
4 years, 11 months ago (2016-01-26 18:21:00 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/20001
4 years, 11 months ago (2016-01-26 20:56:28 UTC) #22
commit-bot: I haz the power
The author jsbache@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
4 years, 11 months ago (2016-01-26 20:56:30 UTC) #24
jsbache
On 2016/01/26 20:56:30, commit-bot: I haz the power wrote: > The author mailto:jsbache@gmail.com has not ...
4 years, 11 months ago (2016-01-26 21:44:04 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/20001
4 years, 11 months ago (2016-01-26 22:24:23 UTC) #27
commit-bot: I haz the power
The author jsbache@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
4 years, 11 months ago (2016-01-26 22:24:25 UTC) #29
Mark Mentovai
I just checked and don’t see you on the CLA signers list. Did you use ...
4 years, 11 months ago (2016-01-26 22:25:00 UTC) #31
jsbache
On 2016/01/26 22:25:00, Mark Mentovai wrote: > I just checked and don’t see you on ...
4 years, 11 months ago (2016-01-26 22:44:49 UTC) #32
jsbache
On 2016/01/26 22:44:49, jsbache wrote: > On 2016/01/26 22:25:00, Mark Mentovai wrote: > > I ...
4 years, 11 months ago (2016-01-26 22:45:37 UTC) #33
Mark Mentovai
OK, I filed a ticket to get to the bottom of this.
4 years, 11 months ago (2016-01-26 22:54:13 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/20001
4 years, 11 months ago (2016-01-27 02:48:39 UTC) #36
commit-bot: I haz the power
The author jsbache@gmail.com has not signed Google Contributor License Agreement. Please visit https://cla.developers.google.com to sign ...
4 years, 11 months ago (2016-01-27 02:48:41 UTC) #38
Mark Mentovai
The response I got asked you to try signing the CLA again while signed in ...
4 years, 11 months ago (2016-01-27 21:53:10 UTC) #39
jsbache
On 2016/01/27 21:53:10, Mark Mentovai wrote: > The response I got asked you to try ...
4 years, 11 months ago (2016-01-27 22:12:17 UTC) #40
Mark Mentovai
Thanks. Still digging.
4 years, 11 months ago (2016-01-27 22:21:15 UTC) #41
Mark Mentovai
They want you to try signing the CLA at https://cla.developers.google.com/clas from an incognito window and ...
4 years, 11 months ago (2016-01-27 22:39:16 UTC) #42
jsbache
On 2016/01/27 22:39:16, Mark Mentovai wrote: > They want you to try signing the CLA ...
4 years, 11 months ago (2016-01-27 22:43:16 UTC) #43
Mark Mentovai
Thanks.
4 years, 11 months ago (2016-01-27 22:46:13 UTC) #44
jsbache
On 2016/01/27 22:43:16, jsbache wrote: > On 2016/01/27 22:39:16, Mark Mentovai wrote: > > They ...
4 years, 11 months ago (2016-01-27 22:46:18 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/20001
4 years, 10 months ago (2016-01-28 18:36:19 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/140137)
4 years, 10 months ago (2016-01-28 18:47:51 UTC) #49
jsbache
On 2016/01/28 18:47:51, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 10 months ago (2016-01-28 18:53:45 UTC) #50
Mark Mentovai
You can add yourself to the AUTHORS file in this change.
4 years, 10 months ago (2016-01-28 18:55:11 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582123002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582123002/40001
4 years, 10 months ago (2016-01-29 01:23:12 UTC) #54
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-01-29 02:53:12 UTC) #56
commit-bot: I haz the power
4 years, 10 months ago (2016-01-29 02:54:19 UTC) #58
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c7bfe00735a4930c4915ae04ac5ab3af52f000b5
Cr-Commit-Position: refs/heads/master@{#372265}

Powered by Google App Engine
This is Rietveld 408576698