mirror of
https://github.com/tauri-apps/web-view.git
synced 2026-02-04 02:11:18 +01:00
* First pass at graceful exit * Working macos unified exit * fix example html to work with IE * terminate > exit * unified edge, I think * update gtk c impl * tag terminate as depricated * fix old fn name * remove OleUninitialize from edge * remove queue_close * remove terminate * fix typo in edge cpp file * inspect return value of graceful exit example * actually create the variable inspected * make example run a little faster * Adjust cocoa webveiw_exit * add back missing method on edge * lots of pinting * fix printf arg * better even debug printing * clean up debugging stuff * remove some unneeded changes * slow down example * fix view title * add comment about posting the event to the application on close Closes #105 Fixes #52