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

Issue 17053: Ensure that constructor functions are created in the context of the... (Closed)

Created:
11 years, 11 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Ensure that constructor functions are created in the context of the corresponding DOMWindow. This is important for instance for XMLHttpRequests, so that they are created with the right document. If the XMLHttpRequest function is created in the context of the caller, URI resolution will be broken for the request. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7542

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -15 lines) Patch
M webkit/port/bindings/scripts/CodeGeneratorV8.pm View 1 chunk +8 lines, -2 lines 0 comments Download
M webkit/port/bindings/v8/v8_proxy.cpp View 2 chunks +12 lines, -7 lines 0 comments Download
M webkit/tools/layout_tests/test_lists/tests_fixable.txt View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years, 11 months ago (2009-01-05 11:48:48 UTC) #1
Christian Plesner Hansen
11 years, 11 months ago (2009-01-05 12:01:42 UTC) #2
Stv

Powered by Google App Engine
This is Rietveld 408576698