DescriptionChange chrome://crash (sad tab page) "Learn more" link to:
"If you're seeing this frequently, try these suggestions."
Link "these suggestions" to the "Learn more" help article.
Update Views, GTK, and Cocoa implementations.
chrome://kill (unused) changes on Mac, but not on Views nor GTK.
Not wrapping this line on overflow for Views and GTK seems acceptable.
Strings: Add sad tab help message and embedded link resources.
Views: Rewrite the SadTabView to use ImageView, GridLayout, etc.
GTK: Add new prefix and suffix Label Widgets to an hbox with the link.
Cocoa Support: Create HyperlinkTextView for non-selectable text & link.
Cocoa IB: Replace SadTab.xib NSButton with a NSTextfield placeholder.
Cocoa: Replace the placeholder with a customized HyperlinkTextView.
BUG=80428
TEST=chrome://crash and chrome://kill on all platforms.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99393
Patch Set 1 #Patch Set 2 : Implement NSTextView on Mac. #Patch Set 3 : Minor cleanup in SadTabController. #
Total comments: 14
Patch Set 4 : Sync and rewrite the sad tab views, add supporting CenterLayout. #Patch Set 5 : Consolidate NSTextView subclasses and AttributedString intializations. #Patch Set 6 : Merging, trying to solve git weirdness. #Patch Set 7 : Update SadTabControllerTest. #
Total comments: 2
Patch Set 8 : Use View raw ptrs, init in ViewHierarchyChanged, cleanup. #Patch Set 9 : Fix message centering. #
Total comments: 14
Patch Set 10 : Use views::GridLayout, address Cocoa comments. #
Total comments: 13
Patch Set 11 : Address comments. #Patch Set 12 : Declare private HyperlinkTextView methods in the code file. #Patch Set 13 : Sync and merge. #Messages
Total messages: 22 (0 generated)
|