WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
65817
move FrameLoadRequest to loader/
https://bugs.webkit.org/show_bug.cgi?id=65817
Summary
move FrameLoadRequest to loader/
jochen
Reported
2011-08-06 13:08:56 PDT
move FrameLoadRequest to loader/
Attachments
Patch
(4.66 KB, patch)
2011-08-06 13:09 PDT
,
jochen
no flags
Details
Formatted Diff
Diff
Patch
(4.87 KB, patch)
2011-08-06 13:16 PDT
,
jochen
no flags
Details
Formatted Diff
Diff
Patch
(10.77 KB, patch)
2011-08-06 13:26 PDT
,
jochen
no flags
Details
Formatted Diff
Diff
Patch
(10.66 KB, patch)
2011-08-06 14:12 PDT
,
jochen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
jochen
Comment 1
2011-08-06 13:09:25 PDT
Created
attachment 103159
[details]
Patch
Darin Adler
Comment 2
2011-08-06 13:12:38 PDT
Comment on
attachment 103159
[details]
Patch Patch seems to lack the actual header file move.
jochen
Comment 3
2011-08-06 13:14:46 PDT
meh, seems like webkit-patch doesn't like git mv :(
jochen
Comment 4
2011-08-06 13:16:50 PDT
Created
attachment 103160
[details]
Patch
jochen
Comment 5
2011-08-06 13:18:07 PDT
Comment on
attachment 103160
[details]
Patch still doesn't work :-/
jochen
Comment 6
2011-08-06 13:26:49 PDT
Created
attachment 103161
[details]
Patch
jochen
Comment 7
2011-08-06 13:28:58 PDT
Alexey, could you take a look please? This patch moves FrameLoadRequest to the right location. I intend to add a LoadRequest that FrameLoadRequest will inherit from. LoadRequest will be a wrapper around ResourceRequst that knows about TargetType
Adam Barth
Comment 8
2011-08-06 13:30:58 PDT
Comment on
attachment 103161
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=103161&action=review
> Source/WebCore/loader/FrameLoadRequest.h:35 > + struct FrameLoadRequest { > + public:
Code inside an namespace shouldn't be indented. If you're going to touch this file anyway, you might as well fix the style. :)
jochen
Comment 9
2011-08-06 14:12:09 PDT
Created
attachment 103164
[details]
Patch
Alexey Proskuryakov
Comment 10
2011-08-06 17:50:23 PDT
Comment on
attachment 103164
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=103164&action=review
I'm not the best person to judge what goes into page, and what goes into loader directory. Since Darin and Adam had a look at the bug, I feel confident enough to say r=me now.
> LoadRequest will be a wrapper around ResourceRequst that knows about TargetType
It really helps that you explain your next steps as you go. The plan looks good to me so far, but I expect some discussion about division of responsibility between LoadRequest and ResourceLoader to take place soon.
> Source/WebCore/loader/FrameLoadRequest.h:36 > + explicit FrameLoadRequest(PassRefPtr<SecurityOrigin> requester)
I'm not sure if we reached consensus in a webkit-dev discussion a few months ago, but I think that this is a misuse of PassRefPtr, and a plain pointer should be used. Of course, this should not be changed in this patch, which only moves a file.
WebKit Review Bot
Comment 11
2011-08-07 04:29:29 PDT
Comment on
attachment 103164
[details]
Patch Clearing flags on attachment: 103164 Committed
r92572
: <
http://trac.webkit.org/changeset/92572
>
WebKit Review Bot
Comment 12
2011-08-07 04:29:34 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