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

Issue 960353002: Handle null baseStyle in getPropertiesNotIn (Closed)

Created:
5 years, 10 months ago by rwlbuis
Modified:
5 years, 9 months ago
CC:
blink-reviews, blink-reviews-style_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Handle null baseStyle in getPropertiesNotIn Rather than ASSERT baseStyle, we should just return early as there are no properties to exclude. BUG=414710 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191779

Patch Set 1 #

Patch Set 2 : Add test #

Total comments: 10

Patch Set 3 : Address review comments #

Total comments: 4

Patch Set 4 : Address review comments #

Total comments: 2

Patch Set 5 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
A LayoutTests/editing/style/justify-left-crash.html View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A + LayoutTests/editing/style/justify-left-crash-expected.html View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/editing/EditingStyle.cpp View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
rwlbuis
PTAL
5 years, 10 months ago (2015-02-27 00:02:35 UTC) #2
rwlbuis
Oops, use correct email address :)
5 years, 10 months ago (2015-02-27 03:30:53 UTC) #4
rwlbuis
On 2015/02/27 03:30:53, rwlbuis wrote: > Oops, use correct email address :) ping
5 years, 9 months ago (2015-03-02 21:10:10 UTC) #5
yosin_UTC9
https://codereview.chromium.org/960353002/diff/20001/LayoutTests/editing/style/justify-left-crash.html File LayoutTests/editing/style/justify-left-crash.html (right): https://codereview.chromium.org/960353002/diff/20001/LayoutTests/editing/style/justify-left-crash.html#newcode10 LayoutTests/editing/style/justify-left-crash.html:10: document.execCommand("selectAll", true , null); nit: We don't need to ...
5 years, 9 months ago (2015-03-10 05:27:07 UTC) #6
rwlbuis
PTAL, I now exit early if the position is not for an Element. https://codereview.chromium.org/960353002/diff/20001/LayoutTests/editing/style/justify-left-crash.html File ...
5 years, 9 months ago (2015-03-10 23:44:21 UTC) #7
yosin_UTC9
https://codereview.chromium.org/960353002/diff/40001/LayoutTests/editing/style/justify-left-crash.html File LayoutTests/editing/style/justify-left-crash.html (right): https://codereview.chromium.org/960353002/diff/40001/LayoutTests/editing/style/justify-left-crash.html#newcode2 LayoutTests/editing/style/justify-left-crash.html:2: <html hidden> How about removing "hidden" attribute after executing ...
5 years, 9 months ago (2015-03-11 01:07:32 UTC) #8
rwlbuis
https://codereview.chromium.org/960353002/diff/40001/LayoutTests/editing/style/justify-left-crash.html File LayoutTests/editing/style/justify-left-crash.html (right): https://codereview.chromium.org/960353002/diff/40001/LayoutTests/editing/style/justify-left-crash.html#newcode2 LayoutTests/editing/style/justify-left-crash.html:2: <html hidden> On 2015/03/11 01:07:31, Yosi_UTC9 wrote: > How ...
5 years, 9 months ago (2015-03-11 19:19:18 UTC) #9
yosin_UTC9
lgtm +yutak@ for OWNERS review https://codereview.chromium.org/960353002/diff/60001/LayoutTests/editing/style/justify-left-crash.html File LayoutTests/editing/style/justify-left-crash.html (right): https://codereview.chromium.org/960353002/diff/60001/LayoutTests/editing/style/justify-left-crash.html#newcode11 LayoutTests/editing/style/justify-left-crash.html:11: document.designMode = 'on'; nit: ...
5 years, 9 months ago (2015-03-12 04:13:36 UTC) #11
Yuta Kitamura
LGTM with nits https://codereview.chromium.org/960353002/diff/60001/LayoutTests/editing/style/justify-left-crash.html File LayoutTests/editing/style/justify-left-crash.html (right): https://codereview.chromium.org/960353002/diff/60001/LayoutTests/editing/style/justify-left-crash.html#newcode16 LayoutTests/editing/style/justify-left-crash.html:16: </script> We generally follow the Blink ...
5 years, 9 months ago (2015-03-12 06:01:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/960353002/80001
5 years, 9 months ago (2015-03-12 14:12:01 UTC) #15
commit-bot: I haz the power
5 years, 9 months ago (2015-03-12 15:50:31 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191779

Powered by Google App Engine
This is Rietveld 408576698