Jacek Caban
2d1cf6ce34
mshtml: Fixed copy&paste mistake.
2008-04-01 13:44:16 +02:00
Andrew Talbot
c25e5d642a
mshtml: Remove superfluous semicolon.
2008-04-01 11:27:27 +02:00
Jacek Caban
cb7b58c528
mshtml: Added parsing external scripts support.
2008-03-31 12:16:20 +02:00
Jacek Caban
620a9500e2
mshtml: Added parsing inline script support.
2008-03-31 12:15:42 +02:00
Jacek Caban
40ab8e0c17
mshtml: Return S_OK in OnEnterScript and OnLeaveScript.
2008-03-31 12:15:37 +02:00
Jacek Caban
4383503211
mshtml: Added IActiveScriptSite::GetItemInfo implementation.
2008-03-31 12:15:32 +02:00
Jacek Caban
b24151b5df
mshtml: Added IActiveScriptSite::GetLCID implementation.
2008-03-31 12:15:28 +02:00
Jacek Caban
2db8f1a160
mshtml: Added IActiveScriptSiteWindow stub implementation.
2008-03-31 12:15:23 +02:00
Vitaliy Margolen
0350c39110
mshtml: Add Russian translation.
2008-03-31 12:15:08 +02:00
Jacek Caban
05935eb6b8
mshtml: Added IActiveScriptSiteInterruptPoll stub implementation.
2008-03-28 21:54:12 +01:00
Jacek Caban
ac6cbb79af
mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded.
2008-03-28 21:54:09 +01:00
Jacek Caban
0db1b86c17
mshtml: Added script engine initialization implementation.
2008-03-28 21:54:07 +01:00
Jacek Caban
5d905ddd41
mshtml: Added IActiveScriptSite::OnStateChange implementation.
2008-03-28 21:54:04 +01:00
Jacek Caban
7b48298e27
mshtml: Don't access released object in release_script_hosts.
2008-03-27 20:47:11 +01:00
Jacek Caban
c94e646fc1
mshtml: Fixed invalid use of -1 length in WideCharToMultiByte calls.
2008-03-26 23:38:36 +01:00
Jacek Caban
4a46a0193a
mshtml: Fixed crash in tests if Gecko is not available.
2008-03-26 23:38:36 +01:00
Jacek Caban
e2645dec1c
mshtml: Added nsIChannel::SetContentType implementation.
2008-03-26 23:38:36 +01:00
Jacek Caban
91800118a8
mshtml: Pass buffer length to MultiByteToWideChar instead of -1.
2008-03-26 23:38:36 +01:00
Jacek Caban
8abf7a8cc9
mshtml: Rename nsChannel::content to content_type and clean up its handling.
2008-03-26 23:38:36 +01:00
Jacek Caban
1caf73be28
mshtml: Added IHTMLDocument2::get_location implementation.
2008-03-26 23:38:36 +01:00
Michael Stefaniuc
8f82f98299
mshtml: Update the German translation.
2008-03-26 10:33:31 +01:00
Jacek Caban
d23309c040
mshtml: Added script engine loading test.
2008-03-25 11:44:30 +01:00
Jacek Caban
1b5bce0d4c
mshtml: Added script engine loading implementation.
2008-03-25 11:44:26 +01:00
Jacek Caban
c8bb048b1a
mshtml: Abstract BSCallback implementation.
2008-03-24 11:37:01 +01:00
Jacek Caban
6738db5af2
mshtml: Move hlink_frame_navigate function.
2008-03-24 11:36:42 +01:00
Jacek Caban
a7caae9540
mshtml: Move BSCallback declaration to navigate.c.
2008-03-24 11:36:34 +01:00
Jacek Caban
5a04f526ad
mshtml: Added new nsChannelBSC type.
2008-03-24 11:36:28 +01:00
Jacek Caban
979b42d749
mshtml: Don't access BSCallback directly in nsembed.c.
2008-03-24 11:36:20 +01:00
Jacek Caban
f792ada40f
mshtml: Don't access BSCallback directly in nsio.c.
2008-03-24 11:36:14 +01:00
Marcus Meissner
4603f4edfa
mshtml: Fix potential 1 byte 0 overwrite.
2008-03-20 14:27:35 +01:00
Samuel Lidén Borell
9ba2395aba
mshtml: Update Swedish translation.
2008-03-20 11:43:40 +01:00
Jacek Caban
5f6ce2de63
mshtml: Break Wine Gecko 0.0.1 support.
2008-03-17 14:39:39 +01:00
Jacek Caban
4f7748b9b5
mshtml: Return full patch in res protocol's secure URL.
2008-03-14 13:29:58 +01:00
Jacek Caban
d4cff191b2
mshtml: Improve header parsing.
2008-03-12 11:59:32 +01:00
Mikołaj Zalewski
cf39c2a92b
mshtml: Add Polish translation.
2008-03-12 11:59:04 +01:00
Jacek Caban
75fe97dc0b
mshtml: Use load group to find NSContainer in AsyncOpen if URI has no associated container.
2008-03-10 11:23:45 +01:00
Jacek Caban
134dad7ecd
mshtml: Added IHTMLScriptElement:get_type implementation.
2008-03-10 11:23:42 +01:00
Jacek Caban
b84626bdf0
mshtml: Added IHTMLDocument2::write implementation.
2008-03-10 11:22:11 +01:00
Rob Shearman
3b0ea978fd
mshtml: Move some public GUIDs to shlguid.h.
2008-03-06 17:43:12 +01:00
Andrew Talbot
d52b9ddd67
mshtml: Assign to structs instead of using memcpy.
2008-03-06 12:46:29 +01:00
Rob Shearman
48000893f9
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
...
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
2008-03-04 20:55:01 +01:00
Jacek Caban
df294844a4
mshtml: Added IHTMLScriptElement stub implementation.
2008-03-03 12:27:50 +01:00
James Hawkins
00394486df
janitorial: Remove links to any microsoft site.
2008-03-01 12:03:59 +01:00
Jacek Caban
54e6aa91af
mshtml: Added nsIURI::Equals implementation on URIs without necko interface associated.
2008-02-28 12:57:10 +01:00
Jacek Caban
6a3984c397
mshtml: Added nsIURI::Clone implementation on URIs without necko interface associated.
2008-02-28 12:57:07 +01:00
Rob Shearman
26ad119d3a
mshtml: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Jacek Caban
28cf008c3b
mshtml: Added IHTMLBodyElement::aLink implementation.
2008-02-25 12:20:19 +01:00
Jacek Caban
a81fb4ca0c
mshtml: Added IHTMLBodyElement::vLink implementation.
2008-02-25 12:20:15 +01:00
Jacek Caban
8d7e1922d8
mshtml: Added IHTMLBodyElement::get_link implementation.
2008-02-25 12:20:11 +01:00
Jacek Caban
a7ba7647ad
mshtml: Added IHTMLBodyElement::put_link implementation.
2008-02-25 12:20:07 +01:00
Jacek Caban
2f046e9623
mshtml: Report true scheme for about:blank URL.
2008-02-21 12:53:00 +01:00
Jacek Caban
7ea9c7d3e1
mshtml: Added nsINetUtil interface to nsIOService.
2008-02-21 12:53:00 +01:00
Jacek Caban
45b862d5ca
mshtml: Don't mix nsresult with HRESULT.
2008-02-18 12:57:10 +01:00
Frans Kool
33348f59ff
mshtml: Added missing Dutch translations.
2008-02-16 13:54:43 +01:00
Rob Shearman
1ce8ca4d8d
mshtml: Fix a typo in nsiface.idl.
2008-02-15 09:53:23 +01:00
Rob Shearman
94fe669387
mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.
2008-02-15 09:52:57 +01:00
Rob Shearman
9b11494db7
mshtml: All interfaces in nsiface.idl are local.
...
Since there is no in or out, or other information necessary for
remoting, all of the interfaces can only used locally, so declare them
all as local.
2008-02-15 09:52:48 +01:00
Rob Shearman
4539f4f25b
mshtml: Remove extra semi-colons after cpp_quote in nsiface.idl.
2008-02-15 09:52:43 +01:00
Jacek Caban
61ca7a5731
mshtml: Mode range tests.
2008-02-11 19:57:44 +01:00
Jacek Caban
d992735dcc
mshtml: Fixed bound_pos handling in move_prev_chars.
2008-02-11 19:57:39 +01:00
Jacek Caban
9f877fec9d
mshtml: hr element is not a space element for moving functions.
2008-02-11 19:57:34 +01:00
Rob Shearman
5209ed0c5e
mshtml: Fix inserting a hyperlink when text is already selected.
...
There is no need to use cmd_insertLinkNoUI when we have the code to do
most of the action anyway. Make use of the handy
InsertLinkAroundSelection to insert the "a" element when not inserting
at the caret and don't create a text node in this case because it is
redundant.
2008-02-11 19:55:18 +01:00
Jacek Caban
814e07d8e8
mshtml: Update wine_url in nsIURI::SetPath.
2008-02-04 13:17:48 +01:00
Jacek Caban
e7885cf221
mshtml: Added more about protocol tests.
2008-02-04 13:15:52 +01:00
Francois Gouget
44b52b128c
Assorted spelling fixes.
2008-01-16 12:48:29 +01:00
Marcus Meissner
fa6042fc8d
mshtml: Check for This->frame.
2008-01-16 12:17:01 +01:00
Jacek Caban
c0881ac515
mshtml: Disable some default Gecko warnings.
2008-01-11 12:26:41 +01:00
Jacek Caban
c32cca8066
mshtml: Use QueryService to get IHttpNegotiate in get_post_data_stream.
2008-01-11 12:26:37 +01:00
Jacek Caban
ed11dbab6c
mshtml: Added more range tests.
2008-01-11 12:26:30 +01:00
Jacek Caban
0bc9f9a7d5
mshtml: Fixed hr element handling in range object.
2008-01-11 12:26:22 +01:00
Jacek Caban
8c686f9d00
mshtml: Update focus information in WM_RESETFOCUS_HACK.
2008-01-11 12:26:17 +01:00
Jacek Caban
cbe9f974d6
mshtml: Move nsChannel's content type initialization to async_open_doc_uri.
2008-01-11 12:26:11 +01:00
Jacek Caban
c58ca1312c
mshtml: Handle fClearDirty flag in IPersistStreamInit::Save.
2008-01-10 13:20:23 +01:00
Jacek Caban
7de847c6ee
mshtml: Don't crash in before_async_open if there is no client site.
2008-01-10 13:20:20 +01:00
Rico Schüller
066ccd1275
mshtml: Fix memory leak (found by Smatch).
2008-01-07 13:45:57 +01:00
Jacek Caban
62b8439484
mshtml: Don't assume that end_pos.node is text node in range_to_string.
2008-01-04 12:01:06 +01:00
Jacek Caban
0cf629b81a
mshtml: Fixed Read implementations.
2008-01-04 12:01:04 +01:00
Jacek Caban
c6ac960f4a
mshtml: Added Invoke(DISPID_READYSTATE) implementation.
2008-01-04 12:00:54 +01:00
Jacek Caban
7514283d73
mshtml: Added PutProperty implementation.
2008-01-02 11:46:08 +01:00
Jacek Caban
c19fb7f011
mshtml: Added QueryInfo tests.
2007-12-28 11:29:17 +01:00
Jacek Caban
e93353b2b5
mshtml: Added ResProtocolInfo::QueryInfo implementation.
2007-12-28 11:29:08 +01:00
Jacek Caban
8a87ea5b6a
mshtml: Added AboutProtocolInfo::QueryInfo implementation.
2007-12-28 11:29:04 +01:00
Jacek Caban
82a199bcee
mshtml: Use IBindCtx passed to Load in BindToStorage call.
2007-12-24 16:34:28 +01:00
Jacek Caban
559649c443
mshtml: Remove not used argument in nsAString_GetData.
2007-12-17 11:49:19 +01:00
Jacek Caban
72d0971034
mshtml: Remove not used argument of nsACString_GetData.
2007-12-17 11:49:12 +01:00
Jacek Caban
a95420a07e
mshtml: Fix CSS px unit handling differences between Gecko and IE.
2007-12-11 18:06:50 +01:00
Jacek Caban
141ffa7dd9
mshtml: Added more IHTMLStyle implementation.
2007-12-11 18:06:42 +01:00
Rob Shearman
cf48f090f1
mshtml: Fix a memory leak in the htmldoc tests.
2007-12-07 16:34:40 +01:00
Alexandre Julliard
ad9396302d
Removed some unneeded imports.
2007-12-06 21:24:24 +01:00
Jacek Caban
e35e27de4c
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test.
2007-12-06 14:52:38 +01:00
Jacek Caban
f5a8a450b2
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) implementation.
2007-12-06 14:52:33 +01:00
Jacek Caban
8d08592018
mshtml: Fixed ref counting.
2007-12-06 14:52:23 +01:00
Jacek Caban
23393756dd
mshtml: Added IHTMLStyleSheetRulesCollection::get_length implementation.
2007-12-06 14:52:13 +01:00
Jacek Caban
4ac1ba130a
mshtml: Added IHTMLStyleSheet::get_rules implementation.
2007-12-06 14:52:08 +01:00
Jacek Caban
da39170029
mshtml: Added more DOM tests.
2007-12-06 14:50:06 +01:00
Luis C. Busquets Pérez
6208d4153e
mshtml: Update Spanish resource.
2007-12-06 12:13:08 +01:00
Michael Stefaniuc
a084d1db62
mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
2007-12-06 12:07:30 +01:00
Rob Shearman
1c28273686
mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error.
2007-12-06 12:07:02 +01:00
Alexander Nicolaysen Sørnes
b25bc9220b
mshtml: Update Norwegian resources.
2007-12-06 12:06:05 +01:00
Jonathan Ernst
5147ad24b6
mshtml: Updated French translation.
2007-12-05 12:21:50 +01:00