WwuliubaoIssueNo:#I61MC8
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Update to Chromium version 88.0.4324.0 (#827102) - Mac: Xcode 12.2 and the MacOS 11.0 SDK are now required for building. - MacOS 10.10 (Yosemite) is no longer supported (see https://crbug.com/1126056). - Flash is no longer supported (see https://www.chromium.org/flash-roadmap). | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Mac: Add Views API support (see issue #1749) The Chrome browser can now be hosted in a Views-based application on Mac (see issue #2969). To launch a fully-featured Chrome window using cefsimple: $ open cefsimple.app --args --enable-chrome-runtime To launch a minimally-styled Views-hosted window using cefsimple: $ open cefsimple.app --args --use-views [--enable-chrome-runtime] To launch a fully-styled Views-hosted window using cefclient: $ open cefclient.app --args --use-views [--enable-chrome-runtime] Known issues: - Some Views unit tests are currently failing on Mac. | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
ceftests: Convert NULL to nullptr (see issue #2861) | 6 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Move message routing from CefBrowser to CefFrame (see issue #2498). This change moves the SendProcessMessage method from CefBrowser to CefFrame and adds CefBrowser parameters to OnProcessMessageReceived and OnDraggableRegionsChanged. The internal implementation has changed as follows: - Frame IDs are now a 64-bit combination of the 32-bit render_process_id and render_routing_id values that uniquely identify a RenderFrameHost (RFH). - CefFrameHostImpl objects are now managed by CefBrowserInfo with life span tied to RFH expectations. Specifically, a CefFrameHostImpl object representing a sub-frame will be created when a RenderFrame is created in the renderer process and detached when the associated RenderFrame is deleted or the renderer process in which it runs has died. - The CefFrameHostImpl object representing the main frame will always be valid but the underlying RFH (and associated frame ID) may change over time as a result of cross-origin navigations. Despite these changes calling LoadURL on the main frame object in the browser process will always navigate as expected. - Speculative RFHs, which may be created as a result of a cross-origin navigation and discarded if that navigation is not committed, are now handled correctly (e.g. ignored in most cases until they're committed). - It is less likely, but still possible, to receive a CefFrame object with an invalid frame ID (ID < 0). This can happen in cases where a RFH has not yet been created for a sub-frame. For example, when OnBeforeBrowse is called before initiating navigation in a previously nonexisting sub-frame. To test: All tests pass with NetworkService enabled and disabled. | 6 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Add support for loading extensions (issue #1947) - Add CefRequestContext::LoadExtension, CefExtension, CefExtensionHandler and related methods/interfaces. - Add chrome://extensions-support that lists supported Chrome APIs. - Add CefBrowserHost::SetAutoResizeEnabled and CefDisplayHandler::OnAutoResize to support browser resize based on preferred web contents size. - views: Add support for custom CefMenuButton popups. - cefclient: Run with --load-extension=set_page_color command-line flag for an extension loading example. Add --use-views on Windows and Linux for an even better example. | 8 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Allow CefImage usage from any thread | 6 年前 | |
Rename unittests to ceftests (issue #1632) | 9 年前 | |
ceftests: Fix incorrect include guard #ifdef names | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
ceftests: Fix incorrect include guard #ifdef names | 5 年前 | |
macOS: Add support for building clients with ARC enabled (fixes issue #2623). Under ARC (Automatic Reference Counting), assigning to an Objective-C pointer has different semantics than assigning to a void* pointer. This makes it dangerous to treat the same memory address as an Objective-C pointer in some cases and as a "regular C pointer" in other cases. This change removes the conditional type defines and instead uses void* everywhere. Explicit type casting in combination with ARC annotations makes it safe to get typed Objective-C pointers from the void* pointers. This change enables ARC by default in the CEF binary distribution CMake configuration for the cefclient and cefsimple sample applications. It can be disabled by adding -DOPTION_USE_ARC=Off to the CMake command line. ARC is not supported when building Chromium due to the substantial number of changes that would be required in the Chromium code base. | 7 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Update to Chromium version 87.0.4280.0 (#812852) - Windows: VS2015 Update 2 is now the minimum version requirement for linking cef_sandbox from official build binary distributions. | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
ceftests: Convert NULL to nullptr (see issue #2861) | 6 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Apply clang-format to all C, C++ and ObjC files (issue #2171) | 8 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Apply clang-format to all C, C++ and ObjC files (issue #2171) | 8 年前 | |
Update to Chromium revision 5fdc0fab (#520840) - Windows now builds with clang by default. | 8 年前 | |
ceftests: Convert NULL to nullptr (see issue #2861) | 6 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Apply clang-format to all C, C++ and ObjC files (issue #2171) | 8 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Rename unittests to ceftests (issue #1632) | 9 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
ceftests: Convert NULL to nullptr (see issue #2861) | 6 年前 | |
Update to Chromium version 91.0.4472.0 (#870763) | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
chrome: Support client-created request contexts (see issue #2969) RequestContextTest and URLRequestTest suites now pass with the Chrome runtime enabled. | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
chrome: Fix FrameTest and RequestHandlerTest failures (see issue #2969) | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
ceftests: Move TrackCallback to a separate header file | 5 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
Apply clang-format to all C, C++ and ObjC files (issue #2171) | 8 年前 | |
Compute all version numbers using cef_version.py (see issue #2596) The version format can now be controlled by setting the CEF_OLD_VERSION_FORMAT environment variable. The old format is currently the default. | 7 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
IssueNo:#I61MC8 Description:升级CEF 4844版本 Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: wuliubao <ahjxliubao@163.com> | 3 年前 | |
ceftests: Convert NULL to nullptr (see issue #2861) | 6 年前 | |
ceftests: Convert NULL to nullptr (see issue #2861) | 6 年前 |