WebKit Bugzilla
Attachment 370710 Details for
Bug 198281
: [WinCairo][MediaFoundation] Crashing while releasing IMFTopology in ~MediaPlayerPrivateMediaFoundation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
WIP patch
w.diff (text/plain), 583 bytes, created by
Fujii Hironori
on 2019-05-27 19:15:34 PDT
(
hide
)
Description:
WIP patch
Filename:
MIME Type:
Creator:
Fujii Hironori
Created:
2019-05-27 19:15:34 PDT
Size:
583 bytes
patch
obsolete
>diff --git a/Tools/MiniBrowser/win/WebKitBrowserWindow.cpp b/Tools/MiniBrowser/win/WebKitBrowserWindow.cpp >index 353c2b1e5ac..32916143f43 100644 >--- a/Tools/MiniBrowser/win/WebKitBrowserWindow.cpp >+++ b/Tools/MiniBrowser/win/WebKitBrowserWindow.cpp >@@ -129,6 +129,8 @@ WebKitBrowserWindow::WebKitBrowserWindow(WKPageConfigurationRef conf, HWND mainW > { > RECT rect = { }; > m_view = adoptWK(WKViewCreate(rect, conf, mainWnd)); >+ WKViewSetIsInWindow(m_view.get(), true); >+ > auto page = WKViewGetPage(m_view.get()); > > WKPageNavigationClientV0 navigationClient = { };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198281
:
370710
|
370919
|
370921
|
375527