.. |
tests
|
mshtml/tests: Run tests again on boxes with older IE.
|
2009-12-03 10:23:05 +01:00 |
Bg.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Da.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
De.rc
|
mshtml: Update German Gecko installer dialog.
|
2009-11-16 11:34:42 +01:00 |
En.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Es.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Fi.rc
|
…
|
|
Fr.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Hu.rc
|
…
|
|
Ja.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Ko.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Lt.rc
|
mshtml: Update Lithuanain translation.
|
2009-11-16 11:34:36 +01:00 |
Makefile.in
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |
Nl.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
No.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Pl.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Pt.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Ro.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Ru.rc
|
mshtml: Update Russian translation.
|
2009-11-16 12:43:07 +01:00 |
Si.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Sv.rc
|
mshtml: Update Swedish translation.
|
2009-11-16 11:40:24 +01:00 |
Tr.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
Zh.rc
|
mshtml: Update description in Gecko installer dialog.
|
2009-11-13 15:52:48 +01:00 |
blank.htm
|
…
|
|
conpoint.c
|
mshtml: Added support for connection point HTML notification.
|
2009-11-24 10:47:21 +01:00 |
dispex.c
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |
editor.c
|
mshtml: Moved readystate to HTMLWindow.
|
2009-11-03 21:25:20 +01:00 |
hlink.c
|
…
|
|
htmlanchor.c
|
mshtml: Forward common function from IHTMLAnchorElement to IHTMLElement2 implementation.
|
2009-11-24 10:45:51 +01:00 |
htmlbody.c
|
mshtml: Added support for connection point HTML notification.
|
2009-11-24 10:47:21 +01:00 |
htmlcomment.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmlcurstyle.c
|
mshtml: Moved nsdoc to HTMLDocumentNode object.
|
2009-10-22 10:41:22 +02:00 |
htmldoc.c
|
mshtml: Added IHTMLDocument2::put_cookie implementation.
|
2009-12-02 12:19:49 +01:00 |
htmldoc3.c
|
mshtml: Also search by node name attribute in IHTMLDocument3::getElementById.
|
2009-11-21 14:31:45 +01:00 |
htmldoc5.c
|
mshtml: Moved nsdoc to HTMLDocumentNode object.
|
2009-10-22 10:41:22 +02:00 |
htmlelem.c
|
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
|
2009-12-03 10:22:04 +01:00 |
htmlelem2.c
|
mshtml: Added onreadystatechange event support.
|
2009-12-01 11:39:45 +01:00 |
htmlelem3.c
|
mshtml: Added IHTMLElement3::fireEvent implementation.
|
2009-10-13 11:27:27 +02:00 |
htmlelemcol.c
|
mshtml: Also get dispid by element name & id in HTMLElementCollection.
|
2009-11-21 14:31:45 +01:00 |
htmlevent.c
|
mshtml: Fixed dispid lookup in_cp_event.
|
2009-12-03 10:22:09 +01:00 |
htmlevent.h
|
mshtml: Moved event_vector to HTMLDocumentNode.
|
2009-10-28 11:11:31 +01:00 |
htmlform.c
|
mshtml: Support get_dispid and invoke methods in HTMLFormElement.
|
2009-12-02 12:18:23 +01:00 |
htmlframebase.c
|
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
|
2009-12-03 10:22:04 +01:00 |
htmlgeneric.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmliframe.c
|
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
|
2009-12-03 10:22:04 +01:00 |
htmlimg.c
|
mshtml: Added IHTMLElement2::get_readyState implementation.
|
2009-12-01 11:34:23 +01:00 |
htmlinput.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmllocation.c
|
mshtml: Added support for relative URLs in navigate_url.
|
2009-12-01 11:39:12 +01:00 |
htmlnode.c
|
mshtml: Return NULL ownerDocument for document node.
|
2009-11-03 21:24:59 +01:00 |
htmloption.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmlscreen.c
|
mshtml: Added IHTMLScreen::get_colorDepth implementation.
|
2009-12-01 11:34:09 +01:00 |
htmlscript.c
|
mshtml: Added IHTMLElement2::get_readyState implementation.
|
2009-12-01 11:34:23 +01:00 |
htmlselect.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmlstyle.c
|
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
|
2009-12-02 12:19:24 +01:00 |
htmlstyle.h
|
mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}.
|
2009-12-02 12:19:24 +01:00 |
htmlstyle2.c
|
…
|
|
htmlstyle3.c
|
mshtml: Improved IHTMLStyle3::put_zoom stub.
|
2009-11-17 12:05:53 +01:00 |
htmlstylesheet.c
|
…
|
|
htmltable.c
|
mshtml: Added support for connection point HTML notification.
|
2009-11-24 10:47:21 +01:00 |
htmltablerow.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmltextarea.c
|
mshtml: Moved whole element initialization to HTMLElement_Init.
|
2009-11-03 21:23:12 +01:00 |
htmltextcont.c
|
mshtml: Added support for connection point HTML notification.
|
2009-11-24 10:47:21 +01:00 |
htmltextnode.c
|
mshtml: Move node list to HTMLDocumentNode.
|
2009-09-17 09:47:53 -05:00 |
htmlwindow.c
|
mshtml: Detach window from frame element on window destruction.
|
2009-12-03 10:22:13 +01:00 |
install.c
|
mshtml: Disable Gecko installation on unsupported CPU architectures.
|
2009-12-03 15:27:49 +01:00 |
loadopts.c
|
…
|
|
main.c
|
mshtml: Added IHTMLScreen::get_width implementation.
|
2009-12-01 11:30:55 +01:00 |
mshtml.inf
|
mshtml: Moved GeckoUrl registry to mshtml.inf.
|
2009-11-12 15:20:59 +01:00 |
mshtml.spec
|
…
|
|
mshtml_private.h
|
mshtml: Make nsACString_{Init,Finish}() static.
|
2009-12-04 14:34:58 +01:00 |
mutation.c
|
mshtml: Added generic bind_to_tree node notification and use it to set frame's content window.
|
2009-12-03 10:22:04 +01:00 |
navigate.c
|
mshtml: Added support for frames in navigate_url.
|
2009-12-01 11:39:26 +01:00 |
nsembed.c
|
mshtml: Make nsACString_{Init,Finish}() static.
|
2009-12-04 14:34:58 +01:00 |
nsevents.c
|
mshtml: Split parse_complete to handle_load and mutation observer.
|
2009-11-09 19:44:17 +01:00 |
nsiface.idl
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |
nsio.c
|
mshtml: Don't depend on necko channel in nsChannel::QueryInterface implementation.
|
2009-12-02 12:19:38 +01:00 |
nsservice.c
|
…
|
|
olecmd.c
|
mshtml: Moved readystate to HTMLWindow.
|
2009-11-03 21:25:20 +01:00 |
oleobj.c
|
mshmtl: Moved ICustomDoc implementation to HTMLDocumentObj.
|
2009-09-17 09:48:05 -05:00 |
olewnd.c
|
mshtml: Moved state flags to HTMLDocumentObj.
|
2009-09-17 09:41:37 -05:00 |
omnavigator.c
|
…
|
|
persist.c
|
mshtml: Added onreadystatechange event support.
|
2009-12-01 11:39:45 +01:00 |
protocol.c
|
…
|
|
resource.h
|
…
|
|
rsrc.rc
|
…
|
|
script.c
|
mshtml: Improve debug traces.
|
2009-10-29 13:08:20 +01:00 |
secmgr.c
|
mshtml: Check for CATID_SafeForScripting in GUID_CUSTOM_CONFIRMOBJECTSAFETY implementation if IObjectSafety is not available.
|
2009-11-20 11:16:13 +01:00 |
selection.c
|
mshtml: Moved nsdoc to HTMLDocumentNode object.
|
2009-10-22 10:41:22 +02:00 |
service.c
|
mshtml: Moved undomgr to HTMLDocumentObj.
|
2009-09-17 09:41:00 -05:00 |
task.c
|
mshtml: parse_complete() is unused so remove it.
|
2009-11-16 12:43:06 +01:00 |
txtrange.c
|
mshtml: Check for NULL return from allocations.
|
2009-12-02 13:16:45 +01:00 |
view.c
|
mshtml: Move update flags to HTMLDocumentObj.
|
2009-09-17 09:47:48 -05:00 |