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

Issue 7519044: Implement the browser search control widget.

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by rharding
Modified:
11 years, 1 month ago
Reviewers:
mp+152737, jeff.pihach, j.c.sackett
Visibility:
Public.

Description

Implement the browser search control widget. - Add a new widget containing the search input - Provide events to the outside world to update/watch for search phrase changes - Add tests - Hook widget into the render of the fullscreen and sidebar views. https://code.launchpad.net/~rharding/juju-gui/search-widget/+merge/152737 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 14

Patch Set 2 : Implement the browser search control widget. #

Patch Set 3 : Implement the browser search control widget. #

Total comments: 1

Patch Set 4 : Implement the browser search control widget. #

Patch Set 5 : Implement the browser search control widget. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -24 lines) Patch
A [revision details] View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M app/modules-debug.js View 1 chunk +4 lines, -0 lines 0 comments Download
M app/subapps/browser/templates/fullscreen.handlebars View 1 chunk +2 lines, -1 line 0 comments Download
M app/subapps/browser/templates/sidebar.handlebars View 1 chunk +0 lines, -7 lines 0 comments Download
M app/subapps/browser/views/fullscreen.js View 3 chunks +13 lines, -3 lines 0 comments Download
M app/subapps/browser/views/sidebar.js View 1 6 chunks +60 lines, -13 lines 0 comments Download
A app/templates/browser-search.handlebars View 1 chunk +12 lines, -0 lines 0 comments Download
A app/widgets/charm-search.js View 1 2 3 1 chunk +195 lines, -0 lines 0 comments Download
M lib/views/stylesheet.less View 2 chunks +5 lines, -0 lines 0 comments Download
M test/index.html View 1 chunk +1 line, -0 lines 0 comments Download
M test/test_browser_app.js View 2 chunks +4 lines, -0 lines 0 comments Download
A test/test_browser_search_widget.js View 1 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 8
rharding
Please take a look.
11 years, 1 month ago (2013-03-12 15:30:52 UTC) #1
jeff.pihach
Looks good! Just a few small comments/changes below https://codereview.appspot.com/7519044/diff/1/app/subapps/browser/views/fullscreen.js File app/subapps/browser/views/fullscreen.js (right): https://codereview.appspot.com/7519044/diff/1/app/subapps/browser/views/fullscreen.js#newcode45 app/subapps/browser/views/fullscreen.js:45: search.render(tpl_node.one('.bws-search')); ...
11 years, 1 month ago (2013-03-12 16:25:35 UTC) #2
rharding
Comments submitted and code updated. https://codereview.appspot.com/7519044/diff/1/app/subapps/browser/views/fullscreen.js File app/subapps/browser/views/fullscreen.js (right): https://codereview.appspot.com/7519044/diff/1/app/subapps/browser/views/fullscreen.js#newcode45 app/subapps/browser/views/fullscreen.js:45: search.render(tpl_node.one('.bws-search')); On 2013/03/12 16:25:35, ...
11 years, 1 month ago (2013-03-12 17:18:40 UTC) #3
rharding
Please take a look.
11 years, 1 month ago (2013-03-12 17:20:11 UTC) #4
rharding
Please take a look.
11 years, 1 month ago (2013-03-12 17:31:55 UTC) #5
jeff.pihach
LGTM Thanks!
11 years, 1 month ago (2013-03-12 17:39:31 UTC) #6
j.c.sackett
LGTM, just one question below. https://codereview.appspot.com/7519044/diff/13001/app/widgets/charm-search.js File app/widgets/charm-search.js (right): https://codereview.appspot.com/7519044/diff/13001/app/widgets/charm-search.js#newcode165 app/widgets/charm-search.js:165: syncUI: function() {}, Do ...
11 years, 1 month ago (2013-03-13 15:21:33 UTC) #7
rharding
11 years, 1 month ago (2013-03-13 15:42:28 UTC) #8
*** Submitted:

Implement the browser search control widget.

- Add a new widget containing the search input
- Provide events to the outside world to update/watch for search phrase
changes
- Add tests
- Hook widget into the render of the fullscreen and sidebar views.

R=jeff.pihach, j.c.sackett
CC=
https://codereview.appspot.com/7519044
Sign in to reply to this message.

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