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

Issue 7461160: ntp4 info bubble (Closed)

Created:
9 years, 4 months ago by Evan Stade
Modified:
9 years, 4 months ago
CC:
chromium-reviews, estade+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

ntp4 info bubble displays a bubble pointing at "Most Visited"; this is dismissed after 10 displays (try opening the ntp 11 times), or after the user clicks a navigation dot. See bug for more background. BUG=92434 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96680

Patch Set 1 #

Patch Set 2 : limit of 10 #

Patch Set 3 : docs #

Patch Set 4 : even more docs #

Total comments: 9

Patch Set 5 : synced #

Total comments: 8

Patch Set 6 : arv review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -3 lines) Patch
M chrome/app/chromium_strings.grd View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/nav_dot.js View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.html View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.js View 1 2 3 4 5 4 chunks +19 lines, -3 lines 0 comments Download
A chrome/browser/resources/shared/css/bubble.css View 1 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/browser/resources/shared/js/cr/ui/bubble.js View 1 2 3 4 5 1 chunk +117 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.cc View 1 2 3 4 4 chunks +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Evan Stade
9 years, 4 months ago (2011-08-12 00:39:32 UTC) #1
Evan Stade
+arv
9 years, 4 months ago (2011-08-12 21:48:32 UTC) #2
Rick Byers
Looks great. I have a couple minor suggestions and a clarification on the intended UI ...
9 years, 4 months ago (2011-08-12 21:54:00 UTC) #3
Evan Stade
note that I plan to let Cole see it in practice, then he can tweak ...
9 years, 4 months ago (2011-08-12 22:35:13 UTC) #4
Rick Byers
LGTM http://codereview.chromium.org/7461160/diff/3013/chrome/browser/resources/shared/js/cr/ui/bubble.js File chrome/browser/resources/shared/js/cr/ui/bubble.js (right): http://codereview.chromium.org/7461160/diff/3013/chrome/browser/resources/shared/js/cr/ui/bubble.js#newcode103 chrome/browser/resources/shared/js/cr/ui/bubble.js:103: e.preventDefault(); On 2011/08/12 22:35:13, Evan Stade wrote: > ...
9 years, 4 months ago (2011-08-12 23:46:08 UTC) #5
arv (Not doing code reviews)
LGTM http://codereview.chromium.org/7461160/diff/11001/chrome/browser/resources/ntp4/new_tab.js File chrome/browser/resources/ntp4/new_tab.js (right): http://codereview.chromium.org/7461160/diff/11001/chrome/browser/resources/ntp4/new_tab.js#newcode201 chrome/browser/resources/ntp4/new_tab.js:201: infoBubble.setText(localStrings.getString('ntp4_intro_message')); Why not use a setter? infoBubble.text = ...
9 years, 4 months ago (2011-08-13 00:44:01 UTC) #6
Evan Stade
http://codereview.chromium.org/7461160/diff/11001/chrome/browser/resources/shared/js/cr/ui/bubble.js File chrome/browser/resources/shared/js/cr/ui/bubble.js (right): http://codereview.chromium.org/7461160/diff/11001/chrome/browser/resources/shared/js/cr/ui/bubble.js#newcode38 chrome/browser/resources/shared/js/cr/ui/bubble.js:38: * Sets the anchor node, i.e. the node that ...
9 years, 4 months ago (2011-08-13 01:25:42 UTC) #7
commit-bot: I haz the power
9 years, 4 months ago (2011-08-13 04:29:48 UTC) #8
Change committed as 96680

Powered by Google App Engine
This is Rietveld 408576698