From daabff0021fd6d4f5b57479b99b9a8ab900f951a Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 13 Feb 2020 17:07:01 +0100 Subject: [PATCH] Remove usage of X-UA-Compatible --- dist/core.html | 3 +-- docs/integrate-amd.md | 3 +-- gulpfile.js | 1 - test/colorize.html | 3 +-- test/cross-origin-broken.html | 3 +-- test/cross-origin-good.html | 3 +-- test/diff.html | 3 +-- test/index.html | 1 - test/mouse-fixed.html | 3 +-- test/mouse-scrollable-body.html | 3 +-- test/mouse-scrollable-element.html | 3 +-- .../creating-the-diffeditor-hello-diff-world.html | 1 - .../creating-the-diffeditor-inline-diff-example.html | 1 - .../creating-the-diffeditor-multi-line-example.html | 1 - .../creating-the-diffeditor-navigating-a-diff.html | 1 - .../creating-the-editor-editor-basic-options.html | 1 - .../creating-the-editor-hard-wrapping.html | 1 - .../creating-the-editor-hello-world.html | 1 - ...the-editor-syntax-highlighting-for-html-elements.html | 1 - .../customizing-the-appearence-exposed-colors.html | 1 - .../customizing-the-appearence-scrollbars.html | 1 - .../customizing-the-appearence-tokens-and-colors.html | 1 - ...ding-language-services-codelens-provider-example.html | 1 - ...tending-language-services-color-provider-example.html | 1 - ...ng-language-services-completion-provider-example.html | 1 - ...-language-services-configure-javascript-defaults.html | 1 - ...ending-language-services-configure-json-defaults.html | 1 - .../extending-language-services-custom-languages.html | 1 - ...nding-language-services-folding-provider-example.html | 1 - ...tending-language-services-hover-provider-example.html | 1 - ...nding-language-services-symbols-provider-example.html | 1 - ...he-editor-adding-a-command-to-an-editor-instance.html | 1 - ...he-editor-adding-an-action-to-an-editor-instance.html | 3 +-- ...ing-with-the-editor-customizing-the-line-numbers.html | 1 - ...ting-with-the-editor-line-and-inline-decorations.html | 1 - ...eracting-with-the-editor-listening-to-key-events.html | 1 - ...acting-with-the-editor-listening-to-mouse-events.html | 1 - ...g-with-the-editor-rendering-glyphs-in-the-margin.html | 1 - ...interacting-with-the-editor-revealing-a-position.html | 1 - test/samples-all.generated.js | 4 ++-- test/samples/run-editor-sample-html.txt | 5 ++--- test/samples/sample.html.txt | 9 ++++----- test/shadow-dom.html | 1 - test/smoketest.html | 3 +-- test/tokenization.html | 1 - website/index.html | 1 - website/index/samples/sample.html.txt | 5 ++--- website/monarch.html | 1 - website/playground.html | 3 +-- website/typedoc-theme/layouts/default.hbs | 3 +-- 50 files changed, 23 insertions(+), 72 deletions(-) diff --git a/dist/core.html b/dist/core.html index c3d4ade2ad..eb467246e8 100644 --- a/dist/core.html +++ b/dist/core.html @@ -2,7 +2,6 @@ - @@ -13,4 +12,4 @@ - \ No newline at end of file + diff --git a/docs/integrate-amd.md b/docs/integrate-amd.md index 0510353663..eec1e8c338 100644 --- a/docs/integrate-amd.md +++ b/docs/integrate-amd.md @@ -8,7 +8,6 @@ More self-contained samples are available at [monaco-editor-samples](https://git - @@ -31,4 +30,4 @@ More self-contained samples are available at [monaco-editor-samples](https://git -``` \ No newline at end of file +``` diff --git a/gulpfile.js b/gulpfile.js index 45e8d09698..41c06b6e67 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -771,7 +771,6 @@ const generateTestSamplesTask = function() { '', '', ' ', - ' ', ' ', ' ', '', diff --git a/test/colorize.html b/test/colorize.html index 1ee4bb3159..602b463816 100644 --- a/test/colorize.html +++ b/test/colorize.html @@ -1,7 +1,6 @@ - @@ -52,4 +51,4 @@

Colorize example

}); - \ No newline at end of file + diff --git a/test/cross-origin-broken.html b/test/cross-origin-broken.html index dc767df3f2..a6aca0cd5b 100644 --- a/test/cross-origin-broken.html +++ b/test/cross-origin-broken.html @@ -1,7 +1,6 @@ - @@ -24,4 +23,4 @@

