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

Issue 2527763003: [DevTools] Turn links into spans to prevent default behavior. (Closed)

Created:
4 years ago by dgozman
Modified:
4 years ago
Reviewers:
lushnikov
CC:
chromium-reviews, extensions-reviews_chromium.org, caseq+blink_chromium.org, blink-reviews-style_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Turn links into spans to prevent default behavior. Also replaced two different classes with a single one. BUG=665661 Committed: https://crrev.com/1c7d33a6563cab463e7b6893a9c18f937acadb4f Cr-Commit-Position: refs/heads/master@{#434359}

Patch Set 1 #

Total comments: 13

Patch Set 2 : fixed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -186 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/console/console-links-in-errors-with-trace.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/elements-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt View 1 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-links.html View 1 chunk +5 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-links-expected.txt View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors-expected.txt View 1 chunk +21 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-object-preview-expected.txt View 1 chunk +54 lines, -54 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-proxy-expected.txt View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify.html View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-url-linkify-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/Linkifier.js View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/consoleView.css View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ElementsPanel.js View 2 chunks +11 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeElement.js View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js View 3 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css View 2 chunks +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/Main.js View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/networkLogView.css View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/heapProfiler.css View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/resources/serviceWorkersView.css View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/UIList.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/uiList.css View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/terminal/terminal.css View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js View 1 2 chunks +9 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css View 1 1 chunk +6 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlightDark.css View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui_lazy/dataGrid.css View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (13 generated)
dgozman
Last patch! PTAL? \o/
4 years ago (2016-11-23 23:09:50 UTC) #2
lushnikov
https://codereview.chromium.org/2527763003/diff/1/third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt File third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt (right): https://codereview.chromium.org/2527763003/diff/1/third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt#newcode4 third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt:4: <span class="highlight"><span class="webkit-html-tag">&lt;<span class="webkit-html-tag-name">img</span> <span class="webkit-html-attribute"><span class="webkit-html-attribute-name">id</span>=​"<span class="webkit-html-attribute-value">linkify-1</span>"</span> <span ...
4 years ago (2016-11-24 00:14:40 UTC) #5
lushnikov
lgtm! My concern about image "src" popover was addressed offline
4 years ago (2016-11-24 00:43:42 UTC) #6
dgozman
https://codereview.chromium.org/2527763003/diff/1/third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt File third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt (right): https://codereview.chromium.org/2527763003/diff/1/third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt#newcode4 third_party/WebKit/LayoutTests/http/tests/inspector/elements/elements-linkify-attributes-expected.txt:4: <span class="highlight"><span class="webkit-html-tag">&lt;<span class="webkit-html-tag-name">img</span> <span class="webkit-html-attribute"><span class="webkit-html-attribute-name">id</span>=​"<span class="webkit-html-attribute-value">linkify-1</span>"</span> <span ...
4 years ago (2016-11-24 00:58:30 UTC) #7
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/2527763003/20001
4 years ago (2016-11-24 00:59:52 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: blimp_linux_dbg on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) cast_shell_linux on ...
4 years ago (2016-11-24 03:01:18 UTC) #12
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/2527763003/20001
4 years ago (2016-11-24 03:55:18 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
4 years ago (2016-11-24 05:56:19 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/2527763003/20001
4 years ago (2016-11-24 06:13:59 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/198039)
4 years ago (2016-11-24 06:41:49 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/2527763003/20001
4 years ago (2016-11-24 17:15:37 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years ago (2016-11-24 17:31:37 UTC) #24
commit-bot: I haz the power
4 years ago (2016-11-24 17:34:44 UTC) #26
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1c7d33a6563cab463e7b6893a9c18f937acadb4f
Cr-Commit-Position: refs/heads/master@{#434359}

Powered by Google App Engine
This is Rietveld 408576698