| 1 |
wakaba |
1.3 |
<feed xmlns="http://www.w3.org/2005/Atom"> |
| 2 |
|
|
<title xml:lang="en">SAMI ChangeLog Diffs</title> |
| 3 |
wakaba |
1.12 |
<link href="http://suika.fam.cx/www/js/sami/doc/sami-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/www/js/sami/doc/readme" rel="related"></link><link href="http://suika.fam.cx/www/js/sami/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1257250493"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1257250493</id><title>2009-11-03 Wakaba</title><updated>2009-11-03T12:14:50Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 3 Nov 2009 12:14:39 -0000 |
| 4 |
|
|
2009-11-03 Wakaba <[email protected]> |
| 5 |
|
|
|
| 6 |
|
|
* sami-core.js (getJSON): New method. |
| 7 |
|
|
|
| 8 |
|
|
</content></entry><entry xml:id="entry-1253715293"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1253715293</id><title>2009-09-23 Wakaba</title><updated>2009-09-23T14:14:50Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 23 Sep 2009 14:14:46 -0000 |
| 9 |
wakaba |
1.11 |
2009-09-22 Wakaba <[email protected]> |
| 10 |
|
|
|
| 11 |
|
|
* sami-core.js: Added |post| method to XHR. |
| 12 |
|
|
|
| 13 |
|
|
</content></entry><entry xml:id="entry-1248541551"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248541551</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T17:05:46Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 25 Jul 2009 17:05:35 -0000 |
| 14 |
wakaba |
1.10 |
2009-07-26 Wakaba <[email protected]> |
| 15 |
|
|
|
| 16 |
|
|
* sami-browser.js: Added various hooks to customize the browser by |
| 17 |
|
|
subclassing. URLs are now internally handled as SAMI.URL objects. |
| 18 |
|
|
|
| 19 |
|
|
* sami-core.js: A workaround for IE7's stupid behavior. SAMI.URL |
| 20 |
|
|
class added. |
| 21 |
|
|
|
| 22 |
|
|
</content></entry><entry xml:id="entry-1248524564"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248524564</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T12:22:43Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 25 Jul 2009 12:22:18 -0000 |
| 23 |
wakaba |
1.9 |
* sami-core.js: Returns a dummy response object when an XHR |
| 24 |
|
|
request has thrown an exception. |
| 25 |
|
|
|
| 26 |
|
|
* sami-browser.js: Implemented history-back navigation. |
| 27 |
|
|
|
| 28 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 29 |
|
|
|
| 30 |
|
|
++ swe/tools/ChangeLog 25 Jul 2009 12:22:39 -0000 |
| 31 |
|
|
* minibrowser.en.html: Added a "back" button. |
| 32 |
|
|
|
| 33 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 34 |
|
|
|
| 35 |
|
|
</content></entry><entry xml:id="entry-1248520947"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248520947</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T11:22:24Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 25 Jul 2009 11:22:20 -0000 |
| 36 |
wakaba |
1.8 |
* sami-browser.js: Separate HTML converter as a handler of generic |
| 37 |
|
|
content handler mechanisim and added a plain text handler. |
| 38 |
|
|
|
| 39 |
|
|
* sami-core.js (getMediaTypeNoParam): New method. |
| 40 |
|
|
|
| 41 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 42 |
|
|
|
| 43 |
|
|
</content></entry><entry xml:id="entry-1248505853"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248505853</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T07:10:49Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 25 Jul 2009 07:10:09 -0000 |
| 44 |
wakaba |
1.7 |
* sami-browser.js: Added |readyState| attribute. Error response |
| 45 |
|
|
body should be rendered as well. The browser now set |
| 46 |
|
|
location.samiResponse object after retrieval. The showContent |
| 47 |
|
|
method was split from the main request handler. |
| 48 |
|
|
|
| 49 |
|
|
* sami-core.js: Use |window.event| if no event object is provided, |
| 50 |
|
|
for compatibility with WinIE event model. Added |
| 51 |
|
|
|SAMI.String.htescaped|. Added |SAMI.XHR.prototype.getRequestURL| |
| 52 |
|
|
and |SAMI.XHR.prototype.getHeaderFieldBody|. |
| 53 |
|
|
|
| 54 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 55 |
|
|
|
| 56 |
|
|
++ swe/tools/ChangeLog 25 Jul 2009 07:10:44 -0000 |
| 57 |
|
|
* minibrowser.en.html: Show HTTP response status code/text and |
| 58 |
|
|
progress. |
| 59 |
|
|
|
| 60 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 61 |
|
|
|
| 62 |
|
|
</content></entry><entry xml:id="entry-1248502269"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248502269</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T06:11:08Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 25 Jul 2009 06:10:36 -0000 |
| 63 |
wakaba |
1.6 |
* sami-browser.js: Added SAMI.Browser.XHR. |
| 64 |
|
|
|
| 65 |
|
|
* sami-core.js: Added SAMI.Event.Browser and |
| 66 |
|
|
SAMI.String.toJSStringLiteral. |
| 67 |
|
|
|
| 68 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 69 |
|
|
|
| 70 |
|
|
++ swe/tools/ChangeLog 25 Jul 2009 06:11:05 -0000 |
| 71 |
|
|
* minibrowser.en.html: Changed browser core to SAMI.Browser.XHR. |
| 72 |
|
|
|
| 73 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 74 |
|
|
|
| 75 |
|
|
</content></entry><entry xml:id="entry-1248499340"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248499340</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T05:22:18Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ ChangeLog 25 Jul 2009 05:22:15 -0000 |
| 76 |
wakaba |
1.5 |
* cvscommit.sh: Revert the previous change; --entry-author-name |
| 77 |
|
|
was not the default value, but the override. |
| 78 |
|
|
|
| 79 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 80 |
|
|
|
| 81 |
|
|
</content></entry><entry xml:id="entry-1248499160"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248499160</id><title>2009-07-25 anon</title><updated>2009-07-25T05:19:18Z</updated><author><name>anon</name><email>[email protected]</email></author><content type="text">++ ChangeLog 25 Jul 2009 05:19:16 -0000 |
| 82 |
wakaba |
1.4 |
* cvscommit.sh: Set default for entry author name. |
| 83 |
|
|
|
| 84 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 85 |
|
|
|
| 86 |
|
|
</content></entry><entry xml:id="entry-1248498871"><id>http://suika.fam.cx/www/js/sami/doc/sami-commit#entry-1248498871</id><title>2009-07-25 Wakaba</title><updated>2009-07-25T05:14:31Z</updated><author><name>Wakaba</name><email>[email protected]</email></author><content type="text">++ swe/script/ChangeLog 25 Jul 2009 05:14:02 -0000 |
| 87 |
wakaba |
1.2 |
* sami-core.js: Changed order of arguments for SAMI.Observer |
| 88 |
|
|
constructor. |
| 89 |
|
|
|
| 90 |
|
|
* sami-browser.js: New file. |
| 91 |
|
|
|
| 92 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 93 |
|
|
|
| 94 |
|
|
++ swe/tools/ChangeLog 25 Jul 2009 05:14:25 -0000 |
| 95 |
|
|
* minibrowser.en.html: New file. |
| 96 |
|
|
|
| 97 |
|
|
2009-07-25 Wakaba <[email protected]> |
| 98 |
|
|
|
| 99 |
wakaba |
1.12 |
</content></entry><updated>2009-11-03T12:14:50Z</updated></feed> |