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

Issue 2912013002: NetInfo: Slight update to the default network quality value (Closed)

Created:
3 years, 6 months ago by tbansal1
Modified:
3 years, 6 months ago
Reviewers:
haraken, jkarlin, nasko
CC:
chromium-reviews, cbentzel+watch_chromium.org, jam, net-reviews_chromium.org, blink-reviews, darin-cc_chromium.org, jkarlin+watch_chromium.org, haraken, kinuko+watch, tbansal+watch-nqe_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

NetInfo: Slight update to the default network quality value This CL changes the default values of |downlink| to be a multiple of 25 kbps. BUG=727786 Review-Url: https://codereview.chromium.org/2912013002 Cr-Commit-Position: refs/heads/master@{#477227} Committed: https://chromium.googlesource.com/chromium/src/+/420ae3445c9b1530ba81ac651966d01548c04d09

Patch Set 1 : ps #

Total comments: 4

Patch Set 2 : jkarlin comments #

Total comments: 12

Patch Set 3 : nasko comments #

Patch Set 4 : Rebased, nasko comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -19 lines) Patch
M content/browser/net_info_browsertest.cc View 1 2 3 12 chunks +34 lines, -13 lines 0 comments Download
M content/test/data/net_info.html View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 81 (57 generated)
tbansal1
haraken: ptal. Thanks.
3 years, 6 months ago (2017-05-30 18:16:07 UTC) #19
haraken
LGTM but I guess jkarlin would be a better reviewer for modules/netinfo/.
3 years, 6 months ago (2017-05-31 00:14:47 UTC) #24
tbansal1
jkarlin: ptal. Thanks.
3 years, 6 months ago (2017-05-31 00:15:08 UTC) #25
jkarlin
The spec is still unclear on what the value should be if the value is ...
3 years, 6 months ago (2017-05-31 11:39:28 UTC) #26
tbansal1
On 2017/05/31 11:39:28, jkarlin wrote: > The spec is still unclear on what the value ...
3 years, 6 months ago (2017-05-31 16:14:22 UTC) #27
jkarlin
On 2017/05/31 16:14:22, tbansal1 wrote: > On 2017/05/31 11:39:28, jkarlin wrote: > > The spec ...
3 years, 6 months ago (2017-05-31 16:23:01 UTC) #28
tbansal1
On 2017/05/31 16:23:01, jkarlin wrote: > On 2017/05/31 16:14:22, tbansal1 wrote: > > On 2017/05/31 ...
3 years, 6 months ago (2017-05-31 16:53:27 UTC) #29
tbansal1
On 2017/05/31 16:53:27, tbansal1 wrote: > On 2017/05/31 16:23:01, jkarlin wrote: > > On 2017/05/31 ...
3 years, 6 months ago (2017-05-31 16:54:25 UTC) #30
jkarlin
> > > Hmm, why isn't a default value available on renderer creation? Connection > ...
3 years, 6 months ago (2017-05-31 17:27:50 UTC) #31
jkarlin
My general thought is that this is unspecced behavior. You're only running into this problem ...
3 years, 6 months ago (2017-05-31 17:44:22 UTC) #32
jkarlin
On 2017/05/31 17:44:22, jkarlin wrote: > My general thought is that this is unspecced behavior. ...
3 years, 6 months ago (2017-05-31 17:57:14 UTC) #33
tbansal1
> Please do file the DCHECK bug. https://bugs.chromium.org/p/chromium/issues/detail?id=728771
3 years, 6 months ago (2017-06-01 20:41:33 UTC) #35
tbansal1
https://codereview.chromium.org/2912013002/diff/80001/content/browser/net_info_browsertest.cc File content/browser/net_info_browsertest.cc (right): https://codereview.chromium.org/2912013002/diff/80001/content/browser/net_info_browsertest.cc#newcode182 content/browser/net_info_browsertest.cc:182: EXPECT_EQ(0, RunScriptExtractDouble("getRtt()")); On 2017/05/31 17:44:22, jkarlin wrote: > Doesn't ...
3 years, 6 months ago (2017-06-01 20:41:52 UTC) #37
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/2912013002/120001
3 years, 6 months ago (2017-06-01 20:44:04 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/453678)
3 years, 6 months ago (2017-06-01 20:53:37 UTC) #45
tbansal1
nasko: ptal content/browser/net_info_browsertest.cc. Thanks.
3 years, 6 months ago (2017-06-01 21:08:03 UTC) #50
nasko
https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc File content/browser/net_info_browsertest.cc (right): https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc#newcode102 content/browser/net_info_browsertest.cc:102: EXPECT_TRUE(base::StringToInt(RunScriptExtractString(script), &data)); ExecuteScriptAndExtractInt? https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc#newcode188 content/browser/net_info_browsertest.cc:188: EXPECT_EQ(0, RunScriptExtractInt("getRtt()")); Why can't ...
3 years, 6 months ago (2017-06-01 22:16:13 UTC) #53
tbansal1
nasko: ptal. Thanks. https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc File content/browser/net_info_browsertest.cc (right): https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc#newcode102 content/browser/net_info_browsertest.cc:102: EXPECT_TRUE(base::StringToInt(RunScriptExtractString(script), &data)); On 2017/06/01 22:16:13, nasko ...
3 years, 6 months ago (2017-06-01 23:26:47 UTC) #55
nasko
https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc File content/browser/net_info_browsertest.cc (right): https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc#newcode198 content/browser/net_info_browsertest.cc:198: EXPECT_TRUE(static_cast<int>(downlink_mbps * 1000) % 25 == 0 || On ...
3 years, 6 months ago (2017-06-03 00:09:47 UTC) #60
tbansal1
nasko: ptal. Thanks. https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc File content/browser/net_info_browsertest.cc (right): https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc#newcode198 content/browser/net_info_browsertest.cc:198: EXPECT_TRUE(static_cast<int>(downlink_mbps * 1000) % 25 == ...
3 years, 6 months ago (2017-06-05 13:52:20 UTC) #69
nasko
LGTM https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc File content/browser/net_info_browsertest.cc (right): https://codereview.chromium.org/2912013002/diff/140001/content/browser/net_info_browsertest.cc#newcode198 content/browser/net_info_browsertest.cc:198: EXPECT_TRUE(static_cast<int>(downlink_mbps * 1000) % 25 == 0 || ...
3 years, 6 months ago (2017-06-05 23:43:01 UTC) #70
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/2912013002/200001
3 years, 6 months ago (2017-06-06 07:27:14 UTC) #77
commit-bot: I haz the power
Committed patchset #4 (id:200001) as https://chromium.googlesource.com/chromium/src/+/420ae3445c9b1530ba81ac651966d01548c04d09
3 years, 6 months ago (2017-06-06 07:31:58 UTC) #80
tbansal1
3 years, 6 months ago (2017-06-06 07:32:12 UTC) #81
Message was sent while issue was closed.

          

Powered by Google App Engine
This is Rietveld 408576698