Commit Graph

15 Commits

Author SHA1 Message Date
Chris Manchester
c86173526a Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium
MozReview-Commit-ID: 1G2o4fy74cf
2017-10-25 15:12:09 -07:00
Tom Ritter
24d99d631c Bug 1402065 Add the pdfium patch to the repo and update.sh r=jwatt
MozReview-Commit-ID: 19BisRwSWXM

--HG--
extra : rebase_source : 7fb8320429983840ad5ac9c450c86acae50b3017
2017-09-22 00:30:29 -05:00
Tom Ritter
1ccfc37292 Bug 1402065 Remove __in and __out from our in-tree copy of pdfium r=jwatt
These macros are not used by anything other than Microsoft static analysis
tools, but they break the MinGW compile. MinGW cannot define these macros
in C++ code, because they conflict with libstdc++ arguement names.

See Line 222 of cef0747077/tree/mingw-w64-headers/include/sal.h

MozReview-Commit-ID: J6LZpy6F3h4

--HG--
extra : rebase_source : cfef43bfe66671acfa8f9014f2845c8c954b0f03
2017-09-21 13:43:56 -05:00
Wes Kocher
6dd42e2664 Merge inbound to central, a=merge
MozReview-Commit-ID: BMWuqvmTljV
2017-08-22 17:07:23 -07:00
Farmer Tseng
e9cbc723a1 Bug 1382509 - Part3. Build PDFium as a separate library instead of linking it into libxul r=glandium,jwatt
MozReview-Commit-ID: FB4QqbbQF43

--HG--
extra : rebase_source : 289716b44201f30e1e1695b95b22a21b5c8ddeea
2017-08-22 14:17:39 +08:00
Jonathan Kew
bf22003a9a Bug 1364714 - (re-landing) Update Freetype to version 2.8, and fix/annotate tests affected by changes to font metrics & rasterization. r=dholbert,jwatt,ryanvm,jfkthame 2017-08-22 09:20:05 +01:00
Wes Kocher
7459418fd6 Backed out 16 changesets (bug 1364714) for android reftest failures in out-of-bounds-selectedindex.html a=backout
Backed out changeset b00b74e9d34b (bug 1364714)
Backed out changeset 1f52db2530d3 (bug 1364714)
Backed out changeset e3dda4fe9dae (bug 1364714)
Backed out changeset ff188112de35 (bug 1364714)
Backed out changeset 0e26a8c07cae (bug 1364714)
Backed out changeset e0cf94cb8666 (bug 1364714)
Backed out changeset 6f758a7673d3 (bug 1364714)
Backed out changeset 4b915e42b36d (bug 1364714)
Backed out changeset 80ca8faf1dac (bug 1364714)
Backed out changeset 2bd5a2d0ea09 (bug 1364714)
Backed out changeset aa5a89aac5ea (bug 1364714)
Backed out changeset 7634973c46ad (bug 1364714)
Backed out changeset b02a1d99e603 (bug 1364714)
Backed out changeset a297dc40177e (bug 1364714)
Backed out changeset 40e902ed7dbe (bug 1364714)
Backed out changeset d653fc499c9b (bug 1364714)

MozReview-Commit-ID: AyHF7oPwAs4
2017-08-21 16:16:29 -07:00
Jonathan Kew
4069728d86 Bug 1364714 - Patch PDFium for compatibility with freetype 2.8, where the ft_get_adobe_glyph_index function is guarded by DEFINE_PS_TABLES. r=jwatt 2017-08-21 14:37:52 +01:00
Farmer Tseng
474d1f2ba1 Bug 1367948 - Part2. Prevent PDFium from using GDIPlusExt to avoid garbage rendering. r=jwatt
MozReview-Commit-ID: 8hE0q6jKFzj

--HG--
extra : rebase_source : 811b2fe7057caaf4785ce3c8678740bb92133ee7
2017-07-27 11:22:45 +08:00
Farmer Tseng
7d96621f28 Bug 1367948 - Part1. Add a patch file to patch PDFium to prevent it from using GDIPlusExt to avoid garbage rendering. r=jwatt
MozReview-Commit-ID: 9571a5b7G5m

--HG--
extra : rebase_source : e71122dcbacee6d728c10d04cffefff58383b8b7
2017-07-27 11:22:20 +08:00
Bruce Sun
a260cb8422 Bug 1378608 - Use UNIFIED_SOURCES to make PDFium compilation faster. r=glandium
MozReview-Commit-ID: IpNY6EVZtxV
2017-07-11 15:01:30 +08:00
Bruce Sun
caf2005748 Bug 1368948: [7/7] Add moz.build for PDFium. r=glandium
MozReview-Commit-ID: J9YPDe90cMc
2017-06-29 17:18:34 -07:00
Bruce Sun
8bbccf1c91 Bug 1368948: [3/7] Add PDfium files (chromium/3029) with patches. r=jwatt
Corresponding chromium version: 58.0.3029.110
Update command: ./update.sh --commit chromium/3029

MozReview-Commit-ID: HFN3EPkFkN
2017-06-29 17:15:01 -07:00
Bruce Sun
dd5291a252 Bug 1368948: [2/7] Add patch files for PDFium. f=glandium, r=jwatt
Add patch files for update.sh to automatically modify pdfium sources:
 - a patch to fix PDFium build errors due to lacking GDI+ prerequisite headers
 - a patch to let PDFium use freetype library within Gecko
 - a patch to let PDFium use libjpeg library within Gecko
 - a patch to let PDFium use zlib library within Gecko
 - a patch to remove JPEG 2000 support from PDFium

MozReview-Commit-ID: HRLLHQnmAZV
2017-06-29 17:14:00 -07:00
Bruce Sun
6f1552ab27 Bug 1368948: [1/7] Add a script to update PDFium from upstream. r=glandium, r=jwatt
MozReview-Commit-ID: 13AQMtDsWXn
2017-06-29 17:13:22 -07:00