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

Issue 178883002: Set encoding to UTF-8 for HTML Imports if no encoding is specified in the HTTP response (Closed)

Created:
6 years, 10 months ago by adamk
Modified:
6 years, 8 months ago
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org, dglazkov
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Match the spec #

Patch Set 3 : Merged to trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -1 line) Patch
A LayoutTests/fast/html/imports/encoding.html View 1 chunk +21 lines, -0 lines 0 comments Download
A LayoutTests/fast/html/imports/encoding-expected.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/fast/html/imports/resources/meta-encoding.html View 1 chunk +5 lines, -0 lines 0 comments Download
A LayoutTests/fast/html/imports/resources/no-encoding.html View 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/htmlimports/encoding.html View 1 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/htmlimports/encoding-expected.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/htmlimports/resources/http-encoding.cgi View 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/htmlimports/resources/no-encoding.cgi View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/html/imports/HTMLImportLoader.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (0 generated)
adamk
6 years, 10 months ago (2014-02-24 22:11:45 UTC) #1
abarth-chromium
LGTM This change seems a bit strange. It makes it harder to know how something ...
6 years, 10 months ago (2014-02-24 22:25:29 UTC) #2
adamk
On 2014/02/24 22:25:29, abarth wrote: > LGTM > > This change seems a bit strange. ...
6 years, 10 months ago (2014-02-24 22:26:56 UTC) #3
abarth-chromium
On 2014/02/24 22:26:56, adamk wrote: > You're welcome to comment on the spec bug at ...
6 years, 10 months ago (2014-02-24 22:29:52 UTC) #4
abarth-chromium
https://codereview.chromium.org/178883002/diff/1/Source/core/html/imports/HTMLImportLoader.cpp File Source/core/html/imports/HTMLImportLoader.cpp (right): https://codereview.chromium.org/178883002/diff/1/Source/core/html/imports/HTMLImportLoader.cpp#newcode101 Source/core/html/imports/HTMLImportLoader.cpp:101: m_writer = DocumentWriter::create(m_importedDocument.get(), response.mimeType(), textEncoding); e.g., just pass "UTF-8" ...
6 years, 10 months ago (2014-02-24 22:30:26 UTC) #5
adamk
On 2014/02/24 22:29:52, abarth wrote: > On 2014/02/24 22:26:56, adamk wrote: > > You're welcome ...
6 years, 10 months ago (2014-02-24 22:31:46 UTC) #6
adamk
Per discussion on the spec bug, it sounds like the plan is to remove this ...
6 years, 9 months ago (2014-03-06 01:11:18 UTC) #7
Hajime Morrita
On 2014/03/06 01:11:18, adamk wrote: > Per discussion on the spec bug, it sounds like ...
6 years, 9 months ago (2014-03-06 01:18:32 UTC) #8
Hajime Morrita
On 2014/03/06 01:18:32, morrita1 wrote: > On 2014/03/06 01:11:18, adamk wrote: > > Per discussion ...
6 years, 8 months ago (2014-04-10 23:07:52 UTC) #9
adamk
On 2014/04/10 23:07:52, morrita1 wrote: > On 2014/03/06 01:18:32, morrita1 wrote: > > On 2014/03/06 ...
6 years, 8 months ago (2014-04-10 23:34:16 UTC) #10
Hajime Morrita
The CQ bit was checked by morrita@chromium.org
6 years, 8 months ago (2014-04-11 00:02:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/178883002/20001
6 years, 8 months ago (2014-04-11 00:02:19 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 00:02:27 UTC) #13
commit-bot: I haz the power
Failed to apply patch for LayoutTests/http/tests/htmlimports/resources/no-encoding.cgi: While running patch -p1 --forward --force --no-backup-if-mismatch; A LayoutTests/http/tests/htmlimports/resources/no-encoding.cgi ...
6 years, 8 months ago (2014-04-11 00:02:27 UTC) #14
Hajime Morrita
On 2014/04/10 23:34:16, adamk wrote: > On 2014/04/10 23:07:52, morrita1 wrote: > > On 2014/03/06 ...
6 years, 8 months ago (2014-04-11 00:02:52 UTC) #15
Hajime Morrita
The CQ bit was checked by morrita@chromium.org
6 years, 8 months ago (2014-04-11 00:06:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/178883002/20001
6 years, 8 months ago (2014-04-11 00:06:40 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 00:06:50 UTC) #18
commit-bot: I haz the power
Failed to apply patch for LayoutTests/http/tests/htmlimports/resources/no-encoding.cgi: While running patch -p1 --forward --force --no-backup-if-mismatch; A LayoutTests/http/tests/htmlimports/resources/no-encoding.cgi ...
6 years, 8 months ago (2014-04-11 00:06:50 UTC) #19
adamk
The CQ bit was checked by adamk@chromium.org
6 years, 8 months ago (2014-04-11 00:11:58 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/178883002/40001
6 years, 8 months ago (2014-04-11 00:12:04 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 06:28:50 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-04-11 06:28:51 UTC) #23
Hajime Morrita
The CQ bit was checked by morrita@chromium.org
6 years, 8 months ago (2014-04-11 17:12:36 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/178883002/40001
6 years, 8 months ago (2014-04-11 17:12:42 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 17:51:21 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-04-11 17:51:22 UTC) #27
Hajime Morrita
The CQ bit was checked by morrita@chromium.org
6 years, 8 months ago (2014-04-11 23:41:40 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/178883002/40001
6 years, 8 months ago (2014-04-11 23:41:52 UTC) #29
commit-bot: I haz the power
6 years, 8 months ago (2014-04-12 00:10:04 UTC) #30
Message was sent while issue was closed.
Change committed as 171381

Powered by Google App Engine
This is Rietveld 408576698