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

Issue 2866273003: [Android] Improve sad tab strings (Closed)

Created:
3 years, 7 months ago by Theresa
Modified:
3 years, 7 months ago
CC:
chromium-reviews, agrieve+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Improve sad tab strings Add new header text and more descriptive body text when a tab has crashed multiple times in a row. BUG=707352 Review-Url: https://codereview.chromium.org/2866273003 Cr-Commit-Position: refs/heads/master@{#470768} Committed: https://chromium.googlesource.com/chromium/src/+/91d3ee3c63734399ce574d0ed71f4004fb7e8605

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix spacing #

Total comments: 7

Patch Set 3 : Tweak padding #

Patch Set 4 : Changes from tedchoc@ review #

Total comments: 2

Patch Set 5 : Remove extraneous line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -61 lines) Patch
M chrome/BUILD.gn View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/android/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/res/layout/sad_tab.xml View 1 2 3 2 chunks +28 lines, -18 lines 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabView.java View 1 2 3 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java View 1 2 3 3 chunks +126 lines, -20 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java View 1 2 3 4 chunks +10 lines, -12 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/tab/SadTabTest.java View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/sad_tab.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (26 generated)
Theresa
ptal - screenshots are in the bug https://codereview.chromium.org/2866273003/diff/1/chrome/android/java/res/layout/sad_tab.xml File chrome/android/java/res/layout/sad_tab.xml (right): https://codereview.chromium.org/2866273003/diff/1/chrome/android/java/res/layout/sad_tab.xml#newcode28 chrome/android/java/res/layout/sad_tab.xml:28: android:layout_gravity="center_horizontal" layout_gravity="center"causes ...
3 years, 7 months ago (2017-05-09 21:01:36 UTC) #4
Ted C
https://codereview.chromium.org/2866273003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java File chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java (right): https://codereview.chromium.org/2866273003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java#newcode37 chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java:37: @IntDef({SAD_TAB_EVENT_DISPLAYED, SAD_TAB_EVENT_BUTTON_CLICKED, can we generate the enum in java ...
3 years, 7 months ago (2017-05-10 15:59:46 UTC) #11
Theresa
https://codereview.chromium.org/2866273003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java File chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java (right): https://codereview.chromium.org/2866273003/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java#newcode37 chrome/android/java/src/org/chromium/chrome/browser/tab/SadTabViewFactory.java:37: @IntDef({SAD_TAB_EVENT_DISPLAYED, SAD_TAB_EVENT_BUTTON_CLICKED, On 2017/05/10 15:59:46, Ted C wrote: > ...
3 years, 7 months ago (2017-05-10 18:20:22 UTC) #16
Ted C
lgtm
3 years, 7 months ago (2017-05-10 19:15:34 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2866273003/60001
3 years, 7 months ago (2017-05-10 19:27:42 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/432954)
3 years, 7 months ago (2017-05-10 19:46:25 UTC) #23
Theresa
+jbudorick@ for chrome/BUILD.gn +msw@ for sad_tab.cc annotation
3 years, 7 months ago (2017-05-10 20:50:07 UTC) #25
wrong jbudorick
On 2017/05/10 20:50:07, Theresa wrote: > +jbudorick@ for chrome/BUILD.gn lgtm > +msw@ for sad_tab.cc annotation
3 years, 7 months ago (2017-05-10 20:54:12 UTC) #26
jbudorick
On 2017/05/10 20:54:12, wrong jbudorick wrote: > On 2017/05/10 20:50:07, Theresa wrote: > > +jbudorick@ ...
3 years, 7 months ago (2017-05-10 20:54:44 UTC) #27
Theresa
+msw@ for sad_tab.cc annotation
3 years, 7 months ago (2017-05-10 23:30:52 UTC) #29
msw
https://codereview.chromium.org/2866273003/diff/60001/chrome/browser/ui/sad_tab.cc File chrome/browser/ui/sad_tab.cc (right): https://codereview.chromium.org/2866273003/diff/60001/chrome/browser/ui/sad_tab.cc#newcode39 chrome/browser/ui/sad_tab.cc:39: // A Java counterpart exists in incomplete sentence
3 years, 7 months ago (2017-05-10 23:32:32 UTC) #30
Theresa
https://codereview.chromium.org/2866273003/diff/60001/chrome/browser/ui/sad_tab.cc File chrome/browser/ui/sad_tab.cc (right): https://codereview.chromium.org/2866273003/diff/60001/chrome/browser/ui/sad_tab.cc#newcode39 chrome/browser/ui/sad_tab.cc:39: // A Java counterpart exists in On 2017/05/10 23:32:32, ...
3 years, 7 months ago (2017-05-10 23:34:33 UTC) #32
msw
sad_tab.cc rubber stamp lgtm
3 years, 7 months ago (2017-05-10 23:35:54 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2866273003/80001
3 years, 7 months ago (2017-05-10 23:43:44 UTC) #38
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 01:17:46 UTC) #41
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/91d3ee3c63734399ce574d0ed71f...

Powered by Google App Engine
This is Rietveld 408576698