Jacek Caban
|
86c097142b
|
mshtml: Added nsIChannel::Cancel implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-21 19:50:29 +01:00 |
Jacek Caban
|
a42816073e
|
mshtml: Use proper name for OnRedirectVerifyCallback implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
|
2015-10-06 00:01:56 +09:00 |
Jacek Caban
|
ce83ff7351
|
mshtml: Properly handle request aborted inside OnStartRequest.
|
2015-08-17 14:46:54 +09:00 |
Zhenbo Li
|
4e6e9a1485
|
mshtml: Add nsChannel_GetResponseStatusText implementation.
|
2015-07-22 17:43:01 +02:00 |
Francois Gouget
|
ff983cc36a
|
mshtml: Remove unneeded NONAMELESSXXX directives.
|
2015-03-13 21:57:30 +09:00 |
Jacek Caban
|
203c47e604
|
mshtml: Correctly handle S_OK with NULL URL return from TranslateUrl.
|
2015-02-25 21:28:17 +09:00 |
Jacek Caban
|
9e2a446fad
|
mshtml: Call FireBeforeNavigate2 for navigation in frames and iframes.
|
2015-02-11 23:04:47 +09:00 |
Jacek Caban
|
f0fc2ba27d
|
mshtml: Use our submit implementation for all windows, but only for POST method.
|
2015-02-03 12:45:51 +09:00 |
Andrew Eikum
|
8df2774124
|
mshtml: Support new window targets for FORM elements.
|
2014-12-16 16:32:34 +01:00 |
Jacek Caban
|
ec97e3fd57
|
mshtml: Don't try to null terminate post data if it's not available.
|
2014-11-21 18:11:40 +09:00 |
Jacek Caban
|
f5e3281a80
|
mshtml: Wine Gecko 2.34 release.
|
2014-11-03 20:52:52 +09:00 |
Jacek Caban
|
0506a52266
|
mshtml: Don't call stop_binding in error cases in start_binding.
|
2014-10-30 11:54:58 +09:00 |
Jacek Caban
|
87efdc3047
|
mshtml: Moved script binding callback to script.c.
|
2014-10-09 17:37:06 +02:00 |
Jacek Caban
|
7e4db7df48
|
mshtml: Moved BOM enum to binding.h.
|
2014-10-09 17:37:04 +02:00 |
Qian Hong
|
2eeffe8acd
|
mshtml: Using UTF-8 as default charset in bind_mon_to_wstr.
|
2014-09-22 19:09:58 +02:00 |
Qian Hong
|
359767fdfa
|
mshtml: Fixed typo.
|
2014-07-09 09:29:27 +02:00 |
Jacek Caban
|
e5dbd6e9f0
|
mshtml: Added IHTMLDocument7 stub implementation.
|
2014-03-13 20:22:07 +01:00 |
Jacek Caban
|
595fb40efc
|
mshtml: Don't use fragment navigation for SuperNavigate calls.
|
2014-03-04 19:24:26 +01:00 |
Frédéric Delanoy
|
4473ce4db9
|
Assorted spelling fixes.
|
2013-10-30 09:46:27 +01:00 |
Jacek Caban
|
e61de218ee
|
mshtml: Try to not use nsIDOMHTMLFormElement::Submit for IHTMLFormElelement::submit implementation.
|
2013-09-27 16:27:40 +02:00 |
Jacek Caban
|
7bcbb93c5a
|
mshtml: Add trailing null byte to post data.
|
2013-09-26 21:34:15 +02:00 |
Jacek Caban
|
fe252319f0
|
mshtml: Use proper BINF flags for form submit.
|
2013-09-26 21:34:15 +02:00 |
Jacek Caban
|
29d27ef669
|
mshtml: Added separated structure to store request data.
|
2013-09-26 21:34:15 +02:00 |
Jacek Caban
|
553eae881b
|
mshtml: Call set_current_mon in channelbsc_load_stream.
|
2013-09-26 21:34:15 +02:00 |
Jacek Caban
|
d36ffab315
|
mshtml: Pass external connection to WebBrowser host, if possible.
|
2013-09-19 20:34:03 +02:00 |
Jacek Caban
|
b17d139328
|
mshtml: Don't pass navigation to Gecko for MIME types that it doesn't support.
|
2013-09-19 20:34:03 +02:00 |
Jacek Caban
|
4db1b00815
|
mshtml: Keep moniker reference after start_binding call.
|
2013-09-19 20:33:59 +02:00 |
Jacek Caban
|
99af1ee34c
|
mshtml: Use proper window in set_moniker when invoked on frame or iframe.
|
2013-07-27 11:51:15 -05:00 |
Jacek Caban
|
8f323e9b91
|
mshtml: Store IWebBrowserApp reference in HTMLDocumentObj.
|
2013-04-15 17:47:32 +02:00 |
Jacek Caban
|
afa527c1ae
|
mshtml: Pass IUri to create_doc_uri.
|
2013-04-04 19:30:30 +02:00 |
Jacek Caban
|
7b9fc3bb7d
|
mshtml: Use Uri_CREATE_ALLOW_IMPLICIT_FILE_SCHEME in CreateUri calls.
|
2013-03-26 12:16:21 +01:00 |
Jacek Caban
|
7867ce8560
|
mshtml: Get rid of PRUint64 type.
|
2013-01-23 20:47:27 +01:00 |
Jacek Caban
|
07e72de9a4
|
mshtml: Get rid of PRUint32 outside XPCOM C API.
|
2013-01-23 20:47:25 +01:00 |
Jacek Caban
|
136b738b50
|
mshtml: Wine Gecko 1.9 release.
|
2013-01-09 17:45:49 +01:00 |
Francois Gouget
|
f963f93964
|
Assorted spelling fixes.
|
2013-01-07 11:10:40 +01:00 |
Jacek Caban
|
df53b50171
|
mshtml: Fixed a few coverity issues.
|
2012-11-27 17:00:38 +01:00 |
Jacek Caban
|
1cc3cf1b64
|
mshtml: Added exec_refresh implementation.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
f0b7db4df8
|
mshtml: Store embedder's IOleComandTarget iface in HTMLDocumentObj and use it in handle_navigation_error.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
7ac09e721c
|
mshtml: Properly report history update for location.replace call.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
26d3962528
|
mshtml: Added IPersistStream::LoadHistory implementation.
|
2012-11-09 11:30:52 +01:00 |
Jacek Caban
|
cfa0a3accd
|
mshtml: Use flags in navigation functions.
|
2012-11-09 11:30:48 +01:00 |
Jacek Caban
|
99c34aa9d9
|
mshtml: Use fregment-less URI in super_navigate.
|
2012-11-09 11:30:42 +01:00 |
Jacek Caban
|
01949aead4
|
mshtml: Call set_current_uri in navigate_proc.
|
2012-11-09 11:30:39 +01:00 |
Jacek Caban
|
b6227fc4e8
|
mshtml: Properly handle OOM errors in navigate.c (coverity).
|
2012-10-19 12:20:31 +02:00 |
Jacek Caban
|
08485aeb48
|
mshtml: Properly handle OOM errors in task.c (coverity).
|
2012-10-19 12:19:45 +02:00 |
Jacek Caban
|
51b701c3ad
|
mshtml: Moved HTMLScriptElement declaration to separated header.
|
2012-10-16 20:40:28 +02:00 |
Jacek Caban
|
359a9041b1
|
mshtml: Store nsIDOMNodeSelector in HTMLDocumentNode.
|
2012-10-02 16:01:14 +02:00 |
Francois Gouget
|
7af53b5f48
|
mshtml: Make navigate_uri() static.
|
2012-09-24 16:38:16 +02:00 |
Jacek Caban
|
e75683b858
|
mshtml: Use IUri as base URL in navigate_url.
|
2012-09-21 17:05:40 +02:00 |
Michael Stefaniuc
|
d8d58b238c
|
mshtml: Fix a memory leak on an error path (Smatch).
|
2012-09-17 12:06:04 +02:00 |