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

Issue 848843002: VisibleSelection::nonBoundaryShadowTreeRootNode should return null when its anchor is a shadow root (Closed)

Created:
5 years, 11 months ago by keishi
Modified:
5 years, 11 months ago
Reviewers:
hayato, yosin_UTC9
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

VisibleSelection::nonBoundaryShadowTreeRootNode should return null when its anchor is a shadow root TEST=Automated. Added ua-shadow-select-all-crash.html. BUG=447906 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188788

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -1 line) Patch
A LayoutTests/fast/forms/ua-shadow-select-all-crash.html View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/fast/forms/ua-shadow-select-all-crash-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/editing/VisibleSelection.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
keishi
It looks like when an input with focus changes type, the frame selection has an ...
5 years, 11 months ago (2015-01-13 06:54:21 UTC) #2
yosin_UTC9
https://codereview.chromium.org/848843002/diff/1/LayoutTests/fast/forms/ua-shadow-select-all-crash.html File LayoutTests/fast/forms/ua-shadow-select-all-crash.html (right): https://codereview.chromium.org/848843002/diff/1/LayoutTests/fast/forms/ua-shadow-select-all-crash.html#newcode1 LayoutTests/fast/forms/ua-shadow-select-all-crash.html:1: <html> nit: Could you add "<!DOCTYPE html>" to make ...
5 years, 11 months ago (2015-01-14 01:33:44 UTC) #3
keishi
https://codereview.chromium.org/848843002/diff/1/Source/core/editing/VisibleSelection.cpp File Source/core/editing/VisibleSelection.cpp (right): https://codereview.chromium.org/848843002/diff/1/Source/core/editing/VisibleSelection.cpp#newcode755 Source/core/editing/VisibleSelection.cpp:755: return start().deprecatedNode() && !start().deprecatedNode()->isShadowRoot() ? start().deprecatedNode()->nonBoundaryShadowTreeRootNode() : 0; On ...
5 years, 11 months ago (2015-01-14 05:04:51 UTC) #4
yosin_UTC9
On 2015/01/14 05:04:51, keishi wrote: > https://codereview.chromium.org/848843002/diff/1/Source/core/editing/VisibleSelection.cpp > File Source/core/editing/VisibleSelection.cpp (right): > > https://codereview.chromium.org/848843002/diff/1/Source/core/editing/VisibleSelection.cpp#newcode755 > ...
5 years, 11 months ago (2015-01-15 01:46:55 UTC) #6
hayato
On 2015/01/15 01:46:55, Yosi_UTC9 wrote: > On 2015/01/14 05:04:51, keishi wrote: > > > https://codereview.chromium.org/848843002/diff/1/Source/core/editing/VisibleSelection.cpp ...
5 years, 11 months ago (2015-01-15 02:13:11 UTC) #7
yosin_UTC9
On 2015/01/15 02:13:11, hayato wrote: > On 2015/01/15 01:46:55, Yosi_UTC9 wrote: > > On 2015/01/14 ...
5 years, 11 months ago (2015-01-15 03:43:32 UTC) #8
keishi
https://codereview.chromium.org/848843002/diff/1/LayoutTests/fast/forms/ua-shadow-select-all-crash.html File LayoutTests/fast/forms/ua-shadow-select-all-crash.html (right): https://codereview.chromium.org/848843002/diff/1/LayoutTests/fast/forms/ua-shadow-select-all-crash.html#newcode1 LayoutTests/fast/forms/ua-shadow-select-all-crash.html:1: <html> On 2015/01/14 01:33:44, Yosi_UTC9 wrote: > nit: Could ...
5 years, 11 months ago (2015-01-16 05:08:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848843002/20001
5 years, 11 months ago (2015-01-16 05:09:16 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/42419)
5 years, 11 months ago (2015-01-16 06:25:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848843002/40001
5 years, 11 months ago (2015-01-22 03:20:16 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-22 04:38:48 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188788

Powered by Google App Engine
This is Rietveld 408576698