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

Issue 173357: Error diagnostics for Blacklist IO... (Closed)

Created:
11 years, 4 months ago by idanan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Error diagnostics for Blacklist IO For now, as with other extension errors, these are not i18n'd. The blacklist loading error is though because it is most like an error to be shown to end users. BUG=16932 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25895

Patch Set 1 #

Total comments: 36

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Total comments: 9

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+325 lines, -74 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +12 lines, -0 lines 1 comment Download
M chrome/browser/browser_main.cc View 1 2 3 4 5 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist.h View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist.cc View 1 2 3 4 5 3 chunks +23 lines, -4 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io.h View 1 2 3 4 5 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_io.cc View 1 2 3 4 5 4 chunks +43 lines, -12 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_store.h View 1 2 3 4 5 4 chunks +23 lines, -17 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist_store.cc View 1 2 3 4 5 6 3 chunks +56 lines, -39 lines 1 comment Download
A chrome/browser/views/blacklist_error_dialog.h View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/views/blacklist_error_dialog.cc View 1 2 3 4 5 6 1 chunk +76 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/pbl_tool/pbl_tool.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
idanan
Implemented error reporting for blacklist errors. Pawel is waiting on the change for the extensions ...
11 years, 4 months ago (2009-08-25 18:23:19 UTC) #1
Paweł Hajdan Jr.
Drive-by (and obviously the code I'm going to write will be interfacing with this code). ...
11 years, 4 months ago (2009-08-25 18:34:06 UTC) #2
M-A Ruel
http://codereview.chromium.org/173357/diff/1/10 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/173357/diff/1/10#newcode4830 Line 4830: Your privacy is no longer protected err, I ...
11 years, 4 months ago (2009-08-25 18:35:05 UTC) #3
idanan
On 2009/08/25 18:35:05, Marc-Antoine Ruel wrote: > http://codereview.chromium.org/173357/diff/1/10 > File chrome/app/generated_resources.grd (right): > > http://codereview.chromium.org/173357/diff/1/10#newcode4830 ...
11 years, 4 months ago (2009-08-25 21:25:16 UTC) #4
Paweł Hajdan Jr.
Some more nits. http://codereview.chromium.org/173357/diff/1015/31 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/173357/diff/1015/31#newcode4826 Line 4826: <message name="IDS_BLACKLIST_ERROR_LOADING_TITLE" desc="Title of the ...
11 years, 4 months ago (2009-08-25 21:34:56 UTC) #5
idanan_google.com
Good catch on the typo. All done. Will upload shortly. - Itai On Tue, Aug ...
11 years, 4 months ago (2009-08-25 21:40:52 UTC) #6
idanan
OK. Uploaded and fixed comments. Had to ifdef out for non-windows platforms usage of BlacklistErrorDialog ...
11 years, 4 months ago (2009-08-25 22:21:46 UTC) #7
Paweł Hajdan Jr.
Seems like some too clever tool reformated one file... After fixing that, LGTM (but please ...
11 years, 4 months ago (2009-08-25 23:23:10 UTC) #8
idanan_google.com
On Tue, Aug 25, 2009 at 16:23, <phajdan.jr@chromium.org> wrote: > Seems like some too clever ...
11 years, 4 months ago (2009-08-25 23:42:08 UTC) #9
M-A Ruel
http://codereview.chromium.org/173357/diff/1033/48 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/173357/diff/1033/48#newcode4830 Line 4830: Your privacy is no longer protected I still ...
11 years, 4 months ago (2009-08-26 13:53:40 UTC) #10
idanan
On 2009/08/26 13:53:40, Marc-Antoine Ruel wrote: > http://codereview.chromium.org/173357/diff/1033/48 > File chrome/app/generated_resources.grd (right): > > http://codereview.chromium.org/173357/diff/1033/48#newcode4830 ...
11 years, 4 months ago (2009-08-26 16:46:07 UTC) #11
M-A Ruel
On 2009/08/26 16:46:07, idanan wrote: > On 2009/08/26 13:53:40, Marc-Antoine Ruel wrote: > > http://codereview.chromium.org/173357/diff/1033/48 ...
11 years, 4 months ago (2009-08-26 17:14:08 UTC) #12
idanan_google.com
On Wed, Aug 26, 2009 at 10:14, <maruel@chromium.org> wrote: > On 2009/08/26 16:46:07, idanan wrote: ...
11 years, 4 months ago (2009-08-26 17:26:07 UTC) #13
Ben Goodger (Google)
Hi Itai, Can you send Glen and I a screenshot of your dialog box, and ...
11 years, 4 months ago (2009-08-26 17:33:43 UTC) #14
brian
Please do not check in "Your privacy is no longer protected." It overstates the problem. ...
11 years, 3 months ago (2009-08-27 21:50:35 UTC) #15
idanan_google.com
OK for the error message. Cancel lets you not load Chrome and fix the problem, ...
11 years, 3 months ago (2009-08-28 01:27:59 UTC) #16
Glen Murphy
As long as this UI is behind a flag that we don't tell that many ...
11 years, 3 months ago (2009-09-01 22:27:11 UTC) #17
idanan
Great thanks. I've renamed the buttons (and i18n'd them) to Continue exit and I will ...
11 years, 3 months ago (2009-09-10 18:06:50 UTC) #18
idanan
On 2009/08/26 17:14:08, Marc-Antoine Ruel wrote: > On 2009/08/26 16:46:07, idanan wrote: > > On ...
11 years, 3 months ago (2009-09-10 18:33:11 UTC) #19
M-A Ruel
lgtm for my side http://codereview.chromium.org/173357/diff/4005/5021 File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/173357/diff/4005/5021#newcode4960 Line 4960: Your privacy blacklists failed ...
11 years, 3 months ago (2009-09-10 18:59:40 UTC) #20
idanan_google.com
11 years, 3 months ago (2009-09-10 19:17:20 UTC) #21
On Thu, Sep 10, 2009 at 14:59,  <maruel@chromium.org> wrote:
> lgtm for my side
>
>
> http://codereview.chromium.org/173357/diff/4005/5021
> File chrome/app/generated_resources.grd (right):
>
> http://codereview.chromium.org/173357/diff/4005/5021#newcode4960
> Line 4960: Your privacy blacklists failed to load.
> Is 'Your' necessary?

I'll let the experts find better messages in a future date. I prefer
the your in there,
it does not sound so good without it.

> http://codereview.chromium.org/173357/diff/4005/5016
> File chrome/browser/privacy_blacklist/blacklist_store.cc (right):
>
> http://codereview.chromium.org/173357/diff/4005/5016#newcode16
> Line 16: const char cookie[] = "GCPBL100";
> const char* const cookie = "..";

Can't. Using sizeof.

- Itai

Powered by Google App Engine
This is Rietveld 408576698