WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 62818
FrameLoader doesn't need completeURL or baseURL
https://bugs.webkit.org/show_bug.cgi?id=62818
Summary
FrameLoader doesn't need completeURL or baseURL
Eric Seidel (no email)
Reported
2011-06-16 14:08:02 PDT
FrameLoader doesn't need completeURL or baseURL
Attachments
Patch
(6.45 KB, patch)
2011-06-16 14:08 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Patch
(13.59 KB, patch)
2011-06-16 14:48 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Patch
(14.18 KB, patch)
2011-06-16 15:05 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Patch
(14.32 KB, patch)
2011-06-16 15:27 PDT
,
Eric Seidel (no email)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2011-06-16 14:08:36 PDT
Created
attachment 97493
[details]
Patch
Adam Barth
Comment 2
2011-06-16 14:12:31 PDT
Comment on
attachment 97493
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=97493&action=review
> Source/WebCore/html/HTMLPlugInImageElement.cpp:103 > + ASSERT(frameLoader);
This assert is kind of pointless.
> Source/WebCore/inspector/InspectorPageAgent.cpp:320 > - frame->loader()->changeLocation(mainFrame->document()->securityOrigin(), frame->loader()->completeURL(url), "", false, false); > + frame->loader()->changeLocation(mainFrame->document()->securityOrigin(), mainFrame->document()->completeURL(url), "", false, false);
Why mainFrame and not frame ?
WebKit Review Bot
Comment 3
2011-06-16 14:39:19 PDT
Comment on
attachment 97493
[details]
Patch
Attachment 97493
[details]
did not pass mac-ews (mac): Output:
http://queues.webkit.org/results/8877332
WebKit Review Bot
Comment 4
2011-06-16 14:40:53 PDT
Comment on
attachment 97493
[details]
Patch
Attachment 97493
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/8872318
Eric Seidel (no email)
Comment 5
2011-06-16 14:48:30 PDT
Created
attachment 97506
[details]
Patch
WebKit Review Bot
Comment 6
2011-06-16 15:02:12 PDT
Comment on
attachment 97506
[details]
Patch
Attachment 97506
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/8876353
Eric Seidel (no email)
Comment 7
2011-06-16 15:05:45 PDT
Created
attachment 97509
[details]
Patch
Adam Barth
Comment 8
2011-06-16 15:14:13 PDT
Comment on
attachment 97509
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=97509&action=review
> Source/WebCore/bindings/generic/GenericBinding.h:61 > - return frame->loader()->completeURL(relativeURL); > + return frame->document()->completeURL(relativeURL);
I probably wrote this line of code (or at least reviewed it). :(
WebKit Review Bot
Comment 9
2011-06-16 15:22:34 PDT
Comment on
attachment 97509
[details]
Patch
Attachment 97509
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/8877354
Eric Seidel (no email)
Comment 10
2011-06-16 15:27:18 PDT
Created
attachment 97511
[details]
Patch
WebKit Review Bot
Comment 11
2011-06-16 16:15:23 PDT
Comment on
attachment 97511
[details]
Patch Clearing flags on attachment: 97511 Committed
r89079
: <
http://trac.webkit.org/changeset/89079
>
WebKit Review Bot
Comment 12
2011-06-16 16:15:28 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug