CHANGELOG.txt 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. ------------------------------------------------------------------------
  2. r618 | thomas | 2006-04-21 09:55:51 -0400 (Fri, 21 Apr 2006) | 1 line
  3. Changed paths:
  4. M /iexploder/README.txt
  5. M /iexploder/htdocs/iexploder.cgi
  6. M /iexploder/htdocs/iexploder.rb
  7. M /iexploder/htdocs/webserver.rb
  8. 1.3.2.. minor adjustment to title and where gets set
  9. ------------------------------------------------------------------------
  10. r617 | thomas | 2006-04-19 17:14:26 -0400 (Wed, 19 Apr 2006) | 1 line
  11. Changed paths:
  12. A /iexploder/testcases/safari/2500_163-Safari-2.0.3_Mac_OS_X-Crash.html
  13. Add h4+pre+cite+nolayer+code crash for Safari 2.0.3
  14. ------------------------------------------------------------------------
  15. r616 | thomas | 2006-04-19 17:01:48 -0400 (Wed, 19 Apr 2006) | 1 line
  16. Changed paths:
  17. A /iexploder/tools/showtest.rb
  18. showtest.rb: easily download a testcase
  19. ------------------------------------------------------------------------
  20. r615 | thomas | 2006-04-19 16:07:13 -0400 (Wed, 19 Apr 2006) | 1 line
  21. Changed paths:
  22. M /iexploder/htdocs/iexploder.rb
  23. Remove stopping debug message
  24. ------------------------------------------------------------------------
  25. r614 | thomas | 2006-04-19 16:02:48 -0400 (Wed, 19 Apr 2006) | 1 line
  26. Changed paths:
  27. M /iexploder/README.txt
  28. M /iexploder/htdocs/iexploder.rb
  29. New subtest algorithm: double the tag count each iteration
  30. ------------------------------------------------------------------------
  31. r613 | thomas | 2006-04-19 15:05:30 -0400 (Wed, 19 Apr 2006) | 1 line
  32. Changed paths:
  33. M /iexploder/htdocs/cssproperties.in
  34. remove IE dupes: text-overflow and word-wrap
  35. ------------------------------------------------------------------------
  36. r612 | thomas | 2006-04-19 12:48:07 -0400 (Wed, 19 Apr 2006) | 1 line
  37. Changed paths:
  38. M /iexploder/README.txt
  39. M /iexploder/htdocs/config.rb
  40. M /iexploder/htdocs/iexploder.rb
  41. Add some benchmark/performance info.. set MAX_TAGS default to 96
  42. ------------------------------------------------------------------------
  43. r611 | thomas | 2006-04-19 10:22:33 -0400 (Wed, 19 Apr 2006) | 1 line
  44. Changed paths:
  45. M /iexploder/htdocs/iexploder.cgi
  46. M /iexploder/htdocs/iexploder.rb
  47. M /iexploder/htdocs/webserver.rb
  48. Add stop parameter, fix port assignment issue, fix indentation
  49. ------------------------------------------------------------------------
  50. r610 | thomas | 2006-04-19 10:22:06 -0400 (Wed, 19 Apr 2006) | 1 line
  51. Changed paths:
  52. M /iexploder/README.txt
  53. 1.3.0
  54. ------------------------------------------------------------------------
  55. r609 | thomas | 2006-04-18 22:46:35 -0400 (Tue, 18 Apr 2006) | 1 line
  56. Changed paths:
  57. A /iexploder/testcases/safari/16170_44-Safari-Nightly-420+-2006-r13911-2006-04-18.html
  58. applet+param Hashmap crash in Safari
  59. ------------------------------------------------------------------------
  60. r608 | thomas | 2006-04-18 22:07:45 -0400 (Tue, 18 Apr 2006) | 1 line
  61. Changed paths:
  62. M /iexploder/htdocs/iexploder.cgi
  63. M /iexploder/htdocs/webserver.rb
  64. 1.3.0
  65. ------------------------------------------------------------------------
  66. r607 | thomas | 2006-04-18 22:05:47 -0400 (Tue, 18 Apr 2006) | 1 line
  67. Changed paths:
  68. M /iexploder/README.txt
  69. M /iexploder/htdocs/webserver.rb
  70. M /iexploder/tools/osx_last_crash.rb
  71. commit osx_last_crash minutes->days change, document that you can pass a new port number to the webserver.rb program
  72. ------------------------------------------------------------------------
  73. r606 | thomas | 2006-04-18 22:02:16 -0400 (Tue, 18 Apr 2006) | 1 line
  74. Changed paths:
  75. A /iexploder/testcases/safari/2969_421-Safari-2.0.3_Mac_OS_X-Crash.html
  76. A /iexploder/testcases/safari/5763_181-Safari-Nightly-420+-2006-r13911-2006-04-18.html
  77. Add more Safari crashes to the testcases list
  78. ------------------------------------------------------------------------
  79. r605 | thomas | 2006-04-18 19:05:46 -0400 (Tue, 18 Apr 2006) | 1 line
  80. Changed paths:
  81. M /iexploder/README.txt
  82. M /iexploder/htdocs/config.rb
  83. M /iexploder/htdocs/iexploder.cgi
  84. M /iexploder/htdocs/iexploder.rb
  85. M /iexploder/htdocs/webserver.rb
  86. Greatly improve subtests. Not only do we iterate around each tag, but we steadily increase the amount of tags we input as well
  87. ------------------------------------------------------------------------
  88. r604 | thomas | 2006-04-18 17:04:17 -0400 (Tue, 18 Apr 2006) | 1 line
  89. Changed paths:
  90. M /iexploder/README.txt
  91. M /iexploder/htdocs/config.rb
  92. 1.3b1.. also, raise max tags to 48 now that we have fixed subtest bugs
  93. ------------------------------------------------------------------------
  94. r603 | thomas | 2006-04-18 16:59:20 -0400 (Tue, 18 Apr 2006) | 1 line
  95. Changed paths:
  96. M /iexploder/htdocs/iexploder.cgi
  97. M /iexploder/htdocs/iexploder.rb
  98. A /iexploder/htdocs/webserver.rb
  99. New Webrick based option for standalone hosting
  100. ------------------------------------------------------------------------
  101. r602 | thomas | 2006-04-18 16:18:35 -0400 (Tue, 18 Apr 2006) | 1 line
  102. Changed paths:
  103. A /iexploder/htdocs/config.rb
  104. M /iexploder/htdocs/cssproperties.in
  105. M /iexploder/htdocs/iexploder.cgi
  106. A /iexploder/htdocs/iexploder.rb
  107. Split iexploder.cgi into iexploder.rb and config.rb
  108. ------------------------------------------------------------------------
  109. r601 | thomas | 2006-04-18 13:36:25 -0400 (Tue, 18 Apr 2006) | 1 line
  110. Changed paths:
  111. M /iexploder/htdocs/cssvalues.in
  112. Add items from WebKit/WebCore/css/CSSValueKeywords.in
  113. ------------------------------------------------------------------------
  114. r600 | thomas | 2006-04-18 13:32:45 -0400 (Tue, 18 Apr 2006) | 1 line
  115. Changed paths:
  116. A /iexploder/testcases/opera/4750_Opera_8.5.4_Mac_OS_X-Crash.html
  117. Add odd new crash from Opera 8.5.4 for Mac
  118. ------------------------------------------------------------------------
  119. r599 | thomas | 2006-04-18 13:10:15 -0400 (Tue, 18 Apr 2006) | 1 line
  120. Changed paths:
  121. A /iexploder/testcases/safari/7483_Safari-Nightly-420+-2006-r13911-2006-04-18.html
  122. Add new Safari test case
  123. ------------------------------------------------------------------------
  124. r598 | thomas | 2006-04-18 12:25:39 -0400 (Tue, 18 Apr 2006) | 1 line
  125. Changed paths:
  126. M /iexploder/LICENSE.txt
  127. M /iexploder/README.txt
  128. M /iexploder/htdocs/htmlattrs.in
  129. M /iexploder/htdocs/htmltags.in
  130. M /iexploder/htdocs/iexploder.cgi
  131. iExploder 1.3: sync with modern rendering kits
  132. ------------------------------------------------------------------------
  133. r597 | thomas | 2006-04-18 12:25:18 -0400 (Tue, 18 Apr 2006) | 1 line
  134. Changed paths:
  135. A /iexploder/testcases/firefox/354_1-Firefox-1.5.0.1_Solaris-Crash.html
  136. A /iexploder/testcases/firefox/44_9-Firefox-1.5.0.1_Solaris-Crash.html
  137. A /iexploder/testcases/internet_explorer/8386_11-Internet-Explorer-6.0_WinXP-DoS.html (from /iexploder/testcases/safari/8386_11-Internet-Explorer-6.0_WinXP-DoS.html:596)
  138. A /iexploder/testcases/safari/218-Safari-2.0.3_Mac_OS_X-Crash.html
  139. D /iexploder/testcases/safari/8386_11-Internet-Explorer-6.0_WinXP-DoS.html
  140. New testcases
  141. ------------------------------------------------------------------------
  142. r596 | thomas | 2006-04-18 12:23:48 -0400 (Tue, 18 Apr 2006) | 1 line
  143. Changed paths:
  144. D /iexploder/testcases/119_4-Safari-Nightly-420+-2005-10-21-Crash.html
  145. D /iexploder/testcases/165367_15-FireFox-1.4.1-Crash.html
  146. D /iexploder/testcases/2009-iCab-3.0.1-Mac_OS_X-Crash.html
  147. D /iexploder/testcases/2289-iCab-3.0.1-Crash.html
  148. D /iexploder/testcases/25057-OmniWeb-5.1.1-Crash.html
  149. D /iexploder/testcases/2624-Opera-8.5-Mac_OS_X-Crash.html
  150. D /iexploder/testcases/502701_7-FireFox-1.4.1-Crash.html
  151. D /iexploder/testcases/60253-OmniWeb-5.1.1-Crash.html
  152. D /iexploder/testcases/6134_19-Safari-2.0.1-412.5-Crash.html
  153. D /iexploder/testcases/8386_11-Internet-Explorer-6.0_WinXP-DoS.html
  154. A /iexploder/testcases/firefox
  155. A /iexploder/testcases/firefox/165367_15-Firefox-1.4.1-Crash.html (from /iexploder/testcases/165367_15-FireFox-1.4.1-Crash.html:595)
  156. A /iexploder/testcases/firefox/502701_7-Firefox-1.4.1-Crash.html (from /iexploder/testcases/502701_7-FireFox-1.4.1-Crash.html:595)
  157. A /iexploder/testcases/icab
  158. A /iexploder/testcases/icab/2009-iCab-3.0.1-Mac_OS_X-Crash.html (from /iexploder/testcases/2009-iCab-3.0.1-Mac_OS_X-Crash.html:595)
  159. A /iexploder/testcases/icab/2289-iCab-3.0.1-Crash.html (from /iexploder/testcases/2289-iCab-3.0.1-Crash.html:595)
  160. A /iexploder/testcases/internet_explorer
  161. A /iexploder/testcases/omniweb
  162. A /iexploder/testcases/omniweb/25057-OmniWeb-5.1.1-Crash.html (from /iexploder/testcases/25057-OmniWeb-5.1.1-Crash.html:595)
  163. A /iexploder/testcases/omniweb/60253-OmniWeb-5.1.1-Crash.html (from /iexploder/testcases/60253-OmniWeb-5.1.1-Crash.html:595)
  164. A /iexploder/testcases/opera
  165. A /iexploder/testcases/opera/2624-Opera-8.5-Mac_OS_X-Crash.html (from /iexploder/testcases/2624-Opera-8.5-Mac_OS_X-Crash.html:595)
  166. A /iexploder/testcases/safari
  167. A /iexploder/testcases/safari/119_4-Safari-Nightly-420+-2005-10-21-Crash.html (from /iexploder/testcases/119_4-Safari-Nightly-420+-2005-10-21-Crash.html:595)
  168. A /iexploder/testcases/safari/6134_19-Safari-2.0.1-412.5-Crash.html (from /iexploder/testcases/6134_19-Safari-2.0.1-412.5-Crash.html:595)
  169. A /iexploder/testcases/safari/8386_11-Internet-Explorer-6.0_WinXP-DoS.html (from /iexploder/testcases/8386_11-Internet-Explorer-6.0_WinXP-DoS.html:595)
  170. Reshuffle testcases
  171. ------------------------------------------------------------------------
  172. r521 | thomas | 2005-11-03 22:01:43 -0500 (Thu, 03 Nov 2005) | 1 line
  173. Changed paths:
  174. A /iexploder/testcases/2289-iCab-3.0.1-Crash.html
  175. A /iexploder/testcases/60253-OmniWeb-5.1.1-Crash.html
  176. add some test cases
  177. ------------------------------------------------------------------------
  178. r520 | thomas | 2005-11-03 22:01:19 -0500 (Thu, 03 Nov 2005) | 1 line
  179. Changed paths:
  180. M /iexploder/htdocs/iexploder.cgi
  181. Add some cute tabs
  182. ------------------------------------------------------------------------
  183. r508 | thomas | 2005-10-21 15:34:38 -0400 (Fri, 21 Oct 2005) | 1 line
  184. Changed paths:
  185. A /iexploder/testcases/165367_15-FireFox-1.4.1-Crash.html (from /iexploder/testcases/165367_15-FireFox-1.4.1-Mac_OS_X-Crash.html:505)
  186. D /iexploder/testcases/165367_15-FireFox-1.4.1-Mac_OS_X-Crash.html
  187. Crash is not OSX specific
  188. ------------------------------------------------------------------------
  189. r507 | thomas | 2005-10-21 14:59:41 -0400 (Fri, 21 Oct 2005) | 1 line
  190. Changed paths:
  191. M /iexploder/README.txt
  192. Mention the fact that testcases may not be portable across installations
  193. ------------------------------------------------------------------------
  194. r506 | thomas | 2005-10-21 14:45:48 -0400 (Fri, 21 Oct 2005) | 1 line
  195. Changed paths:
  196. M /iexploder/htdocs/index.html
  197. Fix lookup html code
  198. ------------------------------------------------------------------------
  199. r505 | thomas | 2005-10-21 14:22:10 -0400 (Fri, 21 Oct 2005) | 1 line
  200. Changed paths:
  201. A /iexploder/testcases/165367_15-FireFox-1.4.1-Mac_OS_X-Crash.html
  202. QuickDraw crash for Mac OS X
  203. ------------------------------------------------------------------------
  204. r504 | thomas | 2005-10-21 14:14:34 -0400 (Fri, 21 Oct 2005) | 1 line
  205. Changed paths:
  206. A /iexploder/testcases/25057-OmniWeb-5.1.1-Crash.html
  207. New crash
  208. ------------------------------------------------------------------------
  209. r503 | thomas | 2005-10-21 14:06:45 -0400 (Fri, 21 Oct 2005) | 1 line
  210. Changed paths:
  211. A /iexploder/testcases/8386_11-Internet-Explorer-6.0_WinXP-DoS.html
  212. IE DoS
  213. ------------------------------------------------------------------------
  214. r502 | thomas | 2005-10-21 13:24:02 -0400 (Fri, 21 Oct 2005) | 1 line
  215. Changed paths:
  216. M /iexploder/README.txt
  217. M /iexploder/htdocs/cssvalues.in
  218. M /iexploder/htdocs/iexploder.cgi
  219. M /iexploder/htdocs/index.html
  220. D /iexploder/testcases/100482.html
  221. D /iexploder/testcases/103399-nscssvaluelist.html
  222. A /iexploder/testcases/119_4-Safari-Nightly-420+-2005-10-21-Crash.html
  223. A /iexploder/testcases/2009-iCab-3.0.1-Mac_OS_X-Crash.html
  224. A /iexploder/testcases/2624-Opera-8.5-Mac_OS_X-Crash.html
  225. A /iexploder/testcases/502701_7-FireFox-1.4.1-Crash.html
  226. A /iexploder/testcases/6134_19-Safari-2.0.1-412.5-Crash.html
  227. D /iexploder/testcases/firefox-caption-iframe-table-47179.html
  228. D /iexploder/testcases/firefox-caption-marquee-27473.html
  229. D /iexploder/testcases/firefox-caption-marquee-66937.html
  230. D /iexploder/testcases/firefox-isindex-18149.html
  231. D /iexploder/testcases/firefox-visibility-caption-111895.html
  232. 1.2 Update, mostly documentation and test cases
  233. ------------------------------------------------------------------------
  234. r501 | thomas | 2005-10-21 11:41:39 -0400 (Fri, 21 Oct 2005) | 1 line
  235. Changed paths:
  236. M /iexploder/tools/osx_last_crash.rb
  237. back to days, filter out synergy
  238. ------------------------------------------------------------------------
  239. r500 | thomas | 2005-10-21 11:25:28 -0400 (Fri, 21 Oct 2005) | 1 line
  240. Changed paths:
  241. M /iexploder/htdocs/cssvalues.in
  242. M /iexploder/htdocs/iexploder.cgi
  243. M /iexploder/tools/lasthit.rb
  244. 1.2: We now use javascript reloads after 1 second in case the meta breaks (IE)
  245. ------------------------------------------------------------------------
  246. r499 | thomas | 2005-10-21 08:51:07 -0400 (Fri, 21 Oct 2005) | 1 line
  247. Changed paths:
  248. M /iexploder/htdocs/iexploder.cgi
  249. 1.1: Fix up our subtest model
  250. ------------------------------------------------------------------------
  251. r498 | thomas | 2005-10-20 21:55:59 -0400 (Thu, 20 Oct 2005) | 1 line
  252. Changed paths:
  253. M /iexploder/htdocs/iexploder.cgi
  254. Support for subtests, and compatibility with mod_ruby
  255. ------------------------------------------------------------------------
  256. r497 | thomas | 2005-10-20 20:48:59 -0400 (Thu, 20 Oct 2005) | 1 line
  257. Changed paths:
  258. M /iexploder/htdocs/cssproperties.in
  259. M /iexploder/htdocs/cssvalues.in
  260. M /iexploder/htdocs/htmlattrs.in
  261. M /iexploder/htdocs/htmlvalues.in
  262. M /iexploder/htdocs/iexploder.cgi
  263. update to v1.0
  264. ------------------------------------------------------------------------
  265. r455 | tstrombe | 2005-02-28 08:13:25 -0500 (Mon, 28 Feb 2005) | 1 line
  266. Changed paths:
  267. A /iexploder
  268. A /iexploder/LICENSE.txt
  269. A /iexploder/README.txt
  270. A /iexploder/htdocs
  271. A /iexploder/htdocs/cssproperties.in
  272. A /iexploder/htdocs/cssvalues.in
  273. A /iexploder/htdocs/htmlattrs.in
  274. A /iexploder/htdocs/htmltags.in
  275. A /iexploder/htdocs/htmlvalues.in
  276. A /iexploder/htdocs/iexploder.cgi
  277. A /iexploder/htdocs/index.html
  278. A /iexploder/testcases
  279. A /iexploder/testcases/100482.html
  280. A /iexploder/testcases/103399-nscssvaluelist.html
  281. A /iexploder/testcases/firefox-caption-iframe-table-47179.html
  282. A /iexploder/testcases/firefox-caption-marquee-27473.html
  283. A /iexploder/testcases/firefox-caption-marquee-66937.html
  284. A /iexploder/testcases/firefox-isindex-18149.html
  285. A /iexploder/testcases/firefox-visibility-caption-111895.html
  286. A /iexploder/tools
  287. A /iexploder/tools/lasthit.rb
  288. A /iexploder/tools/osx_last_crash.rb
  289. iexploder software
  290. ------------------------------------------------------------------------