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

Issue 485743002: Add support for codepen to form_based_credentials_background (Closed)

Created:
6 years, 4 months ago by sullivan
Modified:
6 years, 3 months ago
Reviewers:
tonyg
CC:
chromium-reviews, telemetry+watch_chromium.org, dtu, jeremy, aiolos (Not reviewing)
Project:
chromium
Visibility:
Public.

Description

Add support for codepen to form_based_credentials_background Fix google credentials support. Migrate to action_runner when possible. BUG= Committed: https://crrev.com/c3ce3fff3f0f9fd365be29721e9911fbfb1fac47 Cr-Commit-Position: refs/heads/master@{#291705}

Patch Set 1 #

Patch Set 2 : Fixed codepen login and added some pages to the set. #

Patch Set 3 : Undo tracing timeout change #

Total comments: 13

Patch Set 4 : WIP #

Total comments: 4

Patch Set 5 : Working implmentation with some Wait() calls removed #

Patch Set 6 : fixed unit tests #

Patch Set 7 : Ready for review #

Total comments: 8

Patch Set 8 : addressed review comments #

Patch Set 9 : fix unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -53 lines) Patch
M tools/perf/page_sets/data/credentials.json.sha1 View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/codepen_credentials_backend_unittest.py View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/facebook_credentials_backend.py View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/facebook_credentials_backend_unittest.py View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/backends/form_based_credentials_backend.py View 1 2 3 4 5 6 7 5 chunks +39 lines, -34 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/form_based_credentials_backend_unittest_base.py View 1 2 3 4 5 6 2 chunks +11 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/google_credentials_backend.py View 1 2 3 1 chunk +5 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/google_credentials_backend_unittest.py View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_credentials.py View 1 2 3 4 5 6 7 3 chunks +5 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/browser_credentials_unittest.py View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (0 generated)
sullivan
I'm having two problems getting credentials to work when recording pagesets in telemetry: 1) I ...
6 years, 4 months ago (2014-08-18 16:33:40 UTC) #1
tonyg
[+ari]
6 years, 4 months ago (2014-08-18 16:38:57 UTC) #2
ariblue
On 2014/08/18 16:38:57, tonyg wrote: > [+ari] For the gmail part, I don't think this ...
6 years, 4 months ago (2014-08-18 19:24:57 UTC) #3
ariblue
On 2014/08/18 16:38:57, tonyg wrote: > [+ari] For the codepen part, I took a quick ...
6 years, 4 months ago (2014-08-18 21:08:56 UTC) #4
sullivan
Thanks so much for your help, Ari! I managed to get codepen working by fixing ...
6 years, 4 months ago (2014-08-20 15:51:09 UTC) #5
sullivan
6 years, 4 months ago (2014-08-20 15:51:35 UTC) #6
tonyg
Regarding the large amount of activity. I think that's a good thing for a "tough" ...
6 years, 4 months ago (2014-08-20 17:37:18 UTC) #7
jeremy
I think the gmail issue is not new and if you can figure out how ...
6 years, 4 months ago (2014-08-21 08:49:56 UTC) #8
sullivan
I haven't addressed all the review comments yet, but I found a hack that ensures ...
6 years, 4 months ago (2014-08-21 21:55:23 UTC) #9
sullivan
https://codereview.chromium.org/485743002/diff/60001/tools/telemetry/telemetry/core/backends/form_based_credentials_backend.py File tools/telemetry/telemetry/core/backends/form_based_credentials_backend.py (right): https://codereview.chromium.org/485743002/diff/60001/tools/telemetry/telemetry/core/backends/form_based_credentials_backend.py#newcode81 tools/telemetry/telemetry/core/backends/form_based_credentials_backend.py:81: ar.Wait(1) # TODO(sullivan): no hack!!! This is the hack ...
6 years, 4 months ago (2014-08-21 21:57:05 UTC) #10
tonyg
https://codereview.chromium.org/485743002/diff/60001/tools/perf/page_sets/tough_energy_cases.py File tools/perf/page_sets/tough_energy_cases.py (right): https://codereview.chromium.org/485743002/diff/60001/tools/perf/page_sets/tough_energy_cases.py#newcode50 tools/perf/page_sets/tough_energy_cases.py:50: # TODO(sullivan): uncomment this when Google login works properly. ...
6 years, 4 months ago (2014-08-21 22:34:06 UTC) #11
sullivan
This is ready for review. I will move tough_energy_cases to a follow-on CL.
6 years, 4 months ago (2014-08-22 21:18:59 UTC) #12
tonyg
lgtm Excellent :) https://codereview.chromium.org/485743002/diff/120001/tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py File tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py (right): https://codereview.chromium.org/485743002/diff/120001/tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py#newcode30 tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py:30: return ('if (window.LoginSettings) {' I think ...
6 years, 4 months ago (2014-08-22 21:35:10 UTC) #13
sullivan
https://codereview.chromium.org/485743002/diff/120001/tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py File tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py (right): https://codereview.chromium.org/485743002/diff/120001/tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py#newcode30 tools/telemetry/telemetry/core/backends/codepen_credentials_backend.py:30: return ('if (window.LoginSettings) {' On 2014/08/22 21:35:09, tonyg wrote: ...
6 years, 4 months ago (2014-08-22 21:46:54 UTC) #14
sullivan
The CQ bit was checked by sullivan@chromium.org
6 years, 4 months ago (2014-08-22 21:47:01 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sullivan@chromium.org/485743002/140001
6 years, 4 months ago (2014-08-22 21:50:52 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 23:15:33 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 23:54:34 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/6224)
6 years, 4 months ago (2014-08-22 23:54:35 UTC) #19
tonyg
On 2014/08/22 23:54:35, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 4 months ago (2014-08-22 23:57:27 UTC) #20
sullivan
The CQ bit was checked by sullivan@chromium.org
6 years, 4 months ago (2014-08-25 16:35:59 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sullivan@chromium.org/485743002/160001
6 years, 4 months ago (2014-08-25 16:36:52 UTC) #22
commit-bot: I haz the power
Committed patchset #9 (160001) as a64e885edb85f66035f35a848c0add3726a663af
6 years, 4 months ago (2014-08-25 17:35:33 UTC) #23
jam
A revert of this CL (patchset #9) has been created in https://codereview.chromium.org/502533003/ by jam@chromium.org. The ...
6 years, 3 months ago (2014-08-26 17:20:45 UTC) #24
tonyg
John, thanks for the fix. BTW, is there any easy way we can notice things ...
6 years, 3 months ago (2014-08-26 17:27:14 UTC) #25
jam
On 2014/08/26 17:27:14, tonyg wrote: > John, thanks for the fix. BTW, is there any ...
6 years, 3 months ago (2014-08-26 17:29:25 UTC) #26
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:35:21 UTC) #27
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/c3ce3fff3f0f9fd365be29721e9911fbfb1fac47
Cr-Commit-Position: refs/heads/master@{#291705}

Powered by Google App Engine
This is Rietveld 408576698