Commit Graph

2666 Commits

Author SHA1 Message Date
Jacek Caban d31176ec03 mshtml: Moved history property to HTMLInnerWindow. 2012-06-26 17:06:11 +02:00
Jacek Caban 4647fe0f23 mshtml: Moved screen property to HTMLInnerWindow. 2012-06-26 17:06:11 +02:00
Jacek Caban b85631bab6 mshtml: Moved image_factory to HTMLInnerWindow. 2012-06-26 17:06:11 +02:00
Jacek Caban c73b135686 mshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow. 2012-06-25 17:45:21 +02:00
Jacek Caban bb02767f15 mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:21 +02:00
Jacek Caban c77b8bfdd9 mshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:21 +02:00
Jacek Caban 2698fe0b3f mshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:20 +02:00
Jacek Caban c13bb135ca mshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:20 +02:00
Jacek Caban 79356c65c1 mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:19 +02:00
Jacek Caban 08964ede45 mshtml: Added separated types for outer and inner HTML windows. 2012-06-25 17:45:19 +02:00
Jacek Caban 7ebcb1820e mshtml: Keep reference in node returned from get_node. 2012-06-25 17:45:18 +02:00
Jacek Caban d0012f8fc6 mshtml: Return true in IOmNavigator::javaEnabled. 2012-06-18 17:57:09 +02:00
Jacek Caban e120ca06c3 mshtml: Release script hosts in window_set_docnode. 2012-06-13 19:40:04 +02:00
Jacek Caban 9fa443dcd9 mshtml: Wine Gecko 1.6 release. 2012-06-11 21:03:46 +02:00
Jacek Caban 5665730a32 mshtml: Added IWindowForBindingUI tests. 2012-05-30 17:17:58 +02:00
Jacek Caban 0847563dd4 mshtml: Forward BSCallback::QueryService call to document. 2012-05-30 17:17:58 +02:00
Jacek Caban 3c1e2132e5 mshtml: Added support for BSCallback::QueryService(IID_IWindowForBindingUI). 2012-05-30 17:17:57 +02:00
Jacek Caban cf9d0d320c mshtml: Added IWindowForBindingUI stub implementation. 2012-05-30 17:17:57 +02:00
Alexandre Julliard d8b6b01bca appwiz.cpl: Specify a default download URL for add-ons. 2012-05-30 14:41:33 +02:00
Jacek Caban 0675f5c3d1 mshtml: Fixed Exec_ShellDocView_84 tests. 2012-05-29 18:20:14 +02:00
Michael Stefaniuc 630560ea8f mshtml/tests: Remove stray ok() calls. 2012-05-25 13:45:09 +02:00
Michael Stefaniuc 6034d9dc68 mshtml/tests: Check the correct variables. 2012-05-22 17:44:03 +02:00
Michael Stefaniuc 2addfb73e3 mshtml/tests: Remove leftover code from c3d8d052. 2012-05-22 17:44:01 +02:00
Michael Stefaniuc fc999cb362 mshtml/tests: Remove duplicated ok() call. 2012-05-21 12:43:30 +02:00
Jacek Caban 9d0bfce9d8 mshtml: Get rid of no longer needed nsIWindowCreator2. 2012-05-18 18:10:50 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Jacek Caban 888505d458 mshtml: Always use English locale in document_write to perform type conversion. 2012-05-14 17:46:18 +02:00
Jacek Caban 1767fafa00 mshtml: Fixed tests on old IEs. 2012-05-04 18:08:33 +02:00
Jacek Caban d2e8d44811 mshtml: Added IHTMLWindow2::get_history implementation. 2012-05-02 12:00:43 +02:00
Jacek Caban f6980025b9 mshtml: Accept different VARIANT types in document_write. 2012-04-23 17:53:23 +02:00
Jacek Caban 1c07d166f1 mshtml: Ignore dispid 3000026 in IPropertyNotifySink::OnChanged tests. 2012-04-20 11:59:55 +02:00
Jacek Caban d66dacce68 mshtml: Copy filter value in HTMLElement_clone. 2012-04-18 15:45:01 +02:00
Jacek Caban 120962b30e mshtml: Allow more tests to be ran in non-administrator mode. 2012-04-18 15:44:52 +02:00
Jacek Caban b2f3144e0c mshtml: Added IHTMLStyle2::overflowY implementation. 2012-04-17 12:43:29 +02:00
Jacek Caban 5b99a4e880 mshtml: Added IHTMLStyle2::overflowX implementation. 2012-04-17 12:43:26 +02:00
Jacek Caban c5c94f101f mshtml: Added IHTMLWindow3::detachEvent implementation. 2012-04-17 12:43:19 +02:00
Jacek Caban d987690212 Added support for shadowing of element pseudo-variables. 2012-04-17 12:43:17 +02:00
Jacek Caban 34b41084a1 mshtml: Added IHTMLDocument2::put_URL implementation. 2012-04-17 12:43:14 +02:00
Jacek Caban 33171f3b5d mshtml: Added IHTMLStyle::removeAttribute tests. 2012-04-16 17:49:26 +02:00
Jacek Caban 0cad55aee9 mshtml: Added IHTMLStyle::removeAttribute implementation. 2012-04-16 17:49:26 +02:00
Jacek Caban a9c83385b5 mshtml: Moved style_tbl lookup to separated function. 2012-04-16 17:49:25 +02:00
Jacek Caban cea8bc5237 mshtml: Added support for IHTMLEventObj::cancelBubble property. 2012-04-16 17:49:25 +02:00
Jacek Caban 53adfe77d3 mshtml: Added IHTMLStyle2::bottom implementation. 2012-04-16 17:49:24 +02:00
Jacek Caban 16a5a5c91b mshtml: Use return_nsstr helper in more functions. 2012-04-13 16:09:43 +02:00
Jacek Caban 29fbc70267 mshtml: Use return_nsstr helper in HTMLElement object implementation. 2012-04-13 16:09:42 +02:00
Jacek Caban b43cd188df mshtml: Use return_nsstr helper in IHTMLBodyElement::get_background implementation. 2012-04-13 16:09:42 +02:00
Jacek Caban 4c66a4626b mshtml: Improved helper for returning color as VARIANT in HTMLBodyElement implementation. 2012-04-13 16:09:41 +02:00
Jacek Caban 325f8c8172 mshtml: Return self as a parent of global top window. 2012-04-11 18:16:11 +02:00
Jacek Caban 77cdf22f8f mshtml: Added IHTMLElement2::blur implementation. 2012-04-10 16:21:31 +02:00
Jacek Caban 1c277a26bb mshtml: Added IHTMLDocument2::onkeypress implementation. 2012-04-10 16:21:31 +02:00