dart-sdk/client
eub@google.com 0c2c6482b8 Modify the OfflineHTMLConverter's behavior when it fails to download
an image: instead of silently emitting a non-local URL that will fail
offline, rewrite to a blank image.

Add an arg and use it to save images as local files, rather than
embedding them in the HTML as data://.
Review URL: https://chromereviews.googleplex.com/3535014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@159 260f80e4-7a28-3924-810f-c04153c831b5
2011-10-06 21:45:42 +00:00
..
base Rename DateTime to Date. 2011-10-06 10:14:49 +00:00
dom Implement List.xxxRange methods for DOM types in wrapping DOM. 2011-10-06 19:17:44 +00:00
fling Remove more uses of the old syntax for optional arguments. 2011-10-06 07:37:15 +00:00
html Dart DOM: Add Element attributes setter 2011-10-06 18:48:23 +00:00
json Initial checkin. 2011-10-05 04:52:33 +00:00
layout Initial checkin. 2011-10-05 04:52:33 +00:00
observable Initial checkin. 2011-10-05 04:52:33 +00:00
testing/unittest Initial checkin. 2011-10-05 04:52:33 +00:00
tests Remove more uses of the old syntax for optional arguments. 2011-10-06 07:37:15 +00:00
tools Modify the OfflineHTMLConverter's behavior when it fails to download 2011-10-06 21:45:42 +00:00
touch Rename DateTime to Date. 2011-10-06 10:14:49 +00:00
util Rename Time to Duration and adapt methods. 2011-10-06 14:21:57 +00:00
view Dart DOM: Rename query to queryAll and queryOne to query. 2011-10-05 22:19:09 +00:00
dart.gyp Initial checkin. 2011-10-05 04:52:33 +00:00
README Initial checkin. 2011-10-05 04:52:33 +00:00

A Dart-based development stack that enables rapid, scalable development of
client-side applications that run well across desktop and mobile platforms.