Changes between Version 22 and Version 23 of HTMLGfx


Ignore:
Timestamp:
Jan 1, 2015, 1:49:07 PM (9 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HTMLGfx

    v22 v23  
    2525 * [http://msdn.microsoft.com/en-us/library/ie/ee330730(v=vs.85).aspx#browser_emulation Internet Explorer Browser Feature Emulation][[BR]]
    2626   NOTE: Unless the registry is set-up, your application will act as Internet Explorer 7.0
     27
     28Differences when compared to current wxWidgets wxWebView implementation (on Windows):
     29 * Prevent new browser windows from being spawned by javascript.[[BR]]
     30   NOTE: Implements [http://msdn.microsoft.com/en-us/library/aa768283(v=vs.85).aspx DWebBrowserEvents2]
     31 * Prevent !JavaScript errors from displaying in a dialog.[[BR]]
     32   NOTE: Implements [http://msdn.microsoft.com/en-us/library/windows/desktop/ms683797(v=vs.85).aspx IOleCommandTarget]
     33 * Prevent !ShowHelp/!ShowMessage UI elements from being displayed.[[BR]]
     34   NOTE: Implements [http://msdn.microsoft.com/en-us/library/aa770041(v=vs.85).aspx IDocHostShowUI]
     35 * Writes all HTML/!JavaScript errors to standard log file.[[BR]]
     36   NOTE: Implements [http://msdn.microsoft.com/en-us/library/jj126732(v=vs.85).aspx IDeveloperConsoleMessageReceiver]
    2737
    2838=== Goals and Guidelines ===