Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6062)

Issue 12271043: code review 12271043: go.talks: handle scrolling events to navigate slides (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by francesc
Modified:
10 years, 8 months ago
Reviewers:
adg
CC:
r, adg, golang-dev
Visibility:
Public.

Description

go.talks: handle scrolling events to navigate slides

Patch Set 1 #

Patch Set 2 : diff -r 7ac72015044b https://code.google.com/p/go.talks #

Patch Set 3 : diff -r 7ac72015044b https://code.google.com/p/go.talks #

Patch Set 4 : diff -r 7ac72015044b https://code.google.com/p/go.talks #

Patch Set 5 : diff -r 7ac72015044b https://code.google.com/p/go.talks #

Total comments: 2

Patch Set 6 : diff -r 7ac72015044b https://code.google.com/p/go.talks #

Total comments: 2

Patch Set 7 : diff -r 5a540a4c44d5 https://code.google.com/p/go.talks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M present/static/slides.js View 1 2 3 4 5 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 8
francesc
Hello r@golang.org, adg@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.talks
10 years, 8 months ago (2013-08-01 17:41:42 UTC) #1
r
seems fine if it behaves as advertised. leaving for adg. thanks for this.
10 years, 8 months ago (2013-08-06 22:51:40 UTC) #2
adg
https://codereview.appspot.com/12271043/diff/10001/present/static/slides.js File present/static/slides.js (right): https://codereview.appspot.com/12271043/diff/10001/present/static/slides.js#newcode310 present/static/slides.js:310: var delta = event.detail ? -120*event.detail : event.wheelDelta; should ...
10 years, 8 months ago (2013-08-12 05:41:36 UTC) #3
francesc
https://codereview.appspot.com/12271043/diff/10001/present/static/slides.js File present/static/slides.js (right): https://codereview.appspot.com/12271043/diff/10001/present/static/slides.js#newcode310 present/static/slides.js:310: var delta = event.detail ? -120*event.detail : event.wheelDelta; On ...
10 years, 8 months ago (2013-08-12 20:46:29 UTC) #4
adg
https://codereview.appspot.com/12271043/diff/17001/present/static/slides.js File present/static/slides.js (right): https://codereview.appspot.com/12271043/diff/17001/present/static/slides.js#newcode310 present/static/slides.js:310: var delta = event.wheelDelta ? event.wheelDelta : -event.detail; why ...
10 years, 8 months ago (2013-08-12 23:39:11 UTC) #5
francesc
https://codereview.appspot.com/12271043/diff/17001/present/static/slides.js File present/static/slides.js (right): https://codereview.appspot.com/12271043/diff/17001/present/static/slides.js#newcode310 present/static/slides.js:310: var delta = event.wheelDelta ? event.wheelDelta : -event.detail; On ...
10 years, 8 months ago (2013-08-12 23:51:49 UTC) #6
adg
LGTM
10 years, 8 months ago (2013-08-12 23:57:36 UTC) #7
francesc
10 years, 8 months ago (2013-08-12 23:59:07 UTC) #8
*** Submitted as
https://code.google.com/p/go/source/detail?r=52aa98a44b8c&repo=talks ***

go.talks: handle scrolling events to navigate slides

R=r, adg
CC=golang-dev
https://codereview.appspot.com/12271043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b