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

Issue 4261: Implement MessageLoopForUI using GLib. This gets some exercise from... (Closed)

Created:
12 years, 3 months ago by dsh
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, deanm
Visibility:
Public.

Description

Implement MessageLoopForUI using GLib. This gets some exercise from base_unittest. BUG=1319 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2834

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+415 lines, -8 lines) Patch
M base/SConscript View 1 2 2 chunks +1 line, -1 line 0 comments Download
M base/message_loop.cc View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
A base/message_pump_glib.h View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A base/message_pump_glib.cc View 1 2 1 chunk +304 lines, -0 lines 0 comments Download
M build/SConscript.main View 1 2 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
dsh
Sorry this took a while. Now I know way more about GLib than I ever ...
12 years, 3 months ago (2008-09-24 22:08:34 UTC) #1
Evan Martin
This looks pretty good to me. I defer to Darin for the gnarly expected MessagePump ...
12 years, 3 months ago (2008-09-24 22:23:35 UTC) #2
darin (slow to review)
looks pretty good overall. here's some comments: http://codereview.chromium.org/4261/diff/1/5 File base/message_loop.cc (right): http://codereview.chromium.org/4261/diff/1/5#newcode101 Line 101: pump_ ...
12 years, 3 months ago (2008-09-24 22:54:37 UTC) #3
Mark Mentovai
LGTM, with questions and comments. http://codereview.chromium.org/4261/diff/1/5 File base/message_loop.cc (right): http://codereview.chromium.org/4261/diff/1/5#newcode14 Line 14: #include "base/message_pump_glib.h" Move ...
12 years, 3 months ago (2008-09-25 17:43:04 UTC) #4
dsh
Pretty much anything I didn't comment on here I fixed according to how people wanted ...
12 years, 3 months ago (2008-09-25 22:30:35 UTC) #5
dsh
The only real thing I changed here was to address thread-safety in ScheduleWork. I use ...
12 years, 3 months ago (2008-09-25 22:39:45 UTC) #6
Mark Mentovai
http://codereview.chromium.org/4261/diff/10/215 File base/message_pump_glib.cc (right): http://codereview.chromium.org/4261/diff/10/215#newcode14 Line 14: static const char kWorkScheduled = 0; I'd use ...
12 years, 3 months ago (2008-09-25 23:38:35 UTC) #7
dsh
So I'm just using the default context here. Everything else is the same except to ...
12 years, 2 months ago (2008-09-30 23:16:42 UTC) #8
Mark Mentovai
12 years, 2 months ago (2008-10-01 00:55:33 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698