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

Issue 10535173: Add three fullscreen tests and three mouse lock tests. (Closed)

Created:
8 years, 6 months ago by dyu1
Modified:
8 years, 5 months ago
Reviewers:
scheib, Nirnimesh
CC:
chromium-reviews, dennis_jeffrey, anantha, Nirnimesh
Visibility:
Public.

Description

Add three fullscreen tests and three mouse lock tests. -testTabFSExitWhenNavBackToPrevPage -testTabFSExitWhenNavToNewPage -testTabFSDoesNotExitForAnchorLinks -testMLExitWhenNavBackToPrevPage -testMLExitWhenNavToNewPage -testMLDoesNotExitForAnchorLinks TEST=none BUG=132665 NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144771

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Total comments: 15

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Total comments: 2

Patch Set 6 : Added a check to verify anchor is clicked for the test. #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -17 lines) Patch
M chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html View 1 2 3 4 5 4 chunks +61 lines, -17 lines 0 comments Download
M chrome/test/functional/PYAUTO_TESTS View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/functional/fullscreen_mouselock.py View 1 2 3 4 5 6 4 chunks +111 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
dyu1
8 years, 6 months ago (2012-06-14 20:23:03 UTC) #1
scheib
Thanks for more tests! https://chromiumcodereview.appspot.com/10535173/diff/1/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): https://chromiumcodereview.appspot.com/10535173/diff/1/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode171 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:171: function goBack() { Init is ...
8 years, 6 months ago (2012-06-14 22:51:12 UTC) #2
dyu1
Added two more additional tests. One to enter into tab FS mode first prior to ...
8 years, 6 months ago (2012-06-15 01:42:24 UTC) #3
Nirnimesh
http://codereview.chromium.org/10535173/diff/5001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/5001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode68 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:68: // In the pyAuto test when mouse lock is ...
8 years, 6 months ago (2012-06-15 05:40:14 UTC) #4
Nirnimesh
Please fix the CL description.
8 years, 6 months ago (2012-06-15 05:40:30 UTC) #5
scheib
Looking good. Also, this makes me think that we could/should add variations for mouse lock ...
8 years, 6 months ago (2012-06-15 16:49:00 UTC) #6
dyu1
What is the correct behavior for mouse lock when navigating to another page? I'm assuming ...
8 years, 6 months ago (2012-06-16 22:24:06 UTC) #7
dyu1
http://codereview.chromium.org/10535173/diff/5001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/5001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode68 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:68: // In the pyAuto test when mouse lock is ...
8 years, 6 months ago (2012-06-16 23:24:21 UTC) #8
scheib
lgtm http://codereview.chromium.org/10535173/diff/13001/chrome/test/functional/fullscreen_mouselock.py File chrome/test/functional/fullscreen_mouselock.py (right): http://codereview.chromium.org/10535173/diff/13001/chrome/test/functional/fullscreen_mouselock.py#newcode188 chrome/test/functional/fullscreen_mouselock.py:188: lock_result = self._driver.find_element_by_id('lockMouse2').click() Why is lock_result assigned here?
8 years, 6 months ago (2012-06-18 16:26:24 UTC) #9
Nirnimesh
http://codereview.chromium.org/10535173/diff/13001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/13001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode68 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:68: // When mouse lock is initiated and accepted, PyAuto ...
8 years, 6 months ago (2012-06-18 18:31:59 UTC) #10
dyu1
http://codereview.chromium.org/10535173/diff/13001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/13001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode68 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:68: // When mouse lock is initiated and accepted, PyAuto ...
8 years, 6 months ago (2012-06-18 22:04:41 UTC) #11
Nirnimesh
http://codereview.chromium.org/10535173/diff/19001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/19001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode198 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:198: <p>The <a href="#anchor" name="anchor" id="anchor">anchor link</a> navigates to stick ...
8 years, 6 months ago (2012-06-18 22:23:03 UTC) #12
dyu1
http://codereview.chromium.org/10535173/diff/19001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/19001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode198 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:198: <p>The <a href="#anchor" name="anchor" id="anchor">anchor link</a> navigates to Made ...
8 years, 6 months ago (2012-06-18 23:06:18 UTC) #13
Nirnimesh
LGTM. Thanks for the fixes. http://codereview.chromium.org/10535173/diff/23001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html File chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html (right): http://codereview.chromium.org/10535173/diff/23001/chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html#newcode51 chrome/test/data/fullscreen_mouselock/fullscreen_mouselock.html:51: // functions in the ...
8 years, 6 months ago (2012-06-18 23:13:56 UTC) #14
dyu1
http://codereview.chromium.org/10535173/diff/5001/chrome/test/functional/fullscreen_mouselock.py File chrome/test/functional/fullscreen_mouselock.py (right): http://codereview.chromium.org/10535173/diff/5001/chrome/test/functional/fullscreen_mouselock.py#newcode419 chrome/test/functional/fullscreen_mouselock.py:419: self.assertTrue( I ran into two issues with the anchor ...
8 years, 5 months ago (2012-06-27 22:48:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dyu@chromium.org/10535173/35001
8 years, 5 months ago (2012-06-28 19:30:21 UTC) #16
commit-bot: I haz the power
8 years, 5 months ago (2012-06-28 19:30:29 UTC) #17
Change committed as 144771

Powered by Google App Engine
This is Rietveld 408576698