Differences From Artifact [de9e44bc4f323794]:
- File        
src/win32/mshtml.d
- 2015-04-21 10:46:55 - part of checkin [4e2933c620] on branch trunk - Rebased to the latest verson dmd 2.067. Not yet verified the outcome. (user: kinaba) [annotate]
 
To Artifact [5fd93115adea9942]:
- File        
src/win32/mshtml.d
- 
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
The problem was __gshared. Replacing it with TLS fixed the issue. Remaining problem is that "hack.d"'s CloseHandle hack is not working anymore. (user: kinaba) [annotate]
 
- 
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
  471          HRESULT put_noResize(VARIANT_BOOL);                                          471          HRESULT put_noResize(VARIANT_BOOL);
  472          HRESULT get_noResize(VARIANT_BOOL*);                                         472          HRESULT get_noResize(VARIANT_BOOL*);
  473          HRESULT put_scrolling(BSTR);                                                 473          HRESULT put_scrolling(BSTR);
  474          HRESULT get_scrolling(BSTR*);                                                474          HRESULT get_scrolling(BSTR*);
  475  }                                                                                    475  }
  476                                                                                       476  
  477  interface IHTMLFrameBase2 : IDispatch {                                              477  interface IHTMLFrameBase2 : IDispatch {
  478          HRESULT get_contentWindow(IHTMLWindow2 *);                               |   478          HRESULT get_contentWindow(IHTMLWindow2*);
  479          HRESULT put_onload(VARIANT);                                                 479          HRESULT put_onload(VARIANT);
  480          HRESULT get_onload(VARIANT*);                                                480          HRESULT get_onload(VARIANT*);
  481          HRESULT put_onreadystatechange(VARIANT);                                     481          HRESULT put_onreadystatechange(VARIANT);
  482          HRESULT get_onreadystatechange(VARIANT*);                                    482          HRESULT get_onreadystatechange(VARIANT*);
  483          HRESULT get_readyState(BSTR*);                                               483          HRESULT get_readyState(BSTR*);
  484          HRESULT put_allowTransparency(VARIANT_BOOL);                                 484          HRESULT put_allowTransparency(VARIANT_BOOL);
  485          HRESULT get_allowTransparency(VARIANT_BOOL*);                                485          HRESULT get_allowTransparency(VARIANT_BOOL*);