Age | Commit message (Collapse) | Author |
|
This CL adds the beginnings of a Geting Started document for PDFium and adds
the navbar.md file to get navigation on the markdown files when rendered by
Gitiles.
Review URL: https://codereview.chromium.org/1840793002
|
|
This Cl syncs the AUTHORS, and README.md and build scripts in XFA to match master where possible.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1415423002 .
|
|
This will break existing checkouts based on the instructions provided.
Instead of having a single pdfium directory, checkouts will now compromise of:
("repo" can be named anything)
repo/.gclient
repo/pdfium/.git
repo/pdfium/others...
To convert an existing checkout, do something like:
mkdir repo
mv pdfium repo
rm repo/pdfium/.gclient_entries # will be regenerated, with a warning
mv repo/pdfium/.gclient repo
edit repo/.gclient and change "name: '.'" to "name: 'pdfium'"
Instructions for getting a new checkout are in README.md in this CL.
R=thestig@chromium.org, tsepez@chromium.org
Review URL: https://codereview.chromium.org/1406383003 .
Review URL: https://codereview.chromium.org/1422633002 .
|
|
This CL updates the documentation link to the Chromium PDF plugin to
point to Gitiles instead of the SVN repo.
Merge clean.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1407313002 .
(cherry picked from commit 8969a70de3ed74bf0e2ae133378f5e7a4d1fd4c0)
Review URL: https://codereview.chromium.org/1412723002 .
|
|
This CL adds some more context to the README on the various test suites and
community mailing lists which are available.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1412453004 .
(cherry picked from commit 51cf5bc00dfa3033523355e3e74f3a47f7e46682)
This merge had conflicts.
Review URL: https://codereview.chromium.org/1413523002 .
|
|
(cherry picked from commit 61327fe3c46b73141b4c885a98e97cd5d1412aba)
Original Review URL: https://codereview.chromium.org/1356323002 .
TBR=andybons@chromium.org
Review URL: https://codereview.chromium.org/1359813003 .
|