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

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

Issue 10873029: Migrate WebRequestRedirectByRegExAction to use RE2 and roll RE2 to revision 97:401ab4168e8e (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « third_party/re2/CONTRIBUTORS ('k') | third_party/re2/patches/fix-implicit-conversion.patch » ('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: re2 - an efficient, principled regular expression library 1 Name: re2 - an efficient, principled regular expression library
2 Short Name: re2 2 Short Name: re2
3 URL: http://code.google.com/p/re2/ 3 URL: http://code.google.com/p/re2/
4 Version: 83:c79416ca4228 4 Version: 401ab4168e8e
5 Date: 2012-06-20 5 Date: 2012-06-20
6 Revision: 83:c79416ca4228 6 Revision: 97:401ab4168e8e
7 License: BSD 3-Clause License 7 License: BSD 3-Clause License
8 License File: LICENSE 8 License File: LICENSE
9 Security Critical: yes 9 Security Critical: yes
10 10
11 Description: 11 Description:
12 RE2 is a fast, safe, thread-friendly alternative to backtracking regular 12 RE2 is a fast, safe, thread-friendly alternative to backtracking regular
13 expression engines like those used in PCRE, Perl, and Python. 13 expression engines like those used in PCRE, Perl, and Python.
14 14
15 Local Modifications (to be applied in this order): 15 Local Modifications (to be applied in this order):
16 - Dropped POSIX configuration (patches/remove-posix-option.patch) 16 - Rename POSIX configuration (patches/rename-posix-option.patch)
17 - Support for Windows (patches/re2-msvc9-chrome.patch)
18 - Remove valgrind specific code that exists in chromium already 17 - Remove valgrind specific code that exists in chromium already
19 (patches/remove-valgrind-code.patch) 18 (patches/remove-valgrind-code.patch)
20 - Fix an implicit conversion from NULL to false 19 - Fix an implicit conversion from NULL to false
21 (patches/fix-implicit-conversion.patch) 20 (patches/fix-implicit-conversion.patch)
22 - Support Android (re2-android.patch) 21 - Support for Windows (patches/re2-msvc9-chrome.patch)
22 - Support Android (patches/re2-android.patch)
23 - Remove testinstall.cc because it lacks a license header and remove executable 23 - Remove testinstall.cc because it lacks a license header and remove executable
24 bit from non-executable .py file. 24 bit from non-executable .py file.
25 (remove-testinstall.cc-and-fix-filepermissions.patch) 25 (patches/remove-testinstall.cc-and-fix-filepermissions.patch)
OLDNEW
« no previous file with comments | « third_party/re2/CONTRIBUTORS ('k') | third_party/re2/patches/fix-implicit-conversion.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698