aboutsummaryrefslogtreecommitdiff
path: root/native
AgeCommit message (Expand)Author
2021-01-06Mac: Update minimum platform version to 10.10Marshall Greenblatt
2020-12-30Update to CEF version 87.1.12+g03f9336+chromium-87.0.4280.88Marshall Greenblatt
2020-11-23Fix compile error in RequestHandler::OnOpenURLFromTabJean-Francois THIRIOT
2020-10-29Linux: Fix browser window removal (fixes issue #356)Anton Tarasov
2020-10-29Add undo, redo, cut, copy and paste methods to CefFrameArtem Kileev
2020-10-29Add CefRequestHandler::onOpenURLFromTab methodArtem Kileev
2020-10-29Mac: Fix crash when closing browser after hosting window (fixes issue #383)Anton Tarasov
2020-10-29Mac: Fix crash on exception: The layout constraints still need update (issue ...Anton Tarasov
2020-08-31Add ability to take OSR screenshots and fix OSR scaling (fixes issue #92, see...Rene Schneider
2020-07-31Windows: Fix MouseListener after window show/hide (fixes issue #368)Marshall Greenblatt
2020-05-01Mac: Add missing return value (see issue #167)Marshall Greenblatt
2020-04-28Introduce ScopedJNIEnv with default PushLocalFrame (see issue #167)Marshall Greenblatt
2020-04-28Convert remaining classes to use scoped helpers (see issue #167)Marshall Greenblatt
2020-04-27Update to CEF version 81.2.24+gc0b313d+chromium-81.0.4044.113Marshall Greenblatt
2020-02-27Update to CEF version 80.0.4+g74f7b0c+chromium-80.0.3987.122Rene Schneider
2020-02-24macOS: Support command-line configuration of framework-dir-path (see issue #109)Marshall Greenblatt
2019-11-14Fix typo in CefCommandLine native getArguments methodRene Schneider
2019-10-29Update to CEF version 78.2.7+g9cd8bac+chromium-78.0.3904.70Marshall Greenblatt
2019-09-30Update to CEF version 76.1.13+gf19c584+chromium-76.0.3809.132Marshall Greenblatt
2019-09-10Fix incorrect parameter order error (see issue #167)Marshall Greenblatt
2019-08-28Convert request-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-28Release local JNI references to objects added to arrays (see issue #167)joejensen
2019-08-28Align with net error codes in cef_net_error_list.h (fixes issue #348)Max Senft
2019-08-28Convert frame-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-28Convert plugin-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-27Convert routing-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-27Convert print-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Convert dialog-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Convert CefCommandLine class to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Convert download-related classes to use scoped helpers (see issue #167)Marshall Greenblatt
2019-08-26Fix DCHECK with callbacks on native popup windows (see issue #167)Marshall Greenblatt
2019-07-09Mac: Use CAST_CEF_WINDOW_HANDLE_TO_NSVIEW macro to fix build errors (fixes is...Adam Piper
2019-07-02Update to CEF version 75.0.13+g2c92fcd+chromium-75.0.3770.100Marshall Greenblatt
2019-07-01Introduce scoped helpers to avoid JNI reference leaks and simplify code (see ...Marshall Greenblatt
2019-07-01Add initial JUnit test support (see issue #339).Marshall Greenblatt
2019-04-24Update to the new CEF versioning scheme (CEF issue 2596)Rene Schneider
2019-03-20Update to CEF version 3.3683.1920.g9f41a27Rene Schneider
2019-03-08Fixed several JNI and Java memory leaks (issue #326)Christian Sommer
2019-02-08macOS: Fix build errors due to CEF updateMarshall Greenblatt
2019-02-08Fix handling of the key_code argument to SetAcceleratorSeng-Hyun Lee
2019-02-08Fix code style from commit 84172f8dMarshall Greenblatt
2019-02-08Use char16 for CallJNIMethodC_V (issue #273)Michael
2019-02-08Adjust position of HTML Select popup on window movement (issue #165)Christian Sommer
2019-02-08Windows: Do not activate hidden browser windows on creation (issue #324)Marshall Greenblatt
2019-02-08Update to CEF version 3.3626.1883.g00e6af4Marshall Greenblatt
2018-12-06Add CefLifeSpanHandler.onAfterParentChanged notification.Marshall Greenblatt
2018-11-16Update to CEF version 3.3538.1852.gcb937fcMarshall Greenblatt
2018-11-14Windows: Remove parent focus/activation which causes crashes with multiple br...Marshall Greenblatt
2018-10-30Fix more JNI memory leaks (issue #167)Rene Schneider
2018-10-30Fix JNI memory leaks (issue #167)Vega