Monaco Editor wrong cross origin

- \ No newline at end of file + diff --git a/test/cross-origin-good.html b/test/cross-origin-good.html index 20fc970f21..44b571dbde 100644 --- a/test/cross-origin-good.html +++ b/test/cross-origin-good.html @@ -1,7 +1,6 @@ - @@ -31,4 +30,4 @@

Monaco Editor cross origin correct

- \ No newline at end of file + diff --git a/test/diff.html b/test/diff.html index f301c50953..ac2c6a2995 100644 --- a/test/diff.html +++ b/test/diff.html @@ -1,7 +1,6 @@ - @@ -17,4 +16,4 @@ }); - \ No newline at end of file + diff --git a/test/index.html b/test/index.html index 8bb10fc366..c804be0c43 100644 --- a/test/index.html +++ b/test/index.html @@ -1,7 +1,6 @@ - diff --git a/test/mouse-fixed.html b/test/mouse-fixed.html index 3533646fc0..99a8155f4f 100644 --- a/test/mouse-fixed.html +++ b/test/mouse-fixed.html @@ -1,7 +1,6 @@ - @@ -21,4 +20,4 @@

Monaco Editor in fixed element

}); - \ No newline at end of file + diff --git a/test/mouse-scrollable-body.html b/test/mouse-scrollable-body.html index 9eae8eb176..12e7387e45 100644 --- a/test/mouse-scrollable-body.html +++ b/test/mouse-scrollable-body.html @@ -1,7 +1,6 @@ - diff --git a/test/playground.generated/creating-the-diffeditor-inline-diff-example.html b/test/playground.generated/creating-the-diffeditor-inline-diff-example.html index d4973d24d8..04639aaf3d 100644 --- a/test/playground.generated/creating-the-diffeditor-inline-diff-example.html +++ b/test/playground.generated/creating-the-diffeditor-inline-diff-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/creating-the-diffeditor-multi-line-example.html b/test/playground.generated/creating-the-diffeditor-multi-line-example.html index 7285e4610d..737b634d0c 100644 --- a/test/playground.generated/creating-the-diffeditor-multi-line-example.html +++ b/test/playground.generated/creating-the-diffeditor-multi-line-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html b/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html index 16397501db..d7bb3b62c0 100644 --- a/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html +++ b/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/creating-the-editor-editor-basic-options.html b/test/playground.generated/creating-the-editor-editor-basic-options.html index 18d79a0371..cd538320d3 100644 --- a/test/playground.generated/creating-the-editor-editor-basic-options.html +++ b/test/playground.generated/creating-the-editor-editor-basic-options.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/creating-the-editor-hard-wrapping.html b/test/playground.generated/creating-the-editor-hard-wrapping.html index 526669e4aa..2971d08df6 100644 --- a/test/playground.generated/creating-the-editor-hard-wrapping.html +++ b/test/playground.generated/creating-the-editor-hard-wrapping.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/creating-the-editor-hello-world.html b/test/playground.generated/creating-the-editor-hello-world.html index f1b40b89dd..78ef3ba4ed 100644 --- a/test/playground.generated/creating-the-editor-hello-world.html +++ b/test/playground.generated/creating-the-editor-hello-world.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html b/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html index 847af16c0f..5958bdca9c 100644 --- a/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html +++ b/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/customizing-the-appearence-exposed-colors.html b/test/playground.generated/customizing-the-appearence-exposed-colors.html index b1a28cbdb8..2da2ba3698 100644 --- a/test/playground.generated/customizing-the-appearence-exposed-colors.html +++ b/test/playground.generated/customizing-the-appearence-exposed-colors.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/customizing-the-appearence-scrollbars.html b/test/playground.generated/customizing-the-appearence-scrollbars.html index e1364ebb58..84bac2ddb6 100644 --- a/test/playground.generated/customizing-the-appearence-scrollbars.html +++ b/test/playground.generated/customizing-the-appearence-scrollbars.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/customizing-the-appearence-tokens-and-colors.html b/test/playground.generated/customizing-the-appearence-tokens-and-colors.html index c20271258a..92e12524f9 100644 --- a/test/playground.generated/customizing-the-appearence-tokens-and-colors.html +++ b/test/playground.generated/customizing-the-appearence-tokens-and-colors.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-codelens-provider-example.html b/test/playground.generated/extending-language-services-codelens-provider-example.html index 24b68706e5..17ba0d4cb1 100644 --- a/test/playground.generated/extending-language-services-codelens-provider-example.html +++ b/test/playground.generated/extending-language-services-codelens-provider-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-color-provider-example.html b/test/playground.generated/extending-language-services-color-provider-example.html index a1439efbc6..e601313ed5 100644 --- a/test/playground.generated/extending-language-services-color-provider-example.html +++ b/test/playground.generated/extending-language-services-color-provider-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-completion-provider-example.html b/test/playground.generated/extending-language-services-completion-provider-example.html index 948446eb55..ead7224727 100644 --- a/test/playground.generated/extending-language-services-completion-provider-example.html +++ b/test/playground.generated/extending-language-services-completion-provider-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-configure-javascript-defaults.html b/test/playground.generated/extending-language-services-configure-javascript-defaults.html index 30aaaf00b5..6fdcf39650 100644 --- a/test/playground.generated/extending-language-services-configure-javascript-defaults.html +++ b/test/playground.generated/extending-language-services-configure-javascript-defaults.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-configure-json-defaults.html b/test/playground.generated/extending-language-services-configure-json-defaults.html index 7e6dee05aa..c78fc18e93 100644 --- a/test/playground.generated/extending-language-services-configure-json-defaults.html +++ b/test/playground.generated/extending-language-services-configure-json-defaults.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-custom-languages.html b/test/playground.generated/extending-language-services-custom-languages.html index 1e640c2d58..a6677503ca 100644 --- a/test/playground.generated/extending-language-services-custom-languages.html +++ b/test/playground.generated/extending-language-services-custom-languages.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-folding-provider-example.html b/test/playground.generated/extending-language-services-folding-provider-example.html index 0b27853772..599db7890a 100644 --- a/test/playground.generated/extending-language-services-folding-provider-example.html +++ b/test/playground.generated/extending-language-services-folding-provider-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-hover-provider-example.html b/test/playground.generated/extending-language-services-hover-provider-example.html index 89fbc392f8..11ed7b2cac 100644 --- a/test/playground.generated/extending-language-services-hover-provider-example.html +++ b/test/playground.generated/extending-language-services-hover-provider-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/extending-language-services-symbols-provider-example.html b/test/playground.generated/extending-language-services-symbols-provider-example.html index cd67bdc812..4cfa41b0f5 100644 --- a/test/playground.generated/extending-language-services-symbols-provider-example.html +++ b/test/playground.generated/extending-language-services-symbols-provider-example.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html b/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html index 1a90d700ad..c9c1a8d2fd 100644 --- a/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html +++ b/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html b/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html index 18b66b1af6..5426726c32 100644 --- a/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html +++ b/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html @@ -3,7 +3,6 @@ - @@ -92,4 +91,4 @@ }); - + \ No newline at end of file diff --git a/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html b/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html index 2e483a411b..1c3f81adb5 100644 --- a/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html +++ b/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html b/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html index 7c612b4dd0..709aa17c2c 100644 --- a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html +++ b/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html b/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html index d4d0fd8a6c..b93aacfdf8 100644 --- a/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html +++ b/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html b/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html index b48bffdc22..f1b50ef1ee 100644 --- a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html +++ b/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html b/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html index 50028eefcb..2ce3710c3a 100644 --- a/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html +++ b/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html @@ -3,7 +3,6 @@ - diff --git a/test/playground.generated/interacting-with-the-editor-revealing-a-position.html b/test/playground.generated/interacting-with-the-editor-revealing-a-position.html index 070a836000..8a76b14d0e 100644 --- a/test/playground.generated/interacting-with-the-editor-revealing-a-position.html +++ b/test/playground.generated/interacting-with-the-editor-revealing-a-position.html @@ -3,7 +3,6 @@ - diff --git a/test/samples-all.generated.js b/test/samples-all.generated.js index 7c440f04a3..a1f53e244e 100644 --- a/test/samples-all.generated.js +++ b/test/samples-all.generated.js @@ -42,7 +42,7 @@ define([], function() { return[ }, { "name": "run-editor-sample-html.txt", - "content": "\r\n\r\n\r\n\r\n\tHTML Sample\r\n\t\r\n\t\r\n\t\r\n \r\n\r\n\t

Heading No.1

\r\n\t\r\n\r\n" + "content": "\r\n\r\n\r\n\r\n\tHTML Sample\r\n\t\r\n\t\r\n \r\n\r\n\t

Heading No.1

\r\n\t\r\n\r\n\r\n" }, { "name": "run-editor-sample-js.txt", @@ -102,7 +102,7 @@ define([], function() { return[ }, { "name": "sample.html.txt", - "content": "\r\n\r\n\r\n\r\n\t\r\n\tHTML Sample\r\n\t\r\n\t\r\n\r\n\t\r\n\t\r\n\r\n\t\r\n\t\r\n \r\n\r\n\t\r\n\t
\r\n\t\t

NAME OF SITE

\r\n\t
\r\n\t
\r\n\t\t\t

I'm h2 Header! Edit me in <h2>

\r\n\t\t\t

\r\n\t\t\t\tI'm a paragraph! Edit me in <p> \r\n\t\t\t\tto add your own content and make changes to the style and font. \r\n\t\t\t\tIt's easy! Just change the text between <p> ... </p> and change the style in <style>. \r\n\t\t\t\tYou can make it as long as you wish. The browser will automatically wrap the lines to accommodate the \r\n\t\t\t\tsize of the browser window.\r\n\t\t\t

\r\n\t\t\t\r\n\t
\r\n\r\n\r\n" + "content": "\r\n\r\n\r\n\r\n\t\r\n\tHTML Sample\r\n\t\r\n\r\n\t\r\n\t\r\n\r\n\t\r\n\t\r\n \r\n\r\n\t\r\n\t
\r\n\t\t

NAME OF SITE

\r\n\t
\r\n\t
\r\n\t\t\t

I'm h2 Header! Edit me in <h2>

\r\n\t\t\t

\r\n\t\t\t\tI'm a paragraph! Edit me in <p>\r\n\t\t\t\tto add your own content and make changes to the style and font.\r\n\t\t\t\tIt's easy! Just change the text between <p> ... </p> and change the style in <style>.\r\n\t\t\t\tYou can make it as long as you wish. The browser will automatically wrap the lines to accommodate the\r\n\t\t\t\tsize of the browser window.\r\n\t\t\t

\r\n\t\t\t\r\n\t
\r\n\r\n\r\n" }, { "name": "sample.ini.txt", diff --git a/test/samples/run-editor-sample-html.txt b/test/samples/run-editor-sample-html.txt index 8e22ad6411..f2eb727064 100644 --- a/test/samples/run-editor-sample-html.txt +++ b/test/samples/run-editor-sample-html.txt @@ -1,11 +1,10 @@ - HTML Sample - diff --git a/test/smoketest.html b/test/smoketest.html index 546503296c..d3cf407fdc 100644 --- a/test/smoketest.html +++ b/test/smoketest.html @@ -1,7 +1,6 @@ - diff --git a/website/index.html b/website/index.html index cf7d1e9924..1a63b13e71 100644 --- a/website/index.html +++ b/website/index.html @@ -3,7 +3,6 @@ - Monaco Editor diff --git a/website/index/samples/sample.html.txt b/website/index/samples/sample.html.txt index de975842c1..fd53da8a06 100644 --- a/website/index/samples/sample.html.txt +++ b/website/index/samples/sample.html.txt @@ -1,11 +1,10 @@ - HTML Sample -