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

Issue 2755493004: Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ (Closed)

Created:
3 years, 9 months ago by nikhil.sahni
Modified:
3 years, 8 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ Replacing ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ with DCHECK_op, NOTREACHED,CHECK_op respectively BUG=697688 Review-Url: https://codereview.chromium.org/2755493004 Cr-Commit-Position: refs/heads/master@{#461424} Committed: https://chromium.googlesource.com/chromium/src/+/40d2d3bce2cb1a8cb77c460866f818d1a0a3c75c

Patch Set 1 #

Patch Set 2 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ #

Patch Set 3 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ #

Patch Set 4 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ #

Patch Set 5 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ #

Patch Set 6 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ #

Total comments: 8

Patch Set 7 : Worked on Review Comments done #

Total comments: 69

Patch Set 8 : Fixed Review Comments #

Patch Set 9 : Rebased the patch #

Patch Set 10 : Resolving Rebase Issues #

Patch Set 11 : Rebased again. #

Total comments: 2

Patch Set 12 : Fixed the Windows Failure #

Total comments: 6

Patch Set 13 : Fixing Windows Build Failure #

Patch Set 14 : Build Errors #

Patch Set 15 : Fixing Build Errors #

Patch Set 16 : Build Errors #

Patch Set 17 : Replace ASSERT, ASSERT_NOT_REACHED, and RELEASE_ASSERT in core/css/ #

