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

Issue 351353005: Fix: view-source fails to display < near chunk boundaries (Closed)

Created:
6 years, 5 months ago by kozyatinskiy1
Modified:
6 years, 5 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

View-source fails to display < in opening tag near chunk boundaries. If current buffer is terminated with '....<', the token remains in the state Uninitialized and after next ::start call when a new chunk will be received, HTMLSourceTracker cleans previous buffer with '<' symbol. And view-source will contain something like: ... <b></b>b></b> ... BUG=168581 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177331

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
A LayoutTests/fast/frames/viewsource/viewsource-6.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/fast/frames/viewsource/viewsource-6-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/parser/HTMLSourceTracker.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/parser/HTMLSourceTracker.cpp View 1 2 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
kozyatinskiy1
6 years, 5 months ago (2014-06-30 13:50:23 UTC) #1
kozyatinskiy1
On 2014/06/30 13:50:23, kozyatinskiy wrote: @abarth, please take a look. I tried to solve the ...
6 years, 5 months ago (2014-06-30 15:57:59 UTC) #2
abarth-chromium
It's hard for me to evaluate this CL without a test case that shows what ...
6 years, 5 months ago (2014-06-30 18:05:15 UTC) #3
kozyatinskiy1
On 2014/06/30 18:05:15, abarth wrote: > It's hard for me to evaluate this CL without ...
6 years, 5 months ago (2014-06-30 20:35:48 UTC) #4
abarth-chromium
What I meant is that you should write a test case and include it in ...
6 years, 5 months ago (2014-06-30 20:39:06 UTC) #5
kozyatinskiy1
On 2014/06/30 20:39:06, abarth wrote: > What I meant is that you should write a ...
6 years, 5 months ago (2014-07-01 11:01:28 UTC) #6
abarth-chromium
The code change looks good, but the description could use some improvement. "There is a ...
6 years, 5 months ago (2014-07-01 14:44:10 UTC) #7
kozyatinskiy1
On 2014/07/01 14:44:10, abarth wrote: > The code change looks good, but the description could ...
6 years, 5 months ago (2014-07-01 16:19:15 UTC) #8
abarth-chromium
lgtm
6 years, 5 months ago (2014-07-01 17:16:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kozyatinskiy@google.com/351353005/80001
6 years, 5 months ago (2014-07-01 17:16:59 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-01 20:21:25 UTC) #11
commit-bot: I haz the power
6 years, 5 months ago (2014-07-01 20:36:28 UTC) #12
Message was sent while issue was closed.
Change committed as 177331

Powered by Google App Engine
This is Rietveld 408576698