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

Issue 24025002: The content='...' parsing error is not a viewport error, so keep it separate (Closed)

Created:
7 years, 3 months ago by kenneth.r.christiansen
Modified:
7 years, 3 months ago
CC:
blink-reviews, kenneth.christiansen, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

The content='...' parsing error is not a viewport error, so keep it separate The parsing algorithm for the meta content attribute reports an error for presense of ';'. It is currently using viewport error reporting, though it is not tied to the viewport meta tag, but meta tags in general. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157367

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -18 lines) Patch
M LayoutTests/fast/viewport/viewport-133-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-134-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-54-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-65-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-66-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-67-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-72-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-73-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-74-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-75-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-77-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-79-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/viewport/viewport-warnings-5-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 1 chunk +4 lines, -2 lines 1 comment Download
M Source/core/dom/ViewportArguments.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/dom/ViewportArguments.cpp View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kenneth.r.christiansen
7 years, 3 months ago (2013-09-06 10:48:32 UTC) #1
Mike West
https://codereview.chromium.org/24025002/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/24025002/diff/1/Source/core/dom/Document.cpp#newcode3034 Source/core/dom/Document.cpp:3034: String message = "Note that ';' is not a ...
7 years, 3 months ago (2013-09-06 12:17:47 UTC) #2
Mike West
LGTM, with one nit that I should have noted on the first pass (sorry!). https://codereview.chromium.org/24025002/diff/5001/Source/core/dom/Document.cpp ...
7 years, 3 months ago (2013-09-06 12:33:26 UTC) #3
kenneth.r.christiansen
On 2013/09/06 12:33:26, Mike West wrote: > LGTM, with one nit that I should have ...
7 years, 3 months ago (2013-09-06 12:37:19 UTC) #4
Use mkwst_at_chromium.org plz.
On 2013/09/06 12:37:19, kenneth.r.christiansen wrote: > On 2013/09/06 12:33:26, Mike West wrote: > > LGTM, ...
7 years, 3 months ago (2013-09-06 12:44:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenneth.r.christiansen@intel.com/24025002/5001
7 years, 3 months ago (2013-09-06 12:47:03 UTC) #6
commit-bot: I haz the power
7 years, 3 months ago (2013-09-06 14:12:21 UTC) #7
Message was sent while issue was closed.
Change committed as 157367

Powered by Google App Engine
This is Rietveld 408576698