Patch Set 18 : All windows error are Resolved now. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+602 lines, -571 lines) Patch
M third_party/WebKit/Source/core/css/ActiveStyleSheets.cpp View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp View 1 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCalculationValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCalculationValue.cpp View 1 2 3 4 5 6 7 14 chunks +24 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCustomIdentValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFace.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFace.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSFontSelector.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSGlobalRuleSet.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSGradientValue.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 17 chunks +25 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGridAutoRepeatValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSGridTemplateAreasValue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGroupingRule.cpp View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp View 1 2 3 4 5 6 7 8 9 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageSetValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImportRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSKeyframeRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSKeyframesRule.cpp View 1 2 3 4 5 6 7 8 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPageRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPageRuleTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPathValue.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValue.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 11 chunks +15 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 6 7 8 89 chunks +93 lines, -93 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSProperty.cpp View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelector.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +13 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelector.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelectorList.cpp View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleRule.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSToLengthConversionData.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSToLengthConversionData.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValue.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSValueList.cpp View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSValuePair.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSViewportRule.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 29 chunks +32 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/core/css/DOMWindowCSS.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ElementRuleCollector.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/ElementRuleCollector.cpp View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.cpp View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceSet.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontSize.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/FontSize.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryExp.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValues.cpp View 1 2 3 4 5 6 7 8 chunks +32 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValuesCached.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/PageRuleCollector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeature.cpp View 1 2 3 4 5 6 7 8 9 10 7 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleSet.h View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleSet.cpp View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/SelectorFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/SelectorFilter.cpp View 4 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleColor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleMedia.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertySet.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/StylePropertyShorthandCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleRule.cpp View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleImport.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetContents.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetContents.cpp View 1 2 3 4 5 6 7 8 14 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp View 1 2 3 4 5 6 7 8 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSAtRuleID.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp View 1 2 3 4 5 6 7 8 9 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserToken.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserToken.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserTokenRange.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 5 6 7 8 27 chunks +39 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSupportsParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp View 6 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSVariableParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/MediaQueryBlockWatcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesAttributeParser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/SizesCalcParser.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/AnimatedStyleBuilder.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/SelectorFilterParentScope.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 22 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/TransformBuilder.cpp View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ViewportStyleResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 43 (24 generated)
Srirama
https://codereview.chromium.org/2755493004/diff/100001/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp File third_party/WebKit/Source/core/css/CSSCalculationValue.cpp (right): https://codereview.chromium.org/2755493004/diff/100001/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp#newcode479 third_party/WebKit/Source/core/css/CSSCalculationValue.cpp:479: DCHECK((m_leftSide->category() == CalcNumber) != nit: DCHECK_NE https://codereview.chromium.org/2755493004/diff/100001/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp#newcode521 third_party/WebKit/Source/core/css/CSSCalculationValue.cpp:521: DCHECK((m_leftSide->category() ...
3 years, 9 months ago (2017-03-16 14:22:24 UTC) #3
nikhil.sahni
On 2017/03/16 14:22:24, Srirama wrote: > https://codereview.chromium.org/2755493004/diff/100001/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp > File third_party/WebKit/Source/core/css/CSSCalculationValue.cpp (right): > > https://codereview.chromium.org/2755493004/diff/100001/third_party/WebKit/Source/core/css/CSSCalculationValue.cpp#newcode479 > ...
3 years, 9 months ago (2017-03-21 05:09:04 UTC) #5
Srirama
Peer review looks good.
3 years, 9 months ago (2017-03-21 07:23:50 UTC) #6
nikhil.sahni
Hi tkent, Please let me know if you have any suggestion for me on this ...
3 years, 8 months ago (2017-03-28 11:23:55 UTC) #9
tkent
https://codereview.chromium.org/2755493004/diff/120001/third_party/WebKit/Source/core/css/CSSGradientValue.cpp File third_party/WebKit/Source/core/css/CSSGradientValue.cpp (right): https://codereview.chromium.org/2755493004/diff/120001/third_party/WebKit/Source/core/css/CSSGradientValue.cpp#newcode154 third_party/WebKit/Source/core/css/CSSGradientValue.cpp:154: DCHECK_GE(x, static_cast<unsigned>(1)); static_cast<unsigned>(1) -> 1u https://codereview.chromium.org/2755493004/diff/120001/third_party/WebKit/Source/core/css/CSSGradientValue.cpp#newcode271 third_party/WebKit/Source/core/css/CSSGradientValue.cpp:271: DCHECK_GT(stops.size(), static_cast<unsigned>(1)); ...
3 years, 8 months ago (2017-03-28 14:44:56 UTC) #10
nikhil.sahni
Addressed the review comments. https://codereview.chromium.org/2755493004/diff/120001/third_party/WebKit/Source/core/css/CSSGradientValue.cpp File third_party/WebKit/Source/core/css/CSSGradientValue.cpp (right): https://codereview.chromium.org/2755493004/diff/120001/third_party/WebKit/Source/core/css/CSSGradientValue.cpp#newcode154 third_party/WebKit/Source/core/css/CSSGradientValue.cpp:154: DCHECK_GE(x, static_cast<unsigned>(1)); On 2017/03/28 14:44:55, ...
3 years, 8 months ago (2017-03-30 12:17:59 UTC) #11
tkent
Please rebase.
3 years, 8 months ago (2017-03-30 13:11:15 UTC) #12
nikhil.sahni
On 2017/03/30 13:11:15, tkent wrote: > Please rebase. Hi , Rebase is done and build ...
3 years, 8 months ago (2017-03-31 11:11:52 UTC) #13
nikhil.sahni
Rebased the patch , and also incorporated the review comments.
3 years, 8 months ago (2017-03-31 11:29:01 UTC) #16
tkent
https://codereview.chromium.org/2755493004/diff/200001/third_party/WebKit/Source/core/css/CSSSelector.h File third_party/WebKit/Source/core/css/CSSSelector.h (right): https://codereview.chromium.org/2755493004/diff/200001/third_party/WebKit/Source/core/css/CSSSelector.h#newcode436 third_party/WebKit/Source/core/css/CSSSelector.h:436: DCHECK_NE(m_match, Tag); This line caused a build failure on ...
3 years, 8 months ago (2017-03-31 12:19:34 UTC) #19
nikhil.sahni
Hi Tkent Dry run failed for Windows build , can you please guide me on ...
3 years, 8 months ago (2017-03-31 15:07:09 UTC) #24
nikhil.sahni
Hi Tkent Dry run failed for Windows build , can you please guide me on ...
3 years, 8 months ago (2017-03-31 15:07:09 UTC) #25
nikhil.sahni
Hi Tkent Dry run failed for Windows build , can you please guide me on ...
3 years, 8 months ago (2017-03-31 15:07:09 UTC) #26
tkent
https://codereview.chromium.org/2755493004/diff/220001/third_party/WebKit/Source/core/css/CSSSelector.h File third_party/WebKit/Source/core/css/CSSSelector.h (right): https://codereview.chromium.org/2755493004/diff/220001/third_party/WebKit/Source/core/css/CSSSelector.h#newcode436 third_party/WebKit/Source/core/css/CSSSelector.h:436: DCHECK_NE(m_match, static_cast<unsigned>(Tag)); On 2017/03/31 at 15:07:09, nikhil.sahni wrote: > ...
3 years, 8 months ago (2017-03-31 15:59:56 UTC) #27
nikhil.sahni
Hi tkent, All Winodws build errors are resolved now. Please review the same. Thanks
3 years, 8 months ago (2017-04-03 10:49:46 UTC) #32
nikhil.sahni
Hi tkent, All Winodws build errors are resolved now. Please review the same. Thanks
3 years, 8 months ago (2017-04-03 10:49:48 UTC) #33
tkent
lgtm
3 years, 8 months ago (2017-04-03 14:06:58 UTC) #39
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/2755493004/330001
3 years, 8 months ago (2017-04-03 14:07:09 UTC) #40
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 14:16:25 UTC) #43
Message was sent while issue was closed.
Committed patchset #18 (id:330001) as
https://chromium.googlesource.com/chromium/src/+/40d2d3bce2cb1a8cb77c460866f8...

Powered by Google App Engine
This is Rietveld 408576698