| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |