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

Issue 585873002: Show a warning when using sync xhr. (Closed)

Created:
6 years, 3 months ago by Mayur Kankanwadi
Modified:
6 years, 1 month ago
CC:
blink-reviews, sof, lgombos
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Show a warning when using sync xhr. This CL shows a message in developer tools console, warning that the sync xhr may hamper responsiveness. This was shown as per the spec suggestion: https://xhr.spec.whatwg.org/#sync-warning BUG=392311 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184788

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review comments incorporated. #

Patch Set 3 : Changes to fire warning once for the loaded document. #

Patch Set 4 : Rebase - 30 sept. #

Patch Set 5 : Updated patch with reset -expected.txt files. #

Total comments: 4

Patch Set 6 : [WIP]UseCounter used with deprecation message. #

Patch Set 7 : Document lifecycle enums used for beforeunload event tracking. #

Total comments: 11

Patch Set 8 : Removed spurious new line deletions. #

Total comments: 2

Patch Set 9 : Updated message to be as same as FF. Rebased -expected.txt. #

Patch Set 10 : Added new counter for SJAX. #

Patch Set 11 : Rebase Oct 17 done. #

Patch Set 12 : Rebased again. #

Patch Set 13 : Added 3 more -expected.txt files. #

Patch Set 14 : Updated TestExpectations to rebaseline for tests failing on mac and win. #

Total comments: 2

Patch Set 15 : Fixed comment. #

Patch Set 16 : Rebase one more time. #

Patch Set 17 : rebased code. #

Patch Set 18 : Rebase one more time. Hope, this lands! #

Patch Set 19 : Rebase once more. #

Patch Set 20 : Rebase#7 done. #

