Diego Iastrubni
Diego Iastrubni
We are probably returning 0 here: https://github.com/awesomekling/ladybird/blob/9e3a1f47d484cee6f23c4dae6c51750af155a8fc/WebView.cpp#L379-L388 Can you try this branch, and see if it works for you? If it does, I will make a PR. https://github.com/elcuco/ladybird/tree/27-mouse-buttons-crash Direct link...
The keyboard shortcuts issue will not be fixed, you need to compile against Qt6. See https://github.com/awesomekling/ladybird/pull/25
(ignoring the conflict) Is this PR still valid? I fixed some crashes on my side.
I have a new issue, small snipet to reproduce (you will have to fix `parse_content_type()` to public ): ``` auto s = "video/x-ms-wmv; name=\"11111\"; name=\"׳³ֲ³ײ²ֲ³׳³ֲ³ײ²ֲ³׳³ֲ³ײ²ֲ³ ׳³�\""; std::string s1; std::map s2;...
Solution on `develop-1.8` - ``` diff --git a/build/cmake/shared_libs.cmake b/build/cmake/shared_libs.cmake index a2200452..6d4cb561 100644 --- a/build/cmake/shared_libs.cmake +++ b/build/cmake/shared_libs.cmake @@ -34,6 +34,10 @@ if(BUILD_SHARED_LIBS) # todo test "${CMAKE_CURRENT_BINARY_DIR}/libnana.lib" DESTINATION lib) endif() endif() +...
I started porting to GCC/Linux. I converted all files into lowercase, and added a CMakeLists.txt. However, code for https://github.com/electronicarts/CnC_Remastered_Collection/blob/master/REDALERT/LZWOTRAW.CPP is still not compiling. All code is *VERY* dependent on win32...
Rebased against main
Rebased against main. Fixed the code standards.
Rebased against main.
What happens if you run cmake again? That would pull lagom again (don't forget to pull from ladybird as well before!)