Marshall Greenblatt
07d12b78e1
Update to Chromium revision 9cedf753 ( #418732 )
...
- Simplify usage of OnBeforePluginLoad (issue #2015 )
- Switch crash reporting from crashpad to breakpad on Windows and OS X.
Adds a new chrome_elf.dll dependency on Windows (issue #1995 )
- Remove CefTextfield::GetPlaceholderTextColor() method which is no
longer supported by Chromium.
2016-10-20 16:54:25 -04:00
Marshall Greenblatt
a1fc6f1ad0
Add CefRegisterWidevineCdm function and remove component updater support (issue #2009 )
...
Mac: Check in widevinecdmadapter.plugin binary until Widevine GN build errors are resolved (https://crbug.com/626436 ).
2016-10-17 14:16:31 -04:00
Marshall Greenblatt
6158110063
Linux: Add ARM build support (issue #1990 )
2016-09-09 18:04:39 -07:00
Marshall Greenblatt
96b368ed14
Mac: Fix typo in make_distrib.py
2016-09-02 16:58:13 +03:00
Marshall Greenblatt
1e84e0cfff
Mac: Fix dSYM processing and add debug dSYM in make_distrib.py (issue #1403 )
2016-09-01 12:21:14 +03:00
Marshall Greenblatt
c48cac8dc4
Mac: Fix dSYM path in make_distrib.py (issue #1403 )
2016-08-30 18:45:11 +03:00
Marshall Greenblatt
c006dc7f0f
Linux: Fix copying of libcef.so in make_distrib.py (issue #1403 )
2016-08-25 06:12:45 -07:00
Marshall Greenblatt
da314f12fb
Linux: Remove deleted key from make_distrib.py (issue #1403 )
2016-08-25 13:21:07 +03:00
Marshall Greenblatt
968fbacac3
Remove GYP build support (issue #1403 )
2016-08-08 14:31:57 +03:00
Marshall Greenblatt
d92bc1d200
Build with GN by default (issue #1403 )
2016-07-20 18:27:37 -04:00
Marshall Greenblatt
88a8dad9c9
Generate pack header files using GN (issue #1403 )
2016-07-20 16:40:23 -04:00
Marshall Greenblatt
0e940c4128
Windows: Fix widevine copy step for binary distribution (issue #1948 )
2016-07-20 14:26:37 -04:00
Marshall Greenblatt
a60bb077a3
Update to Chromium revision 68623971 ( #403382 )
2016-07-07 16:24:12 -04:00
Marshall Greenblatt
d0a2e217a0
Add GN configuration (issue #1403 )
2016-07-05 17:32:01 -04:00
Marshall Greenblatt
76a40cafe3
Linux: Include cefsimple instead of cefclient in client distribution (issue #1916 )
2016-06-06 18:23:15 -04:00
Marshall Greenblatt
733ff6ffff
Windows: Remove wow_helper.exe which is no longer required (issue #1915 )
2016-06-06 12:47:59 -04:00
Marshall Greenblatt
582ce074aa
Add new CEF_ARCHIVE_FORMAT env var to support different built-in compression formats (issue #1067 )
2016-05-18 18:14:26 -04:00
Marshall Greenblatt
0b3d93cc8f
Add new CEF_COMMAND_7ZIP_FORMAT env var to support different compression formats (issue #1067 )
2016-05-17 13:52:31 -04:00
Marshall Greenblatt
ca928bd3f7
Update msvs_env.bat to respect platform architecture
2016-05-17 12:50:04 -04:00
Marshall Greenblatt
80c7c1bd77
Add cmake, include and libcef_dll directories to minimal binary distribution (issue #1897 )
2016-05-16 14:46:13 -04:00
Marshall Greenblatt
575c968a55
Modernize binary distribution CMake configuration (issue #1897 )
...
- Load CEF configuration using `find_package(CEF)`.
- Use per-target configuration via a new SET_EXECUTABLE_TARGET_PROPERTIES
macro instead of setting global CMAKE_* variables.
- Support building projects more easily with an external binary
distribution directory.
- Improve related documentation.
2016-05-12 18:10:31 -04:00
Marshall Greenblatt
84fe790035
make_distrib.py: Look for libcef instead of cefclient when running with --allow-partial (issue #1804 )
2016-03-31 15:46:52 +02:00
Marshall Greenblatt
243a9c26d7
Update to Chromium revision 0bfd25d4 ( #381305 )
...
- Delete include/cef_runnable.h (issue #1336 ).
- Build the cef_unittests target using all Chromium headers. Add a
USING_CHROMIUM_INCLUDES define and libcef_dll_wrapper_unittests
target to support this. This change avoids compile errors due to
the divergence of CEF and Chromium base/ header implementations.
The libcef_dll_wrapper sources must now compile successfully with
both CEF and Chromium base/ headers (issue #1632 ).
- The onbeforeunload message specified via JavaScript is no longer
passed to the client (see http://crbug.com/587940 ).
2016-03-17 13:01:21 -04:00
Marshall Greenblatt
07d75e540f
Improvements to automate-git.py for local mirror support (issue #1728 )
...
- Add new command-line flags:
--chromium-url: Allows overriding the synced Chromium URL.
--no-cef-update: Allows bypassing the step to sync CEF.
--no-chromium-update: Allows bypassing the step to sync Chromium.
--no-depot-tools-update: Allows bypassing the step to update depot_tools.
--distrib-subdir: Allows specifying the subdirectory name of
chromium/src/cef/binary_distrib.
- Add support in make_distrib.py for the --distrib-subdir flag.
- Change CMake requirement from 2.8.12.2 to 2.8.12.1.
2015-11-13 11:02:17 -05:00
Marshall Greenblatt
3640f81f01
Add Widevine CDM support (issue #1631 )
...
- Windows/Mac: Use `--enable-widevine-cdm` command-line flag to
enable download of CDM binaries via the component updater.
- Linux: Use `--widevide-cdm-path` and `--widevine-cdm-version`
command-line flags to load CDM binaries that already exist on
the system.
- A cache-path value is usually required when CDM is enabled.
2015-09-01 14:04:21 +02:00
Marshall Greenblatt
8da8a4fbf1
Update to Chromium revision 12bfc336 ( #338390 ).
...
- The ffmpeg library is now statically linked (see https://codereview.chromium.org/1141703002 ).
- Off-screen rendering of the PDF viewer does not work in combination with surfaces. Pass the
`--disable-surfaces` command-line flag if GPU is enabled (see https://codereview.chromium.org/1169983006 ).
2015-07-24 16:11:13 -04:00
Marshall Greenblatt
b7a56d9343
Add PDF extension support (issue #1565 )
2015-07-23 14:02:03 -04:00
Marshall Greenblatt
616fdbf3ff
Improve inheritance support in the CEF API (issue #1623 ).
...
- Support single parent inheritance in CEF API classes.
- Support non-virtual inheritance in CEF API classes.
- Support translation of CEF API sub-directories.
- Add test sub-directories for testing-only functionality that will be
available to unit tests but not exposed via the binary distribution.
- Add unit tests for the translator tool.
- Fix parsing of template parameter types that include commas.
2015-05-05 17:16:44 -04:00
Marshall Greenblatt
7acecd6b6b
Change CEF version number format to remove SVN dependency (issue #1580 ).
2015-03-16 19:34:35 -04:00
Marshall Greenblatt
c67b825fdc
Linux: Remove unused build.sh file from the binary distribution.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2075 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-12 17:05:18 +00:00
Marshall Greenblatt
5d4942fdf3
Move natives_blob.bin and snapshot_blob.bin files to the build configuration directory in the binary distribution (issue #1554 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2071 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-10 17:46:53 +00:00
Marshall Greenblatt
ac4f451c94
Update to Chromium revision 47fb4821 ( #318735 ).
...
- Remove the in-process PDF plugin implementation. A new implementation is now required (issue #1565 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2043 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 01:00:13 +00:00
Marshall Greenblatt
bfac5a1c46
Windows: Add natives_blob.bin and snapshot_blob.bin to binary distribution (issue #1554 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2036 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-02 17:06:34 +00:00
Marshall Greenblatt
5c28259c31
cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2014 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-31 00:55:56 +00:00
Marshall Greenblatt
52b02eb838
cefclient: Mac: Move the mac/ folder to resources/mac/ (issue #1500 )
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2013 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-30 20:55:28 +00:00
Marshall Greenblatt
b5e8914bde
- Change ALLOW_UNUSED to ALLOW_UNUSED_TYPE and ALLOW_UNUSED_LOCAL to match Chromium.
...
- Windows: d3dcompiler_46.dll changed to d3dcompiler_47.dll due to 8.1 SDK update (issue #1484 ).
- Windows: Fix `local variable is initialized but not referenced` warning with Release build (issue #1484 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1962 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-08 02:42:59 +00:00
Marshall Greenblatt
5a5d2caff2
Update to Chromium revision 8cb76f56 ( #307671 )
...
- Linux/Mac: Load V8 initial snapshot from external bin files (see http://crbug.com/421063 ).
- Windows: 8.1 SDK is now required (issue #1470 ).
- Remove CefDOMDocument::GetSelectionStartNode and GetSelectionEndNode methods(see https://codereview.chromium.org/763043004 ).
- Rename internal namespace used in base headers to avoid linker conflicts with cef_sandbox.lib.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1956 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-12-13 20:18:31 +00:00
Marshall Greenblatt
3556777a5f
Update make_distrib.py to require ninja build on all platforms.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1936 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-11-25 23:32:34 +00:00
Marshall Greenblatt
2dfaf00ce4
Remove old project file generation now that CMake generation is stable (issue #1404 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1935 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-11-25 23:18:21 +00:00
Marshall Greenblatt
a91de6d6db
Generate CMake configuration for the binary distribution (issue #1404 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1881 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-10-22 21:48:11 +00:00
Marshall Greenblatt
082845619c
Windows: Add wow_helper.exe to the 32-bit binary distribution for Vista 64-bit sandbox support (issue #1366 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1827 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-10 17:22:40 +00:00
Marshall Greenblatt
828d2f68b2
Fix identification of SVN revision after picking up incremental changes in the remote CEF Git repository.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1802 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-08 12:40:16 +00:00
Marshall Greenblatt
a1fcfe8dc5
Add support for large zip files in make_distrib.py (issue #1350 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1795 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-08-07 14:41:41 +00:00
Marshall Greenblatt
f9bf8dfa10
Fix insertion of Chromium URL/revision info into the binary distribution README.txt file (issue #1330 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1772 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-15 01:10:09 +00:00
Marshall Greenblatt
81f8883b4a
Bundle pepper PDF plugin on all platforms (issue #1331 ).
...
- Add new libpdf.so library on Linux and PDF.plugin app bundle on OS X.
- Move scaled resources from cef.pak into separate cef_100_percent.pak and cef_200_percent.pak files.
- Password-protected PDF files are not currently supported.
- No fallback is provided for PDF files that contain unsupported features.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1758 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-07 22:17:33 +00:00
Marshall Greenblatt
479e69fd4e
Windows: Add bundled pdf.dll and use it for printing support (issue #1313 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1757 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-03 18:34:58 +00:00
Marshall Greenblatt
cb907f3649
Update to Chromium revision 280796.
...
- Mac: Remove Carbon interpose library (see http://crbug.com/157130 ).
- Remove unused LOGSEVERITY_ERROR_REPORT value (see http://crbug.com/352378 ).
- CefURLRequest in the render process will now always have the UR_FLAG_REPORT_LOAD_TIMING flag set (see http://crbug.com/376025#c15 ).
- Change CefGeolocationHandler::OnRequestGeolocationPermission return value from void to boolean.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1753 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-02 18:25:22 +00:00
Marshall Greenblatt
60e3c9c090
Fix generation of the binary distribution using gyp_chromium (issue #1304 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1746 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-13 16:28:05 +00:00
Marshall Greenblatt
4e0dddcfa8
Remove gyp_cef and use gyp_chromium instead (issue #1304 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1740 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-06-12 14:29:41 +00:00
Marshall Greenblatt
da87cf449d
Update scripts to support git checkouts of CEF and/or Chromium.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1664 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-04-18 18:31:22 +00:00