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

Issue 155069: The webkit java applet creation code passes in the baseURL which is typically... (Closed)

Created:
11 years, 5 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

The webkit java applet creation code passes in the baseURL which is typically the url of the containing document to create the plugin widget. This URL should not be treated as the plugin SRC url. This mimics the webkit plugin implementation specifically the upstream WebFrame::createJavaAppletWidget implementation. This fixes http://code.google.com/p/chromium/issues/detail?id=991, which manifested itself due to our plugin implementation issuing a spurious GET request for the baseURL which is incorrect as per above. Bug=991 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20005

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M webkit/glue/webframeloaderclient_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webframeloaderclient_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
11 years, 5 months ago (2009-07-04 13:59:32 UTC) #1
jam
11 years, 5 months ago (2009-07-06 19:26:27 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698