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

Issue 12033043: IE10 test fixes

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by matthew.scott
Modified:
10 years, 9 months ago
Reviewers:
bac, mp+177411, jeff.pihach
Visibility:
Public.

Description

IE10 test fixes IE10 was having a hard time with some syntax (if a function call returns a function, it wants that wrapped in parens before calling the function), and a suite wasn't running in isolation due to attempting to assign an attribute on undefined window.flags, which may be worth a clean-up branch for all tests using flags in the near future. Tests now pass in IE10. https://code.launchpad.net/~makyo/juju-gui/ie10-tests/+merge/177411 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 4

Patch Set 2 : IE10 test fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -2 lines) Patch
A [revision details] View 1 1 chunk +2 lines, -0 lines 0 comments Download
M app/widgets/charm-search.js View 1 1 chunk +4 lines, -1 line 0 comments Download
M test/test_browser_search_widget.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5
matthew.scott
Please take a look.
10 years, 9 months ago (2013-07-29 15:15:53 UTC) #1
bac
LGTM w/ no QA. A couple of questions. https://codereview.appspot.com/12033043/diff/1/app/widgets/charm-search.js File app/widgets/charm-search.js (right): https://codereview.appspot.com/12033043/diff/1/app/widgets/charm-search.js#newcode68 app/widgets/charm-search.js:68: (this.get('autocompleteSource'))( ...
10 years, 9 months ago (2013-07-29 15:24:51 UTC) #2
jeff.pihach
LGTM QA OK I'd also like a comment around the 'hack' :)
10 years, 9 months ago (2013-07-29 15:43:23 UTC) #3
matthew.scott
Thanks for the reviews! https://codereview.appspot.com/12033043/diff/1/app/widgets/charm-search.js File app/widgets/charm-search.js (right): https://codereview.appspot.com/12033043/diff/1/app/widgets/charm-search.js#newcode68 app/widgets/charm-search.js:68: (this.get('autocompleteSource'))( On 2013/07/29 15:24:52, bac ...
10 years, 9 months ago (2013-07-29 16:04:12 UTC) #4
matthew.scott
10 years, 9 months ago (2013-07-29 16:11:06 UTC) #5
*** Submitted:

IE10 test fixes

IE10 was having a hard time with some syntax (if a function call returns a
function, it wants that wrapped in parens before calling the function), and a
suite wasn't running in isolation due to attempting to assign an attribute on
undefined window.flags, which may be worth a clean-up branch for all tests using
flags in the near future.  Tests now pass in IE10.

R=bac, jeff.pihach
CC=
https://codereview.appspot.com/12033043
Sign in to reply to this message.

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