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

Issue 16209003: Unprefix the @viewport rule of CSS Device Adaptation spec (Closed)

Created:
7 years, 6 months ago by kenneth.r.christiansen
Modified:
7 years, 6 months ago
CC:
blink-reviews, kenneth.christiansen, jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, adamk+blink_chromium.org, darktears, haraken, Nate Chapin
Visibility:
Public.

Description

Unprefix the @viewport rule of CSS Device Adaptation spec This is in alignment with not having prefixed CSS rules, but having them enabled as a runtime flag only. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152226

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -124 lines) Patch
M LayoutTests/css3/device-adapt/opera/cascading-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/cascading-002.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/cascading-003.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/cascading-004.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-002.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-003.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-004.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-005.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-006.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-007.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-008.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-009.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-010.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-011.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-012.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-013.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-014.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-015.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-016.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-017.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-018.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/constrain-019.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/cssom-001.html View 3 chunks +3 lines, -3 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-002.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-003.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-004.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-005.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-006.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/descriptor-values-007.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/orientation-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/orientation-002.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/syntax-001.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/syntax-002.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/opera/syntax-003.html View 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/css3/device-adapt/viewport-at-rule-parsing.html View 2 chunks +15 lines, -15 lines 0 comments Download
M LayoutTests/css3/device-adapt/viewport-properties-validation.html View 13 chunks +18 lines, -18 lines 0 comments Download
M LayoutTests/css3/device-adapt/viewport-width-not-affecting-next-page.html View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8CSSRuleCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGrammar.y.in View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSParser.cpp View 2 chunks +5 lines, -8 lines 0 comments Download
M Source/core/css/CSSRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSRule.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSViewportRule.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jochen (gone - plz use gerrit)
lgtm
7 years, 6 months ago (2013-06-11 14:06:39 UTC) #1
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/16209003/1
7 years, 6 months ago (2013-06-11 14:07:31 UTC) #2
commit-bot: I haz the power
7 years, 6 months ago (2013-06-11 15:57:35 UTC) #3
Message was sent while issue was closed.
Change committed as 152226

Powered by Google App Engine
This is Rietveld 408576698