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

Side by Side Diff: AUTHORS

Issue 1277353002: Use static_cast<> for NULL (clang 3.7) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use nullptr everywhere, squash commits Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/runtime/runtime-i18n.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Below is a list of people and organizations that have contributed 1 # Below is a list of people and organizations that have contributed
2 # to the V8 project. Names should be added to the list like so: 2 # to the V8 project. Names should be added to the list like so:
3 # 3 #
4 # Name/Organization <email address> 4 # Name/Organization <email address>
5 5
6 Google Inc. <*@google.com> 6 Google Inc. <*@google.com>
7 The Chromium Authors <*@chromium.org> 7 The Chromium Authors <*@chromium.org>
8 Sigma Designs Inc. <*@sdesigns.com> 8 Sigma Designs Inc. <*@sdesigns.com>
9 ARM Ltd. <*@arm.com> 9 ARM Ltd. <*@arm.com>
10 Hewlett-Packard Development Company, LP <*@palm.com> 10 Hewlett-Packard Development Company, LP <*@palm.com>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 James Pike <g00gle@chilon.net> 63 James Pike <g00gle@chilon.net>
64 Jianghua Yang <jianghua.yjh@alibaba-inc.com> 64 Jianghua Yang <jianghua.yjh@alibaba-inc.com>
65 Joel Stanley <joel@jms.id.au> 65 Joel Stanley <joel@jms.id.au>
66 Johan Bergström <johan@bergstroem.nu> 66 Johan Bergström <johan@bergstroem.nu>
67 Jonathan Liu <net147@gmail.com> 67 Jonathan Liu <net147@gmail.com>
68 JunHo Seo <sejunho@gmail.com> 68 JunHo Seo <sejunho@gmail.com>
69 Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu> 69 Kang-Hao (Kenny) Lu <kennyluck@csail.mit.edu>
70 Luis Reis <luis.m.reis@gmail.com> 70 Luis Reis <luis.m.reis@gmail.com>
71 Luke Zarko <lukezarko@gmail.com> 71 Luke Zarko <lukezarko@gmail.com>
72 Maciej Małecki <me@mmalecki.com> 72 Maciej Małecki <me@mmalecki.com>
73 Marcin Cieślak <saper@marcincieslak.com>
73 Mathias Bynens <mathias@qiwi.be> 74 Mathias Bynens <mathias@qiwi.be>
74 Matt Hanselman <mjhanselman@gmail.com> 75 Matt Hanselman <mjhanselman@gmail.com>
75 Matthew Sporleder <msporleder@gmail.com> 76 Matthew Sporleder <msporleder@gmail.com>
76 Maxim Mossienko <maxim.mossienko@gmail.com> 77 Maxim Mossienko <maxim.mossienko@gmail.com>
77 Michael Lutz <michi@icosahedron.de> 78 Michael Lutz <michi@icosahedron.de>
78 Michael Smith <mike@w3.org> 79 Michael Smith <mike@w3.org>
79 Mike Gilbert <floppymaster@gmail.com> 80 Mike Gilbert <floppymaster@gmail.com>
80 Mike Pennisi <mike@mikepennisi.com> 81 Mike Pennisi <mike@mikepennisi.com>
81 Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net> 82 Nicolas Antonius Ernst Leopold Maria Kaiser <nikai@nikai.net>
82 Paolo Giarrusso <p.giarrusso@gmail.com> 83 Paolo Giarrusso <p.giarrusso@gmail.com>
83 Patrick Gansterer <paroga@paroga.com> 84 Patrick Gansterer <paroga@paroga.com>
84 Peter Varga <pvarga@inf.u-szeged.hu> 85 Peter Varga <pvarga@inf.u-szeged.hu>
85 Paul Lind <plind44@gmail.com> 86 Paul Lind <plind44@gmail.com>
86 Rafal Krypa <rafal@krypa.net> 87 Rafal Krypa <rafal@krypa.net>
87 Refael Ackermann <refack@gmail.com> 88 Refael Ackermann <refack@gmail.com>
88 Rene Rebe <rene@exactcode.de> 89 Rene Rebe <rene@exactcode.de>
89 Robert Mustacchi <rm@fingolfin.org> 90 Robert Mustacchi <rm@fingolfin.org>
90 Robert Nagy <robert.nagy@gmail.com> 91 Robert Nagy <robert.nagy@gmail.com>
91 Ryan Dahl <ry@tinyclouds.org> 92 Ryan Dahl <ry@tinyclouds.org>
92 Sandro Santilli <strk@keybit.net> 93 Sandro Santilli <strk@keybit.net>
93 Sanjoy Das <sanjoy@playingwithpointers.com> 94 Sanjoy Das <sanjoy@playingwithpointers.com>
94 Seo Sanghyeon <sanxiyn@gmail.com> 95 Seo Sanghyeon <sanxiyn@gmail.com>
95 Tobias Burnus <burnus@net-b.de> 96 Tobias Burnus <burnus@net-b.de>
96 Victor Costan <costan@gmail.com> 97 Victor Costan <costan@gmail.com>
97 Vlad Burlik <vladbph@gmail.com> 98 Vlad Burlik <vladbph@gmail.com>
98 Vladimir Shutoff <vovan@shutoff.ru> 99 Vladimir Shutoff <vovan@shutoff.ru>
99 Yu Yin <xwafish@gmail.com> 100 Yu Yin <xwafish@gmail.com>
100 Zhongping Wang <kewpie.w.zp@gmail.com> 101 Zhongping Wang <kewpie.w.zp@gmail.com>
101 柳荣一 <admin@web-tinker.com> 102 柳荣一 <admin@web-tinker.com>
OLDNEW
« no previous file with comments | « no previous file | src/runtime/runtime-i18n.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698