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

Issue 444: Mac-specific CFRunLoop-based MessagePump implementation (Closed)

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

Description

Mac-specific CFRunLoop-based MessagePump implementation Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=2521

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+573 lines, -7 lines) Patch
M base/base.xcodeproj/project.pbxproj View 1 2 3 4 7 chunks +12 lines, -2 lines 0 comments Download
M base/message_loop.cc View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
A base/message_pump_mac.h View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A base/message_pump_mac.mm View 1 2 1 chunk +363 lines, -0 lines 0 comments Download
M net/net.xcodeproj/project.pbxproj View 1 2 3 4 5 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mark Mentovai
12 years, 3 months ago (2008-09-04 20:47:12 UTC) #1
Amanda Walker
Drive-by comments: is adding Foundation to the googleurl project actually related to the MessagePump stuff? ...
12 years, 3 months ago (2008-09-05 01:04:16 UTC) #2
darin (slow to review)
LGTM w/ some comments. http://codereview.chromium.org/444/diff/401/604 File base/message_pump_mac.h (right): http://codereview.chromium.org/444/diff/401/604#newcode169 Line 169: class MessagePumpMac { Perhaps ...
12 years, 3 months ago (2008-09-10 01:30:36 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/444/diff/401/602 File base/message_loop.cc (right): http://codereview.chromium.org/444/diff/401/602#newcode82 Line 82: pump_ = new base::MessagePumpDefault(); Why is this a ...
12 years, 3 months ago (2008-09-11 20:53:04 UTC) #4
Mark Mentovai
http://codereview.chromium.org/444/diff/401/602 File base/message_loop.cc (right): http://codereview.chromium.org/444/diff/401/602#newcode82 Line 82: pump_ = new base::MessagePumpDefault(); Because there's another type, ...
12 years, 3 months ago (2008-09-11 20:56:13 UTC) #5
darin (slow to review)
http://codereview.chromium.org/444/diff/401/602 File base/message_loop.cc (right): http://codereview.chromium.org/444/diff/401/602#newcode82 Line 82: pump_ = new base::MessagePumpDefault(); Mark is doing it ...
12 years, 3 months ago (2008-09-11 20:57:59 UTC) #6
Amanda Walker
LGTM, though I expect it will need revision. I also wonder what we can mock ...
12 years, 3 months ago (2008-09-11 21:17:23 UTC) #7
Amanda Walker
http://codereview.chromium.org/444/diff/401/604 File base/message_pump_mac.h (right): http://codereview.chromium.org/444/diff/401/604#newcode169 Line 169: class MessagePumpMac { MessagePumpForUI isn't a good name, ...
12 years, 3 months ago (2008-09-11 21:17:30 UTC) #8
Mark Mentovai
12 years, 3 months ago (2008-09-23 21:10:28 UTC) #9
Landed because it blocked McTestShell, but filed
http://code.google.com/p/chromium/issues/list?thanks=2708 for further cleanup.

Powered by Google App Engine
This is Rietveld 408576698