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

Issue 11971028: Android: create a generic android_ucontext.h (Closed)

Created:
7 years, 11 months ago by jln (very slow on Chromium)
Modified:
7 years, 11 months ago
CC:
chromium-reviews, agl, jln+watch_chromium.org, yfw.chromium, palmer, shashi
Visibility:
Public.

Description

Android: create a generic android_ucontext.h We now have a generic android_ucontext.h that should work on both ARM and X86. Note: if this needs to be reverted on X86, please only revert the GYP file and send me the error message. (Thanks to Yin Fengwei for his related work in https://chromiumcodereview.appspot.com/11639038/) BUG=166704 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177321

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -6 lines) Patch
M sandbox/linux/sandbox_linux.gypi View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/linux/services/android_arm_ucontext.h View 1 2 chunks +18 lines, -3 lines 0 comments Download
A sandbox/linux/services/android_ucontext.h View 1 chunk +22 lines, -0 lines 0 comments Download
A sandbox/linux/services/android_x86_ucontext.h View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jln (very slow on Chromium)
Markus, could you please take a look ?
7 years, 11 months ago (2013-01-17 01:22:46 UTC) #1
Markus (顧孟勤)
lgtm https://chromiumcodereview.appspot.com/11971028/diff/6002/sandbox/linux/services/android_arm_ucontext.h File sandbox/linux/services/android_arm_ucontext.h (right): https://chromiumcodereview.appspot.com/11971028/diff/6002/sandbox/linux/services/android_arm_ucontext.h#newcode16 sandbox/linux/services/android_arm_ucontext.h:16: unsigned long sig[2]; // 2 is actually _NSIG_WORDS. ...
7 years, 11 months ago (2013-01-17 01:31:34 UTC) #2
palmer
https://chromiumcodereview.appspot.com/11971028/diff/6002/sandbox/linux/services/android_arm_ucontext.h File sandbox/linux/services/android_arm_ucontext.h (right): https://chromiumcodereview.appspot.com/11971028/diff/6002/sandbox/linux/services/android_arm_ucontext.h#newcode12 sandbox/linux/services/android_arm_ucontext.h:12: typedef unsigned long greg_t; So, it was supposed to ...
7 years, 11 months ago (2013-01-17 01:33:46 UTC) #3
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/11971028/diff/6002/sandbox/linux/services/android_arm_ucontext.h File sandbox/linux/services/android_arm_ucontext.h (right): https://chromiumcodereview.appspot.com/11971028/diff/6002/sandbox/linux/services/android_arm_ucontext.h#newcode12 sandbox/linux/services/android_arm_ucontext.h:12: typedef unsigned long greg_t; On 2013/01/17 01:33:46, Chris P. ...
7 years, 11 months ago (2013-01-17 01:53:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/11971028/6004
7 years, 11 months ago (2013-01-17 02:28:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/11971028/6004
7 years, 11 months ago (2013-01-17 02:38:51 UTC) #6
commit-bot: I haz the power
7 years, 11 months ago (2013-01-17 02:43:24 UTC) #7
Message was sent while issue was closed.
Change committed as 177321

Powered by Google App Engine
This is Rietveld 408576698