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

Issue 2105283002: <image>'s src URL is resolved incorrectly when <base> element dynamically added (Closed)

Created:
4 years, 5 months ago by kyounga.ra
Modified:
4 years, 5 months ago
Reviewers:
Yoav Weiss
CC:
chromium-reviews, blink-reviews, loading-reviews_chromium.org, tyoshino+watch_chromium.org, Nate Chapin, gavinp+loader_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

<image>'s src URL is resolved incorrectly when <base> element dynamically added. <image>'s src URL should not be affected by <base> element which is added later. BUG=569760 R=yoav@yoav.ws Committed: https://crrev.com/d467d3b7bdbe87694a7d31c2b73ae0546a4701b1 Cr-Commit-Position: refs/heads/master@{#406447}

Patch Set 1 #

Patch Set 2 : <image>'s src URL is resolved incorrectly when <base> element dynamically added. #

Total comments: 6

Patch Set 3 : <image>'s src URL is resolved incorrectly when <base> element dynamically added. #

Total comments: 3

Patch Set 4 : <image>'s src URL is resolved incorrectly when <base> element dynamically added. #

Total comments: 8

Patch Set 5 : <image>'s src URL is resolved incorrectly when <base> element dynamically added. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -6 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/loader/image-loader-base.html View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ImageLoader.cpp View 1 2 3 4 6 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 35 (10 generated)
kyounga.ra
I uploaded a small patch for bug #569760. It's small and will not take much ...
4 years, 5 months ago (2016-06-30 02:06:56 UTC) #4
Yoav Weiss
On 2016/06/30 02:06:56, kyounga.ra wrote: > I uploaded a small patch for bug #569760. > ...
4 years, 5 months ago (2016-06-30 09:42:48 UTC) #5
kyounga.ra
On 2016/06/30 09:42:48, Yoav Weiss wrote: > On 2016/06/30 02:06:56, kyounga.ra wrote: > > I ...
4 years, 5 months ago (2016-06-30 23:36:40 UTC) #6
Yoav Weiss
On 2016/06/30 23:36:40, kyounga.ra wrote: > On 2016/06/30 09:42:48, Yoav Weiss wrote: > > On ...
4 years, 5 months ago (2016-07-01 06:44:14 UTC) #7
kyounga.ra
On 2016/07/01 06:44:14, Yoav Weiss wrote: > On 2016/06/30 23:36:40, kyounga.ra wrote: > > On ...
4 years, 5 months ago (2016-07-04 06:44:04 UTC) #8
Yoav Weiss
Thanks for working on this! :) A few comments regarding test style and compatibility. Otherwise ...
4 years, 5 months ago (2016-07-04 07:18:14 UTC) #9
kyounga.ra
Oops, sorry for my test page, with inattention. On 2016/07/04 07:18:14, Yoav Weiss wrote: > ...
4 years, 5 months ago (2016-07-05 01:18:17 UTC) #10
Yoav Weiss
Sorry for the delay. Feel free to ping me here or on IRC if I ...
4 years, 5 months ago (2016-07-12 08:39:48 UTC) #11
kyounga.ra
uploaded patch-set #4
4 years, 5 months ago (2016-07-13 02:09:55 UTC) #12
kyounga.ra
uploaded patch-set #4
4 years, 5 months ago (2016-07-14 06:58:10 UTC) #13
kyounga.ra
Hello, Yoav Could you have a time for this? Thanks in advance,
4 years, 5 months ago (2016-07-15 09:04:08 UTC) #14
Yoav Weiss
https://codereview.chromium.org/2105283002/diff/60001/third_party/WebKit/LayoutTests/loader/image-loader-base.html File third_party/WebKit/LayoutTests/loader/image-loader-base.html (right): https://codereview.chromium.org/2105283002/diff/60001/third_party/WebKit/LayoutTests/loader/image-loader-base.html#newcode16 third_party/WebKit/LayoutTests/loader/image-loader-base.html:16: elm.src = 'resources/image1.png'; shouldn't that say "image1.png"?
4 years, 5 months ago (2016-07-19 06:15:17 UTC) #15
kyounga.ra
On 2016/07/19 06:15:17, Yoav Weiss wrote: > https://codereview.chromium.org/2105283002/diff/60001/third_party/WebKit/LayoutTests/loader/image-loader-base.html > File third_party/WebKit/LayoutTests/loader/image-loader-base.html (right): > > https://codereview.chromium.org/2105283002/diff/60001/third_party/WebKit/LayoutTests/loader/image-loader-base.html#newcode16 ...
4 years, 5 months ago (2016-07-19 06:24:39 UTC) #16
Yoav Weiss
On 2016/07/19 06:24:39, kyounga.ra wrote: > On 2016/07/19 06:15:17, Yoav Weiss wrote: > > > ...
4 years, 5 months ago (2016-07-19 06:33:29 UTC) #17
kyounga.ra
On 2016/07/19 06:33:29, Yoav Weiss wrote: > On 2016/07/19 06:24:39, kyounga.ra wrote: > > On ...
4 years, 5 months ago (2016-07-19 07:37:54 UTC) #18
Yoav Weiss
LGTM % nits. Please fix the tiny style issues before committing. Thanks for working on ...
4 years, 5 months ago (2016-07-19 09:15:29 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2105283002/80001
4 years, 5 months ago (2016-07-19 23:52:57 UTC) #24
kyounga.ra
https://codereview.chromium.org/2105283002/diff/60001/third_party/WebKit/LayoutTests/loader/image-loader-base.html File third_party/WebKit/LayoutTests/loader/image-loader-base.html (right): https://codereview.chromium.org/2105283002/diff/60001/third_party/WebKit/LayoutTests/loader/image-loader-base.html#newcode18 third_party/WebKit/LayoutTests/loader/image-loader-base.html:18: assert_unreached(" onerror() of image."); On 2016/07/19 09:15:29, Yoav Weiss ...
4 years, 5 months ago (2016-07-19 23:55:37 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-20 01:41:23 UTC) #28
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-20 01:41:28 UTC) #29
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/d467d3b7bdbe87694a7d31c2b73ae0546a4701b1 Cr-Commit-Position: refs/heads/master@{#406447}
4 years, 5 months ago (2016-07-20 01:44:36 UTC) #31
Yoav Weiss
On 2016/07/20 01:44:36, commit-bot: I haz the power wrote: > Patchset 5 (id:??) landed as ...
4 years, 5 months ago (2016-07-20 08:51:11 UTC) #32
Yoav Weiss
On 2016/07/20 08:51:11, Yoav Weiss wrote: > On 2016/07/20 01:44:36, commit-bot: I haz the power ...
4 years, 5 months ago (2016-07-20 09:03:55 UTC) #33
jochen (gone - plz use gerrit)
On 2016/07/20 at 09:03:55, yoav wrote: > On 2016/07/20 08:51:11, Yoav Weiss wrote: > > ...
4 years, 5 months ago (2016-07-21 07:48:09 UTC) #34
Yoav Weiss
4 years, 5 months ago (2016-07-21 08:42:51 UTC) #35
Message was sent while issue was closed.
On 2016/07/21 07:48:09, jochen wrote:
> On 2016/07/20 at 09:03:55, yoav wrote:
> > On 2016/07/20 08:51:11, Yoav Weiss wrote:
> > > On 2016/07/20 01:44:36, commit-bot: I haz the power wrote:
> > > > Patchset 5 (id:??) landed as
> > > > https://crrev.com/d467d3b7bdbe87694a7d31c2b73ae0546a4701b1
> > > > Cr-Commit-Position: refs/heads/master@{#406447}
> > > 
> > > Congrats on your first committed patch :)
> > 
> > One (glaring) omission on my part: you need to sign the contributor
agreement
> as described in https://www.chromium.org/developers/contributing-code
> 
> I checked and they did sign it.
> 
> In the future, please first ask a googler to verify that they signed the CLA
:)

Will do! :)

Powered by Google App Engine
This is Rietveld 408576698