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

Issue 10675002: Fix thread_restrictions ifdef (Closed)

Created:
8 years, 6 months ago by jam
Modified:
8 years, 6 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Visibility:
Public.

Description

Fix thread_restrictions ifdef Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=144288

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M base/threading/thread_restrictions.h View 2 chunks +2 lines, -2 lines 4 comments Download
M base/threading/thread_restrictions.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
jam
8 years, 6 months ago (2012-06-26 19:16:04 UTC) #1
Ryan Sleevi
http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h File base/threading/thread_restrictions.h (right): http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h#newcode219 base/threading/thread_restrictions.h:219: missing #undef
8 years, 6 months ago (2012-06-26 19:18:31 UTC) #2
jam
http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h File base/threading/thread_restrictions.h (right): http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h#newcode219 base/threading/thread_restrictions.h:219: On 2012/06/26 19:18:31, Ryan Sleevi wrote: > missing #undef ...
8 years, 6 months ago (2012-06-26 19:32:51 UTC) #3
Ryan Sleevi
http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h File base/threading/thread_restrictions.h (right): http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h#newcode219 base/threading/thread_restrictions.h:219: On 2012/06/26 19:32:51, John Abd-El-Malek wrote: > On 2012/06/26 ...
8 years, 6 months ago (2012-06-26 20:26:14 UTC) #4
jabdelmalek
http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h File base/threading/thread_restrictions.h (right): http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h#newcode219 base/threading/thread_restrictions.h:219: On 2012/06/26 20:26:14, Ryan Sleevi wrote: > On 2012/06/26 ...
8 years, 6 months ago (2012-06-26 20:28:56 UTC) #5
Ryan Sleevi
On 2012/06/26 20:28:56, jabdelmalek wrote: > http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h > File base/threading/thread_restrictions.h (right): > > http://codereview.chromium.org/10675002/diff/1/base/threading/thread_restrictions.h#newcode219 > ...
8 years, 6 months ago (2012-06-26 20:33:42 UTC) #6
jam
On 2012/06/26 20:33:42, Ryan Sleevi wrote: > On 2012/06/26 20:28:56, jabdelmalek wrote: > > > ...
8 years, 6 months ago (2012-06-26 20:40:25 UTC) #7
Ryan Sleevi
On Tue, Jun 26, 2012 at 1:40 PM, <jam@chromium.org> wrote: > On 2012/06/26 20:33:42, Ryan ...
8 years, 6 months ago (2012-06-26 20:51:57 UTC) #8
jabdelmalek
On Tue, Jun 26, 2012 at 1:51 PM, Ryan Sleevi <rsleevi@chromium.org> wrote: > On Tue, ...
8 years, 6 months ago (2012-06-26 21:01:51 UTC) #9
brettw
It seems like the ENABLE_THREAD_RESTRICTIONS is a "feature flag" that's defined in a corresponding header ...
8 years, 6 months ago (2012-06-26 21:06:23 UTC) #10
Ryan Sleevi
On Tue, Jun 26, 2012 at 2:01 PM, John Abd-El-Malek <jabdelmalek@google.com>wrote: > > > > ...
8 years, 6 months ago (2012-06-26 21:19:52 UTC) #11
Ryan Sleevi
And the perf argument: MSVC and GCC, at least through 2008/4.4, cannot cache header pre-processing ...
8 years, 6 months ago (2012-06-26 21:22:31 UTC) #12
brettw
It doesn't seem like this patch is changing anything in this respect, and I don't ...
8 years, 6 months ago (2012-06-26 21:37:16 UTC) #13
brettw
8 years, 6 months ago (2012-06-26 21:47:05 UTC) #14
LGTM. I don't think this patch is worth having a big disagreement on, especially
when nothing about the #defines are changing now.

Powered by Google App Engine
This is Rietveld 408576698