CVS log for 2007/mobileok-ref/src/org/w3c/mwi/mobileok/basic/HTTPImageResource.java
Up to [Public] / 2007 / mobileok-ref / src / org / w3c / mwi / mobileok / basic
Request diff between arbitrary revisions
Default branch: 1
Revision 1.23 / (download) - annotate - [select for diffs]
, Mon Jan 5 18:01:31 2009 UTC (3 days, 7 hours ago) by fd
CVS Tags: HEAD
Changes since 1.22: +103 -29
lines
Diff to previous 1.22
(colored)
Fixing bug 6358, minor fixes on base URIs, minor refactoring, adding method-level Javadoc comments for several classes
Revision 1.22 / (download) - annotate - [select for diffs]
, Sun Dec 28 09:25:13 2008 UTC (11 days, 16 hours ago) by fd
Changes since 1.21: +15 -0
lines
Diff to previous 1.21
(colored)
Added consistent classes descriptions for Javadoc generation
Revision 1.21 / (download) - annotate - [select for diffs]
, Fri Apr 11 09:33:26 2008 UTC (8 months, 4 weeks ago) by arionda
CVS Tags: v1-0
Changes since 1.20: +20 -11
lines
Diff to previous 1.20
(colored)
JHOVE uncaught exception
Revision 1.20 / (download) - annotate - [select for diffs]
, Thu Apr 10 03:36:41 2008 UTC (9 months ago) by sowen
Changes since 1.19: +5 -0
lines
Diff to previous 1.19
(colored)
*** empty log message ***
Revision 1.19 / (download) - annotate - [select for diffs]
, Sun Mar 23 21:07:33 2008 UTC (9 months, 2 weeks ago) by sowen
Changes since 1.18: +1 -1
lines
Diff to previous 1.18
(colored)
*** empty log message ***
Revision 1.18 / (download) - annotate - [select for diffs]
, Fri Nov 23 21:13:35 2007 UTC (13 months, 2 weeks ago) by sowen
CVS Tags: v1-0-beta
Changes since 1.17: +1 -11
lines
Diff to previous 1.17
(colored)
Fixed base URI issue: need to use last URI after redirects. Also improved handling of non http:// links and tweaked some code style issues
Revision 1.17 / (download) - annotate - [select for diffs]
, Sat Nov 17 00:57:26 2007 UTC (13 months, 3 weeks ago) by sowen
Changes since 1.16: +18 -16
lines
Diff to previous 1.16
(colored)
Fixed a simple NPE
Revision 1.16 / (download) - annotate - [select for diffs]
, Tue Oct 23 13:20:17 2007 UTC (14 months, 2 weeks ago) by dom
Changes since 1.15: +8 -1
lines
Diff to previous 1.15
(colored)
don't include paramters in content-type
Revision 1.15 / (download) - annotate - [select for diffs]
, Mon Oct 15 22:08:35 2007 UTC (14 months, 3 weeks ago) by sowen
CVS Tags: v1_0-alpha
Changes since 1.14: +9 -3
lines
Diff to previous 1.14
(colored)
Do not save off entire body of large retrieved resources in memory
Revision 1.14 / (download) - annotate - [select for diffs]
, Sat Sep 8 14:38:03 2007 UTC (16 months ago) by sowen
Changes since 1.13: +16 -17
lines
Diff to previous 1.13
(colored)
Code style cleanup and tweaks
Revision 1.13 / (download) - annotate - [select for diffs]
, Wed Aug 29 01:02:12 2007 UTC (16 months, 1 week ago) by lholmes
Changes since 1.12: +2 -1
lines
Diff to previous 1.12
(colored)
Completed ContentFormat and CharacterEncoding
Revision 1.12 / (download) - annotate - [select for diffs]
, Thu Aug 23 03:35:17 2007 UTC (16 months, 2 weeks ago) by lholmes
Changes since 1.11: +7 -5
lines
Diff to previous 1.11
(colored)
Implemented CSS tests that respect @import and @media media type specifications, fixed the parsing of the original document to xerces parsing, and fixed up a few other test
Revision 1.11 / (download) - annotate - [select for diffs]
, Mon Aug 6 15:21:45 2007 UTC (17 months ago) by lholmes
Changes since 1.10: +142 -6
lines
Diff to previous 1.10
(colored)
added licensing support, modifications to image and object retrieval, capturing of css references to external resources
Revision 1.10 / (download) - annotate - [select for diffs]
, Fri Jul 6 21:43:57 2007 UTC (18 months ago) by lholmes
Changes since 1.9: +1 -1
lines
Diff to previous 1.9
(colored)
Added AutoRefreshRedirection, GraphicsForSpacing, and ImagesResizingAndImagesSpecifySize tests
Revision 1.9 / (download) - annotate - [select for diffs]
, Fri Jul 6 11:55:44 2007 UTC (18 months ago) by arionda
Changes since 1.8: +3 -3
lines
Diff to previous 1.8
(colored)
Support for new validation classes
Revision 1.8 / (download) - annotate - [select for diffs]
, Mon Jul 2 07:35:35 2007 UTC (18 months, 1 week ago) by dom
Changes since 1.7: +1 -1
lines
Diff to previous 1.7
(colored)
copyright to ERCIM, not INRIA
Revision 1.7 / (download) - annotate - [select for diffs]
, Sun Jul 1 16:59:43 2007 UTC (18 months, 1 week ago) by sowen
Changes since 1.6: +1 -1
lines
Diff to previous 1.6
(colored)
*** empty log message ***
Revision 1.6 / (download) - annotate - [select for diffs]
, Sat Jun 16 22:02:44 2007 UTC (18 months, 3 weeks ago) by sowen
Changes since 1.5: +11 -11
lines
Diff to previous 1.5
(colored)
Added more fine-grained support for decoding body -- tries to tidy UTF-8 and accomodate other encodings
Revision 1.5 / (download) - annotate - [select for diffs]
, Sat Jun 16 20:52:26 2007 UTC (18 months, 3 weeks ago) by sowen
Changes since 1.4: +1 -3
lines
Diff to previous 1.4
(colored)
*** empty log message ***
Revision 1.4 / (download) - annotate - [select for diffs]
, Sat Jun 16 19:06:07 2007 UTC (18 months, 3 weeks ago) by sowen
Changes since 1.3: +24 -21
lines
Diff to previous 1.3
(colored)
A bit of refactoring of HTTPXXXResource classes
Revision 1.3 / (download) - annotate - [select for diffs]
, Wed Jun 6 09:06:59 2007 UTC (19 months ago) by arionda
Changes since 1.2: +52 -0
lines
Diff to previous 1.2
(colored)
Added Image Validation Info
Revision 1.2 / (download) - annotate - [select for diffs]
, Tue May 15 06:08:00 2007 UTC (19 months, 3 weeks ago) by sowen
Changes since 1.1: +1 -1
lines
Diff to previous 1.1
(colored)
More work on CachingTest and an implementation of AutoRefreshRedirectionTest, plus more refactoring and additions to common code
Revision 1.1 / (download) - annotate - [select for diffs]
, Mon Apr 30 01:26:01 2007 UTC (20 months, 1 week ago) by sowen
Diff
4/29 update from Sean
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
Webmaster