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

Issue 2869643002: DevTools: Fix a regression that double-clicking an item in the Network tab doesn't open the item in… (Closed)

Created:
3 years, 7 months ago by tkent
Modified:
3 years, 6 months ago
Reviewers:
aabadi, dgozman, lushnikov
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lpfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Fix a regression that double-clicking an item in the Network tab doesn't open the item in a new tab. ViewportDataGrid._update() has the following code: tBody.insertBefore(element, previousElement.nextSibling); where |previousElement.nextSibling| can be |element|. The code did nothing before [1], but we remove |element| from |tBody| and add it to |tBody| again after [1]. Because the code is executed in 'mousedown' event handler, 'dblclick' event for |element| wasn't dispatched. This CL updates ViewportDataGrid so that it skips to call insertBefore() if |element| is |previousElement.nextSibling|. [1] https://chromium.googlesource.com/chromium/src/+/1c12127b721f833f37b81553e19b8eb0392da651 BUG=716583 Review-Url: https://codereview.chromium.org/2869643002 Cr-Commit-Position: refs/heads/master@{#470833} Committed: https://chromium.googlesource.com/chromium/src/+/6d44fde7f95c979cd78698142389b6fe4fa8916f

Patch Set 1 #

Patch Set 2 : Change ViewportDataGrid.js instead of Widget.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 26 (17 generated)
tkent
lushnikov@, would you review this, or would you route this to an appropriate reviewer please? ...
3 years, 7 months ago (2017-05-08 07:33:52 UTC) #7
lushnikov
On 2017/05/08 07:33:52, tkent wrote: > lushnikov@, would you review this, or would you route ...
3 years, 7 months ago (2017-05-08 19:51:03 UTC) #8
tkent
On 2017/05/08 at 19:51:03, lushnikov wrote: > > * I'm not sure this approach is ...
3 years, 7 months ago (2017-05-09 13:25:38 UTC) #13
lushnikov
lgtm, thanks cc'ing Dmitry so that he's aware about this overall
3 years, 7 months ago (2017-05-09 18:33:01 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/2869643002/20001
3 years, 7 months ago (2017-05-10 22:46:47 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/450928)
3 years, 7 months ago (2017-05-11 00:53:05 UTC) #20
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/2869643002/20001
3 years, 7 months ago (2017-05-11 04:19:06 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/6d44fde7f95c979cd78698142389b6fe4fa8916f
3 years, 7 months ago (2017-05-11 05:55:40 UTC) #25
aabadi_starconnecting.com
3 years, 6 months ago (2017-06-06 18:00:07 UTC) #26
Message was sent while issue was closed.
Im very new on this, but I'm still facing this problem on my chrome version. How
can I check if this patch is already on the version I have installed on my
desktop?

Thks in advance
Rgds

-- 
You received this message because you are subscribed to the Google Groups "Blink
Reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to blink-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698