Marshall Greenblatt
b849e7fb70
Return CefTime instead of time_t from CefZipReader::GetFileLastModified (issue #1625 )
2015-05-05 19:12:10 -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
4715a1644e
Windows: Fix IME window placement and dismissal in password fields (issue #1377 )
2015-04-24 18:33:27 +03:00
Marshall Greenblatt
b6f09f3865
Improve documentation for CefSettings.multi_threaded_message_loop
2015-04-24 14:53:57 +03:00
Marshall Greenblatt
ab50008595
Windows: Fix placement of IME window (issue #1610 )
2015-04-24 14:25:50 +03:00
Marshall Greenblatt
faafdd2cd7
Update to Chromium revision c03558c9 ( #326273 )
2015-04-24 11:04:30 +03:00
Marshall Greenblatt
aeb35d2f36
Fix typo in automate-git.py (issue #1612 )
2015-04-22 16:01:55 +03:00
Marshall Greenblatt
939a6598c1
Add ability to patch Chromium DEPS file (issue #1612 )
2015-04-22 15:33:52 +03:00
Marshall Greenblatt
1c6da5fe86
Update to Chromium revision 59d44948 ( #323860 )
2015-04-20 19:48:43 +03:00
Marshall Greenblatt
0369063810
- Add CefValue for wrapping various value types in a single object (issue #1607 ).
...
- Add IsSame() and IsEqual() methods for comparing CefValue* types.
- Improve CefValue* documentation.
2015-04-16 15:04:56 +02:00
Marshall Greenblatt
740ad72f90
Update automate_git.py to set GYP_CHROMIUM_NO_ACTION (issue #1470 ).
2015-04-13 17:11:54 +02:00
YuTeh Shen
505f11159a
Add support for the webkit-directory attribute (issue #958 ).
2015-04-10 12:17:14 +02:00
Marshall Greenblatt
ae91d8f4e5
- cefclient: Add `background-color` command-line argument (issue #1161 ).
...
- Rename cef_url.h to cef_parser.h.
- Add new CefParseCSSColor function.
2015-04-10 11:35:31 +02:00
Marshall Greenblatt
2c03492160
Mac: Fix customization of background color (issue #1161 ).
2015-04-08 17:43:00 +02:00
Marshall Greenblatt
6cceb1bd41
Mac: Add `disable-scroll-bounce` command-line flag (issue #1597 ).
2015-04-08 15:42:50 +02:00
Marshall Greenblatt
4a905f1e2b
- Allow asynchronous continuation of OnBeforeResourceLoad (issue #1593 ).
...
- Use CefRequestCallback for most asynchronous CefRequestHandler methods.
2015-04-08 10:33:49 +02:00
Marshall Greenblatt
a82110b31e
Fix documentation reference to CefV8ContextHandler.
2015-03-30 11:40:33 +02:00
Marshall Greenblatt
2fe1d33239
Add Pepper Flash plugin support (issue #1586 ).
...
A system-wide installation of the Pepper Flash plugin is available from Adobe
for Windows and Mac OS X platforms as a separate download. To enable automatic
detection and loading of the system-wide installation pass the
`--enable-system-flash` command-line flag.
The Pepper Flash plugin can also be loaded by specifying the file path and
version via the `--ppapi-flash-path=<path> --ppapi-flash-version=<version>`
command-line flags. The version can be identified by viewing the
manifest.json file in the same directory as the Pepper Flash plugin library.
2015-03-26 17:00:30 -04:00
Marshall Greenblatt
1772ac0278
Fix line endings
2015-03-26 10:24:39 -07:00
Marshall Greenblatt
5e5bbac692
README.md edited online with Bitbucket
2015-03-23 22:36:10 +00:00
Marshall Greenblatt
d7f7c61ddd
Update to Chromium revision fea84635 ( #321386 )
...
- Use a separate utility process for V8 proxy resolution (see http://crbug.com/11746 ).
2015-03-20 16:52:33 -04:00
Marshall Greenblatt
aaab7bdb35
Make the cef_locales target depend on components_strings to fix ninja race condition (issue #1423 )
2015-03-19 18:38:40 -04:00
Marshall Greenblatt
5914c50a88
README.md edited online with Bitbucket
2015-03-19 18:11:30 +00:00
Marshall Greenblatt
ac5797269e
Use absolute paths for CEF generated files in .gitignore
2015-03-18 21:21:11 -04:00
Marshall Greenblatt
fa48d98877
Add .gitignore file
2015-03-18 21:03:01 -04:00
Marshall Greenblatt
7968594ec6
Remove unnecessary username component from Bitbucket url
2015-03-18 17:58:14 -04:00
Chromium Embedded Framework
b06d429416
README.md edited online with Bitbucket
2015-03-18 19:17:46 +00:00
Marshall Greenblatt
c80f4ba6a6
README.md edited online with Bitbucket
2015-03-17 22:28:58 +00:00
Marshall Greenblatt
bac83749c4
Update the project URL in txt files
2015-03-17 16:58:14 -04:00
Marshall Greenblatt
7b70c8317e
Update the project URL in the binary distribution README.txt
2015-03-17 16:46:41 -04:00
Marshall Greenblatt
159f315483
Change CEF version number format to remove SVN dependency (issue #1580 ).
2015-03-17 13:43:57 -04:00
Marshall Greenblatt
7acecd6b6b
Change CEF version number format to remove SVN dependency (issue #1580 ).
2015-03-16 19:34:35 -04:00
Chromium Embedded Framework
d17dc3e5de
README.md edited online with Bitbucket
2015-03-16 19:40:26 +00:00
Chromium Embedded Framework
75bb909731
README.md edited online with Bitbucket
2015-03-15 04:42:48 +00:00
Marshall Greenblatt
236d419d9d
Improvements to automate-git.py
...
- Remove support for SVN checkouts (issue #1577 ).
- Use new Bitbucket cef.git repo for Git checkouts (issue #1577 ).
- Windows: Set DEPOT_TOOLS_WIN_TOOLCHAIN=0 to avoid errors while
running Chromium hooks (issue #1533 ).
- Fix create/restore of out_<branch> directories.
2015-03-14 23:27:12 -04:00
Chromium Embedded Framework
36a97330bd
README.md edited online with Bitbucket
2015-03-14 15:44:49 +00:00
Chromium Embedded Framework
567fe67274
README.md edited online with Bitbucket
2015-03-14 15:07:07 +00:00
Marshall Greenblatt
4ede1cc416
Linux: Remove unused build.sh file from the binary distribution.
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2076 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-12 17:07:18 +00: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
558a8a3658
Implement improvements for request handling (issue #1327 ).
...
- Add a new CefRequestHandler::OnResourceResponse() method for inspecting the request/response headers and potentially restarting or redirecting the request.
- Add a new CefRequest::GetIdentifier() method for tracking a request across multiple CefRequestHandler callbacks.
- Pass a CefRequest object instead of just the old URL to CefRequestHandler::OnResourceRedirect().
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2073 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-11 18:44:11 +00:00
Marshall Greenblatt
0b36550786
Linux: cefclient: Fix suggested file name display in the save file dialog (issue #1572 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2072 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-10 18:54:05 +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
c252bf29dd
Windows: Fix display of default JavaScript dialogs (issue #760 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2067 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 22:08:17 +00:00
Marshall Greenblatt
b43d26a4e5
Support selection of WebRTC audio/video source (issue #1335 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2065 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 21:57:00 +00:00
Marshall Greenblatt
9dc7d2a398
Add a new CefRequestHandler::OnRenderViewReady method which is called when a browser is ready to receive/handle IPC messages in the render process (issue #1564 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2055 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 21:05:22 +00:00
Marshall Greenblatt
c49473729d
Add a new CefRequestHandler::OnOpenURLFromTab method for handling certain limited cases where navigating a new or different browser might be desirable (issue #1526 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2054 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-09 20:22:31 +00:00
Marshall Greenblatt
5de989e306
Add target disposition and user gesture parameters to CefLifeSpanHandler::OnBeforePopup (issue #1525 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2053 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-06 21:38:38 +00:00
Marshall Greenblatt
36fd5e3ed0
Pass the scroll offset to CefRenderHandler::OnScrollOffsetChanged (issue #1561 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2052 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-06 17:50:14 +00:00
Marshall Greenblatt
a4c4246897
Fix heap-use-after-free in CefBrowserMessageFilter::OnFrameFocused (issue #1567 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2049 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 19:24:16 +00:00
Marshall Greenblatt
5f3df0b702
Add missing initializer to CefStreamResourceHandler constructor (issue #1187 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2046 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-04 19:01:53 +00:00