openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
chromiumembedded
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
12 days
ago. based on code collected
13 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 97 of 105
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Mac: - Restore missing call to OnBeforeClose(). - Fix assertion when closing popup windows.
Marshall Greenblatt
More...
over 13 years ago
Update to Chromium revision 91424. - Add tools/gyp_cef to satisfy grit_info.py module load requirement. - Add skia_gpu.patch to work around skia/Angle/WebGL bug.
Marshall Greenblatt
More...
over 13 years ago
Add support for WebPreferences accelerated_video_enabled, accelerated_drawing_enabled and accelerated_plugins_enabled (entry #278).
Marshall Greenblatt
More...
over 13 years ago
Fix OnResourceResponse spelling error (issue #270).
Marshall Greenblatt
More...
over 13 years ago
Use a file URL for the DevTools path to fix a DevTools load problem on Mac (issue #265).
Marshall Greenblatt
More...
over 13 years ago
- When running in multi-threaded message loop mode wait for the UI thread to exit before returning from CefContext::Shutdown() (issue #263). - Fix crash in IME handling when closing the application while content is still loading.
Marshall Greenblatt
More...
over 13 years ago
Add support for IME-aware applications (issue #254).
Marshall Greenblatt
More...
over 13 years ago
Fix bug when dragging to a window before mouse events have been detected (issue #262).
Marshall Greenblatt
More...
over 13 years ago
Add support for modal dialogs (issue #250).
Marshall Greenblatt
More...
over 13 years ago
Don't call SetFocus(NULL) from WM_KILLFOCUS in CefBrowserImpl (issue #256).
Marshall Greenblatt
More...
over 13 years ago
Fix focus on navigation when no CefFocusHandler is provided.
Marshall Greenblatt
More...
over 13 years ago
Restore keyboard focus on window activation (issue #256).
Marshall Greenblatt
More...
over 13 years ago
Change comment format to support automatic document generation using the CppDoc application.
Marshall Greenblatt
More...
over 13 years ago
Change comment format to support automatic document generation using the CppDoc application.
Marshall Greenblatt
More...
over 13 years ago
Change comment format to support automatic document generation using the CppDoc application.
Marshall Greenblatt
More...
over 13 years ago
Fix documentation on CefSettings.extra_plugin_paths.
Marshall Greenblatt
More...
over 13 years ago
Improvements to scheme handling (issue #246). - Break CefRegisterScheme into separate CefRegisterCustomScheme and CefRegisterSchemeHandlerFactory functions. - Allow registration of handlers for built-in schemes. - Supply scheme and request information to CefSchemeHandlerFactory::Create. - Add CrossOriginWhitelist functions for bypassing the same-origin policy with both built-in and custom standard schemes.
Marshall Greenblatt
More...
over 13 years ago
Add support for setting response header values (issue #246).
Marshall Greenblatt
More...
over 13 years ago
Add current thread expectations to content_filter_unittest.cc
Marshall Greenblatt
More...
over 13 years ago
Remove the url check from life_span_handler_on_before_popup because the URL will be NULL when clicking a link with target="_blank" (issue #247).
Marshall Greenblatt
More...
over 13 years ago
Add OnResourceReponse and CefContentFilter for viewing and filtering response content (issue #241).
Marshall Greenblatt
More...
over 13 years ago
Add Date type support to CefV8Value (issue #190).
Marshall Greenblatt
More...
over 13 years ago
Fix compile error.
Marshall Greenblatt
More...
over 13 years ago
Fix compile errors.
Marshall Greenblatt
More...
over 13 years ago
Fix compile errors.
Marshall Greenblatt
More...
over 13 years ago
- Fix Mac compile errors. - Fix GYP configuration errors. - Only use angle GL implementation on Windows (not supported on other platforms).
Marshall Greenblatt
More...
over 13 years ago
Move cef_* header files that should not be directly included by the client to the "include/internal" folder.
Marshall Greenblatt
More...
over 13 years ago
Change to using OS_* defines in cef_*.h platform files.
Marshall Greenblatt
More...
over 13 years ago
Significant API changes for issue #218: - Replace CefHandler with a new CefClient interface and separate handler interfaces. - Add support for virtual inheritance to allow multiple CefBase parented interfaces to be implemented in the same class. - Replace CefThreadSafeBase with IMPLEMENT_* macros to support virtual inheritance and to only provide locking implementations when needed. - Move the CefBrowserSettings parameter from CefInitialize to CreateBrowser. - Add a new cef_build.h header that provides platform-specific and OS_* defines. - Introduce the use of OVERRIDE to generate compiler errors on Windows if a child virtual method declaration doesn't match the parent declaration. - Use NDEBUG instead of _DEBUG because _DEBUG is not defined on Mac. (issue #240).
Marshall Greenblatt
More...
over 13 years ago
Add support for navigator.onLine and online/offline window events (issue #234).
Marshall Greenblatt
More...
over 13 years ago
←
1
2
…
93
94
95
96
97
98
99
100
101
…
104
105
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree