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

Issue 1798043002: Removed CORE_EXPORT from APIs at NodeTraversal. (Closed)

Created:
4 years, 9 months ago by je_julie(Not used)
Modified:
4 years, 9 months ago
Reviewers:
tkent, keishi, dmazzoni
CC:
aboxhall+watch_chromium.org, aboxhall, blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, dmazzoni, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, eae+blinkwatch, je_julie, nektarios, nektar+watch_chromium.org, rwlbuis, sof, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removed CORE_EXPORT from APIs at NodeTraversal. CORE_EXPORT was added at crrev.com/1628283002 and it caused performance degrade on traversing dom. This patch adds nextRadioButtonInGroup at RadioInputType and makes AXRadioInput use it to avoid using dom traversing APIs directly. BUG=592282 Committed: https://crrev.com/d420eecfc4f7881986bfbc623c3598a0b72c06c9 Cr-Commit-Position: refs/heads/master@{#381371}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Moved DOM Traversing API to RadioInputTYpe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -30 lines) Patch
M third_party/WebKit/Source/core/dom/NodeTraversal.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/RadioInputType.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/RadioInputType.cpp View 1 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXRadioInput.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXRadioInput.cpp View 1 5 chunks +5 lines, -27 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
je_julie(Not used)
Hi tkent, keishi and Dominic, This patch fixes performance degrade at crbug.com/592282 caused by crrev.com/592282. ...
4 years, 9 months ago (2016-03-14 16:10:29 UTC) #2
tkent
https://codereview.chromium.org/1798043002/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.h File third_party/WebKit/Source/core/html/forms/RadioInputType.h (right): https://codereview.chromium.org/1798043002/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.h#newcode60 third_party/WebKit/Source/core/html/forms/RadioInputType.h:60: CORE_EXPORT HTMLElement* nextElement(const HTMLElement&, HTMLFormElement* stayWithin, bool forward); I ...
4 years, 9 months ago (2016-03-14 23:30:14 UTC) #3
je_julie(Not used)
On 2016/03/14 23:30:14, tkent wrote: > https://codereview.chromium.org/1798043002/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.h > File third_party/WebKit/Source/core/html/forms/RadioInputType.h (right): > > https://codereview.chromium.org/1798043002/diff/1/third_party/WebKit/Source/core/html/forms/RadioInputType.h#newcode60 > ...
4 years, 9 months ago (2016-03-15 14:35:16 UTC) #5
tkent
lgtm
4 years, 9 months ago (2016-03-15 22:30:27 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1798043002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1798043002/40001
4 years, 9 months ago (2016-03-15 22:30:45 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 9 months ago (2016-03-16 00:47:22 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-16 00:48:21 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d420eecfc4f7881986bfbc623c3598a0b72c06c9
Cr-Commit-Position: refs/heads/master@{#381371}

Powered by Google App Engine
This is Rietveld 408576698