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

Side by Side Diff: README.md

Issue 1831813004: Update Readme as there is now CQ. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # PDFium 1 # PDFium
2 2
3 ## News 3 ## News
4 4
5 As of 2016-02-04, the XFA branch is deprecated. Instead, see the section on 5 As of 2016-02-04, the XFA branch is deprecated. Instead, see the section on
6 configuration below. 6 configuration below.
7 7
8 ## Prerequisites 8 ## Prerequisites
9 9
10 Get the chromium depot tools via the instructions at 10 Get the chromium depot tools via the instructions at
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 We will be using this 124 We will be using this
125 [bug tracker](https://code.google.com/p/pdfium/issues/list), but for security 125 [bug tracker](https://code.google.com/p/pdfium/issues/list), but for security
126 bugs, please use [Chromium's security bug template] 126 bugs, please use [Chromium's security bug template]
127 (https://code.google.com/p/chromium/issues/entry?template=Security%20Bug) 127 (https://code.google.com/p/chromium/issues/entry?template=Security%20Bug)
128 and add the "Cr-Internals-Plugins-PDF" label. 128 and add the "Cr-Internals-Plugins-PDF" label.
129 129
130 ## Contributing code 130 ## Contributing code
131 131
132 For contributing code, we will follow 132 For contributing code, we will follow
133 [Chromium's process](http://dev.chromium.org/developers/contributing-code) 133 [Chromium's process](http://dev.chromium.org/developers/contributing-code)
134 as much as possible. The main exceptions are: 134 as much as possible. The main exceptions is:
135 135
136 1. Code has to conform to the existing style and not Chromium/Google style. 136 1. Code has to conform to the existing style and not Chromium/Google style.
137 2. There is no commit queue, approved committers can land their changes via
138 `git cl land`
139 137
140 ## Branches 138 ## Branches
141 139
142 Prior to 2016-02-04, there existed an actively developed origin/xfa branch. 140 Prior to 2016-02-04, there existed an actively developed origin/xfa branch.
143 The origin/xfa branch is now an evolutionary dead-end. Everything you need 141 The origin/xfa branch is now an evolutionary dead-end. Everything you need
144 to build either with or without the XFA feature is on origin/master. 142 to build either with or without the XFA feature is on origin/master.
145 143
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698