Unified Diff: pkg/htmlescape/lib/htmlescape.dart
Patch Set: Reupload due to error
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
compiler/java/com/google/dart/compiler/type/ExternalTypeAnalyzers.java
compiler/java/com/google/dart/compiler/util/apache/FilenameUtils.java
compiler/java/com/google/dart/compiler/util/apache/IOCase.java
editor/build/build.py
editor/tools/plugins/com.google.dart.eclipse.ui/src/com/google/dart/eclipse/ui/internal/DartPerspective.java
editor/tools/plugins/com.google.dart.eclipse.ui/src/com/google/dart/eclipse/wizards/DartProjectWizard.java
editor/tools/plugins/com.google.dart.eclipse.ui/src/com/google/dart/eclipse/wizards/DartProjectWizardPage.java
editor/tools/plugins/com.google.dart.eclipse.ui/src/com/google/dart/eclipse/wizards/ProjectComposite.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ASTNode.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/CompilationUnit.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ExpressionStatement.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionDeclaration.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/VariableDeclarationList.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/Parser.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/parser/ParserErrorCode.java
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/AbstractScanner.java
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/ASTFactory.java
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/ComplexParserTest.java
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/ErrorParserTest.java
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/RecoveryParserTest.java
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/SimpleParserTest.java
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/scanner/AbstractScannerTest.java
editor/tools/plugins/com.google.dart.tools.core/.options
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/AnalysisDebug.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/TaskProcessor.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/analysis/index/AnalysisIndexListener.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartModelManager.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/DartProjectImpl.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/delta/DeltaProcessingState.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/delta/DeltaProcessor.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/delta/DeltaProcessorDelta.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/delta/IDeltaProcessor.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/info/DartProjectInfo.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/operation/DartModelOperation.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/refresh/DartPackagesFolderMatcher.java
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/utilities/general/Timer.java
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/analysis/Listener.java
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/analysis/TaskProcessorTest.java
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/analysis/WaitForIdle.java
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/DartLibraryImplTest.java
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/test/util/TestProject.java
editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/test/util/TestUtilities.java
editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/dartium/BreakpointManager.java
editor/tools/plugins/com.google.dart.tools.debug.core/src/com/google/dart/tools/debug/core/server/ServerDebugTarget.java
editor/tools/plugins/com.google.dart.tools.deploy/META-INF/MANIFEST.MF
editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/deploy/AnalysisMonitor.java
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/ColorThemeManager.java
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/mapper/ThemePreferenceMapper.java
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/DartSample.dart
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/PreviewPreferences.java
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/TemporaryProject.java
editor/tools/plugins/com.google.dart.tools.deploy/src/com/google/dart/tools/ui/theme/preferences/ThemePreferencePage.java
editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/swtbot/conditions/AnalysisCompleteCondition.java
editor/tools/plugins/com.google.dart.tools.ui/META-INF/MANIFEST.MF
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/rename/MoveResourceParticipant.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/internal/corext/refactoring/util/ExecutionUtils.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUI.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartUIStartup.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/feedback/FeedbackMessages.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/feedback/FeedbackMessages.properties
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/feedback/FeedbackSubmissionJob.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/feedback/FeedbackWriter.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/build/PubBuildParticipant.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/filesview/ResourceLabelProvider.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/QuickFixProcessor.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/proposals/CreateFileCorrectionProposal.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/AutoSaveHelper.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/CompilationUnitEditor.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditor.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartOutlinePage.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/functions/DartReconciler.java
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/util/PartListenerAdapter.java
editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java
editor/tools/plugins/com.google.dart.tools.update.core/plugin.properties
pkg/args/example/test_runner.dart
pkg/args/lib/args.dart
pkg/args/lib/src/utils.dart
pkg/htmlescape/lib/htmlescape.dart
pkg/http/lib/src/mock_client.dart
pkg/http/lib/testing.dart
pkg/http/test/mock_client_test.dart
pkg/http/test/request_test.dart
pkg/http/test/utils.dart
pkg/logging/lib/logging.dart
pkg/meta/lib/meta.dart
pkg/pkg.status
pkg/webdriver/lib/webdriver.dart
runtime/bin/bin.gypi
runtime/bin/builtin.dart
runtime/bin/builtin_natives.cc
runtime/dart-runtime.gyp
runtime/include/dart_api.h
runtime/lib/isolate.cc
runtime/vm/ast.h
runtime/vm/class_finalizer.cc
runtime/vm/dart_api_impl.h
runtime/vm/dart_api_impl.cc
runtime/vm/flow_graph_inliner.h
runtime/vm/flow_graph_inliner.cc
runtime/vm/isolate.cc
runtime/vm/message_handler.cc
runtime/vm/object.h
runtime/vm/object.cc
runtime/vm/object_test.cc
runtime/vm/parser.cc
runtime/vm/raw_object.h
runtime/vm/raw_object_snapshot.cc
runtime/vm/snapshot.cc
runtime/vm/snapshot_test.cc
runtime/vm/symbols.cc
samples/calculator/calculator.dart
samples/chat/chat_server.dart
samples/chat/chat_server_lib.dart
samples/chat/chat_stress_client.dart
samples/chat/dart_client/chat.dart
samples/dartcombat/dartcombat.dart
samples/dartcombat/dartcombatlib.dart
samples/isolate_html/isolate_sample.dart
samples/markdown/lib.dart
samples/markdown/markdown.dart
samples/newissues/newissues.dart
samples/playground/playground.dart
samples/sample_extension/sample_asynchronous_extension.dart
samples/sample_extension/sample_synchronous_extension.dart
samples/sample_extension/test_sample_asynchronous_extension.dart
samples/sample_extension/test_sample_synchronous_extension.dart
samples/swarm/swarm.dart
samples/swarm/swarmlib.dart
samples/tests/dartc/test_config.dart
samples/tests/samples/chat/chat_server_test.dart
samples/third_party/dromaeo/Dromaeo.dart
samples/third_party/dromaeo/Suites.dart
samples/third_party/dromaeo/common/common.dart
samples/third_party/dromaeo/tests/dom-attr-html.dart
samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart
samples/third_party/dromaeo/tests/dom-modify-html.dart
samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.dart
samples/third_party/dromaeo/tests/dom-query-html.dart
samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart
samples/third_party/dromaeo/tests/dom-traverse-html.dart
samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart
samples/ui_lib/base/base.dart
samples/ui_lib/layout/layout.dart
samples/ui_lib/observable/observable.dart
samples/ui_lib/touch/touch.dart
samples/ui_lib/util/utilslib.dart
samples/ui_lib/view/view.dart
sdk/lib/_internal/compiler/compiler.dart
sdk/lib/_internal/compiler/implementation/apiimpl.dart
sdk/lib/_internal/compiler/implementation/colors.dart
sdk/lib/_internal/compiler/implementation/compile_time_constants.dart
sdk/lib/_internal/compiler/implementation/dart2js.dart
sdk/lib/_internal/compiler/implementation/elements/elements.dart
sdk/lib/_internal/compiler/implementation/filenames.dart
sdk/lib/_internal/compiler/implementation/js/precedence.dart
sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart
sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart
sdk/lib/_internal/compiler/implementation/mirrors/mirrors_util.dart
sdk/lib/_internal/compiler/implementation/mirrors/util.dart
sdk/lib/_internal/compiler/implementation/resolution/members.dart
sdk/lib/_internal/compiler/implementation/source_file.dart
sdk/lib/_internal/compiler/implementation/source_map_builder.dart
sdk/lib/_internal/compiler/implementation/ssa/builder.dart
sdk/lib/_internal/compiler/implementation/ssa/codegen.dart
sdk/lib/_internal/compiler/implementation/ssa/nodes.dart
sdk/lib/_internal/compiler/implementation/ssa/optimize.dart
sdk/lib/_internal/compiler/implementation/ssa/tracer.dart
sdk/lib/_internal/compiler/implementation/ssa/variable_allocator.dart
sdk/lib/_internal/compiler/implementation/tools/mini_parser.dart
sdk/lib/_internal/compiler/implementation/typechecker.dart
sdk/lib/_internal/compiler/implementation/util/uri_extras.dart
sdk/lib/_internal/dartdoc/lib/dartdoc.dart
sdk/lib/_internal/dartdoc/lib/mirrors.dart
sdk/lib/_internal/dartdoc/lib/mirrors_util.dart
sdk/lib/_internal/dartdoc/lib/src/mirrors/dart2js_mirror.dart
sdk/lib/_internal/dartdoc/lib/src/mirrors/util.dart
sdk/lib/core/iterator.dart
sdk/lib/html/scripts/generator.py
sdk/lib/html/scripts/htmldartgenerator.py
sdk/lib/html/scripts/htmleventgenerator.py
sdk/lib/html/scripts/htmlrenamer.py
sdk/lib/html/scripts/systemhtml.py
sdk/lib/html/scripts/systemnative.py
sdk/lib/html/src/dart2js_Conversions.dart
sdk/lib/html/src/dart2js_DOMImplementation.dart
sdk/lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart
sdk/lib/html/src/dartium_FactoryProviders.dart
sdk/lib/html/src/native_DOMImplementation.dart
sdk/lib/html/src/shared_FactoryProviders.dart
sdk/lib/html/templates/dart2js_impl.darttemplate
sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
sdk/lib/html/templates/html/dart2js/impl_CanvasElement.darttemplate
sdk/lib/html/templates/html/dart2js/impl_Console.darttemplate
sdk/lib/html/templates/html/dart2js/impl_ElementEvents.darttemplate
sdk/lib/html/templates/html/dart2js/impl_IDBDatabase.darttemplate
sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate
sdk/lib/html/templates/html/dart2js/impl_MouseEvent.darttemplate
sdk/lib/html/templates/html/dart2js/impl_TableElement.darttemplate
sdk/lib/html/templates/html/dart2js/impl_Url.darttemplate
sdk/lib/html/templates/html/dartium/dart_implementation.darttemplate
sdk/lib/html/templates/html/dartium/html_dartium.darttemplate
sdk/lib/html/templates/html/dartium/impl_LocalWindow.darttemplate
sdk/lib/html/templates/html/dartium/impl_MouseEvent.darttemplate
sdk/lib/html/templates/html/impl/impl_AudioContext.darttemplate
sdk/lib/html/templates/html/impl/impl_CSSStyleDeclaration.darttemplate
sdk/lib/html/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate
sdk/lib/html/templates/html/impl/impl_CustomEvent.darttemplate
sdk/lib/html/templates/html/impl/impl_Document.darttemplate
sdk/lib/html/templates/html/impl/impl_DocumentFragment.darttemplate
sdk/lib/html/templates/html/impl/impl_Element.darttemplate
sdk/lib/html/templates/html/impl/impl_Event.darttemplate
sdk/lib/html/templates/html/impl/impl_EventTarget.darttemplate
sdk/lib/html/templates/html/impl/impl_HttpRequest.darttemplate
sdk/lib/html/templates/html/impl/impl_IDBKeyRange.darttemplate
sdk/lib/html/templates/html/impl/impl_Node.darttemplate
sdk/lib/html/templates/html/impl/impl_NodeList.darttemplate
sdk/lib/html/templates/html/impl/impl_Point.darttemplate
sdk/lib/html/templates/html/impl/impl_SVGElement.darttemplate
sdk/lib/html/templates/html/impl/impl_SVGSVGElement.darttemplate
sdk/lib/html/templates/html/impl/impl_Storage.darttemplate
sdk/lib/html/templates/html/impl/impl_Text.darttemplate
sdk/lib/html/templates/html/impl/impl_WebSocket.darttemplate
sdk/lib/html/templates/html/impl/impl_WheelEvent.darttemplate
sdk/lib/html/templates/html/impl/pure_interface.darttemplate
sdk/lib/html/templates/html/interface/interface_Document.darttemplate
sdk/lib/html/templates/html/interface/interface_DocumentFragment.darttemplate
sdk/lib/html/templates/html/interface/interface_Element.darttemplate
sdk/lib/html/templates/html/interface/interface_EventTarget.darttemplate
sdk/lib/html/templates/html/interface/interface_LocalWindow.darttemplate
sdk/lib/html/templates/html/interface/interface_SVGElement.darttemplate
sdk/lib/html/templates/html/interface/interface_SVGSVGElement.darttemplate
sdk/lib/html/templates/html/interface/interface_ShadowRoot.darttemplate
sdk/lib/io/directory.dart
sdk/lib/io/directory_impl.dart
sdk/lib/io/http_impl.dart
sdk/lib/io/http_parser.dart
sdk/lib/io/path_impl.dart
sdk/lib/io/string_stream.dart
sdk/lib/utf/utf_core.dart
tests/co19/co19-dart2dart.status
tests/co19/co19-dart2js.status
tests/co19/co19-runtime.status
tests/compiler/dart2js/dart2js.status
tests/compiler/dart2js/dart_backend_test.dart
tests/compiler/dart2js/mirrors_test.dart
tests/compiler/dart2js_extra/dart2js_extra.status
tests/html/url_test.dart
tests/language/bad_override_test.dart
tests/language/do_while2_test.dart
tests/language/field7_negative_test.dart
tests/language/field7a_negative_test.dart
tests/language/language.status
tests/language/language_dart2js.status
tests/language/lazy_map_test.dart
tests/language/override_field_method3_negative_test.dart
tests/language/override_field_method6_negative_test.dart
tests/language/override_field_test.dart
tests/language/redirecting_factory_infinite_steps_test.dart
tests/language/setter4_test.dart
tests/language/try_catch4_test.dart
tests/language/try_catch5_test.dart
tests/standalone/io/dart_std_io_pipe_test.dart
tests/standalone/io/directory_error_test.dart
tests/standalone/io/directory_fuzz_test.dart
tests/standalone/io/directory_test.dart
tests/standalone/io/file_error_test.dart
tests/standalone/io/file_fuzz_test.dart
tests/standalone/io/file_output_stream_test.dart
tests/standalone/io/file_system_links_test.dart
tests/standalone/io/file_test.dart
tests/standalone/io/http_advanced_test.dart
tests/standalone/io/http_parser_test.dart
tests/standalone/io/regress-6521.dart
tests/standalone/io/string_stream_test.dart
tests/standalone/standalone.status
tests/utils/dummy_compiler_test.dart
tests/utils/recursive_import_test.dart
tests/utils/utf_test.dart
tests/utils/utils.status
tools/create_sdk.py
tools/testing/dart/test_suite.dart
utils/apidoc/apidoc.dart
utils/apidoc/apidoc.gyp
utils/apidoc/html_diff.dart
utils/pub/hosted_source.dart
utils/pub/io.dart
utils/pub/package.dart
utils/pub/source.dart
utils/tests/pub/install/hosted/fail_gracefully_on_missing_package_test.dart
utils/tests/pub/test_pub.dart
utils/tests/pub/update/hosted/fail_gracefully_on_missing_package_test.dart
utils/tests/pub/version_solver_test.dart
Index: pkg/htmlescape/lib/htmlescape.dart
diff --git a/pkg/htmlescape/lib/htmlescape.dart b/pkg/htmlescape/lib/htmlescape.dart
index 6c5e4f85a142701b415b3c5e54d348471f6fca08..b34c2977b4776f8956a475e9b6826fa96058839c 100644
--- a/pkg/htmlescape/lib/htmlescape.dart
+++ b/pkg/htmlescape/lib/htmlescape.dart
@@ -6,7 +6,7 @@
* This library contains functions to escape strings for safe inclusion
* in HTML source.
*/
-#library("htmlescape");
+library htmlescape;
/**
* Escapes HTML-special characters of [text] so that the result can be