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

Issue 2824056: Add one more DLL to the DocumentComplete blacklist. (Closed)

Created:
10 years, 5 months ago by tommi (sloooow) - chröme
Modified:
9 years, 7 months ago
Reviewers:
amit
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Add one more DLL to the DocumentComplete blacklist. TEST=see bug BUG=44463 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52908

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M chrome_frame/chrome_active_document.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tommi (sloooow) - chröme
10 years, 5 months ago (2010-07-16 17:32:07 UTC) #1
amit
10 years, 5 months ago (2010-07-16 17:41:52 UTC) #2
ok

On Fri, Jul 16, 2010 at 10:32 AM, <tommi@chromium.org> wrote:

> Reviewers: amit,
>
> Description:
> Add one more DLL to the DocumentComplete blacklist.
>
> TEST=see bug
> BUG=44463
>
>
> Please review this at http://codereview.chromium.org/2824056/show
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome_frame/chrome_active_document.cc
>
>
> Index: chrome_frame/chrome_active_document.cc
> ===================================================================
> --- chrome_frame/chrome_active_document.cc      (revision 52668)
> +++ chrome_frame/chrome_active_document.cc      (working copy)
> @@ -1280,6 +1280,7 @@
>       { "askbar.dll", 4, 1 },  // biggest troublemaker: 4.1.0.5.
>       { "gbieh.dll", 3, 8 },  // biggest troublemaker: 3.8.14.12
>       { "gbiehcef.dll", 3, 8 },  // biggest troublemaker: 3.8.11.23
> +      { "gbiehUni.dll", 3, 8 },  // Another Banco DLL.
>     };
>
>     for (size_t i = 0; results == CHECK_NOT_DONE &&
>
>
>

Powered by Google App Engine
This is Rietveld 408576698