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

Issue 2586063002: DevTools: Show redirects from navigator.sendBeacon() (Closed)

Created:
4 years ago by ahmetemirercin
Modified:
3 years, 11 months ago
CC:
blink-reviews, chromium-reviews, gavinp+loader_chromium.org, Nate Chapin, loading-reviews_chromium.org, tyoshino+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Show redirects from navigator.sendBeacon() BUG=672258 Review-Url: https://codereview.chromium.org/2586063002 Cr-Commit-Position: refs/heads/master@{#442880} Committed: https://chromium.googlesource.com/chromium/src/+/ce6ec84a84d649f1792d4ef52b611050bba468d4

Patch Set 1 #

Total comments: 2

Patch Set 2 : Test added #

Total comments: 8

Patch Set 3 : Protocol test added #

Total comments: 7

Patch Set 4 : used sendCommandOrDie #

Patch Set 5 : rebased #

Patch Set 6 : corrected m_frame->frame() #

Messages

Total messages: 37 (15 generated)
ahmetemirercin
Please take a look at this.
4 years ago (2016-12-17 23:06:29 UTC) #3
allada
+tyoshino for further check. to me it's lgtm. I love the patch, but I think ...
4 years ago (2016-12-20 02:35:54 UTC) #5
ahmetemirercin
On 2016/12/20 02:35:54, allada wrote: > +tyoshino for further check. > > to me it's ...
4 years ago (2016-12-20 07:08:47 UTC) #6
ahmetemirercin
https://codereview.chromium.org/2586063002/diff/1/third_party/WebKit/Source/core/loader/PingLoader.cpp File third_party/WebKit/Source/core/loader/PingLoader.cpp (right): https://codereview.chromium.org/2586063002/diff/1/third_party/WebKit/Source/core/loader/PingLoader.cpp#newcode327 third_party/WebKit/Source/core/loader/PingLoader.cpp:327: if (m_frame && m_frame->document()) { On 2016/12/20 02:35:54, allada ...
4 years ago (2016-12-20 07:09:07 UTC) #7
ahmetemirercin
Just added a test.
4 years ago (2016-12-20 22:40:29 UTC) #8
allada
Thanks! The test looks great! We are trying to be more careful on when we ...
3 years, 12 months ago (2016-12-21 22:53:14 UTC) #9
ahmetemirercin
https://codereview.chromium.org/2586063002/diff/20001/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-redirect.html File third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-redirect.html (right): https://codereview.chromium.org/2586063002/diff/20001/third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-redirect.html#newcode1 third_party/WebKit/LayoutTests/http/tests/inspector/network/ping-redirect.html:1: <html> On 2016/12/21 22:53:14, allada wrote: > Can we ...
3 years, 12 months ago (2016-12-22 02:53:28 UTC) #11
allada
I forgot to mention, you need to add yourself to the AUTHORS file. see: https://www.chromium.org/developers/contributing-code#TOC-Legal-stuff
3 years, 11 months ago (2016-12-29 19:46:29 UTC) #13
ahmetemirercin
On 2016/12/29 19:46:29, allada wrote: > I forgot to mention, you need to add yourself ...
3 years, 11 months ago (2016-12-29 19:53:24 UTC) #14
paulirish
tyoshino, could you take a look?
3 years, 11 months ago (2017-01-04 07:08:53 UTC) #15
tyoshino (SeeGerritForStatus)
Sorry for delay. I'm back from vacation. I'll review this next week.
3 years, 11 months ago (2017-01-06 11:27:09 UTC) #16
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js File third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js (right): https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js#newcode46 third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js:46: } can't we use the URL API for ...
3 years, 11 months ago (2017-01-10 05:21:40 UTC) #17
allada
https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js File third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js (right): https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js#newcode46 third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js:46: } On 2017/01/10 05:21:39, tyoshino wrote: > can't we ...
3 years, 11 months ago (2017-01-10 07:14:16 UTC) #18
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js File third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js (right): https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js#newcode46 third_party/WebKit/LayoutTests/http/tests/inspector-protocol/inspector-protocol-test.js:46: } On 2017/01/10 07:14:16, allada wrote: > On 2017/01/10 ...
3 years, 11 months ago (2017-01-10 10:36:29 UTC) #19
ahmetemirercin
https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/ping-redirect.html File third_party/WebKit/LayoutTests/http/tests/inspector-protocol/ping-redirect.html (right): https://codereview.chromium.org/2586063002/diff/80001/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/ping-redirect.html#newcode21 third_party/WebKit/LayoutTests/http/tests/inspector-protocol/ping-redirect.html:21: function didEnableNetwork() On 2017/01/10 07:14:16, allada wrote: > On ...
3 years, 11 months ago (2017-01-11 08:38:38 UTC) #20
tyoshino (SeeGerritForStatus)
lgtm
3 years, 11 months ago (2017-01-11 08:58:23 UTC) #21
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/2586063002/100001
3 years, 11 months ago (2017-01-11 09:09:50 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/133736) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-11 09:12:15 UTC) #26
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/2586063002/120001
3 years, 11 months ago (2017-01-11 10:22:55 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/289304) linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, ...
3 years, 11 months ago (2017-01-11 10:33:14 UTC) #31
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/2586063002/140001
3 years, 11 months ago (2017-01-11 11:03:17 UTC) #34
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 12:24:20 UTC) #37
Message was sent while issue was closed.
Committed patchset #6 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/ce6ec84a84d649f1792d4ef52b61...

Powered by Google App Engine
This is Rietveld 408576698