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

Issue 2594123003: Fix bug in DocumentMarkerController::addMarker(Node* node, const DocumentMarker& newMarker) (Closed)

Created:
3 years, 12 months ago by rlanday
Modified:
3 years, 11 months ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix bug in DocumentMarkerController::addMarker(Node* node, const DocumentMarker& newMarker) Basically it's doing a vector insert when it should be doing an element assignment. See crbug.com/676445 for details BUG=676445 Committed: https://chromium.googlesource.com/chromium/src/+/23142d0b7ace418a54fb65bbb9be72ac4e79be86

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/core/editing/markers/DocumentMarkerController.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (9 generated)
rlanday
One-line bug fix for DocumentMarkerController::addMarker()
3 years, 12 months ago (2016-12-21 22:16:52 UTC) #4
yosin_UTC9
lgtm Thanks for finding this! To reproduce this, find something to misspelled (TextMatchMarkerIndex = 3), ...
3 years, 11 months ago (2017-01-05 06:32:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2594123003/1
3 years, 11 months ago (2017-01-05 18:20:14 UTC) #9
commit-bot: I haz the power
Prior attempt to commit was detected, but we were not able to check whether the ...
3 years, 11 months ago (2017-01-05 20:07:54 UTC) #12
tandrii(chromium)
3 years, 11 months ago (2017-01-05 20:21:38 UTC) #13
On 2017/01/05 20:07:54, commit-bot: I haz the power wrote:
> Prior attempt to commit was detected, but we were not able to check whether
the
> issue was successfully committed. Please check Git history manually and
re-check
> CQ or close this issue as needed.

It actually has been committed as
https://chromium.googlesource.com/chromium/src/+/23142d0b7ace418a54fb65bbb9be...

Powered by Google App Engine
This is Rietveld 408576698