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

Issue 149083: Validates links which are to be passed on to the NTP by ensuring that they st... (Closed)

Created:
11 years, 6 months ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Validates links which are to be passed on to the NTP by ensuring that they start with "http://" or "https://". BUG= http://crbug.com/15457 TEST= Change cached tip link in preferences file to be invalid. Note that this tip will not be included on the NTP. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19415

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -6 lines) Patch
M chrome/browser/dom_ui/tips_handler.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/dom_ui/tips_handler.cc View 1 2 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Miranda Callahan
This patch reflects the results of the review meeting I had yesterday with Chris Evans; ...
11 years, 6 months ago (2009-06-26 17:31:44 UTC) #1
arv (Not doing code reviews)
http://codereview.chromium.org/149083/diff/1/2 File chrome/browser/dom_ui/tips_handler.cc (right): http://codereview.chromium.org/149083/diff/1/2#newcode84 Line 84: return (url_string.find(L"http://") == 0 || Don't you want ...
11 years, 6 months ago (2009-06-26 18:21:57 UTC) #2
Miranda Callahan
Thanks for the quick review; please take another look. http://codereview.chromium.org/149083/diff/1/2 File chrome/browser/dom_ui/tips_handler.cc (right): http://codereview.chromium.org/149083/diff/1/2#newcode84 Line ...
11 years, 6 months ago (2009-06-26 19:25:13 UTC) #3
arv (Not doing code reviews)
The linux failure is valid. Once that one is working feel free to submit.
11 years, 6 months ago (2009-06-26 19:38:03 UTC) #4
Miranda Callahan
11 years, 6 months ago (2009-06-26 20:13:20 UTC) #5
On 2009/06/26 19:38:03, arv wrote:
> The linux failure is valid. Once that one is working feel free to submit.

Fixed linux and mac compile failures; committing when trybot tests have passed.

Powered by Google App Engine
This is Rietveld 408576698