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

Issue 48005: Port visitedlink tests to Linux. Also make them pass on Linux, which (Closed)

Created:
11 years, 9 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Port visitedlink tests to Linux. Also make them pass on Linux, which may fix the attached bug. The problem was that the debug check was in wrong place (too early, before every member was initialized), so it failed in the test. BUG=8710 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11734

Patch Set 1 #

Total comments: 5

Patch Set 2 : GetInvalidHandle -> NULLHandle #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -9 lines) Patch
M base/shared_memory.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M base/shared_memory_posix.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M base/shared_memory_win.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/visitedlink_master.cc View 4 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/visitedlink_unittest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/test/unit/unit_tests.scons View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
Please review: jeremy: visitedlink changes avi: shared memory changes
11 years, 9 months ago (2009-03-16 11:55:46 UTC) #1
jeremy
Thanks for fixing this, nice work! http://codereview.chromium.org/48005/diff/1/2 File base/shared_memory.h (right): http://codereview.chromium.org/48005/diff/1/2#newcode61 Line 61: static SharedMemoryHandle ...
11 years, 9 months ago (2009-03-16 12:01:35 UTC) #2
Dean McNamee
Drive by. I would make sure that Brett looks at the visited links related changes. ...
11 years, 9 months ago (2009-03-16 12:02:38 UTC) #3
Avi (use Gerrit)
LG http://codereview.chromium.org/48005/diff/1/2 File base/shared_memory.h (right): http://codereview.chromium.org/48005/diff/1/2#newcode61 Line 61: static SharedMemoryHandle GetInvalidHandle(); On 2009/03/16 12:01:35, jeremy ...
11 years, 9 months ago (2009-03-16 14:33:02 UTC) #4
Paweł Hajdan Jr.
On 2009/03/16 12:01:35, jeremy wrote: > http://codereview.chromium.org/48005/diff/1/2#newcode61 > Line 61: static SharedMemoryHandle GetInvalidHandle(); > IMHO ...
11 years, 9 months ago (2009-03-16 15:15:52 UTC) #5
Paweł Hajdan Jr.
+brettw Please take a look at my changes in visitedlink code.
11 years, 9 months ago (2009-03-16 15:19:06 UTC) #6
brettw
11 years, 9 months ago (2009-03-16 16:16:11 UTC) #7
Visited link changes LGTM. It's surprising nobody has noticed this problem
before.

Powered by Google App Engine
This is Rietveld 408576698