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

Issue 5434001: Help make Base compile under NaCl... (Closed)

Created:
10 years ago by abarth-chromium
Modified:
9 years ago
Reviewers:
macdome, brettw, eseidel
CC:
chromium-reviews, pam+watch_chromium.org, brettw-cc_chromium.org, eseidel1
Visibility:
Public.

Description

Help make Base compile under NaCl This patch works around some more missing APIs in NaCl. This patch is kind of gross. A better approach might be to implement this missing function in NaCl itself. Original patch by Eric Seidel.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -0 lines) Patch
M base/time_posix.cc View 3 chunks +34 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
abarth-chromium
10 years ago (2010-12-01 07:07:55 UTC) #1
eseidel
On 2010/12/01 07:07:55, abarth wrote: I *really* appreciate you upstreaming these! I'm not sure this ...
10 years ago (2010-12-01 07:09:31 UTC) #2
brettw
On Tue, Nov 30, 2010 at 11:09 PM, <eseidel@chromium.org> wrote: > On 2010/12/01 07:07:55, abarth ...
10 years ago (2010-12-01 07:27:20 UTC) #3
macdome_gmail.com
On 2010/12/01 07:27:20, brettw wrote: > On Tue, Nov 30, 2010 at 11:09 PM, <mailto:eseidel@chromium.org> ...
10 years ago (2010-12-01 07:29:19 UTC) #4
brettw
On Tue, Nov 30, 2010 at 11:29 PM, <macdome@gmail.com> wrote: > On 2010/12/01 07:27:20, brettw ...
10 years ago (2010-12-01 07:32:11 UTC) #5
macdome_gmail.com
On 2010/12/01 07:32:11, brettw wrote: > On Tue, Nov 30, 2010 at 11:29 PM, <mailto:macdome@gmail.com> ...
10 years ago (2010-12-01 07:52:15 UTC) #6
brettw
10 years ago (2010-12-01 22:59:56 UTC) #7
http://codereview.chromium.org/5434001/diff/1/base/time_posix.cc
File base/time_posix.cc (right):

http://codereview.chromium.org/5434001/diff/1/base/time_posix.cc#newcode66
base/time_posix.cc:66: //
http://code.google.com/p/nativeclient/issues/detail?id=1160
I'd like to at least see a comment here about why this works. Like along the
lines of "since we want GMT, we reset the time zone informations stored in the
environment, get the time, and then put it back. TODO(abarth) this will not work
across threads, blah blah blah."

Powered by Google App Engine
This is Rietveld 408576698