Hey guys, added the CL to link the feature flag up to pdfium_engine.cc to enable the same library initialization to set up brotli being enabled. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
config.m_FontLibraryType = FPDF_FONTBACKENDTYPE_FREETYPE;Move these above line 775. I think the pattern here is non-conditional (well, sort of) assignments first.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Move these above line 775. I think the pattern here is non-conditional (well, sort of) assignments first.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
red bots.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can someone restart the MacOS bot, seems like one of the tests is flaky (crbug.com/500070329).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Commit-Queue | +1 |
Can someone restart the MacOS bot, seems like one of the tests is flaky (crbug.com/500070329).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Update //pdf to use the Brotli feature flag
This CL enables BrotliDecode based on the state of the pdf-enable-brotli
feature flag by editing the library configuration options in
pdfium_engine.cc and pdfium_test_base.cc.
Specifically, this CL updates the configuration version to 6 and adds
additional configuration to enable brotli based on the state of the
base::Feature.
In the process, this CL also sets the default build override to true due
to the presence of the flag as a runtime check for whether Brotli is
enabled.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Tested on release build just as latest canary came out and it seems like feature isn't working yet. If the override is set, isn't chromium going to be built with BrotliDecode support builtin anyway, or do i need to get a Chromium build from appspot instead.
In the mean time am trying to find the reason for the issue. Let me know if there is anything I am missing here Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |