Bug 65280 - [Chromium] Remove the parameterless WebFrame::createAssociatedURLLoader overload.
Summary: [Chromium] Remove the parameterless WebFrame::createAssociatedURLLoader overl...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-27 13:21 PDT by Bill Budge
Modified: 2011-07-31 09:31 PDT (History)
6 users (show)

See Also:


Attachments
Proposed Patch (5.18 KB, patch)
2011-07-27 14:08 PDT, Bill Budge
no flags Details | Formatted Diff | Diff
Proposed Patch (5.21 KB, patch)
2011-07-27 16:51 PDT, Bill Budge
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Budge 2011-07-27 13:21:03 PDT
Remove the original createAssociatedURLLoader method that takes no options. The new overload, with default constructed WebURLLoaderOptions is equivalent.
Comment 1 Bill Budge 2011-07-27 14:08:25 PDT
Created attachment 102182 [details]
Proposed Patch
Comment 2 Bill Budge 2011-07-27 14:16:12 PDT
Comment on attachment 102182 [details]
Proposed Patch

I need to confirm that this doesn't break Chromium tests.
Comment 3 David Levin 2011-07-27 14:17:13 PDT
Seems fine. (Ideally the text in the change log would be wrapped but not a huge deal.)

Needs Darin Fisher's approval due to change in Source/WebKit/chromium/public/WebFrame.h
Comment 4 Bill Budge 2011-07-27 16:51:20 PDT
Created attachment 102203 [details]
Proposed Patch

Fixed Changelog to not wrap.
Chromium trys of changeover to new method show no problems.
Comment 5 WebKit Review Bot 2011-07-27 19:35:04 PDT
Comment on attachment 102203 [details]
Proposed Patch

Attachment 102203 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9262088

New failing tests:
http/tests/canvas/webgl/origin-clean-conformance.html
http/tests/media/video-cookie.html
http/tests/security/local-video-source-from-remote.html
http/tests/media/video-referer.html
Comment 6 WebKit Review Bot 2011-07-29 16:10:06 PDT
Comment on attachment 102203 [details]
Proposed Patch

Rejecting attachment 102203 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-01', '--port..." exit_code: 2

Last 500 characters of output:
e.html = IMAGE
  fast/text/international/thai-line-breaks.html = IMAGE
  platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html = IMAGE

Regressions: Unexpected tests timed out : (3)
  http/tests/canvas/webgl/origin-clean-conformance.html = TIMEOUT
  http/tests/media/video-cookie.html = TIMEOUT
  http/tests/security/local-video-source-from-remote.html = TIMEOUT

Regressions: Unexpected image and text mismatch : (1)
  svg/custom/svg-fonts-word-spacing.html = IMAGE+TEXT



Full output: http://queues.webkit.org/results/9266627
Comment 7 Bill Budge 2011-07-30 06:40:41 PDT
I looked at the output and the errors seem unrelated to this patch. Can we try again?
Comment 8 Adam Barth 2011-07-30 06:51:41 PDT
Comment on attachment 102203 [details]
Proposed Patch

Sure.
Comment 9 WebKit Review Bot 2011-07-30 18:42:00 PDT
Comment on attachment 102203 [details]
Proposed Patch

Rejecting attachment 102203 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-03', '--port..." exit_code: 2

Last 500 characters of output:
thai-baht-space.html = IMAGE
  fast/text/international/thai-line-breaks.html = IMAGE
  platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html = IMAGE

Regressions: Unexpected tests timed out : (3)
  http/tests/canvas/webgl/origin-clean-conformance.html = TIMEOUT
  http/tests/media/video-cookie.html = TIMEOUT
  http/tests/security/local-video-source-from-remote.html = TIMEOUT

Regressions: Unexpected text diff mismatch : (1)
  http/tests/media/video-referer.html = TEXT



Full output: http://queues.webkit.org/results/9286036
Comment 10 Adam Barth 2011-07-30 18:53:57 PDT
We've got the same result three times now.  I suspect it's caused by your patch in some way.  Feel free to land manually, but I suspect you'll just make the error show up on the bots.
Comment 11 Bill Budge 2011-07-30 19:04:02 PDT
Thanks Adam. It depends on a Chromium patch http://src.chromium.org/viewvc/chrome?view=rev&revision=94675 but I think by now that must be available for these tests. Am I missing something here?
Comment 12 Adam Barth 2011-07-30 19:23:21 PDT
(In reply to comment #11)
> Thanks Adam. It depends on a Chromium patch http://src.chromium.org/viewvc/chrome?view=rev&revision=94675 but I think by now that must be available for these tests. Am I missing something here?

http://trac.webkit.org/browser/trunk/Source/WebKit/chromium/DEPS#L35

  'chromium_rev': '94403'

Looks like WebKit doesn't see that revision yet.  We can roll those DEPS though.
Comment 13 Adam Barth 2011-07-30 19:29:53 PDT
Chromium DEPS roll in https://bugs.webkit.org/show_bug.cgi?id=65423
Comment 14 David Levin 2011-07-30 22:38:46 PDT
Comment on attachment 102203 [details]
Proposed Patch

Since deps has been rolled....
Comment 15 Adam Barth 2011-07-30 23:20:01 PDT
Comment on attachment 102203 [details]
Proposed Patch

Hasn't quite landed yet.  :)
Comment 16 David Levin 2011-07-30 23:21:36 PDT
Comment on attachment 102203 [details]
Proposed Patch

whoops.
Comment 17 WebKit Review Bot 2011-07-31 09:30:59 PDT
Comment on attachment 102203 [details]
Proposed Patch

Clearing flags on attachment: 102203

Committed r92083: <http://trac.webkit.org/changeset/92083>
Comment 18 WebKit Review Bot 2011-07-31 09:31:05 PDT
All reviewed patches have been landed.  Closing bug.