Hertatijanto Hartono 
							
						 
					 
					
						
						
							
						
						895424ecc0 
					 
					
						
						
							
							Add wxWebView::SetZoomFactor(float) and GetZoomFactor()  
						
						... 
						
						
						
						The new method allows to set the zoom level more precisely than the
existing SetZoom(wxWebViewZoom).
Also improve the webview sample by using radio menu items instead of
check items and manually resetting them.
Closes https://github.com/wxWidgets/wxWidgets/pull/1894 
Closes  #18769 . 
						
						
					 
					
						2020-06-18 03:13:00 +02:00 
						 
				 
			
				
					
						
							
							
								Maarten Bent 
							
						 
					 
					
						
						
							
						
						67ace7b243 
					 
					
						
						
							
							Move wxWebViewIE classes to private header  
						
						... 
						
						
						
						Cleanup includes. 
						
						
					 
					
						2019-11-13 23:56:40 +01:00 
						 
				 
			
				
					
						
							
							
								Maarten Bent 
							
						 
					 
					
						
						
							
						
						7e682a09d6 
					 
					
						
						
							
							Add wxWebViewIEImpl class for all private wxWebViewIE members and functions  
						
						... 
						
						
						
						Move wxWebViewIE::Find implementation to wxWebViewIEImpl because it has a lot
of member accesses. 
						
						
					 
					
						2019-11-13 23:46:13 +01:00 
						 
				 
			
				
					
						
							
							
								Chilau He 
							
						 
					 
					
						
						
							
						
						3aa6aec620 
					 
					
						
						
							
							Add wxWebViewIE::MSWSetEmulationLevel()  
						
						... 
						
						
						
						This extends and replaces MSWSetModernEmulationLevel() by allowing a
more fine-grained choice of the emulation level used by wxWebViewIE.
Closes https://github.com/wxWidgets/wxWidgets/pull/1133  
						
						
					 
					
						2019-01-14 23:25:14 +01:00 
						 
				 
			
				
					
						
							
							
								Maarten Bent 
							
						 
					 
					
						
						
							
						
						3bab07edcf 
					 
					
						
						
							
							Fix some build warnings  
						
						... 
						
						
						
						private field 'm_dwCookie' is not used
'return' will never be executed
result of comparison of unsigned enum expression < 0 is always false
'FlushDC' overrides a member function but is not marked 'override'
potentially uninitialized local variable 'bound' used 
						
						
					 
					
						2018-11-25 21:29:38 +01:00 
						 
				 
			
				
					
						
							
							
								Maarten Bent 
							
						 
					 
					
						
						
							
						
						190cb0e025 
					 
					
						
						
							
							Remove trailing spaces in webview code  
						
						
						
						
					 
					
						2018-08-22 20:02:42 +02:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						ae88141fa0 
					 
					
						
						
							
							Don't define unnecessary constants in public webview_ie.h  
						
						... 
						
						
						
						There is no need to check that calling MSWSetModernEmulationLevel()
changed the registry key in the test, this is just an implementation
detail of this function.
This makes it unnecessary to define wxIE_EMULATION_LEVEL and
wxREGISTRY_IE_PATH (which are both badly named) in the public header.
Finally, improve the error message in MSWSetModernEmulationLevel() and
add another one for failing to reset the emulation level too. 
						
						
					 
					
						2017-10-22 23:37:42 +02:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						408ee0523c 
					 
					
						
						
							
							Move RunScriptInternal() out of wxWebViewIE and rename  
						
						... 
						
						
						
						There is no need for this function to be a class member. 
						
						
					 
					
						2017-10-22 23:37:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jose Lorenzo 
							
						 
					 
					
						
						
							
						
						af8f7f33c3 
					 
					
						
						
							
							Merge wxWebView JavaScript improvements branch  
						
						... 
						
						
						
						This is a squashed commit of the SOC2017_WEBVIEW_JS branch from
https://github.com/joseeloren/wxWidgets.git 
Closes https://github.com/wxWidgets/wxWidgets/pull/538  
						
						
					 
					
						2017-10-21 22:42:30 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Cornett 
							
						 
					 
					
						
						
							
						
						9b19a6e529 
					 
					
						
						
							
							use wxOVERRIDE in wxMSW sources  
						
						
						
						
					 
					
						2016-09-23 07:59:11 -07:00 
						 
				 
			
				
					
						
							
							
								Dimitri Schoolwerth 
							
						 
					 
					
						
						
							
						
						8f8d58d193 
					 
					
						
						
							
							Use wx-prefixed macros throughout the repository.  
						
						... 
						
						
						
						Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE
occurrences to use the wx-prefixed version of the macros. 
						
						
					 
					
						2015-04-23 22:00:35 +04:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						3f66f6a5b3 
					 
					
						
						
							
							Remove all lines containing cvs/svn "$Id$" keyword.  
						
						... 
						
						
						
						This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.
