Awesomium Changelog

What's new in Awesomium 1.7.5

May 7, 2015
  • Features / API Changes:
  • Added ResourceRequest::set_ignore_data_source_handler
  • Added WebPreferences::max_http_cache_storage
  • Added WebPreferences::user_script
  • Added WebConfig::user_stylesheet
  • Made it so user_script and user_stylesheet values in WebConfig and WebPreferences are concatenated
  • Added WebViewListener::Process::OnLaunch
  • Made DataSource::SendResponse buffer param const
  • Bug fixes:
  • Fixed crash on Windows XP when using Facebook Connect (and other sites with similar certificate signing modes)
  • Fixed crash on Linux when rendering unstyled checkboxes, buttons, and progress bars. Note: to actually display unstyled checkboxes, radio buttons, or progress bars, users will need to declare global CSS so that these widgets are painted by WebKit instead.
  • Fixed crash that occurs if user unfocuses a textbox during an IME composition
  • Fixed crash with very large strings of user_script
  • .NET Changes:
  • Click here for the .NET notes

New in Awesomium 1.7.4 (Mar 27, 2014)

  • Major Core Changes:
  • Removed quota limit on local storage and session storage
  • Fixed issue with WebConfig::user_script on Mac OSX
  • Fixed issue with about:blank being added to history at beginning of WebView lifetime
  • Fixed issue with PDF files not being downloaded when Adobe Reader is installed
  • Fixed crash that occurs when JSObject::Invoke fails on executing a callback with invalid JavaScript
  • Fixed crash issue when JavaScript is disabled
  • Fixed crash issue with requestQuota
  • Fixed crash when users hit CTRL+LEFT at beginning of line
  • Major API Changes:
  • Added WebConfig::asset_protocol
  • Added catch-all rule to WebSession::AddDataSource
  • Added host and request parameters to DataSource::OnRequest
  • .NET Changes:
  • Click here for the .NET notes

New in Awesomium 1.7.2.3 (Oct 18, 2013)

  • Major Core Changes:
  • Added API to help mitigate unchecked memory usage during long run times.
  • Fixed bug with enumeration of global JSObject properties.
  • Fixed bug with logging behavior (output was not consistent and was occasionally flushed during runtime).
  • Fixed bug on Mac OSX so that /Library/Frameworks is searched by default when determining package path.
  • Major API Changes:
  • Added WebSession::ClearCache
  • Added WebView::ReduceMemoryUsage
  • Added WebConfig::reduce_memory_usage_on_navigation
  • Added WebCore::Log