Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: pkg/intl/lib/bidi_formatter.dart

Issue 48293002: Remove @deprecated features. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/logging/lib/logging.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/bidi_formatter.dart
diff --git a/pkg/intl/lib/bidi_formatter.dart b/pkg/intl/lib/bidi_formatter.dart
index 0e5bee674fe9402fc742cb559a5bc5e3f68916f4..048a9deb6d2915d974dc9da8c157973c8214ad39 100644
--- a/pkg/intl/lib/bidi_formatter.dart
+++ b/pkg/intl/lib/bidi_formatter.dart
@@ -82,18 +82,6 @@ class BidiFormatter {
bool get isRTL => contextDirection == TextDirection.RTL;
/**
Alan Knight 2013/10/28 16:47:19 Um, things in pkg are independent packages that ar
- * Escapes HTML-special characters of [text] so that the result can be
- * included verbatim in HTML source code, either in an element body or in an
- * attribute value.
- *
- * *htmlEscape* is deprecated. Use [HtmlEscape] from the `dart:convert`
- * package. *htmlEscape* will be removed the 30th of September 2013.
- */
- // TODO(kevmoo) Remove this!
- @deprecated
- String htmlEscape(String text) => HTML_ESCAPE.convert(text);
-
- /**
* Formats a string of a given (or estimated, if not provided)
* [direction] for use in HTML output of the context directionality, so
* an opposite-directionality string is neither garbled nor garbles what
« no previous file with comments | « no previous file | pkg/logging/lib/logging.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698