If nothing else, this will make an eventual transition to Git simpler.
Closes  #14487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2013-07-26 16:02:46 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						9fe7a9ad57 
					 
					
						
						
							
							Make destructors of COM interface classes virtual.  
						
						... 
						
						
						
						This is needed to at least silence g++ warnings but may actually even fix a
real problem as these classes can be inherited from and are deleted via a
pointer (to "this" itself, in Release() implementation).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74492  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2013-07-12 14:12:35 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						938506b1f7 
					 
					
						
						
							
							Use wxCOMPtr throughout the wxWebViewIE Find code.  
						
						... 
						
						
						
						As well as making the code a bit neater this seems to fix some memory issues.
See #15207 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74020  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2013-05-18 14:07:58 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						236cff7334 
					 
					
						
						
							
							Rename all WEB_VIEW* style identifiers to WEBVIEW*.  
						
						... 
						
						
						
						This makes wxWebView consistent with the rest of the toolkit. 
Closes  #15013 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73453  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2013-02-01 09:38:53 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						4c687fff5e 
					 
					
						
						
							
							Allow registering of custom wxWebView backends.  
						
						... 
						
						
						
						Add wxWebViewFactory as an abstract factory to provide backend creation. Remove old factory methods using wxWebViewBackend enum in favour of the new wxString based method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73369  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2013-01-13 19:22:24 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						c420d57be0 
					 
					
						
						
							
							Add context menu enabling and disabling to wxWebView, all backends supported.  
						
						... 
						
						
						
						Closes  #14789 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73326  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2012-12-31 13:21:21 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						8626e0b73d 
					 
					
						
						
							
							Explicitly unregister custom wxWebViewIE namespaces when we are done with them. Also add a missing ClassFactory::AddRef.  
						
						... 
						
						
						
						Closes  #14749 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72715  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2012-10-21 20:33:48 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						e52aec972c 
					 
					
						
						
							
							Move wxWebViewIE missing definitions to webview_missing.h and add new definitions required for Find.  
						
						... 
						
						
						
						These are required as some compilers, notably MinGW and VC6, do not include up to date headers. Fixes  #14621 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72460  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-09-10 20:02:58 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						66ac040060 
					 
					
						
						
							
							Add support for searching and highlighting a wxWebView.  
						
						... 
						
						
						
						Currently supports WebView on GTK and IE. Closes  #14045 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72390  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-08-28 17:13:13 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						b6a49c2b75 
					 
					
						
						
							
							Add wxWebView::GetNativeBackend() method.  
						
						... 
						
						
						
						This allows to use platform-specific methods in user code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72210  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-07-24 21:59:21 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						a977376af3 
					 
					
						
						
							
							No real changes, just avoid overloaded virtual wxWebView::SetPage().  
						
						... 
						
						
						
						Instead, have two public non-virtual SetPage() methods forwarding to a private
DoSetPage(), as usual.
This avoids the need for "using wxWebView::SetPage" which is needed to avoid
warnings about hiding the other base class virtual when implementing one of
them and which was forgotten in wxMSW version resulting in warnings when using
g++ to compile it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72200  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-07-24 20:45:10 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						f40f8e1722 
					 
					
						
						
							
							Use wxCOMPtr throughout wxWebViewIE to simplify the code and reduce the chance of memory leaks. Also mark PPV_ARGS_CHECK as inline so it can be used from multiple libraries.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71639  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-06-03 17:41:32 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						34326da778 
					 
					
						
						
							
							Minor changes, just trim trailing spaces in webview code.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71034  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-03-28 18:00:30 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						9447a0d6af 
					 
					
						
						
							
							Disable navigation sounds in wxWebViewIE. This brings the backend into line with the other backends. Also add a general method for changing INTERNETFEATURELIST settings.  
						
						... 
						
						
						
						See #13694 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70499  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-02-02 20:32:08 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						6627ac2da2 
					 
					
						
						
							
							Remove more non-standard keywords from wxWebView MSW header.  
						
						... 
						
						
						
						Complete the changes of r70365 by removing the rest of __out, __in and
__nullterminated occurrences.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70366  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-01-16 12:56:09 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						96457e6705 
					 
					
						
						
							
							Remove MSVC specific specifiers from wxWebView code.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70365  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-01-16 08:21:33 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						accc94d55c 
					 
					
						
						
							
							Implement IDocHostUIHandler in wxWebViewIE to improve the default behaviour. Disable built-in keyboard handlers, remove the 3D border and enable themes.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70362  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2012-01-15 19:19:00 +00:00 
						 
				 
			
				
					
						
							
							
								Stefan Neis 
							
						 
					 
					
						
						
							
						
						6dd0883d55 
					 
					
						
						
							
							Do not put semicolons after the definition of an inline function.  
						
						... 
						
						
						
						Even though most compilers just ignore this, it's just wrong and if you
