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

Issue 99083002: WIP: Migrate generated bindings to new ExceptionState constructor. (Closed)

Created:
7 years ago by Mike West
Modified:
7 years ago
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, adamk+blink_chromium.org, haraken, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive, sof
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Migrate generated bindings to new ExceptionState constructor. This patch touches the first few ExceptionState constructors in the generated bindings. Subsequent patches will update the remainder. BUG=270033 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163178

Patch Set 1 : WIP: fast/* passes locally. #

Patch Set 2 : WIP: http/tests/security/* passes. #

Patch Set 3 : WIP: storage/indexeddb/* #

Patch Set 4 : WIP: Maybe? #

Patch Set 5 : WIP: Maybe maybe? #

Patch Set 6 : MessagePort. #

Total comments: 8

Patch Set 7 : Feedback. #

Total comments: 1

Patch Set 8 : One more. #

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1852 lines, -1643 lines) Patch
M LayoutTests/crypto/digest-expected.txt View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/crypto/encrypt-decrypt-expected.txt View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/crypto/exportKey-expected.txt View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/crypto/generateKey-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/crypto/importKey-expected.txt View 1 2 3 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/crypto/sign-verify-expected.txt View 1 2 3 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/css3/supports-cssom.html View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/css3/supports-cssom-expected.txt View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/editing/pasteboard/data-transfer-items-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/cookies/cookies-disabled-in-data-url.html View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/cookies/cookies-disabled-in-data-url-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/css3-nth-tokens-script.html View 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/css3-nth-tokens-script-expected.txt View 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/css/variables/cssom-computed-style.html View 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/css/variables/cssom-computed-style-expected.txt View 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/dom/Document/createCDATASection-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/Document/replace-child-expected.txt View 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/dom/Element/prefix-setter-exception-expected.txt View 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/fast/dom/Range/detach-range-during-deletecontents-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/Range/range-detached-exceptions.html View 4 5 6 7 1 chunk +27 lines, -25 lines 0 comments Download
M LayoutTests/fast/dom/Range/range-detached-exceptions-expected.txt View 4 5 6 7 2 chunks +6 lines, -7 lines 0 comments Download
M LayoutTests/fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt View 4 5 6 7 6 chunks +12 lines, -12 lines 0 comments Download
M LayoutTests/fast/dom/SelectorAPI/dumpNodeList-expected.txt View 4 5 6 7 6 chunks +12 lines, -12 lines 0 comments Download
M LayoutTests/fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt View 4 5 6 7 1 chunk +13 lines, -13 lines 0 comments Download
M LayoutTests/fast/dom/Window/atob-btoa-expected.txt View 4 5 6 7 2 chunks +15 lines, -15 lines 0 comments Download
M LayoutTests/fast/dom/computed-style-set-property-expected.txt View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/dom/css-mediarule-functions-expected.txt View 4 5 6 7 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/fast/dom/custom/document-register-basic.html View 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/dom/custom/document-register-basic-expected.txt View 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/fast/dom/custom/document-register-type-extensions.html View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/custom/document-register-type-extensions-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/custom/registration-context-delete-during-register-prototype-retrieval-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/custom/registration-context-delete-then-register-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/domparser-parsefromstring-mimetype-support-expected.txt View 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/dom/node-prefix-setter-namespace-exception-expected.txt View 4 5 6 7 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/fast/dom/setter-type-enforcement-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/xmlserializer-serialize-to-string-exception-expected.txt View 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/dynamic/insertAdjacentElement-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/insertAdjacentText-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/encoding/api/end-of-file-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/encoding/api/fatal-flag-expected.txt View 4 5 6 7 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/events/message-port-clone.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/events/message-port-clone-expected.txt View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/files/workers/worker-read-blob-sync-expected.txt View 4 5 6 7 1 chunk +19 lines, -19 lines 0 comments Download
M LayoutTests/fast/files/workers/worker-read-file-sync-expected.txt View 4 5 6 7 1 chunk +24 lines, -24 lines 0 comments Download
M LayoutTests/fast/forms/search/search-setrangetext-expected.txt View 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/forms/setrangetext-expected.txt View 4 5 6 7 5 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/fast/forms/textarea/textarea-setrangetext-expected.txt View 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/frames/resources/sandboxed-iframe-storage-disallowed.html View 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/frames/sandboxed-iframe-domain-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/frames/sandboxed-iframe-storage-expected.txt View 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/fast/innerHTML/innerHTML-changing-document-properties-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/performance/performance-mark-exceptions.html View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/performance/performance-mark-exceptions-expected.txt View 4 5 6 7 1 chunk +21 lines, -21 lines 0 comments Download
M LayoutTests/fast/performance/performance-measure-exceptions.html View 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/performance/performance-measure-exceptions-expected.txt View 4 5 6 7 1 chunk +12 lines, -12 lines 0 comments Download
M LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws.html View 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/fast/speechsynthesis/speech-synthesis-speak-invalid-argument-throws-expected.txt View 4 5 6 7 1 chunk +5 lines, -5 lines 0 comments Download
M LayoutTests/fast/storage/disallowed-storage-expected.txt View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/storage/storage-disallowed-in-data-url.html View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/storage/storage-disallowed-in-data-url-expected.txt View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/xpath/4XPath/Core/test_parser-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/xpath/attr-namespace-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/xpath/invalid-functions-expected.txt View 4 5 6 7 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/xpath/py-dom-xpath/expressions-expected.txt View 4 5 6 7 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/fast/xpath/py-dom-xpath/nodetests-expected.txt View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/filesystem/workers/resolve-url-sync-expected.txt View 1 2 3 4 5 6 7 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/security/cross-frame-access-call.html View 1 4 5 6 7 1 chunk +24 lines, -24 lines 0 comments Download
M LayoutTests/http/tests/security/cross-frame-access-call-expected.txt View 1 4 5 6 7 1 chunk +24 lines, -24 lines 0 comments Download
M LayoutTests/http/tests/security/cross-frame-access-put-expected.txt View 1 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/security/cross-frame-access-set-window-properties-expected.txt View 1 4 5 6 7 3 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/http/tests/security/cross-origin-createImageBitmap.html View 1 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/security/cross-origin-createImageBitmap-expected.txt View 1 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/http/tests/security/setDomainRelaxationForbiddenForURLScheme-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/security/xss-DENIED-getSVGDocument-iframe-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/security/xss-DENIED-getSVGDocument-object-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/block-does-not-leak-location-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/block-does-not-leak-referrer-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/full-block-script-tag-cross-domain-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/security/xssAuditor/full-block-script-tag-expected.txt View 1 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/websocket/bad-sub-protocol-control-chars-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/http/tests/websocket/bad-sub-protocol-empty-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/websocket/bad-sub-protocol-non-ascii-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/websocket/invalid-subprotocol-characters-expected.txt View 1 2 3 4 5 6 7 8 4 chunks +51 lines, -51 lines 0 comments Download
M LayoutTests/http/tests/websocket/invalid-subprotocols.html View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/websocket/invalid-subprotocols-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download
M LayoutTests/http/tests/websocket/url-parsing-expected.txt View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -7 lines 0 comments Download
M LayoutTests/http/tests/workers/shared-worker-importScripts-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/workers/worker-importScripts-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/media/track/text-track-cue-exceptions-expected.txt View 1 2 3 4 5 6 7 1 chunk +8 lines, -8 lines 0 comments Download
M LayoutTests/permissionclient/storage-permission-detached-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/permissionclient/storage-permission-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/aborted-versionchange-closes-expected.txt View 1 2 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/basics-expected.txt View 1 2 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt View 1 2 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/basics-workers-expected.txt View 1 2 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/create-and-remove-object-store-expected.txt View 1 2 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M LayoutTests/storage/indexeddb/createIndex-after-failure-expected.txt View 1 2 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/storage/indexeddb/database-basics-expected.txt View 1 2 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/database-close-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/database-closepending-flag-expected.txt View 1 2 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/deleteIndex-bug110792-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/deleteIndex-expected.txt View 1 2 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/storage/indexeddb/deleted-objects-expected.txt View 1 2 4 5 6 7 3 chunks +57 lines, -57 lines 0 comments Download
M LayoutTests/storage/indexeddb/exceptions-expected.txt View 1 2 4 5 6 7 28 chunks +46 lines, -46 lines 0 comments Download
M LayoutTests/storage/indexeddb/factory-cmp-expected.txt View 1 2 4 5 6 7 1 chunk +66 lines, -66 lines 0 comments Download
M LayoutTests/storage/indexeddb/get-keyrange-expected.txt View 1 2 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/storage/indexeddb/index-basics-expected.txt View 1 2 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/index-basics-workers-expected.txt View 1 2 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/index-count-expected.txt View 1 2 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/storage/indexeddb/intversion-close-in-oncomplete-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/invalid-keys-expected.txt View 1 2 4 5 6 7 1 chunk +16 lines, -16 lines 0 comments Download
M LayoutTests/storage/indexeddb/key-type-array-expected.txt View 1 2 4 5 6 7 2 chunks +17 lines, -17 lines 0 comments Download
M LayoutTests/storage/indexeddb/keypath-arrays-expected.txt View 1 2 4 5 6 7 1 chunk +4 lines, -4 lines 0 comments Download
M LayoutTests/storage/indexeddb/keypath-basics-expected.txt View 1 2 4 5 6 7 1 chunk +113 lines, -113 lines 0 comments Download
M LayoutTests/storage/indexeddb/keypath-edges-expected.txt View 1 2 4 5 6 7 3 chunks +6 lines, -6 lines 0 comments Download
M LayoutTests/storage/indexeddb/keyrange-expected.txt View 1 2 4 5 6 7 1 chunk +10 lines, -10 lines 0 comments Download
M LayoutTests/storage/indexeddb/mozilla/bad-keypath-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/mozilla/create-objectstore-basics-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/object-lookups-in-versionchange-expected.txt View 1 2 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/storage/indexeddb/objectstore-autoincrement-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/objectstore-basics-expected.txt View 1 2 4 5 6 7 6 chunks +17 lines, -17 lines 0 comments Download
M LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt View 1 2 4 5 6 7 6 chunks +17 lines, -17 lines 0 comments Download
M LayoutTests/storage/indexeddb/objectstore-count-expected.txt View 1 2 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/storage/indexeddb/transaction-abort-expected.txt View 1 2 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/storage/indexeddb/transaction-active-flag-expected.txt View 1 2 4 5 6 7 2 chunks +33 lines, -33 lines 0 comments Download
M LayoutTests/storage/indexeddb/transaction-after-close-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt View 1 2 4 5 6 7 9 chunks +22 lines, -22 lines 0 comments Download
M LayoutTests/storage/indexeddb/transaction-basics-expected.txt View 1 2 4 5 6 7 5 chunks +26 lines, -26 lines 0 comments Download
M LayoutTests/storage/indexeddb/transaction-complete-workers-expected.txt View 1 2 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M LayoutTests/storage/indexeddb/version-change-exclusive-expected.txt View 1 2 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-channels.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-channels-expected.txt View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/webaudio/delaynode-maxdelaylimit-expected.txt View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/webaudio/dom-exceptions-expected.txt View 1 2 3 4 5 6 7 4 chunks +29 lines, -29 lines 0 comments Download
M Source/bindings/scripts/code_generator_v8.pm View 1 2 3 4 5 6 7 8 13 chunks +43 lines, -33 lines 0 comments Download
M Source/bindings/tests/results/V8SupportTestInterface.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestNode.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 3 4 5 6 7 8 26 chunks +30 lines, -27 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 2 3 4 5 6 7 8 11 chunks +13 lines, -10 lines 0 comments Download
A Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp View 1 2 3 4 5 6 7 1 chunk +340 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.cpp View 1 2 3 4 5 6 7 8 7 chunks +7 lines, -7 lines 0 comments Download
M Source/bindings/v8/CustomElementConstructorBuilder.cpp View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8DocumentCustom.cpp View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8MessagePortCustom.cpp View 1 2 3 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
M Source/bindings/v8/custom/V8NodeCustom.cpp View 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/custom/V8WorkerCustom.cpp View 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
M Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 7 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/css/CSSGroupingRule.cpp View 4 5 6 7 5 chunks +4 lines, -5 lines 0 comments Download
M Source/core/dom/Attr.cpp View 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/dom/CharacterData.cpp View 4 5 6 7 5 chunks +4 lines, -5 lines 0 comments Download
M Source/core/dom/ContainerNode.h View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/ContainerNode.cpp View 4 5 6 7 15 chunks +22 lines, -27 lines 0 comments Download
M Source/core/dom/DOMTokenList.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/DOMTokenList.cpp View 1 2 3 4 5 6 7 8 chunks +10 lines, -11 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 7 4 chunks +11 lines, -16 lines 0 comments Download
M Source/core/dom/MessagePort.cpp View 1 2 3 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/dom/MutationObserver.cpp View 4 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
M Source/core/dom/Node.cpp View 4 5 6 7 10 chunks +10 lines, -11 lines 0 comments Download
M Source/core/dom/NodeIterator.cpp View 1 2 3 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/dom/Range.h View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Range.cpp View 4 5 6 7 31 chunks +35 lines, -35 lines 0 comments Download
M Source/core/dom/SelectorQuery.cpp View 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/Text.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/dom/TreeWalker.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/dom/custom/CustomElementException.cpp View 4 5 6 7 2 chunks +10 lines, -10 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.cpp View 1 2 3 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/editing/markup.cpp View 1 2 3 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/events/EventTarget.cpp View 4 5 6 7 2 chunks +3 lines, -4 lines 0 comments Download
M Source/core/frame/DOMWindow.cpp View 1 2 3 4 5 6 7 2 chunks +6 lines, -6 lines 0 comments Download
M Source/core/frame/DOMWindowBase64.cpp View 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/frame/Location.cpp View 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/html/HTMLDialogElement.cpp View 4 5 6 7 3 chunks +3 lines, -4 lines 0 comments Download
M Source/core/html/HTMLElement.cpp View 4 5 6 7 8 chunks +11 lines, -12 lines 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 4 5 6 7 14 chunks +14 lines, -14 lines 0 comments Download
M Source/core/html/HTMLMarqueeElement.cpp View 4 5 6 7 4 chunks +3 lines, -4 lines 0 comments Download
M Source/core/html/HTMLMeterElement.cpp View 4 5 6 7 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/html/HTMLProgressElement.cpp View 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLTableElement.cpp View 4 5 6 7 5 chunks +4 lines, -5 lines 0 comments Download
M Source/core/html/HTMLTableRowElement.cpp View 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/html/HTMLTextAreaElement.cpp View 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/html/HTMLTextFormControlElement.cpp View 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/html/HTMLVideoElement.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/html/TimeRanges.cpp View 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContext.cpp View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/forms/NumberInputType.cpp View 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/core/html/track/TextTrack.cpp View 1 2 3 4 5 6 7 3 chunks +4 lines, -5 lines 0 comments Download
M Source/core/html/track/TextTrackCue.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/TextTrackCue.cpp View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/track/vtt/VTTCue.cpp View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/track/vtt/VTTRegion.cpp View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/loader/appcache/ApplicationCache.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/page/DOMSelection.cpp View 4 5 6 7 8 chunks +10 lines, -11 lines 0 comments Download
M Source/core/platform/chromium/ChromiumDataObject.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 2 3 4 5 6 7 7 chunks +8 lines, -9 lines 0 comments Download
M Source/core/xml/XPathEvaluator.cpp View 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/xml/XPathExpression.cpp View 4 5 6 7 3 chunks +3 lines, -4 lines 0 comments Download
M Source/core/xml/XPathParser.cpp View 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/core/xml/XPathResult.cpp View 4 5 6 7 10 chunks +11 lines, -12 lines 0 comments Download
M Source/modules/crypto/NormalizeAlgorithm.h View 1 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M Source/modules/crypto/NormalizeAlgorithm.cpp View 1 4 5 6 7 3 chunks +1 line, -33 lines 0 comments Download
M Source/modules/filesystem/DirectoryReaderSync.cpp View 1 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/filesystem/FileWriterSync.cpp View 1 4 5 6 7 3 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp View 1 4 5 6 7 3 chunks +4 lines, -5 lines 0 comments Download
M Source/modules/imagebitmap/ImageBitmapFactories.cpp View 1 4 5 6 7 3 chunks +4 lines, -5 lines 0 comments Download
M Source/modules/indexeddb/IDBCursor.cpp View 1 2 3 4 5 6 7 7 chunks +24 lines, -25 lines 0 comments Download
M Source/modules/indexeddb/IDBFactory.cpp View 1 2 3 4 5 6 7 4 chunks +3 lines, -4 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.cpp View 1 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/navigatorcontentutils/NavigatorContentUtils.cpp View 4 5 6 7 2 chunks +3 lines, -4 lines 0 comments Download
M Source/modules/notifications/WebKitNotification.cpp View 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/speech/SpeechRecognition.cpp View 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/webaudio/AudioBuffer.cpp View 1 4 5 6 7 2 chunks +1 line, -7 lines 0 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.cpp View 1 4 5 6 7 2 chunks +1 line, -5 lines 0 comments Download
M Source/modules/webaudio/AudioContext.cpp View 1 4 5 6 7 1 chunk +1 line, -4 lines 0 comments Download
M Source/modules/webaudio/AudioNode.cpp View 1 4 5 6 7 8 chunks +11 lines, -47 lines 0 comments Download
M Source/modules/webaudio/AudioScheduledSourceNode.cpp View 1 4 5 6 7 3 chunks +3 lines, -13 lines 0 comments Download
M Source/modules/webdatabase/DOMWindowWebDatabase.cpp View 4 5 6 7 2 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/DatabaseManager.h View 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseManager.cpp View 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.cpp View 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/webmidi/MIDIOutput.cpp View 1 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/websockets/WebSocket.cpp View 4 5 6 7 8 chunks +11 lines, -12 lines 0 comments Download
M Source/web/StorageAreaProxy.cpp View 1 2 3 4 5 6 7 7 chunks +8 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Mike West
Jochen, would you mind taking a quick look at this tiny and trivial patch? *cough* ...
7 years ago (2013-12-03 15:09:24 UTC) #1
sof
https://codereview.chromium.org/99083002/diff/110001/LayoutTests/fast/events/message-port-clone.html File LayoutTests/fast/events/message-port-clone.html (right): https://codereview.chromium.org/99083002/diff/110001/LayoutTests/fast/events/message-port-clone.html#newcode22 LayoutTests/fast/events/message-port-clone.html:22: shouldThrow("channel2.port1.postMessage('msg', [channel.port2])", '"DataCloneError: Failed to execute \'postMessage\' on \'MessagePort\': ...
7 years ago (2013-12-03 16:04:27 UTC) #2
Mike West
Thanks for your comments, Sigbjørn! Responses inline. https://codereview.chromium.org/99083002/diff/110001/LayoutTests/fast/events/message-port-clone.html File LayoutTests/fast/events/message-port-clone.html (right): https://codereview.chromium.org/99083002/diff/110001/LayoutTests/fast/events/message-port-clone.html#newcode22 LayoutTests/fast/events/message-port-clone.html:22: shouldThrow("channel2.port1.postMessage('msg', [channel.port2])", ...
7 years ago (2013-12-04 08:42:18 UTC) #3
Mike West
New patch! ExceptionState should now only be generated when it's relevant, and hopefully Linux will ...
7 years ago (2013-12-04 09:31:04 UTC) #4
jochen (gone - plz use gerrit)
lgtm
7 years ago (2013-12-04 10:44:30 UTC) #5
sof
https://codereview.chromium.org/99083002/diff/140001/Source/bindings/tests/results/V8TestObjectPython.cpp File Source/bindings/tests/results/V8TestObjectPython.cpp (right): https://codereview.chromium.org/99083002/diff/140001/Source/bindings/tests/results/V8TestObjectPython.cpp#newcode3143 Source/bindings/tests/results/V8TestObjectPython.cpp:3143: ExceptionState exceptionState(ExceptionState::ExecutionContext, "voidMethod", "TestObjectPython", info.Holder(), info.GetIsolate()); Is this still ...
7 years ago (2013-12-04 10:48:36 UTC) #6
Mike West
On 2013/12/04 10:48:36, sof wrote: > https://codereview.chromium.org/99083002/diff/140001/Source/bindings/tests/results/V8TestObjectPython.cpp > File Source/bindings/tests/results/V8TestObjectPython.cpp (right): > > https://codereview.chromium.org/99083002/diff/140001/Source/bindings/tests/results/V8TestObjectPython.cpp#newcode3143 > ...
7 years ago (2013-12-04 13:17:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/99083002/150001
7 years ago (2013-12-04 13:21:48 UTC) #8
commit-bot: I haz the power
Failed to apply patch for LayoutTests/http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars-expected.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
7 years ago (2013-12-04 13:23:28 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/99083002/170001
7 years ago (2013-12-04 13:51:37 UTC) #10
commit-bot: I haz the power
7 years ago (2013-12-04 15:47:19 UTC) #11
Message was sent while issue was closed.
Change committed as 163178

Powered by Google App Engine
This is Rietveld 408576698