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

Issue 23737002: Use sequenced blocking pool task to create PNaCl's nexe temp file (Closed)

Created:
7 years, 3 months ago by Derek Schuff
Modified:
7 years, 3 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Use sequenced blocking pool task to create PNaCl's nexe temp files This isn't necessary in the browser since if there are 2 requests for the same translation we don't care which one wins, (i.e. which one gets the temp file and does the translation and which one blocks to wait) but the unit tests do care because they try to hit particular corner cases. This is why they were flaky. So just always sequence the temp file creation, which will have minimal cost in practice. Also re-enable the disabled tests. R=jvoung@chromium.org BUG=272492 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220457

Patch Set 1 #

Patch Set 2 : clang-format #

Patch Set 3 : clang-format #

Patch Set 4 : fuuuuuuuu rietveld #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -47 lines) Patch
M chrome/browser/nacl_host/pnacl_host.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/nacl_host/pnacl_host.cc View 1 3 chunks +37 lines, -36 lines 0 comments Download
M chrome/browser/nacl_host/pnacl_host_unittest.cc View 2 3 5 chunks +5 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Derek Schuff
7 years, 3 months ago (2013-08-29 20:06:19 UTC) #1
jvoung (off chromium)
lgtm
7 years, 3 months ago (2013-08-29 21:48:07 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dschuff@chromium.org/23737002/22001
7 years, 3 months ago (2013-08-29 21:52:23 UTC) #3
commit-bot: I haz the power
7 years, 3 months ago (2013-08-30 00:47:36 UTC) #4
Message was sent while issue was closed.
Change committed as 220457

Powered by Google App Engine
This is Rietveld 408576698