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

Issue 139303003: Implement nacl_irt_clock for non-sfi mode. (Closed)

Created:
6 years, 11 months ago by hidehiko
Modified:
6 years, 11 months ago
Reviewers:
Mark Seaborn
CC:
chromium-reviews, hamaji
Visibility:
Public.

Description

Implement nacl_irt_clock for non-sfi mode. This CL implements nacl_irt_clock on non-sfi mode, which is simply proxying to the glibc implementation. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3734 TEST=Tried to call a newly added function from plugin via AT_SYSINFO. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245459

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -6 lines) Patch
M components/nacl.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/abi_conversion.h View 1 chunk +11 lines, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/abi_conversion.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/irt_basic.cc View 2 chunks +4 lines, -6 lines 0 comments Download
A components/nacl/loader/nonsfi/irt_clock.cc View 1 1 chunk +74 lines, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/irt_interfaces.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/irt_interfaces.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
hidehiko
Thank you for your review in advance, - hidehiko
6 years, 11 months ago (2014-01-15 14:00:27 UTC) #1
Mark Seaborn
Typo in commit message: "simplify" -> "simply" LGTM https://codereview.chromium.org/139303003/diff/1/components/nacl/loader/nonsfi/abi_conversion.cc File components/nacl/loader/nonsfi/abi_conversion.cc (right): https://codereview.chromium.org/139303003/diff/1/components/nacl/loader/nonsfi/abi_conversion.cc#newcode11 components/nacl/loader/nonsfi/abi_conversion.cc:11: #include ...
6 years, 11 months ago (2014-01-15 19:49:27 UTC) #2
hidehiko
Thank you for your review. PTAL, especially for my reply for your comment about inlining ...
6 years, 11 months ago (2014-01-16 05:30:11 UTC) #3
hidehiko
On 2014/01/16 05:30:11, hidehiko wrote: > Thank you for your review. > PTAL, especially for ...
6 years, 11 months ago (2014-01-16 05:38:58 UTC) #4
Mark Seaborn
https://codereview.chromium.org/139303003/diff/1/components/nacl/loader/nonsfi/abi_conversion.h File components/nacl/loader/nonsfi/abi_conversion.h (right): https://codereview.chromium.org/139303003/diff/1/components/nacl/loader/nonsfi/abi_conversion.h#newcode17 components/nacl/loader/nonsfi/abi_conversion.h:17: void NaClAbiTimeSpecToTimeSpec(const struct nacl_abi_timespec& nacl_timespec, On 2014/01/16 05:30:12, hidehiko ...
6 years, 11 months ago (2014-01-16 19:14:13 UTC) #5
hidehiko
Thank you for your reply! Submitting... - hidehiko On 2014/01/16 19:14:13, Mark Seaborn wrote: > ...
6 years, 11 months ago (2014-01-17 02:15:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/139303003/100001
6 years, 11 months ago (2014-01-17 02:16:23 UTC) #7
commit-bot: I haz the power
Failed to apply patch for components/nacl/loader/nonsfi/irt_interfaces.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-17 02:16:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/139303003/240001
6 years, 11 months ago (2014-01-17 03:33:45 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=212992
6 years, 11 months ago (2014-01-17 03:54:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/139303003/240001
6 years, 11 months ago (2014-01-17 03:56:08 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 07:09:35 UTC) #12
Message was sent while issue was closed.
Change committed as 245459

Powered by Google App Engine
This is Rietveld 408576698