Patch Set 21 : Added needsrebaseline for win_rel. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+408 lines, -0 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +9 lines, -0 lines 0 comments Download
M LayoutTests/css-parser/color3-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/css-parser/color3_hsl-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/css-parser/color3_keywords-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Attribute_Nodes-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Attribute_Nodes_xmlns-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Comment_Nodes-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Conformance_Expressions-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Conformance_ID-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Conformance_hasFeature_3-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Conformance_hasFeature_empty-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Conformance_hasFeature_null-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Element_Nodes-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Processing_Instruction_Nodes-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/Text_Nodes-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluatorCast01-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_INVALID_EXPRESSION_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_01-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_NAMESPACE_ERR_02-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_NS-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createExpression_no_NS-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createNSResolver_all-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createNSResolver_document-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_createNSResolver_documentElement-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_INVALID_EXPRESSION_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_NAMESPACE_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_NOT_SUPPORTED_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_TYPE_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_WRONG_DOCUMENT_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_document-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathEvaluator_evaluate_documentElement-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_NOT_SUPPORTED_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_WRONG_DOCUMENT_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_document-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathExpression_evaluate_documentElement-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_nist_dmstc-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_null-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_prefix-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathNSResolver_lookupNamespaceURI_xml-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_TYPE_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_booleanValue_false-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_booleanValue_true-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_UNORDERED_NODE_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_BOOLEAN_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_FIRST_ORDERED_NODE_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_NUMBER_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_STRING_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_iteratorNext_ORDERED_NODE_ITERATOR_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_numberValue-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_resultType-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_singleNodeValue_ANY_UNORDERED_NODE_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_singleNodeValue_FIRST_ORDERED_NODE_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_ORDERED_NODE_SNAPSHOT_TYPE_order-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_count-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotItem_UNORDERED_NODE_SNAPSHOT_TYPE_null-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotLength_ORDERED_NODE_SNAPSHOT_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_snapshotLength_UNORDERED_NODE_SNAPSHOT_TYPE-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/dom/svg/level3/xpath/XPathResult_stringValue-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/bad-arguments-test-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/draw-arrays-out-of-bounds-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/error-reporting-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/get-active-test-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/gl-object-get-calls-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/glsl-conformance-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/incorrect-context-object-behaviour-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/index-validation-copies-indices-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/index-validation-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/index-validation-verifies-too-many-indices-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/null-object-behaviour-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/null-uniform-location-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/object-deletion-behaviour-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/oes-element-index-uint-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/tex-image-and-uniform-binding-bugs-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/type-conversion-test-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/uniform-array-length-overflow-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/uniform-location-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/canvas/webgl/webgl-specific-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +8 lines, -0 lines 0 comments Download
M LayoutTests/fast/encoding/GBK/close-gbk-converter-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/encoding/char-decoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/encoding/char-decoding-truncated-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/events/event-on-xhr-document-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/files/apply-blob-url-to-xhr-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/js/webcore-string-comparison-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/storage/serialized-script-value-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/set-dangerous-headers-local-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-bad-mimetype-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-html-response-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-no-file-access-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xpath/4XPath/Borrowed/od_20000608-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xsl/transform-xhr-doc-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-processor-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/xsl/xslt-processor-template-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/404-manifest-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/access-via-redirect-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/cyrillic-uri-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/fail-on-update-2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/fail-on-update-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/main-resource-hash-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/main-resource-redirect-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/manifest-parsing-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/multi-fallback-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/non-html-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/obsolete-error-events-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/offline-access-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/online-fallback-layering-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/online-whitelist-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/reload-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/remove-cache-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/simple-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/top-frame-1-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/top-frame-2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/top-frame-3-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/top-frame-4-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/update-cache-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/whitelist-wildcard-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/appcache/xhr-foreign-resource-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/network-error-during-revalidation-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/post-redirect-get-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/post-with-cached-subresources-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/stopped-revalidation-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/subresource-expiration-1-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/subresource-expiration-2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/subresource-failover-to-network-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/cache/subresource-fragment-identifier-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/http-get-cookie-set-in-js-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/multiple-cookies-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/simple-cookies-expired-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/simple-cookies-max-age-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/cookies/single-quoted-value-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/css/border-image-loading-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/css/css-image-loading-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/css/mask-image-loading-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/css/reflection-mask-image-loading-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/console-resource-errors-expected.txt View 1 2 3 4 5 6 7 8 12 13 14 15 16 19 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt View 1 2 3 4 5 6 7 8 12 13 14 15 16 19 2 chunks +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/extensions-useragent-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network-preflight-options-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/har-content-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-content-replacement-xhr-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-cyrillic-xhr-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-empty-xhr-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-xhr-replay-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/network/network-xhr-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/loading/preload-img-test-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/loading/sync-xhr-priority-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/blob/send-data-blob-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/blob/send-hybrid-blob-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/blob/send-sliced-data-blob-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/fileapi/file-last-modified-after-delete-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/fileapi/file-last-modified-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/fileapi/send-dragged-file-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/fileapi/send-sliced-dragged-file-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-constructed-from-form-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-with-bad-string-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-with-filename-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-with-null-string-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/local/formdata/send-form-data-with-string-containing-null-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/misc/link-rel-prefetch-and-subresource-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/navigation/beacon-cookie-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/navigation/ping-cookie-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/contentSecurityPolicy/report-cross-origin-no-cookies-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/contentSecurityPolicy/report-same-origin-with-cookies-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/cookies/xmlhttprequest-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/mixedContent/laxChecking/insecure-sync-post-xhr-allowed-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/mixedContent/laxChecking/insecure-sync-post-xhr-blocked-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/security/no-referrer-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/sync-xhr-doesnt-deadlock-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/storage/callbacks-are-called-in-correct-context-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/websocket/cookie-http-to-ws-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/websocket/httponly-cookie-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/workers/text-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/abort-should-destroy-responseText-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-and-redirects-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-star-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-denied-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-allow-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-async-header-denied-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-async-method-denied-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-async-not-supported-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-credential-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-headers-async-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-headers-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-request-must-not-contain-cookie-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-sync-header-denied-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-sync-method-denied-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-preflight-sync-not-supported-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-response-with-body-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-allow-origin-null-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/access-control-sandboxed-iframe-denied-without-wildcard-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/authorization-header-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/binary-x-user-defined-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/blob-response-type-warm-cache-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/broken-xml-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/cache-override-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/connection-error-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/cookies-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/cross-origin-cookie-storage-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/cross-site-denied-response-sync-2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/cross-site-denied-response-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/document-domain-set-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/duplicate-revalidation-reload-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/encode-request-url-2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/encode-request-url-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/encoding-send-latin-1-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/event-target-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/extra-parameters-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/failed-auth-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/get-dangerous-headers-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/inject-header-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/logout-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/methods-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/methods-lower-case-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/newline-in-request-uri-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/null-auth-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/onloadend-event-after-sync-requests-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/open-async-overload-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/00-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/01-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/02-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/03-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/04-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/05-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/06-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/07-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/08-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/09-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/10-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/11-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/12-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/13-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/14-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/15-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/16-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/17-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/18-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/19-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/20-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/21-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/23-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/24-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/25-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/26-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/31-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/32-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/33-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/34-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/35-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/37-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/38-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/39-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/40-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/41-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/42-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/43-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/44-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/45-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/46-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-exact-matching/47-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-header-cross-origin-get-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-header-cross-origin-post-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-header-same-origin-get-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-header-same-origin-post-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-all-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-exact-match-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-https-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-ip-addresses-with-subdomains-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-subdomains-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/post-content-type-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/post-with-boundary-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync-double-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/referer-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/remember-bad-password-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/reopen-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/request-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/request-encoding2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/request-encoding3-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/request-encoding4-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/response-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/response-encoding2-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/serialize-document-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/set-dangerous-headers-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/simple-cross-origin-denied-events-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/state-after-network-error-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/sync-after-async-same-resource-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/002-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/002-simple-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/003-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/004-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/005-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/007-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/008-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/010-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/011-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/012-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/014-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/015-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/web-apps/018-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xhr-to-blob-in-isolated-world-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xml-encoding-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-latin1-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-missing-file-exception-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-name-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-setrequestheader-no-value-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-sync-vs-async-assertion-failure-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unload-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/http/tests/xmlhttprequest/zero-length-response-sync-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/inspector/reveal-objects-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/async-callstack-xhrs-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/xmlhttprequest/origin-exact-matching/22-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/xmlhttprequest/origin-exact-matching/27-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/xmlhttprequest/origin-exact-matching/28-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/xmlhttprequest/origin-exact-matching/29-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/xmlhttprequest/origin-exact-matching/30-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/xmlhttprequest/origin-exact-matching/36-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/traversal/node-iterator-009-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/traversal/tree-walker-006-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/virtual/gpu/fast/canvas/webgl/gl-object-get-calls-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/virtual/gpu/fast/canvas/webgl/uniform-location-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/UseCounter.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 89 (27 generated)
Mayur Kankanwadi
Hi pdr, This is breaking 385(~1.1%) layout tests, due to the console warning missing from ...
6 years, 3 months ago (2014-09-19 10:07:11 UTC) #2
kouhei (in TOK)
lgtm modulo rebaseline
6 years, 3 months ago (2014-09-19 10:13:26 UTC) #5
kouhei (in TOK)
On 2014/09/19 10:13:26, kouhei wrote: > lgtm modulo rebaseline Please remove [Blink] from patch title.
6 years, 3 months ago (2014-09-19 10:13:54 UTC) #6
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/585873002/diff/1/Source/core/xml/XMLHttpRequest.cpp File Source/core/xml/XMLHttpRequest.cpp (right): https://codereview.chromium.org/585873002/diff/1/Source/core/xml/XMLHttpRequest.cpp#newcode600 Source/core/xml/XMLHttpRequest.cpp:600: , "Avoid synchronous requests as it hampers user experience ...
6 years, 3 months ago (2014-09-19 11:03:10 UTC) #7
tyoshino (SeeGerritForStatus)
cc sof
6 years, 3 months ago (2014-09-19 11:03:33 UTC) #8
Mayur Kankanwadi
Done. Should I go ahead and start changing the layout tests expected files? https://codereview.chromium.org/585873002/diff/1/Source/core/xml/XMLHttpRequest.cpp File ...
6 years, 3 months ago (2014-09-19 11:24:18 UTC) #9
sof
This could potentially add a fair bit of "noise" to the console, for questionable gain: ...
6 years, 3 months ago (2014-09-19 14:01:55 UTC) #10
philipj_slow
Looks like sync XHR is used on 3-4% of page loads: http://www.chromestatus.com/metrics/feature/timeline/popularity/465 Since I've removed ...
6 years, 3 months ago (2014-09-19 14:23:15 UTC) #11
pdr.
On 2014/09/19 14:01:55, sof wrote: > This could potentially add a fair bit of "noise" ...
6 years, 3 months ago (2014-09-19 17:24:20 UTC) #12
Mayur Kankanwadi
Added code to fire the warning only once for the loaded document. PTAL. Thanks.
6 years, 3 months ago (2014-09-22 06:46:16 UTC) #13
kouhei (in TOK)
On 2014/09/22 06:46:16, Mayur Kankanwadi wrote: > Added code to fire the warning only once ...
6 years, 3 months ago (2014-09-22 06:53:43 UTC) #14
Mayur Kankanwadi
@kouhei: Thanks for the reply. In the layout tests , there will be a console ...
6 years, 3 months ago (2014-09-22 06:58:41 UTC) #15
kouhei (in TOK)
On 2014/09/22 06:58:41, Mayur Kankanwadi wrote: > @kouhei: Thanks for the reply. > In the ...
6 years, 3 months ago (2014-09-22 07:49:12 UTC) #16
pdr.
I was hoping there'd be more discussion on the blink-dev post. Lets wait a few ...
6 years, 3 months ago (2014-09-22 20:58:34 UTC) #17
Mayur Kankanwadi
On 2014/09/22 20:58:34, pdr wrote: > I was hoping there'd be more discussion on the ...
6 years, 2 months ago (2014-09-29 06:36:10 UTC) #18
mlamouri (slow - plz ping)
On 2014/09/29 06:36:10, Mayur Kankanwadi wrote: > On 2014/09/22 20:58:34, pdr wrote: > > I ...
6 years, 2 months ago (2014-09-29 10:56:59 UTC) #19
Mayur Kankanwadi
On 2014/09/29 10:56:59, Mounir Lamouri wrote: > On 2014/09/29 06:36:10, Mayur Kankanwadi wrote: > > ...
6 years, 2 months ago (2014-10-01 11:12:55 UTC) #20
kouhei (in TOK)
Please ignore my last lg tm for now since the patch has changed a lot. ...
6 years, 2 months ago (2014-10-01 11:38:45 UTC) #21
Mike West
Not LGTM. Please deal with deduplication by using 'UseCounter::countDeprecation' rather than the document-level flags. https://codereview.chromium.org/585873002/diff/80001/Source/core/xml/XMLHttpRequest.cpp ...
6 years, 2 months ago (2014-10-01 12:00:44 UTC) #23
Mayur Kankanwadi
On 2014/10/01 12:00:44, Mike West wrote: > Not LGTM. Please deal with deduplication by using ...
6 years, 2 months ago (2014-10-06 12:47:41 UTC) #24
Mayur Kankanwadi
Hi Mike,kouhei, Incorporated the review comments added by you. PTAL. Thanks. https://codereview.chromium.org/585873002/diff/80001/Source/core/xml/XMLHttpRequest.cpp File Source/core/xml/XMLHttpRequest.cpp (right): ...
6 years, 2 months ago (2014-10-06 12:48:16 UTC) #25
kouhei (in TOK)
https://codereview.chromium.org/585873002/diff/120001/Source/bindings/core/v8/V8AbstractEventListener.cpp File Source/bindings/core/v8/V8AbstractEventListener.cpp (right): https://codereview.chromium.org/585873002/diff/120001/Source/bindings/core/v8/V8AbstractEventListener.cpp#newcode126 Source/bindings/core/v8/V8AbstractEventListener.cpp:126: tryCatch.Reset(); Undo this change. https://codereview.chromium.org/585873002/diff/120001/Source/core/dom/Document.h File Source/core/dom/Document.h (right): https://codereview.chromium.org/585873002/diff/120001/Source/core/dom/Document.h#newcode903 ...
6 years, 2 months ago (2014-10-07 23:21:18 UTC) #26
Mayur Kankanwadi
kouhei, Thanks for the review. PTAL at my comments. Regards. https://codereview.chromium.org/585873002/diff/120001/Source/core/dom/Document.h File Source/core/dom/Document.h (right): https://codereview.chromium.org/585873002/diff/120001/Source/core/dom/Document.h#newcode903 ...
6 years, 2 months ago (2014-10-08 10:14:25 UTC) #27
Mike West
Can we just use the same text as Firefox for this warning? Code change LGTM, ...
6 years, 2 months ago (2014-10-08 10:18:04 UTC) #28
Mayur Kankanwadi
On 2014/10/08 10:18:04, Mike West wrote: > Can we just use the same text as ...
6 years, 2 months ago (2014-10-08 10:44:08 UTC) #29
kouhei (in TOK)
https://codereview.chromium.org/585873002/diff/120001/Source/core/dom/Document.h File Source/core/dom/Document.h (right): https://codereview.chromium.org/585873002/diff/120001/Source/core/dom/Document.h#newcode903 Source/core/dom/Document.h:903: bool processingBeforeUnload() const { return m_loadEventProgress == BeforeUnloadEventInProgress; } ...
6 years, 2 months ago (2014-10-09 06:45:46 UTC) #30
Mayur Kankanwadi
https://codereview.chromium.org/585873002/diff/120001/Source/bindings/core/v8/V8AbstractEventListener.cpp File Source/bindings/core/v8/V8AbstractEventListener.cpp (right): https://codereview.chromium.org/585873002/diff/120001/Source/bindings/core/v8/V8AbstractEventListener.cpp#newcode126 Source/bindings/core/v8/V8AbstractEventListener.cpp:126: tryCatch.Reset(); On 2014/10/07 23:21:18, kouhei wrote: > Undo this ...
6 years, 2 months ago (2014-10-09 14:37:55 UTC) #31
Mayur Kankanwadi
Hi kouhei, Do the changes LGT you? Any other changes to be incorporated? Thanks.
6 years, 2 months ago (2014-10-13 12:30:48 UTC) #32
pdr.
This looks good to me. Please wait for Kouhei's LGTM as well.
6 years, 2 months ago (2014-10-13 17:30:07 UTC) #33
kouhei (in TOK)
Sorry, not lgtm yet. https://codereview.chromium.org/585873002/diff/140001/Source/core/frame/UseCounter.cpp File Source/core/frame/UseCounter.cpp (right): https://codereview.chromium.org/585873002/diff/140001/Source/core/frame/UseCounter.cpp#newcode796 Source/core/frame/UseCounter.cpp:796: return "Synchronous XMLHttpRequest is deprecated. ...
6 years, 2 months ago (2014-10-14 05:08:49 UTC) #34
Mayur Kankanwadi
On 2014/10/14 05:08:49, kouhei wrote: > Sorry, not lgtm yet. > > https://codereview.chromium.org/585873002/diff/140001/Source/core/frame/UseCounter.cpp > File ...
6 years, 2 months ago (2014-10-16 07:19:40 UTC) #35
kouhei (in TOK)
> Do you suggest adding the new counter in a new CL(new bug, new CL) ...
6 years, 2 months ago (2014-10-16 09:17:33 UTC) #36
Mayur Kankanwadi
Hi kouhei, PTAL, I have added a new counter for SJAX. The old counter is ...
6 years, 2 months ago (2014-10-17 07:21:09 UTC) #37
kouhei (in TOK)
lgtm
6 years, 2 months ago (2014-10-17 08:49:45 UTC) #38
Mayur Kankanwadi
On 2014/10/17 08:49:45, kouhei wrote: > lgtm Thanks a lot. :)
6 years, 2 months ago (2014-10-17 09:12:00 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/200001
6 years, 2 months ago (2014-10-17 09:13:10 UTC) #41
commit-bot: I haz the power
Failed to apply patch for Source/core/frame/UseCounter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 2 months ago (2014-10-17 09:15:16 UTC) #43
tyoshino (SeeGerritForStatus)
lgtm You just need to update UseCounter.h not to conflict with newly added enums.
6 years, 2 months ago (2014-10-22 11:13:42 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/240001
6 years, 1 month ago (2014-10-27 08:24:52 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/31008)
6 years, 1 month ago (2014-10-27 09:35:59 UTC) #48
Mayur Kankanwadi
On 2014/10/27 09:35:59, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 1 month ago (2014-10-28 07:22:07 UTC) #49
tyoshino (SeeGerritForStatus)
On 2014/10/28 07:22:07, (OoO)Mayur Kankanwadi wrote: > On 2014/10/27 09:35:59, I haz the power (commit-bot) ...
6 years, 1 month ago (2014-10-28 07:59:12 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/260001
6 years, 1 month ago (2014-10-28 08:32:17 UTC) #52
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/28777)
6 years, 1 month ago (2014-10-28 10:17:28 UTC) #54
Mayur Kankanwadi
On 2014/10/28 10:17:28, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 1 month ago (2014-10-29 06:30:59 UTC) #55
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/585873002/diff/280001/LayoutTests/TestExpectations File LayoutTests/TestExpectations (right): https://codereview.chromium.org/585873002/diff/280001/LayoutTests/TestExpectations#newcode1484 LayoutTests/TestExpectations:1484: #This batch is for the sync xhr console ...
6 years, 1 month ago (2014-10-29 06:49:05 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/300001
6 years, 1 month ago (2014-10-29 07:36:07 UTC) #58
commit-bot: I haz the power
Failed to apply patch for Source/core/frame/UseCounter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-10-29 07:38:25 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/320001
6 years, 1 month ago (2014-10-30 06:22:40 UTC) #63
commit-bot: I haz the power
Failed to apply patch for Source/core/xml/XMLHttpRequest.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
6 years, 1 month ago (2014-10-30 07:44:27 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/340001
6 years, 1 month ago (2014-10-31 12:33:16 UTC) #68
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-10-31 12:35:29 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/360001
6 years, 1 month ago (2014-11-02 09:15:46 UTC) #72
commit-bot: I haz the power
Failed to apply patch for LayoutTests/TestExpectations: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-11-02 09:17:34 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/380001
6 years, 1 month ago (2014-11-02 10:54:58 UTC) #77
commit-bot: I haz the power
Failed to apply patch for Source/core/frame/UseCounter.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 1 month ago (2014-11-02 10:57:14 UTC) #79
Mayur Kankanwadi
Hi All Reviewers, This is a call for help in merging this patch As it ...
6 years, 1 month ago (2014-11-02 11:15:49 UTC) #80
pdr.
On 2014/11/02 at 11:15:49, mayurk.vk wrote: > Hi All Reviewers, > This is a call ...
6 years, 1 month ago (2014-11-02 19:18:00 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/400001
6 years, 1 month ago (2014-11-03 08:49:22 UTC) #83
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/34777)
6 years, 1 month ago (2014-11-03 10:21:21 UTC) #85
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/585873002/420001
6 years, 1 month ago (2014-11-03 10:39:37 UTC) #88
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 11:46:29 UTC) #89
Message was sent while issue was closed.
Committed patchset #21 (id:420001) as 184788

Powered by Google App Engine
This is Rietveld 408576698