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

Issue 216183003: DevTools: Make sure UISC content is up-to-date when running performSearchInContent() (Closed)

Created:
6 years, 9 months ago by apavlov
Modified:
6 years, 8 months ago
Reviewers:
vsevik, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: Make sure UISC content is up-to-date when running performSearchInContent() R=vsevik@chromium.org, vsevik BUG=357614 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170559

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Total comments: 6

Patch Set 3 : Comments addressed #

Total comments: 2

Patch Set 4 : Introduce callback array for pending requests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -20 lines) Patch
M Source/devtools/front_end/ResourceScriptMapping.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/SourcesSearchScope.js View 1 2 3 chunks +28 lines, -1 line 0 comments Download
M Source/devtools/front_end/UISourceCode.js View 1 2 3 3 chunks +32 lines, -17 lines 0 comments Download
M Source/devtools/front_end/utilities.js View 1 2 1 chunk +11 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
apavlov
6 years, 9 months ago (2014-03-28 15:13:06 UTC) #1
vsevik
https://chromiumcodereview.appspot.com/216183003/diff/1/Source/devtools/front_end/SourcesSearchScope.js File Source/devtools/front_end/SourcesSearchScope.js (right): https://chromiumcodereview.appspot.com/216183003/diff/1/Source/devtools/front_end/SourcesSearchScope.js#newcode139 Source/devtools/front_end/SourcesSearchScope.js:139: matchingFiles.put(file); Can we use matchingFiles.put.bind(matchingFiles) instead? https://chromiumcodereview.appspot.com/216183003/diff/1/Source/devtools/front_end/SourcesSearchScope.js#newcode145 Source/devtools/front_end/SourcesSearchScope.js:145: * ...
6 years, 9 months ago (2014-03-28 16:18:36 UTC) #2
apavlov
https://codereview.chromium.org/216183003/diff/1/Source/devtools/front_end/SourcesSearchScope.js File Source/devtools/front_end/SourcesSearchScope.js (right): https://codereview.chromium.org/216183003/diff/1/Source/devtools/front_end/SourcesSearchScope.js#newcode139 Source/devtools/front_end/SourcesSearchScope.js:139: matchingFiles.put(file); On 2014/03/28 16:18:36, vsevik wrote: > Can we ...
6 years, 8 months ago (2014-03-30 13:02:08 UTC) #3
apavlov
PTAL
6 years, 8 months ago (2014-03-31 16:23:09 UTC) #4
pfeldman
https://codereview.chromium.org/216183003/diff/20001/Source/devtools/front_end/SourcesSearchScope.js File Source/devtools/front_end/SourcesSearchScope.js (right): https://codereview.chromium.org/216183003/diff/20001/Source/devtools/front_end/SourcesSearchScope.js#newcode138 Source/devtools/front_end/SourcesSearchScope.js:138: files.forEach(matchingFiles.put.bind(matchingFiles)); While you are here, could you rename StringSet's ...
6 years, 8 months ago (2014-03-31 19:20:50 UTC) #5
apavlov
https://codereview.chromium.org/216183003/diff/20001/Source/devtools/front_end/SourcesSearchScope.js File Source/devtools/front_end/SourcesSearchScope.js (right): https://codereview.chromium.org/216183003/diff/20001/Source/devtools/front_end/SourcesSearchScope.js#newcode138 Source/devtools/front_end/SourcesSearchScope.js:138: files.forEach(matchingFiles.put.bind(matchingFiles)); On 2014/03/31 19:20:51, pfeldman wrote: > While you ...
6 years, 8 months ago (2014-04-01 07:26:00 UTC) #6
vsevik
lgtm, but consider fixing one of the callback() calls below. https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js File Source/devtools/front_end/UISourceCode.js (right): https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js#newcode275 ...
6 years, 8 months ago (2014-04-01 09:10:20 UTC) #7
apavlov
https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js File Source/devtools/front_end/UISourceCode.js (right): https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js#newcode275 Source/devtools/front_end/UISourceCode.js:275: callback(); On 2014/04/01 09:10:20, vsevik wrote: > This one ...
6 years, 8 months ago (2014-04-01 09:12:24 UTC) #8
vsevik
On 2014/04/01 09:12:24, apavlov wrote: > https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js > File Source/devtools/front_end/UISourceCode.js (right): > > https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js#newcode275 > ...
6 years, 8 months ago (2014-04-01 09:49:34 UTC) #9
apavlov
On 2014/04/01 09:49:34, vsevik wrote: > On 2014/04/01 09:12:24, apavlov wrote: > > > https://codereview.chromium.org/216183003/diff/60001/Source/devtools/front_end/UISourceCode.js ...
6 years, 8 months ago (2014-04-01 11:14:32 UTC) #10
apavlov
The CQ bit was checked by apavlov@chromium.org
6 years, 8 months ago (2014-04-01 11:24:20 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/apavlov@chromium.org/216183003/80001
6 years, 8 months ago (2014-04-01 11:24:23 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-01 11:36:28 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 8 months ago (2014-04-01 11:36:28 UTC) #14
apavlov
6 years, 8 months ago (2014-04-01 13:10:01 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 manually as r170559 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698