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

Issue 16075005: Everybody nulls sometimes (Closed)

Created:
7 years, 6 months ago by please use gerrit instead
Modified:
7 years, 6 months ago
CC:
chromium-reviews, groby+spellwatch_chromium.org, rpetterson, rouslan+spellwatch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Check for NULL spellcheck service when periodically receiving a list of markers This CL alters SpellcheckMessageFilter to check for NULL spellcheck service when it periodically receives a list of document markers from the renderer. BUG=244521 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203054

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update comment #

Total comments: 2

Patch Set 3 : Fix typo in comment #

Patch Set 4 : Update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M chrome/browser/spellchecker/spellcheck_message_filter.cc View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
please use gerrit instead
Groby: PTAL (http://youtu.be/ijZRCIrTgQc)
7 years, 6 months ago (2013-05-29 00:10:28 UTC) #1
groby-ooo-7-16
LGTM with comment nit. Also, https://plus.google.com/107226275692313566931/posts/DreQhUtXCuT https://codereview.chromium.org/16075005/diff/1/chrome/browser/spellchecker/spellcheck_message_filter.cc File chrome/browser/spellchecker/spellcheck_message_filter.cc (right): https://codereview.chromium.org/16075005/diff/1/chrome/browser/spellchecker/spellcheck_message_filter.cc#newcode104 chrome/browser/spellchecker/spellcheck_message_filter.cc:104: // Spellcheck service ...
7 years, 6 months ago (2013-05-29 01:24:26 UTC) #2
groby-ooo-7-16
Taking back half of my comment nit - I forgot about incognito. (Which _does_ give ...
7 years, 6 months ago (2013-05-29 01:35:43 UTC) #3
please use gerrit instead
On 2013/05/29 01:35:43, groby wrote: > Taking back half of my comment nit - I ...
7 years, 6 months ago (2013-05-29 16:12:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/16075005/18001
7 years, 6 months ago (2013-05-29 16:15:10 UTC) #5
please use gerrit instead
Groby: Should we always NULL-check results from SpellcheckServiceFactory::GetForRenderProcessId(int) because of the NULL value on teardown? ...
7 years, 6 months ago (2013-05-29 16:16:33 UTC) #6
rpetterson
drive-by typo... https://codereview.chromium.org/16075005/diff/18001/chrome/browser/spellchecker/spellcheck_message_filter.cc File chrome/browser/spellchecker/spellcheck_message_filter.cc (right): https://codereview.chromium.org/16075005/diff/18001/chrome/browser/spellchecker/spellcheck_message_filter.cc#newcode104 chrome/browser/spellchecker/spellcheck_message_filter.cc:104: // Spellcheck service may not be available ...
7 years, 6 months ago (2013-05-29 17:39:42 UTC) #7
please use gerrit instead
https://codereview.chromium.org/16075005/diff/18001/chrome/browser/spellchecker/spellcheck_message_filter.cc File chrome/browser/spellchecker/spellcheck_message_filter.cc (right): https://codereview.chromium.org/16075005/diff/18001/chrome/browser/spellchecker/spellcheck_message_filter.cc#newcode104 chrome/browser/spellchecker/spellcheck_message_filter.cc:104: // Spellcheck service may not be available a renderer ...
7 years, 6 months ago (2013-05-29 18:36:59 UTC) #8
please use gerrit instead
On 2013/05/29 18:36:59, Rouslan Solomakhin wrote: > https://codereview.chromium.org/16075005/diff/18001/chrome/browser/spellchecker/spellcheck_message_filter.cc > File chrome/browser/spellchecker/spellcheck_message_filter.cc (right): > > https://codereview.chromium.org/16075005/diff/18001/chrome/browser/spellchecker/spellcheck_message_filter.cc#newcode104 ...
7 years, 6 months ago (2013-05-29 18:37:32 UTC) #9
commit-bot: I haz the power
List of reviewers changed. rlp@chromium.org did a drive-by without LGTM'ing!
7 years, 6 months ago (2013-05-29 19:14:32 UTC) #10
please use gerrit instead
On 2013/05/29 19:14:32, I haz the power (commit-bot) wrote: > List of reviewers changed. mailto:rlp@chromium.org ...
7 years, 6 months ago (2013-05-29 19:21:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/16075005/39001
7 years, 6 months ago (2013-05-29 19:23:59 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/16075005/39002
7 years, 6 months ago (2013-05-29 19:25:08 UTC) #13
rpetterson
Hehe :) lgtm On May 29, 2013 12:21 PM, <rouslan@chromium.org> wrote: > On 2013/05/29 19:14:32, ...
7 years, 6 months ago (2013-05-29 19:25:15 UTC) #14
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 6 months ago (2013-05-29 19:35:45 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/16075005/39002
7 years, 6 months ago (2013-05-29 20:15:36 UTC) #16
commit-bot: I haz the power
Change committed as 203054
7 years, 6 months ago (2013-05-30 03:57:40 UTC) #17
ebellegia
7 years, 6 months ago (2013-06-10 11:04:22 UTC) #18
Message was sent while issue was closed.
NECESITO MI CORRECTOR ORTOGRAFICO

Powered by Google App Engine
This is Rietveld 408576698