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

Issue 19771022: REGRESSION: A history item should not be checked when the bookmark star is clicked. (Closed)

Created:
7 years, 5 months ago by tkent
Modified:
7 years, 5 months ago
CC:
chromium-reviews, Patrick Dubroy, pam+watch_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

REGRESSION: A history item should not be checked when the bookmark star is clicked. This is a regression by r212474. preventDefault() is called for a click event on the bookmark star, However we manually check the checkbox by entryBox click and ignore the |defaultPrevented| state. We should repect it. BUG=262869 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213351

Patch Set 1 #

Total comments: 5

Patch Set 2 : Add a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M chrome/browser/resources/history/history.js View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tkent
arv, would you review this please?
7 years, 5 months ago (2013-07-23 06:59:33 UTC) #1
Patrick Dubroy
https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js File chrome/browser/resources/history/history.js (right): https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js#newcode1775 chrome/browser/resources/history/history.js:1775: if (event.defaultPrevented) I think it makes more sense to ...
7 years, 5 months ago (2013-07-23 10:16:34 UTC) #2
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js File chrome/browser/resources/history/history.js (right): https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js#newcode1775 chrome/browser/resources/history/history.js:1775: if (event.defaultPrevented) This needs a comment. https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js#newcode1775 chrome/browser/resources/history/history.js:1775: ...
7 years, 5 months ago (2013-07-23 17:39:18 UTC) #3
tkent
https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js File chrome/browser/resources/history/history.js (right): https://codereview.chromium.org/19771022/diff/1/chrome/browser/resources/history/history.js#newcode1775 chrome/browser/resources/history/history.js:1775: if (event.defaultPrevented) On 2013/07/23 10:16:35, dubroy wrote: > I ...
7 years, 5 months ago (2013-07-24 00:34:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/19771022/12001
7 years, 5 months ago (2013-07-24 00:42:36 UTC) #5
commit-bot: I haz the power
7 years, 5 months ago (2013-07-24 05:16:19 UTC) #6
Message was sent while issue was closed.
Change committed as 213351

Powered by Google App Engine
This is Rietveld 408576698