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

Issue 253903004: Make iOS browsers searchable by telemetry. (Closed)

Created:
6 years, 7 months ago by baxley
Modified:
6 years, 6 months ago
Reviewers:
dtu, tonyg
CC:
chromium-reviews, telemetry+watch_chromium.org, klundberg
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make iOS browsers searchable by telemetry. Add support, via ios-webkit-debug-proxy, to find running instances of Chrome and Safari on an iOS device. BUG=368323 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278880

Patch Set 1 #

Total comments: 13

Patch Set 2 : Simple clean up. #

Total comments: 1

Patch Set 3 : Update per offline discussion. #

Patch Set 4 : Fix blank lines #

Total comments: 27

Patch Set 5 : rebase and address comments #

Patch Set 6 : cleanup #

Patch Set 7 : remove unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -0 lines) Patch
A tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py View 1 2 3 4 5 1 chunk +131 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_finder.py View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
baxley
Here's a first pass at implementing browser_finder on iOS. Let me know what you think ...
6 years, 7 months ago (2014-04-29 17:57:29 UTC) #1
baxley
CC: klundberg@chromium.org
6 years, 7 months ago (2014-04-29 17:58:38 UTC) #2
tonyg
Nice! Looks like this is on the right track, but I have a few questions, ...
6 years, 7 months ago (2014-04-29 19:52:10 UTC) #3
baxley
Thanks for the review! I had a couple of questions/answers to some of your questions. ...
6 years, 7 months ago (2014-04-30 16:29:52 UTC) #4
baxley
I looked at the json/version example to get the User-Agent, but couldn't figure out how ...
6 years, 7 months ago (2014-04-30 23:14:08 UTC) #5
baxley
Ping. Let me know if it'd be better to meet offline to talk about this. ...
6 years, 7 months ago (2014-05-07 18:48:36 UTC) #6
tonyg
On 2014/04/30 16:29:52, baxley wrote: > Thanks for the review! > > I had a ...
6 years, 7 months ago (2014-05-14 10:02:42 UTC) #7
tonyg
On 2014/04/30 23:14:08, baxley wrote: > I looked at the json/version example to get the ...
6 years, 7 months ago (2014-05-14 10:05:34 UTC) #8
baxley
On 2014/05/14 10:02:42, tonyg wrote: > On 2014/04/30 16:29:52, baxley wrote: > > Thanks for ...
6 years, 7 months ago (2014-05-15 18:09:05 UTC) #9
baxley
On 2014/05/14 10:05:34, tonyg wrote: > On 2014/04/30 23:14:08, baxley wrote: > > I haven't ...
6 years, 7 months ago (2014-05-15 18:11:51 UTC) #10
baxley
I looked at it a little more. This is still a ways from being ready ...
6 years, 7 months ago (2014-05-16 22:35:35 UTC) #11
baxley
Okay, I finally got around to applying some of the comments we discussed. I littered ...
6 years, 6 months ago (2014-06-13 23:34:22 UTC) #12
dtu
Mostly nits at this point. Looking good! https://codereview.chromium.org/253903004/diff/60001/tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py File tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py (right): https://codereview.chromium.org/253903004/diff/60001/tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py#newcode24 tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py:24: super(PossibleIOSBrowser, self).__init__(browser_type, ...
6 years, 6 months ago (2014-06-14 00:03:58 UTC) #13
tonyg
Just a few comments from my end that I think should be addressed before landing. ...
6 years, 6 months ago (2014-06-14 00:31:12 UTC) #14
baxley
PTAL! I addressed the comments. My main outstanding question is about the unit tests and ...
6 years, 6 months ago (2014-06-20 16:19:46 UTC) #15
tonyg
lgtm
6 years, 6 months ago (2014-06-20 16:51:24 UTC) #16
baxley
The CQ bit was checked by baxley@chromium.org
6 years, 6 months ago (2014-06-20 16:56:52 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baxley@chromium.org/253903004/100001
6 years, 6 months ago (2014-06-20 17:00:54 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-20 19:15:29 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 19:36:31 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/44366)
6 years, 6 months ago (2014-06-20 19:36:32 UTC) #21
baxley
The CQ bit was checked by baxley@chromium.org
6 years, 6 months ago (2014-06-20 19:56:19 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/baxley@chromium.org/253903004/120001
6 years, 6 months ago (2014-06-20 20:00:19 UTC) #23
baxley
I removed the unit test since they were running with the test.Enabled('ios') on other platforms. ...
6 years, 6 months ago (2014-06-20 20:11:55 UTC) #24
tonyg
On 2014/06/20 20:11:55, baxley wrote: > I removed the unit test since they were running ...
6 years, 6 months ago (2014-06-21 00:00:19 UTC) #25
commit-bot: I haz the power
6 years, 6 months ago (2014-06-21 00:31:23 UTC) #26
Message was sent while issue was closed.
Change committed as 278880

Powered by Google App Engine
This is Rietveld 408576698