On Thu, Jun 26, 2014 at 3:24 AM, Isiah Meadows <[email protected]> wrote: > How would I get the bleeding_edge source code without a @chromium.org > account? I have a potential patch for my first commit, small in scale, but I > would have to first test it against that for speed.
You can clone the repo here[1], might be easier than messing around with git-svn. Once your patch is ready, you can upload it to [2] for review with git-cl or the upload.py file that you can download from that site. CR settings can be found here[3]. HTH. [1] https://github.com/v8/v8 [2] https://codereview.chromium.org/ [3] https://github.com/v8/v8/blob/master/codereview.settings -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
