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

Issue 10407011: Making sure that base::MessagePumpForUI from different modules are isolated from each other. (Closed)

Created:
8 years, 7 months ago by alexeypa (please no reviews)
Modified:
8 years, 7 months ago
CC:
chromium-reviews, erikwright (departed), sadrul, brettw-cc_chromium.org
Visibility:
Public.

Description

Making sure that base::MessagePumpForUI from different modules are isolated from each other. This is a minimal version of the original fix that was reverted by https://src.chromium.org/viewvc/chrome?view=rev&revision=137542. This version does not contain any protection against shatter attacks. BUG=124091 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137765

Patch Set 1 #

Total comments: 4

Patch Set 2 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
M base/message_pump_win.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/message_pump_win.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
alexeypa (please no reviews)
Please take a look. This is a minimal version of http://codereview.chromium.org/10134001/ that can be merged ...
8 years, 7 months ago (2012-05-16 23:21:09 UTC) #1
jar (doing other things)
Some simplifying nits below.... then LGTM. https://chromiumcodereview.appspot.com/10407011/diff/1/base/message_pump_win.cc File base/message_pump_win.cc (right): https://chromiumcodereview.appspot.com/10407011/diff/1/base/message_pump_win.cc#newcode95 base/message_pump_win.cc:95: if (message_hwnd_ != ...
8 years, 7 months ago (2012-05-17 00:57:24 UTC) #2
jar (doing other things)
Additional major simplifications courtesy of suggestions by Ricardo. https://chromiumcodereview.appspot.com/10407011/diff/1/base/message_pump_win.cc File base/message_pump_win.cc (right): https://chromiumcodereview.appspot.com/10407011/diff/1/base/message_pump_win.cc#newcode247 base/message_pump_win.cc:247: instance_ ...
8 years, 7 months ago (2012-05-17 02:48:09 UTC) #3
alexeypa (please no reviews)
PTAL. https://chromiumcodereview.appspot.com/10407011/diff/1/base/message_pump_win.cc File base/message_pump_win.cc (right): https://chromiumcodereview.appspot.com/10407011/diff/1/base/message_pump_win.cc#newcode247 base/message_pump_win.cc:247: instance_ = base::GetModuleFromAddress(static_cast<void*>(wc.lpfnWndProc)); On 2012/05/17 02:48:09, jar wrote: ...
8 years, 7 months ago (2012-05-17 18:30:19 UTC) #4
jar (doing other things)
lgtm
8 years, 7 months ago (2012-05-17 21:36:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alexeypa@chromium.org/10407011/8001
8 years, 7 months ago (2012-05-17 21:38:23 UTC) #6
commit-bot: I haz the power
8 years, 7 months ago (2012-05-17 23:09:25 UTC) #7
Change committed as 137765

Powered by Google App Engine
This is Rietveld 408576698