Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29328589: Issue 3122 - Add testpages.web.sitekey_frame URL handler (Closed)

Created:
Sept. 24, 2015, 3:45 p.m. by kzar
Modified:
Oct. 9, 2015, 2:35 p.m.
Reviewers:
Sebastian Noack
CC:
Wladimir Palant
Visibility:
Public.

Description

Issue 3122 - Add testpages.web.sitekey_frame URL handler Code is a stripped down version of Wladimir's example from the sitekey howto PDF. (Depends on https://codereview.adblockplus.org/29328527/ )

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed feedback #

Patch Set 3 : Removed unrelated commit that was accidentally uploaded previously #

Patch Set 4 : Further improvements #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -6 lines) Patch
M .sitescripts.example View 2 chunks +5 lines, -0 lines 0 comments Download
A sitescripts/testpages/README.md View 1 1 chunk +35 lines, -0 lines 0 comments Download
A sitescripts/testpages/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A sitescripts/testpages/web/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A sitescripts/testpages/web/sitekey_frame.py View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
M sitescripts/utils.py View 1 chunk +9 lines, -8 lines 0 comments Download
M sitescripts/web.py View 1 2 3 2 chunks +10 lines, -0 lines 1 comment Download

Messages

Total messages: 7
kzar
Patch Set 1
Sept. 24, 2015, 3:48 p.m. (2015-09-24 15:48:18 UTC) #1
Sebastian Noack
Why doesn't that go into the testpages repo?
Sept. 29, 2015, 11:36 a.m. (2015-09-29 11:36:30 UTC) #2
Sebastian Noack
On 2015/09/29 11:36:30, Sebastian Noack wrote: > Why doesn't that go into the testpages repo? ...
Sept. 29, 2015, 12:09 p.m. (2015-09-29 12:09:32 UTC) #3
kzar
Patch Set 2 : Addressed feedback https://codereview.adblockplus.org/29328589/diff/29328590/.sitescripts.example File .sitescripts.example (right): https://codereview.adblockplus.org/29328589/diff/29328590/.sitescripts.example#newcode193 .sitescripts.example:193: sitekeyFrameTemplate=%(root)s/testpages.adblockplus.org/templates/sitekey_frame.tmpl On 2015/09/29 ...
Oct. 7, 2015, 4:08 p.m. (2015-10-07 16:08:45 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29328589/diff/29328590/sitescripts/testpages/web/sitekey_frame.py File sitescripts/testpages/web/sitekey_frame.py (right): https://codereview.adblockplus.org/29328589/diff/29328590/sitescripts/testpages/web/sitekey_frame.py#newcode34 sitescripts/testpages/web/sitekey_frame.py:34: key.sign_update("\0".join(( On 2015/10/07 16:08:44, kzar wrote: > On 2015/09/29 ...
Oct. 7, 2015, 4:17 p.m. (2015-10-07 16:17:08 UTC) #5
kzar
Patch Set 3 : Removed unrelated commit that was accidentally uploaded previously Patch Set 4 ...
Oct. 8, 2015, 12:06 p.m. (2015-10-08 12:06:38 UTC) #6
Sebastian Noack
Oct. 9, 2015, 12:31 p.m. (2015-10-09 12:31:39 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld