angular/modules/angular2/test/core/compiler
Tobias Bosch 7dde18b181 fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates
We can’t resolve relative urls (e.g. for images) in the compiler as
these urls are meant to be loaded in the browser
(unless we would inline images as base64…).

Also, keep `<link rel=“stylesheet”>` in templates that
reference absolute urls with e.g. `http://`. This
behavior was already present for `@import` rules
within stylesheets.
Closes #4740
2015-10-15 01:42:48 +00:00
..
schema refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
change_definition_factory_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
change_detector_compiler_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
change_detector_mocks.ts refactor(core): rename angular2/src/compiler -> angular2/src/core/compiler 2015-10-02 08:42:12 -07:00
command_compiler_spec.ts fix(test): command compiler attr merge test in IE 2015-10-13 13:39:32 -07:00
directive_metadata_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
eval_module.dart refactor(core): rename angular2/src/compiler -> angular2/src/core/compiler 2015-10-02 08:42:12 -07:00
eval_module.ts refactor(core): rename angular2/src/compiler -> angular2/src/core/compiler 2015-10-02 08:42:12 -07:00
eval_module_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
html_parser_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
runtime_compiler_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
runtime_metadata_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
schema_registry_mock.ts chore(typings): remove StringMap 2015-10-03 01:09:42 +00:00
selector_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
shadow_css_html5lib.server.spec.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
shadow_css_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
source_module_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
style_compiler_import.css.shim.ts refactor(core): rename angular2/src/compiler -> angular2/src/core/compiler 2015-10-02 08:42:12 -07:00
style_compiler_import.css.ts refactor(core): rename angular2/src/compiler -> angular2/src/core/compiler 2015-10-02 08:42:12 -07:00
style_compiler_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
style_url_resolver_spec.ts fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates 2015-10-15 01:42:48 +00:00
template_compiler_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
template_normalizer_spec.ts fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates 2015-10-15 01:42:48 +00:00
template_parser_spec.ts fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates 2015-10-15 01:42:48 +00:00
template_preparser_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
test_bindings.ts feat(di): change the params of Provider and provide to start with "use" 2015-10-12 21:09:09 +00:00
url_resolver_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
util_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
xhr_impl_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
xhr_mock_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00