| 1 |
wakaba |
1.9 |
2009-11-03 Wakaba <wakaba@suika.fam.cx> |
| 2 |
|
|
|
| 3 |
|
|
* sami-core.js (getJSON): New method. |
| 4 |
|
|
|
| 5 |
wakaba |
1.8 |
2009-09-22 Wakaba <wakaba@suika.fam.cx> |
| 6 |
|
|
|
| 7 |
|
|
* sami-core.js: Added |post| method to XHR. |
| 8 |
|
|
|
| 9 |
wakaba |
1.7 |
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
| 10 |
|
|
|
| 11 |
|
|
* sami-browser.js: Added various hooks to customize the browser by |
| 12 |
|
|
subclassing. URLs are now internally handled as SAMI.URL objects. |
| 13 |
|
|
|
| 14 |
|
|
* sami-core.js: A workaround for IE7's stupid behavior. SAMI.URL |
| 15 |
|
|
class added. |
| 16 |
|
|
|
| 17 |
wakaba |
1.1 |
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
| 18 |
|
|
|
| 19 |
wakaba |
1.6 |
* sami-core.js: Returns a dummy response object when an XHR |
| 20 |
|
|
request has thrown an exception. |
| 21 |
|
|
|
| 22 |
|
|
* sami-browser.js: Implemented history-back navigation. |
| 23 |
|
|
|
| 24 |
|
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
| 25 |
|
|
|
| 26 |
wakaba |
1.5 |
* sami-browser.js: Separate HTML converter as a handler of generic |
| 27 |
|
|
content handler mechanisim and added a plain text handler. |
| 28 |
|
|
|
| 29 |
|
|
* sami-core.js (getMediaTypeNoParam): New method. |
| 30 |
|
|
|
| 31 |
|
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
| 32 |
|
|
|
| 33 |
wakaba |
1.4 |
* sami-browser.js: Added |readyState| attribute. Error response |
| 34 |
|
|
body should be rendered as well. The browser now set |
| 35 |
|
|
location.samiResponse object after retrieval. The showContent |
| 36 |
|
|
method was split from the main request handler. |
| 37 |
|
|
|
| 38 |
|
|
* sami-core.js: Use |window.event| if no event object is provided, |
| 39 |
|
|
for compatibility with WinIE event model. Added |
| 40 |
|
|
|SAMI.String.htescaped|. Added |SAMI.XHR.prototype.getRequestURL| |
| 41 |
|
|
and |SAMI.XHR.prototype.getHeaderFieldBody|. |
| 42 |
|
|
|
| 43 |
|
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
| 44 |
|
|
|
| 45 |
wakaba |
1.3 |
* sami-browser.js: Added SAMI.Browser.XHR. |
| 46 |
|
|
|
| 47 |
|
|
* sami-core.js: Added SAMI.Event.Browser and |
| 48 |
|
|
SAMI.String.toJSStringLiteral. |
| 49 |
|
|
|
| 50 |
|
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
| 51 |
|
|
|
| 52 |
wakaba |
1.2 |
* sami-core.js: Changed order of arguments for SAMI.Observer |
| 53 |
|
|
constructor. |
| 54 |
|
|
|
| 55 |
|
|
* sami-browser.js: New file. |
| 56 |
|
|
|
| 57 |
|
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
| 58 |
|
|
|
| 59 |
wakaba |
1.1 |
* ChangeLog: New file. |
| 60 |
|
|
|