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

Issue 8479002: Differentiate TOUCH_UI builds in crash reporting. (Closed)

Created:
9 years, 1 month ago by Rick Byers
Modified:
9 years, 1 month ago
Reviewers:
kmixter1, Yaron, Nico
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Differentiate TOUCH_UI builds in crash reporting. In TOUCH_UI ChromeOS builds, augment the Linux distro so that crash reports will have lsb-release="CrOS Touch" instead of just "CrOS". This mirrors the change in User-Agent in TOUCH_UI builds as well (see BuildOSCpuInfo() in webkit/glue/user_agent.cc). BUG=chromium-os:22255 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109436

Patch Set 1 #

Total comments: 3

Patch Set 2 : Avoid nested ifdef #

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

Messages

Total messages: 13 (0 generated)
Rick Byers
Hey Ken, Can you please review this trivial CL? Let me know if you think ...
9 years, 1 month ago (2011-11-04 16:13:25 UTC) #1
kmixter1
LGTM but you should probably have an owner review - I'm not sure all the ...
9 years, 1 month ago (2011-11-07 20:38:35 UTC) #2
Rick Byers
On 2011/11/07 20:38:35, kmixter1 wrote: > LGTM but you should probably have an owner review ...
9 years, 1 month ago (2011-11-08 19:41:30 UTC) #3
Rick Byers
On 2011/11/08 19:41:30, Rick Byers wrote: > On 2011/11/07 20:38:35, kmixter1 wrote: > > LGTM ...
9 years, 1 month ago (2011-11-09 19:33:56 UTC) #4
Rick Byers
On 2011/11/09 19:33:56, Rick Byers wrote: > On 2011/11/08 19:41:30, Rick Byers wrote: > > ...
9 years, 1 month ago (2011-11-09 19:59:40 UTC) #5
Nico
http://codereview.chromium.org/8479002/diff/1/base/linux_util.cc File base/linux_util.cc (right): http://codereview.chromium.org/8479002/diff/1/base/linux_util.cc#newcode135 base/linux_util.cc:135: #if defined(TOUCH_UI) Would #if defined(TOUCH_UI) #elif defined(OS_CHROMEOS) #else #endif ...
9 years, 1 month ago (2011-11-09 20:09:05 UTC) #6
Nico
The distro name is also used by sync: http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/chrome/browser/sync/glue/session_model_associator.cc&type=cs&l=572 yfriedman, is this change safe from ...
9 years, 1 month ago (2011-11-09 20:11:30 UTC) #7
Rick Byers
Thanks Nico! > The distro name is also used by sync: > http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/chrome/browser/sync/glue/session_model_associator.cc&type=cs&l=572 > > ...
9 years, 1 month ago (2011-11-09 20:17:55 UTC) #8
Nico
LGTM if Yaron says that sync looks ok. http://codereview.chromium.org/8479002/diff/1/base/linux_util.cc File base/linux_util.cc (right): http://codereview.chromium.org/8479002/diff/1/base/linux_util.cc#newcode135 base/linux_util.cc:135: #if ...
9 years, 1 month ago (2011-11-09 20:20:42 UTC) #9
Rick Byers
On 2011/11/09 20:20:42, Nico wrote: > LGTM if Yaron says that sync looks ok. > ...
9 years, 1 month ago (2011-11-09 22:57:46 UTC) #10
Yaron
On 2011/11/09 22:57:46, Rick Byers wrote: > On 2011/11/09 20:20:42, Nico wrote: > > LGTM ...
9 years, 1 month ago (2011-11-10 00:40:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rbyers@chromium.org/8479002/10001
9 years, 1 month ago (2011-11-10 14:33:13 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-10 16:04:12 UTC) #13
Change committed as 109436

Powered by Google App Engine
This is Rietveld 408576698