/[blink]
Chromium logo

Revision 196755


Jump to revision: Previous Next
Author: yukishiino@chromium.org
Date: Tue Jun 9 11:34:24 2015 UTC (7 years, 11 months ago)
Changed paths: 4
Log Message:
bindings: Stop using the given creationContext in public APIs.

The creation context passed through the public APIs may be unsafe
and faked by user script.  The callers of the APIs often do not
check if the context is safe and valid or not.  Plus, there shouldn't
be a case that a caller needs to handle cross-origin cases, so let us
always use the current context instead of the creation context given
through the callers, which are not reliable.

BUG=497507

Review URL: https://codereview.chromium.org/1166793006

Changed paths

Path Details
Directorytrunk/Source/web/WebArrayBufferConverter.cpp modified , text changed
Directorytrunk/Source/web/WebBlob.cpp modified , text changed
Directorytrunk/Source/web/WebDOMError.cpp modified , text changed
Directorytrunk/Source/web/WebDOMFileSystem.cpp modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help