Commit graph

436 commits

Author SHA1 Message Date
Jacek Caban
8beb142b94 mshtml: Store URL in unicode in nsURI. 2007-02-12 13:38:58 +01:00
Detlef Riekenberg
143e4af5fb mshtml: Add a missing space. 2007-02-05 12:34:40 +01:00
Jacek Caban
f79ffe4735 mshtml: Fixed protocol tests on IE7. 2007-01-23 11:27:21 +01:00
Paul Vriens
6651f9ba67 mshtml/tests: Fix compilation for older gcc versions (and MinGW). 2007-01-15 14:39:07 +01:00
Paul Vriens
6338caa9ed mshtml/tests: Cast-qual warning fix. 2007-01-12 20:41:26 +01:00
Andrew Talbot
c48a7faa7a mshtml: Declare a variable static. 2007-01-12 11:23:54 +01:00
James Hawkins
d06ff0ea69 mshtml: Use the correct variable in the FIXME. 2007-01-11 12:05:40 +01:00
Francois Gouget
ebe52bf535 mshtml/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
2007-01-08 12:09:10 +01:00
Francois Gouget
bbb2b7fd98 Assorted spelling fixes. 2007-01-04 11:27:31 +01:00
Louis Lenders
e7bebaeb13 mstml: Update Dutch resource. 2007-01-04 09:51:54 +01:00
Jacek Caban
bad3434330 mshtml: Fix failing test. 2006-12-27 13:02:26 +01:00
Alexandre Julliard
f92ef1c543 makedep: Add support for magic comments in .rc files so we can generate proper dependencies for them. 2006-12-26 15:02:03 +01:00
Alexandre Julliard
365a463b1e make_makefiles: Automatically add IDL header targets to the .gitignore file. 2006-12-24 17:31:52 +01:00
Jacek Caban
f35c66c693 mshtml: Improve loading document detection in AsyncOpen. 2006-12-22 10:20:56 +01:00
Jacek Caban
30157c3a70 mshtml: Use Gecko's AsyncOpen if URI is has no nsIWineURI interface. 2006-12-22 10:20:51 +01:00
Jacek Caban
902a39f0bd mshtml: Use pvaIn in exec_print. 2006-12-15 12:18:24 +01:00
Jacek Caban
cc6e4e2525 mshtml: Set default print template in exec_print. 2006-12-14 12:52:10 +01:00
Jacek Caban
bf3e5bb308 mshtml: Fixed handling chrome protocol. 2006-12-14 12:52:05 +01:00
Jacek Caban
6b48198d3c mshtml: Don't do anything in SetNSContainer if new container is the same as previous. 2006-12-14 12:51:50 +01:00
Jacek Caban
d8a761c0ab mshtml: Fix loading pages in containers without document. 2006-12-14 12:51:23 +01:00
Jacek Caban
f609a768e7 mshtml: Added nsACString_SetData function and use it instead of nsACString_Init when we return string value. 2006-12-14 12:51:16 +01:00
Jacek Caban
7aa9ea4ec0 mshtml: Added beginning of IDM_PRINT implementation. 2006-12-13 16:51:48 +01:00
Jacek Caban
139d2b813d mshtml: Added test of CompareUrl. 2006-12-13 16:51:39 +01:00
Jacek Caban
13f7784634 mshtml: Use HTMLWindow::alert in nsPromptService::Alert. 2006-12-12 20:11:56 +01:00
Jacek Caban
62f1ef9d85 mshtml: Added alert implementation. 2006-12-12 20:11:31 +01:00
Jacek Caban
fb4980d6a9 mshtml: Added get_parentWindow implementation. 2006-12-07 11:29:55 +01:00
Francois Gouget
bf9865d302 mshtml: Add '\n' to Wine trace. 2006-12-05 10:31:47 +01:00
Jacek Caban
bc71685676 mshtml: Added handling of right and left arrow keys in editing mode. 2006-12-01 12:26:43 +01:00
Dmitry Timoshkov
b2bffdda83 mshtml: Make some data const. 2006-11-29 12:44:27 +01:00
Francois Gouget
6af5ae8027 mshtml: Add missing '\n' in Wine trace. 2006-11-28 12:13:50 +01:00
Jacek Caban
958596b70a mshtml: Added Exec(IDM_FONTSIZE) implementation. 2006-11-24 11:50:58 +01:00
Jacek Caban
c6d7f14296 mshtml: Added missing break. 2006-11-24 11:50:42 +01:00
Jacek Caban
7f9a5fac71 mshtml: Remove nscstring and nscwstring typedefs. 2006-11-17 15:50:36 +01:00
Jacek Caban
2f853fadb1 mshtml: Added semi-stub createStyleSheet implementation. 2006-11-17 15:50:32 +01:00
Jacek Caban
84af63604a mshtml: Added put_fontSize implementation. 2006-11-17 15:50:27 +01:00
Jacek Caban
c8c9a5fb20 mshtml: Added put_backgroundColor implementation. 2006-11-17 15:50:23 +01:00
Jacek Caban
7c478bf719 mshtml: Added put_fontFamily implementation. 2006-11-17 15:50:19 +01:00
Jacek Caban
5a9980e1b7 mshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle. 2006-11-17 15:49:36 +01:00
Jacek Caban
5b1af5b7d1 mshtml: Added get_style implementation. 2006-11-17 15:49:30 +01:00
Kovács András
9bf5140575 mshtml: HTMLElementCollection_item implementation. 2006-11-14 14:41:34 +01:00
Jacek Caban
396b0ad126 mshtml: Added border implementation. 2006-11-13 12:52:05 +01:00
Jacek Caban
2a78268430 mshtml: Added IDM_ORDERLIST implementation. 2006-11-13 12:51:52 +01:00
Jacek Caban
8d76b3deed mshtml: Added IDM_UNORDERLIST implementation. 2006-11-13 12:51:47 +01:00
Jacek Caban
80db14763d mshtml: Added IDM_HORIZONTALLINE implementation. 2006-11-13 12:51:40 +01:00
Jacek Caban
6f4146a30b mshtml: Added IDM_INDENT and IDM_OUTDENT implementation. 2006-11-13 12:51:34 +01:00
Jacek Caban
7a1a6cbb9d mshtml: Remove menus that are in shdoclc.dll. 2006-11-13 12:51:24 +01:00
Jacek Caban
8ea593267c mshtml: Use popup menu from shdoclc.dll. 2006-11-10 11:34:35 +01:00
Jacek Caban
4769950d66 mshtml: Added QueryStatus(IDM_JUSTIFY*) implementation. 2006-11-09 14:34:25 +01:00
Jacek Caban
c64326e62c mshtml: Code clean up. 2006-11-09 14:34:18 +01:00
Jacek Caban
95cc9db828 mshtml: Added Exec(IDM_JUSTIFYLEFT) and Exec(IDM_JUSTIFYRIGHT) implementataion. 2006-11-09 14:34:12 +01:00
Jacek Caban
8968c399e6 mshtml: Added Exec(IDM_JUSTIFYCENTER) implementation. 2006-11-09 14:34:04 +01:00
Jacek Caban
40d31d869b mshtml: Added IDM_FORECOLOR implementation. 2006-11-09 14:33:56 +01:00
Jacek Caban
f0871b5814 mshtml: Added Exec(IDM_FONTSIZE) stub. 2006-11-09 14:33:50 +01:00
Jacek Caban
fd5da1a7b9 mshtml: Added QueryStatus(IDM_FONTSIZE) implementation. 2006-11-09 14:33:42 +01:00
Jacek Caban
cab25424d2 mshtml: Added QueryStatus(IDM_FONTNAME) implementation. 2006-11-09 14:33:35 +01:00
Jacek Caban
53fe2d1531 mshtml: Fixed query_edit_status when Gecko is not available. 2006-11-06 12:24:07 +01:00
Jacek Caban
64fe277428 mshtml: Added implementation of QueryStatus(IDM_UNDERLINE). 2006-11-02 21:03:58 +01:00
Jacek Caban
5e0d749c2f mshtml: Added implementation of QueryStatus(IDM_ITALIC). 2006-11-02 21:03:47 +01:00
Jacek Caban
da3f18745e mshtml: Added more QueryStatus tests. 2006-11-02 21:03:39 +01:00
Jacek Caban
227be057c2 mshtml: Added implementation of QueryStatus(IDM_BOLD). 2006-11-02 21:03:31 +01:00
Jacek Caban
f003d3c569 mshtml: Added more edit mode tests. 2006-11-02 21:03:25 +01:00
Jacek Caban
cf075bdf00 mshtml: Load about:blank in exec_editmode. 2006-11-02 21:03:10 +01:00
Jacek Caban
d6108c6c24 mshtml: Added beginning of set_progress task implementation. 2006-11-02 21:03:01 +01:00
Jacek Caban
0cd636c355 mshtml: Call SetStatusText in set_parsecomplete. 2006-11-02 21:02:28 +01:00
Jacek Caban
f09890eade mshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OFFLINECONNECTED property in IPersistMoniker::Load. 2006-11-02 21:02:20 +01:00
Jacek Caban
f9db47d66b mshtml: Fix no longer valid ERR. 2006-11-02 21:02:11 +01:00
Jacek Caban
2a16169791 mshtml: Added heuristic hack that decides if run the page from moniker or gecko channel. 2006-11-02 21:01:16 +01:00
Jacek Caban
abd764674a mshtml: Added put_innerHTML implementation. 2006-10-30 11:36:43 +01:00
Jacek Caban
b0bffdc58b mshtml: Print wine_gecko version in load_wine_gecko. 2006-10-30 11:17:47 +01:00
Marcus Meissner
2074a2314a mshtml: Moved release of dom_window to right place. 2006-10-26 13:04:52 +02:00
Mikołaj Zalewski
58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski
e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Andrey Turkin
25b1d67231 mshtml: Insert missing "return" operator. 2006-10-23 14:39:07 +02:00
Frank Richter
f46f647c28 mshtml: Left-align Gecko download information message for better readability. 2006-10-23 12:34:13 +02:00
Frank Richter
864ff7a708 mshtml: Enlarge status text control ins some translated dialogs so all text is readable. 2006-10-23 12:34:04 +02:00
Frank Richter
d6068d99e0 mshtml: Update German translation. 2006-10-23 12:33:58 +02:00
Jacek Caban
9d058e9143 mshtml: Added IHTMLElement::get_className implementation. 2006-10-23 12:28:53 +02:00
Jacek Caban
637310be27 mshtml: Don't return empty string in IHTMLSelectElement::get_name. 2006-10-23 12:28:47 +02:00
Byeong-Sik Jeon
e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Jacek Caban
a1f11939ed mshtml: Use mshtmcid.h defines where possible. 2006-10-20 10:20:27 +02:00
Jacek Caban
e6b353dec8 mshtml: Fix debug traces. 2006-10-20 10:20:19 +02:00
Alexandre Julliard
12c196203c Make.rules: Added support for building IDL client/proxy/server/iid files. 2006-10-16 17:20:37 +02:00
Jacek Caban
1e92565c3e mshtml: Load page from moniker if AsyncOpen fails. 2006-10-16 10:58:26 +02:00
Jacek Caban
377071f42c mshtml: Don't crash in remove_doc_tasks if thread_data is not allocated. 2006-10-16 10:55:55 +02:00
Michael Stefaniuc
15765dd953 The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility. 2006-10-16 10:53:04 +02:00
José Manuel Ferrer Ortiz
e0b399f75b mshtml: Added Spanish translation. 2006-10-12 11:36:41 +02:00
Jacek Caban
f3dbf490a7 mshtml: Win64 printf format warning fixes. 2006-10-07 18:05:26 +02:00
Jacek Caban
0c74c0a95b mshtml: Win64 printf format warning fixes. 2006-10-06 12:54:45 +02:00
Francois Gouget
5f925d421c mshtml: Remove space before '\n'. 2006-10-03 15:56:11 +02:00
Jacek Caban
463d010531 mshtml: Silence common invalid QueryInterface FIXME. 2006-10-02 21:39:47 +02:00
Jacek Caban
1a4c366f11 mshtml: Added begining implementation of IPersistStreamInit::Save. 2006-10-02 21:38:35 +02:00
Jacek Caban
e947b948a1 mshtml: Code cleanup. 2006-10-02 21:38:27 +02:00
Francois Gouget
dc0cfe7729 urlmon: Fix the case of the BINDINFO.cbstgmedData field. Fixes the htmldoc test compilation on Windows. 2006-09-29 17:53:23 +02:00
Francois Gouget
87045eb0c5 Fix rpcndr.h so it takes CONST_VTABLE into account.
Define CONST_VTABLE in the tests that need it. This fixes many Visual C++ warnings.
2006-09-29 17:52:27 +02:00
Michael Stefaniuc
85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Jacek Caban
8b125182c1 mshtml: Added get_readyState implementation. 2006-09-28 11:55:23 +02:00
Jacek Caban
5c7078b268 mshtml: Remove conflicts between resource.h and mshtmcid.h. 2006-09-28 11:55:20 +02:00
Jacek Caban
3eb87d9efe mshtml: Added more loading tests. 2006-09-25 21:13:32 +02:00
Jacek Caban
e15b5c7010 mshtml: Set dwOptions in GetBindInfo to 0x80000 to make test pass. 2006-09-25 21:13:25 +02:00
Jacek Caban
06d9c5ca71 mshtml: Initialize url in OnStartURIOpen. 2006-09-25 21:13:18 +02:00