do get warnings about header files, they can become quite overwhelming.
Forward port of r70163.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70165  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-12-29 14:42:13 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						9f194b9de0 
					 
					
						
						
							
							Use OLE helper macros in wxWebView to reduce the amount of duplicated code.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70096  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-12-22 19:16:12 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						60eabdbebf 
					 
					
						
						
							
							No changes, just remove extra whitespace from wxWebViewIE code.  
						
						... 
						
						
						
						Closes  #13678 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69787  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2011-11-18 23:40:24 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						97aa7b9955 
					 
					
						
						
							
							Provide HANDLE_PTR for the compilers without it such as VC6.  
						
						... 
						
						
						
						Also include wx/msw/wrapwin.h defininig HANDLE_PTR from wx/msw/webview_ie.h
that uses it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69784  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-11-17 16:43:34 +00:00 
						 
				 
			
				
					
						
							
							
								Vadim Zeitlin 
							
						 
					 
					
						
						
							
						
						f559d1a23c 
					 
					
						
						
							
							Move wxWebView-related definitions to webview_ie.cpp and fix them.  
						
						... 
						
						
						
						Ensure that all the GUIDs are defined by including initguid.h to fix linking
error with most versions of MinGW.
Use "wx" prefix to avoid clashes with the standard GUIDs if they do happen to
be defined.
Closes  #13645 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69768  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-11-16 23:45:22 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						8acbf08b2a 
					 
					
						
						
							
							Fix various GCC warnings in wxWebView.  
						
						... 
						
						
						
						Closes  #13532 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69318  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2011-10-06 17:55:43 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						3949871086 
					 
					
						
						
							
							Store a pointer to each ClassFactory so we can correctly release it when the browser closes. This fixes a few more memory leaks.  
						
						... 
						
						
						
						See #13500 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69314  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-10-05 17:23:51 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						ad410224a3 
					 
					
						
						
							
							Add new definitions required by MinGW for webview. Re-enable custom schemes as a result.  
						
						... 
						
						
						
						See #13509 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69292  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-10-02 16:20:15 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						2112ca2d61 
					 
					
						
						
							
							Remove copied class definitions from missing.h. Disable custom scheme handling under MinGW as it lacks the correct definitions.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69288  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-10-02 12:21:22 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						9e0fb96615 
					 
					
						
						
							
							Correctly initialise ref count in custom scheme class factory.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69266  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-10-01 19:22:28 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						e924e848f7 
					 
					
						
						
							
							Fix compilation of wxWebView under mingw by adding missing definitions and dynamically loading urlmon.  
						
						... 
						
						
						
						Fixes  #13509 
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69209  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
					
						2011-09-28 14:54:56 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						9d2f31db0c 
					 
					
						
						
							
							Update wxWebView guards to stop backend compilation when wxUSE_WEBVIEW is 0.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69074  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-09-12 18:35:39 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						467d261e9d 
					 
					
						
						
							
							Rename web library to webview.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68789  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-19 10:45:16 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						4d0dddc7ad 
					 
					
						
						
							
							Rename LoadUrl to LoadURL. This corrects the capitalisation as it is an acronym, and brings it into line with GetCurrentURL.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68760  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-17 10:55:59 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						e669ddde23 
					 
					
						
						
							
							Const correct the wxWebView api.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68755  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-17 10:26:09 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						c13d6ac1ea 
					 
					
						
						
							
							Rename wxWebHistoryItem to wxWebViewHistoryItem.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68698  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-15 12:31:31 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						7d8d6163ad 
					 
					
						
						
							
							Rename wxWebFileHandler to wxWebViewArchiveHandler, wxWebHandler to wxWebViewHandler. Update the documentation and the sample. Add a constructor taking a wxString to specify the scheme in wxWebViewHandler.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68689  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-14 12:15:34 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						3baf235f60 
					 
					
						
						
							
							Use shared pointers to hold wxWebHandlers throughout.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68605  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-08 15:12:33 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						b7d3a622aa 
					 
					
						
						
							
							Rework IE virtual file system support to use new syntax. Remove now unused code for resolving links ourselves, we can let the backend resolves them itself.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68507  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-03 18:31:48 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						cddf4541fa 
					 
					
						
						
							
							Add missing wxRTTI macros and fix incorrect ones.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68483  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-01 15:49:05 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						b7d74e9ca3 
					 
					
						
						
							
							Fix remaining warnings in ie backend.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68481  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-01 13:20:46 +00:00 
						 
				 
			
				
					
						
							
							
								Steve Lamerton 
							
						 
					 
					
						
						
							
						
						bd7901aaec 
					 
					
						
						
							
							Add missing lines to setup.h.in. This properly fixes compilation under configure based environments. Also update the include guards for the wxWebHistoryItem files.  
						
						... 
						
						
						
						git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68477  c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 
						
						
					 
					
						2011-08-01 10:10:20 +00:00