branchGarrys Mod/main/chromiumcancel

149 Commits over 944 Days - 0.01cph!

8 Years Ago
Re-register JS bindings on page load
8 Years Ago
Sending parameters from JS -> Lua
8 Years Ago
Last parameter in JS->Lua calls can be a callback that is passed whatever Lua returns (only a string atm) Main menu passes callback to language.Update
8 Years Ago
JS callback can recieve null/bool/double/string
8 Years Ago
Lua->JS returned strings can contains null bytes DHTML inherits Chromium
8 Years Ago
Fixed JS functions being created too late Added chromium to client
8 Years Ago
DHTML inherits from Awesomium again Added -chromium statup parameter, replaces Awesomium panels with Chromium
8 Years Ago
Disable remote debugger Update useragent
8 Years Ago
Main menu is no longer google Scheme whitelist Added chromium_process.exe to copybins scripts
8 Years Ago
Fixed main menu font weight Kinect detection uses async lua/js callback
8 Years Ago
Don't allow addons to replace console.log (hack for support with Awesomium) Fixed duplicate input on certain key presses File library can't read from chromium cache
8 Years Ago
Steamworks VDFs catch chromium's dependencies probably
8 Years Ago
build_win32_projects.bat builds chromium_process
8 Years Ago
Panel.GetHTMLMaterial doesn't return anything until first successful material load (Awesomium support) Gracefully handle unexpected destruction of CefBrowser
8 Years Ago
Builds with chromium disabled work
8 Years Ago
Panel.SetOpenLinksExternally for menu-state ready for a steam build?
8 Years Ago
Decode path in ChromiumAssetResourceHandler::ProcessRequest Set max CEF fps to 60
8 Years Ago
Added some recommended command line params that make input lag 100x better
8 Years Ago
Fixed Start Game button having wrong size to what it used to be
8 Years Ago
Back to 30fps Disable WebGL (can't use it with gpu rendering disabled anyway)
8 Years Ago
Chromium panel creation is non-blocking CEF runs in its own thread - lots of cleanup to do
8 Years Ago
Cleanup No more blocking code when destroying Chromium panel
8 Years Ago
Remove window.print on V8 context creation
8 Years Ago
Merge from /main
8 Years Ago
Updated tcmalloc_minimal to gperftools 2.5, linked to it in hl2_linux binary Disabled annoying SIGTRAP in togl (fix me)
8 Years Ago
Windows: update to CEF 3.3029.1608 / Chromium 58.0.3029.81
8 Years Ago
Remove window.print from all JS contexts (not just main ones)
8 Years Ago
Call CefDoMessageLoopWork in main thread on Linux Linux useragent string
8 Years Ago
Linux: Build chromium_process Linux:Updated dependencies for build Linux: Added CEF3 runtime dependencies
8 Years Ago
Linux: Removed Awesomium, added barely function CEF support
8 Years Ago
█▋▄▍▇▌▌ ▅▉▍
8 Years Ago
rename gmhtml -> gmhtml-old
8 Years Ago
html interface/awesomium implementation
8 Years Ago
HtmlPanel, awesomium needs js bindings
8 Years Ago
awesomium data sources
8 Years Ago
awesomium js bindings
8 Years Ago
remove gmhtml-old
8 Years Ago
cleanup
8 Years Ago
awesomium binds are asynchronous (returned values by Lua go to callback)
8 Years Ago
don't use insert_or_assign
8 Years Ago
Replace min/max macros with std::min/std::max