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

Issue 1775923002: Chrome moved clipboardData from Event to ClipboardEvent for security clipboard can only be accessed… (Closed)

Created:
4 years, 9 months ago by terry
Modified:
4 years, 9 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Chrome moved clipboardData from Event to ClipboardEvent for security clipboard can only be accessed during a onCut/onCopy/onPaste event. The polyfill class KeyEvent can no longer access clipboardData without listening for the cut, copy or paste event. TBR=alanknight@google.com,sigmund@google.com Committed: https://github.com/dart-lang/sdk/commit/af562187bc1158c97f24154f44b98b2acc0d2a6f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -54 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 13 chunks +15 lines, -19 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 13 chunks +15 lines, -19 lines 0 comments Download
M tests/compiler/dart2js/analyze_api_test.dart View 1 chunk +0 lines, -5 lines 0 comments Download
M tools/dom/scripts/htmleventgenerator.py View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/src/dart2js_KeyEvent.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/dom/src/dart2js_WrappedEvent.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/dom/src/dartium_KeyEvent.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/dom/src/dartium_WrappedEvent.dart View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
terry
4 years, 9 months ago (2016-03-08 13:24:22 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
af562187bc1158c97f24154f44b98b2acc0d2a6f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698