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

Issue 2658013002: Remove ScopedVector in components/spellcheck (Closed)

Created:
3 years, 11 months ago by ke.he
Modified:
3 years, 10 months ago
Reviewers:
groby-ooo-7-16
CC:
chromium-reviews, groby+spellwatch_chromium.org, rlp+watch_chromium.org, rouslan+spell_chromium.org, timvolodine
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove ScopedVector in components/spellcheck BUG=554289 Review-Url: https://codereview.chromium.org/2658013002 Cr-Commit-Position: refs/heads/master@{#447961} Committed: https://chromium.googlesource.com/chromium/src/+/293806358ee234776a9f73f05fdb08a3e3e7e78a

Patch Set 1 #

Patch Set 2 : Remove ScopedVector in components/spellcheck #

Patch Set 3 : Remove ScopedVector in components/spellcheck #

Total comments: 9

Patch Set 4 : Remove ScopedVector in components/spellcheck #

Patch Set 5 : code rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -26 lines) Patch
M components/spellcheck/browser/feedback_sender.h View 2 chunks +1 line, -2 lines 0 comments Download
M components/spellcheck/browser/feedback_sender.cc View 1 2 3 2 chunks +6 lines, -8 lines 0 comments Download
M components/spellcheck/renderer/spellcheck.h View 2 chunks +1 line, -2 lines 0 comments Download
M components/spellcheck/renderer/spellcheck.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M components/spellcheck/renderer/spellcheck_provider_mac_unittest.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M components/spellcheck/renderer/spellcheck_provider_test.h View 2 chunks +1 line, -2 lines 0 comments Download
M components/spellcheck/renderer/spellcheck_provider_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/spellcheck/renderer/spellcheck_unittest.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 37 (23 generated)
ke.he
Hi, groby@, Could you PTAL on this? Thanks very much.
3 years, 11 months ago (2017-01-26 13:10:42 UTC) #14
groby-ooo-7-16
Thanks for cleaning up ScopedVector! A few minor comments, but otherwise lg. https://codereview.chromium.org/2658013002/diff/40001/components/spellcheck/browser/feedback_sender.cc File components/spellcheck/browser/feedback_sender.cc ...
3 years, 11 months ago (2017-01-26 17:40:47 UTC) #15
ke.he
groby@,Thank you! CL updated, PTAL. https://codereview.chromium.org/2658013002/diff/40001/components/spellcheck/browser/feedback_sender.cc File components/spellcheck/browser/feedback_sender.cc (right): https://codereview.chromium.org/2658013002/diff/40001/components/spellcheck/browser/feedback_sender.cc#newcode452 components/spellcheck/browser/feedback_sender.cc:452: senders_.push_back(base::WrapUnique<net::URLFetcher>(sender)); On 2017/01/26 17:40:47, ...
3 years, 11 months ago (2017-01-27 03:15:40 UTC) #18
ke.he
friendly ping:)
3 years, 10 months ago (2017-01-30 15:12:04 UTC) #21
ke.he
friendly ping:)
3 years, 10 months ago (2017-02-02 15:57:36 UTC) #22
groby-ooo-7-16
Sigh. Wrote the comments, didn't send the reply, sorry :( LGTM https://codereview.chromium.org/2658013002/diff/40001/components/spellcheck/renderer/spellcheck.cc File components/spellcheck/renderer/spellcheck.cc (right): ...
3 years, 10 months ago (2017-02-02 16:05:44 UTC) #23
ke.he
Hi, groby@, thanks very much! https://codereview.chromium.org/2658013002/diff/40001/components/spellcheck/renderer/spellcheck_provider_test.cc File components/spellcheck/renderer/spellcheck_provider_test.cc (right): https://codereview.chromium.org/2658013002/diff/40001/components/spellcheck/renderer/spellcheck_provider_test.cc#newcode66 components/spellcheck/renderer/spellcheck_provider_test.cc:66: messages_.push_back(base::WrapUnique<IPC::Message>(message)); On 2017/02/02 16:05:44, ...
3 years, 10 months ago (2017-02-03 00:58:57 UTC) #24
groby-ooo-7-16
On 2017/02/03 00:58:57, ke.he wrote: > Anyway, I will merge this CL first. do you ...
3 years, 10 months ago (2017-02-03 04:23:53 UTC) #25
ke.he
Hi, groby@, Big thanks! Now I totally understand. I really learned something from our great ...
3 years, 10 months ago (2017-02-03 06:17:34 UTC) #26
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/2658013002/60001
3 years, 10 months ago (2017-02-03 06:19:59 UTC) #28
commit-bot: I haz the power
Failed to apply patch for components/spellcheck/renderer/spellcheck_provider_mac_unittest.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-03 07:04:53 UTC) #30
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/2658013002/80001
3 years, 10 months ago (2017-02-03 07:17:13 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/293806358ee234776a9f73f05fdb08a3e3e7e78a
3 years, 10 months ago (2017-02-03 08:04:08 UTC) #36
Will Harris
3 years, 10 months ago (2017-02-06 18:18:00 UTC) #37
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2680563002/ by wfh@chromium.org.

The reason for reverting is: causing crashes on canary see crbug.com/688770.

Powered by Google App Engine
This is Rietveld 408576698