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

Issue 1289343005: Added Tor (Closed)

Created:
5 years, 4 months ago by deepankar-tyagi
Modified:
5 years ago
Reviewers:
binji, Sam Clegg
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/naclports.git@pepper_44
Target Ref:
refs/heads/pepper_44
Project:
naclports
Visibility:
Public.

Description

Added Tor This pull request is in continuation to this issue https://codereview.chromium.org/1226403004/ For more details please read README.nacl in libevent and tor

Patch Set 1 #

Total comments: 54

Patch Set 2 : contains modifications as per feedback and a bug fix #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -23 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ports/glibc-compat/Makefile View 2 chunks +3 lines, -1 line 0 comments Download
A ports/glibc-compat/src/readv.c View 1 1 chunk +29 lines, -0 lines 0 comments Download
A ports/glibc-compat/src/writev.c View 1 1 chunk +29 lines, -0 lines 1 comment Download
A ports/libevent/README.nacl View 1 1 chunk +48 lines, -0 lines 0 comments Download
A ports/libevent/build.sh View 1 chunk +26 lines, -0 lines 1 comment Download
A ports/libevent/nacl.patch View 1 1 chunk +64 lines, -0 lines 2 comments Download
A ports/libevent/pkg_info View 1 1 chunk +7 lines, -0 lines 0 comments Download
A ports/tor/README.nacl View 1 1 chunk +64 lines, -0 lines 0 comments Download
A ports/tor/background.js View 1 chunk +22 lines, -0 lines 0 comments Download
A ports/tor/build.sh View 1 1 chunk +48 lines, -0 lines 3 comments Download
A ports/tor/index.html View 1 1 chunk +46 lines, -0 lines 0 comments Download
A ports/tor/krotor_128.png View 1 Binary file 0 comments Download
A ports/tor/krotor_16.png View 1 Binary file 0 comments Download
A ports/tor/krotor_48.png View 1 Binary file 0 comments Download
A + ports/tor/manifest.json View 1 2 chunks +22 lines, -22 lines 0 comments Download
A ports/tor/nacl.patch View 1 1 chunk +103 lines, -0 lines 0 comments Download
A ports/tor/pkg_info View 1 1 chunk +7 lines, -0 lines 0 comments Download
A ports/tor/tor.js View 1 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
agaurav77
On 2015/08/20 00:00:39, deepankar-tyagi wrote: > mailto:deepankar7tyagi@gmail.com changed reviewers: > + mailto:binji@chromium.org, mailto:sbc@chromium.org Probably dt ...
5 years, 3 months ago (2015-08-24 19:00:04 UTC) #2
binji
mostly nits, but please see if you can make this work without turning on the ...
5 years, 3 months ago (2015-08-24 22:28:02 UTC) #3
deepankar-tyagi
https://codereview.chromium.org/1289343005/diff/1/ports/glibc-compat/src/readv.c File ports/glibc-compat/src/readv.c (right): https://codereview.chromium.org/1289343005/diff/1/ports/glibc-compat/src/readv.c#newcode9 ports/glibc-compat/src/readv.c:9: ssize_t readv(int fd, const struct iovec *iov, int iovcnt){ ...
5 years, 3 months ago (2015-08-25 18:14:45 UTC) #4
deepankar-tyagi
The app can be installed from here https://chrome.google.com/webstore/detail/krotorbeta-access-interne/dfdhngcahhplaibahkkjhdklhihbaikl
5 years, 3 months ago (2015-08-25 18:18:51 UTC) #5
Sam Clegg
lgtm https://codereview.chromium.org/1289343005/diff/20001/ports/glibc-compat/src/writev.c File ports/glibc-compat/src/writev.c (right): https://codereview.chromium.org/1289343005/diff/20001/ports/glibc-compat/src/writev.c#newcode4 ports/glibc-compat/src/writev.c:4: Have you don't a sync recently? I think ...
5 years, 3 months ago (2015-08-25 18:25:30 UTC) #6
deepankar-tyagi
On 2015/08/25 18:25:30, Sam Clegg wrote: > lgtm > > https://codereview.chromium.org/1289343005/diff/20001/ports/glibc-compat/src/writev.c#newcode4 > ports/glibc-compat/src/writev.c:4: > Have ...
5 years, 3 months ago (2015-08-25 18:34:40 UTC) #7
deepankar-tyagi
On 2015/08/25 18:34:40, deepankar-tyagi wrote: > On 2015/08/25 18:25:30, Sam Clegg wrote: > > lgtm ...
5 years, 3 months ago (2015-08-25 19:50:55 UTC) #8
deepankar-tyagi
https://codereview.chromium.org/1289343005/diff/20001/ports/libevent/nacl.patch File ports/libevent/nacl.patch (right): https://codereview.chromium.org/1289343005/diff/20001/ports/libevent/nacl.patch#newcode37 ports/libevent/nacl.patch:37: + } On 2015/08/25 18:25:30, Sam Clegg wrote: > ...
5 years, 3 months ago (2015-08-25 19:53:36 UTC) #9
Sam Clegg
On 2015/08/25 19:53:36, deepankar-tyagi wrote: > https://codereview.chromium.org/1289343005/diff/20001/ports/libevent/nacl.patch > File ports/libevent/nacl.patch (right): > > https://codereview.chromium.org/1289343005/diff/20001/ports/libevent/nacl.patch#newcode37 > ...
5 years ago (2015-12-03 20:13:29 UTC) #10
deepankar-tyagi
5 years ago (2015-12-03 21:20:30 UTC) #11
Message was sent while issue was closed.
On 2015/12/03 20:13:29, Sam Clegg wrote:
> On 2015/08/25 19:53:36, deepankar-tyagi wrote:
> >
>
https://codereview.chromium.org/1289343005/diff/20001/ports/libevent/nacl.patch
> > File ports/libevent/nacl.patch (right):
> > 
> >
>
https://codereview.chromium.org/1289343005/diff/20001/ports/libevent/nacl.pat...
> > ports/libevent/nacl.patch:37: +        }
> > On 2015/08/25 18:25:30, Sam Clegg wrote:
> > > Is this useful?   If so, match indentation style of surrounding code.
> > 
> > when executed, the binary doesn't provide any info, only way to know about
> port
> > is to see the code.
> > Indented.
> 
> Id there an update on this?  We have others who would be interested in the
> libevent point.

Yes the patch at https://codereview.chromium.org/1311703003/ incorporates all
the suggestions and is functional.

Powered by Google App Engine
This is Rietveld 408576698