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

Issue 1615523003: PNaCl cleanup: Remove TempFile class and use base::File instead (Closed)

Created:
4 years, 11 months ago by Mark Seaborn
Modified:
4 years, 11 months ago
Reviewers:
bbudge
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

PNaCl cleanup: Remove TempFile class and use base::File instead Following earlier cleanups, TempFile is now just a wrapper around base::File anyway. BUG=302078 TEST=e.g. NaClBrowserTestPnacl.PPAPICore (tests PNaCl translation) Committed: https://crrev.com/6a5d054c1aad5bc458ce61a776dd4b15a2fd2531 Cr-Commit-Position: refs/heads/master@{#370752}

Patch Set 1 #

Patch Set 2 : Fix merge: remove files #

Patch Set 3 : Fix Windows #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -159 lines) Patch
M components/nacl/renderer/plugin/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M components/nacl/renderer/plugin/plugin.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M components/nacl/renderer/plugin/pnacl_coordinator.h View 3 chunks +3 lines, -3 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_coordinator.cc View 7 chunks +14 lines, -20 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_translate_thread.h View 5 chunks +6 lines, -6 lines 2 comments Download
M components/nacl/renderer/plugin/pnacl_translate_thread.cc View 1 2 7 chunks +13 lines, -13 lines 0 comments Download
D components/nacl/renderer/plugin/temporary_file.h View 1 1 chunk +0 lines, -69 lines 0 comments Download
D components/nacl/renderer/plugin/temporary_file.cc View 1 1 chunk +0 lines, -46 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1615523003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1615523003/20001
4 years, 11 months ago (2016-01-21 01:18:43 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/134190)
4 years, 11 months ago (2016-01-21 02:15:37 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1615523003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1615523003/40001
4 years, 11 months ago (2016-01-21 02:41:06 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-21 04:17:11 UTC) #8
Mark Seaborn
4 years, 11 months ago (2016-01-21 05:20:21 UTC) #10
bbudge
LGTM w/comment https://codereview.chromium.org/1615523003/diff/40001/components/nacl/renderer/plugin/pnacl_translate_thread.h File components/nacl/renderer/plugin/pnacl_translate_thread.h (right): https://codereview.chromium.org/1615523003/diff/40001/components/nacl/renderer/plugin/pnacl_translate_thread.h#newcode141 components/nacl/renderer/plugin/pnacl_translate_thread.h:141: std::vector<base::File>* obj_files_; Have you considered making this ...
4 years, 11 months ago (2016-01-21 18:37:39 UTC) #11
Mark Seaborn
https://codereview.chromium.org/1615523003/diff/40001/components/nacl/renderer/plugin/pnacl_translate_thread.h File components/nacl/renderer/plugin/pnacl_translate_thread.h (right): https://codereview.chromium.org/1615523003/diff/40001/components/nacl/renderer/plugin/pnacl_translate_thread.h#newcode141 components/nacl/renderer/plugin/pnacl_translate_thread.h:141: std::vector<base::File>* obj_files_; On 2016/01/21 18:37:38, bbudge wrote: > Have ...
4 years, 11 months ago (2016-01-21 19:18:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1615523003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1615523003/40001
4 years, 11 months ago (2016-01-21 19:33:48 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-21 19:40:13 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 19:41:47 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6a5d054c1aad5bc458ce61a776dd4b15a2fd2531
Cr-Commit-Position: refs/heads/master@{#370752}

Powered by Google App Engine
This is Rietveld 408576698