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

Issue 12221069: Temporary fix for installer/visitedlink crash (crbug.com/171475) (Closed)

Created:
7 years, 10 months ago by Cait (Slow)
Modified:
7 years, 10 months ago
Reviewers:
brettw, sky
CC:
chromium-reviews
Visibility:
Public.

Description

Temporary fix for installer/visitedlink crash (crbug.com/171475) Force VisitedLinkMaster to be created after installer is finished (to avoid crash), but before browsing starts, to ensure visited link events on the first tab are caught. TEST= no crash when installing from installer, visited links still work. BUG=171475, 160025 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184687

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M chrome/browser/chrome_browser_main.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Cait (Slow)
sky: PTAL, this should fix the initial visited links bug (which repros in M25 too), ...
7 years, 10 months ago (2013-02-07 15:54:39 UTC) #1
sky
How does this fix the bug? Won't prefs still cause VisitedLinkMaster to be loaded, which ...
7 years, 10 months ago (2013-02-11 17:03:32 UTC) #2
Cait (Slow)
On 2013/02/11 17:03:32, sky wrote: > How does this fix the bug? Won't prefs still ...
7 years, 10 months ago (2013-02-11 19:01:55 UTC) #3
sky
Since Brett reviewed the other, I'm letting him handle this.
7 years, 10 months ago (2013-02-11 21:31:41 UTC) #4
brettw
It's pretty unfortunate to add this code to browser main. What's the long-term plan for ...
7 years, 10 months ago (2013-02-11 21:44:51 UTC) #5
Cait (Slow)
On 2013/02/11 21:44:51, brettw wrote: > It's pretty unfortunate to add this code to browser ...
7 years, 10 months ago (2013-02-11 22:43:17 UTC) #6
brettw
Is this change just for the 25 branch or is it going in on trunk ...
7 years, 10 months ago (2013-02-11 23:22:18 UTC) #7
Cait (Slow)
On 2013/02/11 23:22:18, brettw wrote: > Is this change just for the 25 branch or ...
7 years, 10 months ago (2013-02-12 00:19:07 UTC) #8
brettw
Referring to https://code.google.com/p/chromium/issues/detail?id=171475#c20 I thought the bug is that the VisitedLinkMaster was created too early ...
7 years, 10 months ago (2013-02-12 00:21:59 UTC) #9
Cait (Slow)
On 2013/02/12 00:21:59, brettw wrote: > Referring to > https://code.google.com/p/chromium/issues/detail?id=171475#c20 > I thought the bug ...
7 years, 10 months ago (2013-02-12 01:21:38 UTC) #10
sky
Can we not do anything and leave 160025 broke in m25? That seems less risky ...
7 years, 10 months ago (2013-02-12 03:18:45 UTC) #11
Cait (Slow)
On 2013/02/12 03:18:45, sky wrote: > Can we not do anything and leave 160025 broke ...
7 years, 10 months ago (2013-02-12 15:20:01 UTC) #12
sky
That's my vote. -Scott On Tue, Feb 12, 2013 at 7:20 AM, <caitkp@chromium.org> wrote: > ...
7 years, 10 months ago (2013-02-12 18:02:33 UTC) #13
brettw
Can you summarize the impact of that bug? When will visited link coloring fail exactly?
7 years, 10 months ago (2013-02-12 18:35:29 UTC) #14
Cait (Slow)
On 2013/02/12 18:35:29, brettw wrote: > Can you summarize the impact of that bug? When ...
7 years, 10 months ago (2013-02-12 19:23:54 UTC) #15
brettw
I guess I'm less enthusiastic about breaking that and I'd prefer a M25-specific hack as ...
7 years, 10 months ago (2013-02-12 21:52:42 UTC) #16
brettw
Sorry if I don't understand all of this new profile stuff. Is it possible to ...
7 years, 10 months ago (2013-02-12 22:02:11 UTC) #17
Cait (Slow)
On 2013/02/12 22:02:11, brettw wrote: > Sorry if I don't understand all of this new ...
7 years, 10 months ago (2013-02-12 22:36:08 UTC) #18
brettw
I think I'm OK with this as a temporary fix on branch. Question below. https://chromiumcodereview.appspot.com/12221069/diff/1/chrome/browser/visitedlink/visitedlink_event_listener.cc ...
7 years, 10 months ago (2013-02-13 21:57:24 UTC) #19
Cait (Slow)
https://chromiumcodereview.appspot.com/12221069/diff/1/chrome/browser/visitedlink/visitedlink_event_listener.cc File chrome/browser/visitedlink/visitedlink_event_listener.cc (right): https://chromiumcodereview.appspot.com/12221069/diff/1/chrome/browser/visitedlink/visitedlink_event_listener.cc#newcode127 chrome/browser/visitedlink/visitedlink_event_listener.cc:127: updaters_[process->GetID()] = On 2013/02/13 21:57:24, brettw wrote: > Below ...
7 years, 10 months ago (2013-02-14 16:58:13 UTC) #20
brettw
https://chromiumcodereview.appspot.com/12221069/diff/12001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://chromiumcodereview.appspot.com/12221069/diff/12001/chrome/browser/chrome_browser_main.cc#newcode1265 chrome/browser/chrome_browser_main.cc:1265: // TODO(caitkp): Hopefully remove this in M26 when refactoring ...
7 years, 10 months ago (2013-02-14 18:50:39 UTC) #21
Cait (Slow)
https://chromiumcodereview.appspot.com/12221069/diff/12001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://chromiumcodereview.appspot.com/12221069/diff/12001/chrome/browser/chrome_browser_main.cc#newcode1265 chrome/browser/chrome_browser_main.cc:1265: // TODO(caitkp): Hopefully remove this in M26 when refactoring ...
7 years, 10 months ago (2013-02-14 20:24:53 UTC) #22
brettw
lgtm
7 years, 10 months ago (2013-02-14 21:41:04 UTC) #23
Cait (Slow)
7 years, 10 months ago (2013-02-26 19:11:10 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 manually as r184687 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698