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

Issue 2524993003: DevTools Accessibility pane: fix crash when inspecting shadow roots (Closed)

Created:
4 years ago by aboxhall
Modified:
4 years ago
Reviewers:
dgozman
CC:
chromium-reviews, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, haraken, nektarios, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, blink-reviews, dmazzoni
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools Accessibility pane: fix crash when inspecting shadow roots BUG= Committed: https://crrev.com/411fec439a951cce5e95aa26bd2fbc303820dc4e Cr-Commit-Position: refs/heads/master@{#436140}

Patch Set 1 #

Patch Set 2 : Rationalise getting shadowRoot #

Total comments: 3

Patch Set 3 : Replace missing line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -2 lines) Patch
M third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 2 3 chunks +20 lines, -2 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
aboxhall
I spent a couple of hours trying to write a test for this before giving ...
4 years ago (2016-11-28 17:31:56 UTC) #10
dgozman
Where exactly in the code did the crash happen? It's not obvious to me. Re: ...
4 years ago (2016-11-28 18:10:00 UTC) #11
aboxhall
On 2016/11/28 18:10:00, dgozman wrote: > Where exactly in the code did the crash happen? ...
4 years ago (2016-12-02 00:30:06 UTC) #12
aboxhall
https://codereview.chromium.org/2524993003/diff/20001/third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp File third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp (left): https://codereview.chromium.org/2524993003/diff/20001/third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp#oldcode513 third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp:513: Node* parentNode = FlatTreeTraversal::parent(inspectedDOMNode); The crash was here: FlatTreeTraversal ...
4 years ago (2016-12-02 00:30:14 UTC) #13
aboxhall
bump :)
4 years ago (2016-12-02 17:56:18 UTC) #14
dgozman
lgtm modulo unnecessary line removal https://codereview.chromium.org/2524993003/diff/20001/third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp File third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp (left): https://codereview.chromium.org/2524993003/diff/20001/third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp#oldcode517 third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp:517: parentAXObject = cache.getOrCreate(parentNode); Where ...
4 years ago (2016-12-02 18:04:16 UTC) #15
aboxhall
https://codereview.chromium.org/2524993003/diff/20001/third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp File third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp (left): https://codereview.chromium.org/2524993003/diff/20001/third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp#oldcode517 third_party/WebKit/Source/modules/accessibility/InspectorAccessibilityAgent.cpp:517: parentAXObject = cache.getOrCreate(parentNode); On 2016/12/02 18:04:16, dgozman wrote: > ...
4 years ago (2016-12-02 22:25:11 UTC) #16
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/2524993003/40001
4 years ago (2016-12-02 22:26:05 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-03 02:22:30 UTC) #21
commit-bot: I haz the power
4 years ago (2016-12-03 02:27:15 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/411fec439a951cce5e95aa26bd2fbc303820dc4e
Cr-Commit-Position: refs/heads/master@{#436140}

Powered by Google App Engine
This is Rietveld 408576698