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

Side by Side Diff: third_party/protobuf/README.chromium

Issue 379973003: Remove comparison of address with NULL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | third_party/protobuf/src/google/protobuf/descriptor.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 Name: Protocol Buffers 1 Name: Protocol Buffers
2 Short Name: protobuf 2 Short Name: protobuf
3 URL: http://protobuf.googlecode.com/svn/trunk 3 URL: http://protobuf.googlecode.com/svn/trunk
4 License: BSD 4 License: BSD
5 License File: COPYING.txt 5 License File: COPYING.txt
6 Version: unknown 6 Version: unknown
7 Revision: r476 7 Revision: r476
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Local files (not taken from upstream): 10 Local files (not taken from upstream):
(...skipping 15 matching lines...) Expand all
26 targets that depend on it can be componentized. See http://crbug.com/172800 for 26 targets that depend on it can be componentized. See http://crbug.com/172800 for
27 details, and r179806 for the patch. 27 details, and r179806 for the patch.
28 28
29 Revision 504 was cherry-picked from upstream. 29 Revision 504 was cherry-picked from upstream.
30 Revision 512 was cherry-picked from upstream. 30 Revision 512 was cherry-picked from upstream.
31 Revision 516 was cherry-picked from upstream. 31 Revision 516 was cherry-picked from upstream.
32 Revision 517 was cherry-picked from upstream. 32 Revision 517 was cherry-picked from upstream.
33 Revision 522 was cherry-picked from upstream. 33 Revision 522 was cherry-picked from upstream.
34 Revision 523 was cherry-picked from upstream. 34 Revision 523 was cherry-picked from upstream.
35 Revision 524 was cherry-picked from upstream. 35 Revision 524 was cherry-picked from upstream.
36 The `&file->options() != NULL &&` was removed from descriptor.cc
36 37
37 Notes about Java: 38 Notes about Java:
38 We have not forked the Java version of protobuf-lite, so the Java version does 39 We have not forked the Java version of protobuf-lite, so the Java version does
39 not support unknown field retention. 40 not support unknown field retention.
40 41
41 The list of Java files included in the lite profile for Java is parsed from the 42 The list of Java files included in the lite profile for Java is parsed from the
42 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See 43 maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See
43 'javac_includes' variable in protobuf_lite_javalib GYP target. 44 'javac_includes' variable in protobuf_lite_javalib GYP target.
44 45
OLDNEW
« no previous file with comments | « no previous file | third_party/protobuf/src/google/protobuf/descriptor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698