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

Issue 1985983002: WebUI: shuffle less between threads when responding to requests (Closed)

Created:
4 years, 7 months ago by Dan Beam
Modified:
4 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebUI: shuffle less between threads when responding to requests Also, re-enable GetAdditionalWebUIHostsToIgnoreParititionCheck which just seemed to be dead code for the last 2.2 years. R=avi@chromium.org BUG=338127 Committed: https://crrev.com/78b98db5654803262d752a07050e7d77f6cc6bfa Cr-Commit-Position: refs/heads/master@{#394944}

Patch Set 1 #

Total comments: 4

Patch Set 2 : zombie code #

Total comments: 2

Patch Set 3 : move trace #

Total comments: 2

Patch Set 4 : compile fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -24 lines) Patch
M content/browser/webui/url_data_manager_backend.cc View 1 2 3 3 chunks +31 lines, -24 lines 0 comments Download

Messages

Total messages: 40 (14 generated)
Dan Beam
jam@ seems offsite or OOO for a while, so the `git cl owners` roulette wheel ...
4 years, 7 months ago (2016-05-17 03:24:14 UTC) #4
Avi (use Gerrit)
https://codereview.chromium.org/1985983002/diff/1/content/browser/webui/url_data_manager_backend.cc File content/browser/webui/url_data_manager_backend.cc (left): https://codereview.chromium.org/1985983002/diff/1/content/browser/webui/url_data_manager_backend.cc#oldcode404 content/browser/webui/url_data_manager_backend.cc:404: std::find(hosts.begin(), hosts.end(), url.host()) != hosts.end())) { On 2016/05/17 03:24:14, ...
4 years, 7 months ago (2016-05-17 03:30:20 UTC) #5
Dan Beam
https://codereview.chromium.org/1985983002/diff/1/content/browser/webui/url_data_manager_backend.cc File content/browser/webui/url_data_manager_backend.cc (left): https://codereview.chromium.org/1985983002/diff/1/content/browser/webui/url_data_manager_backend.cc#oldcode404 content/browser/webui/url_data_manager_backend.cc:404: std::find(hosts.begin(), hosts.end(), url.host()) != hosts.end())) { On 2016/05/17 03:30:20, ...
4 years, 7 months ago (2016-05-17 03:32:16 UTC) #6
jam
btw I don't remember the details, but this was related for webview-based signin. It's probably ...
4 years, 7 months ago (2016-05-17 19:13:43 UTC) #8
Dan Beam
/cc nasko@, creis@
4 years, 7 months ago (2016-05-17 19:29:14 UTC) #9
groby-ooo-7-16
On 2016/05/17 19:29:14, Dan Beam wrote: > /cc nasko@, creis@ For a bit more context: ...
4 years, 7 months ago (2016-05-17 20:33:46 UTC) #10
Dan Beam
On 2016/05/17 20:33:46, groby wrote: > On 2016/05/17 19:29:14, Dan Beam wrote: > > /cc ...
4 years, 7 months ago (2016-05-17 21:03:47 UTC) #11
Charlie Reis
[+rogerta] Wow, thanks for coming across this. It looks bad, but maybe it's all just ...
4 years, 7 months ago (2016-05-17 21:08:10 UTC) #13
Roger Tawa OOO till Jul 10th
On 2016/05/17 at 21:08:10, creis wrote: > [+rogerta] > > Wow, thanks for coming across ...
4 years, 7 months ago (2016-05-18 20:00:16 UTC) #14
Charlie Reis
On 2016/05/18 20:00:16, Roger Tawa wrote: > On 2016/05/17 at 21:08:10, creis wrote: > > ...
4 years, 7 months ago (2016-05-18 20:03:57 UTC) #15
Roger Tawa OOO till Jul 10th
+Anthony, Anthony has redone the sign-in flow for gaia's new password separated flow, so may ...
4 years, 7 months ago (2016-05-18 20:15:02 UTC) #16
anthonyvd
On 2016/05/18 at 20:15:02, rogerta wrote: > +Anthony, > > Anthony has redone the sign-in ...
4 years, 7 months ago (2016-05-18 20:47:46 UTC) #17
Avi (use Gerrit)
On 2016/05/18 20:47:46, anthonyvd wrote: > This code predates me by a lot and I ...
4 years, 7 months ago (2016-05-18 21:42:30 UTC) #18
groby-ooo-7-16
> From what I > understand, this is an exception to allow navigating to chrome:// ...
4 years, 7 months ago (2016-05-18 22:05:28 UTC) #19
Charlie Reis
On 2016/05/18 22:05:28, groby wrote: > > From what I > > understand, this is ...
4 years, 7 months ago (2016-05-18 23:58:20 UTC) #20
groby-ooo-7-16
> Wait, how is chrome-devtools:// related to CheckStoragePartitionMatches? It's > not depending on this check, ...
4 years, 7 months ago (2016-05-19 00:38:15 UTC) #21
Dan Beam
re-instates the host filtering in a more efficient way. we'll have to figure out a ...
4 years, 7 months ago (2016-05-19 03:57:43 UTC) #22
Dan Beam
https://codereview.chromium.org/1985983002/diff/20001/content/browser/webui/url_data_manager_backend.cc File content/browser/webui/url_data_manager_backend.cc (right): https://codereview.chromium.org/1985983002/diff/20001/content/browser/webui/url_data_manager_backend.cc#newcode295 content/browser/webui/url_data_manager_backend.cc:295: TRACE_EVENT_ASYNC_BEGIN1("browser", "DataManager:Request", this, "URL", btw, I'll move this to ...
4 years, 7 months ago (2016-05-19 06:46:26 UTC) #23
Roger Tawa OOO till Jul 10th
Wrt: """ My seeming disregard for tests stems from the fact chrome-signin doesn't use any ...
4 years, 7 months ago (2016-05-19 12:01:56 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1985983002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1985983002/40001
4 years, 7 months ago (2016-05-19 20:31:57 UTC) #26
Charlie Reis
I'm happy with patch set 3. It's a clear optimization, and it fixes a bug ...
4 years, 7 months ago (2016-05-19 20:35:50 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/69197) cast_shell_android on ...
4 years, 7 months ago (2016-05-19 20:43:17 UTC) #29
Dan Beam
and updated CL desc https://codereview.chromium.org/1985983002/diff/40001/content/browser/webui/url_data_manager_backend.cc File content/browser/webui/url_data_manager_backend.cc (right): https://codereview.chromium.org/1985983002/diff/40001/content/browser/webui/url_data_manager_backend.cc#newcode280 content/browser/webui/url_data_manager_backend.cc:280: if (url.SchemeIs(kChromeUIScheme)) { On 2016/05/19 ...
4 years, 7 months ago (2016-05-19 23:46:46 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1985983002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1985983002/60001
4 years, 7 months ago (2016-05-19 23:47:53 UTC) #36
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-20 01:29:10 UTC) #38
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 01:30:34 UTC) #40
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/78b98db5654803262d752a07050e7d77f6cc6bfa
Cr-Commit-Position: refs/heads/master@{#394944}

Powered by Google App Engine
This is Rietveld 408576698