Francois Gouget
|
0682f85c95
|
Fix spelling of dwAssign.
|
2008-04-14 12:40:22 +02:00 |
Rob Shearman
|
f07152d7b7
|
mshtml: Fix the buffer length being passed into MultiByteToWideChar in set_registry.
|
2008-04-11 11:12:26 +02:00 |
Rob Shearman
|
a5d47baba4
|
mshtml: Support parsing the resource type in the res:// protocol.
|
2008-04-11 11:12:23 +02:00 |
Jacek Caban
|
732682b08c
|
mshtml: Correctly handle NULL req in get_nscontainer_from_load_group.
|
2008-04-10 11:16:32 +02:00 |
Rok Mandeljc
|
c8a8893916
|
mshtml: Added Slovenian translation.
|
2008-04-07 21:39:38 +02:00 |
Jacek Caban
|
d02c37aa4e
|
mshtml: Remove unneeded includes.
|
2008-04-07 13:36:17 +02:00 |
Jacek Caban
|
b024cd6de2
|
mshtml: Don't crash if nsWebBrowser could not be created.
|
2008-04-07 13:36:17 +02:00 |
Jacek Caban
|
9c352a11cc
|
mshtml: Added IHTMLWindow2::get_navigator implementation.
|
2008-04-07 13:36:17 +02:00 |
Austin English
|
f4c4488df8
|
Spelling fixes.
|
2008-04-07 13:36:17 +02:00 |
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 |