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

Issue 2734043002: DevTools: fix stretch layout in search/replace bar (Closed)

Created:
3 years, 9 months ago by luoe
Modified:
3 years, 9 months ago
Reviewers:
lushnikov
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: fix stretch layout in search/replace bar SearchableView used to build the find and replace UI using <table>. A table inside a flex container produced the strange behavior in the bug. This CL fixes the visual bug, removes the table elements, and changes the layout of the find/replace text inputs to stretch as much as possible. BUG=698830 Review-Url: https://codereview.chromium.org/2734043002 Cr-Commit-Position: refs/heads/master@{#455244} Committed: https://chromium.googlesource.com/chromium/src/+/336d5878c4c612627f0a8333f71b50a04b7091d1

Patch Set 1 #

Total comments: 2

Patch Set 2 : ac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -61 lines) Patch
M third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js View 1 2 chunks +37 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/searchableView.css View 5 chunks +23 lines, -12 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
luoe
Please take a look
3 years, 9 months ago (2017-03-07 00:51:55 UTC) #3
lushnikov
lgtm https://codereview.chromium.org/2734043002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js File third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js (right): https://codereview.chromium.org/2734043002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js#newcode103 third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js:103: this._nonInputElements = this._footerElement.createChild('div', 'toolbar-search-buttons hidden'); this._buttonsContainer
3 years, 9 months ago (2017-03-07 02:26:01 UTC) #4
luoe
https://codereview.chromium.org/2734043002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js File third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js (right): https://codereview.chromium.org/2734043002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js#newcode103 third_party/WebKit/Source/devtools/front_end/ui/SearchableView.js:103: this._nonInputElements = this._footerElement.createChild('div', 'toolbar-search-buttons hidden'); On 2017/03/07 02:26:01, lushnikov ...
3 years, 9 months ago (2017-03-07 02:28:55 UTC) #5
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/2734043002/20001
3 years, 9 months ago (2017-03-07 02:29:56 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/379161)
3 years, 9 months ago (2017-03-07 05:48:06 UTC) #10
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/2734043002/20001
3 years, 9 months ago (2017-03-07 05:56:01 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/395600)
3 years, 9 months ago (2017-03-07 07:20:46 UTC) #14
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/2734043002/20001
3 years, 9 months ago (2017-03-07 19:53:18 UTC) #16
commit-bot: I haz the power
3 years, 9 months ago (2017-03-07 22:14:37 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/336d5878c4c612627f0a8333f71b...

Powered by Google App Engine
This is Rietveld 408576698