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

Issue 11414232: Add Chrome OS accessibility histograms. (Closed)

Created:
8 years ago by dmazzoni
Modified:
8 years ago
CC:
chromium-reviews, Zachary Kuznia
Visibility:
Public.

Description

Re-land: Add Chrome OS accessibility histograms. BUG=99504 TBR=joi Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170786

Patch Set 1 #

Total comments: 1

Patch Set 2 : Include callback_forward in header file #

Patch Set 3 : Rebase, fix style errors #

Total comments: 1

Patch Set 4 : Re-land without offending line for now. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -0 lines) Patch
M chrome/browser/chromeos/accessibility/accessibility_util.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_util.cc View 1 2 3 4 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_state_impl.h View 3 chunks +5 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_state_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M content/public/browser/browser_accessibility_state.h View 1 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
dmazzoni
joi: content/public nkostylev: chrome/browser/chromeos
8 years ago (2012-11-29 17:23:11 UTC) #1
Nikita (slow)
lgtm https://codereview.chromium.org/11414232/diff/1/chrome/browser/chromeos/accessibility/accessibility_util.cc File chrome/browser/chromeos/accessibility/accessibility_util.cc (right): https://codereview.chromium.org/11414232/diff/1/chrome/browser/chromeos/accessibility/accessibility_util.cc#newcode114 chrome/browser/chromeos/accessibility/accessibility_util.cc:114: UMA_HISTOGRAM_BOOLEAN("Accessibility.CrosSpokenFeedback", Should you also report histograms if users ...
8 years ago (2012-11-29 18:29:23 UTC) #2
dmazzoni
On 2012/11/29 18:29:23, Nikita Kostylev wrote: > Should you also report histograms if users enable/disable ...
8 years ago (2012-11-29 18:32:33 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/11414232/5002
8 years ago (2012-11-30 08:07:11 UTC) #4
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/accessibility/accessibility_util.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-11-30 08:07:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/11414232/6007
8 years ago (2012-11-30 20:15:59 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) aura_unittests, content_browsertests, content_unittests, views_unittests
8 years ago (2012-11-30 21:33:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/11414232/6007
8 years ago (2012-11-30 21:37:24 UTC) #8
commit-bot: I haz the power
Change committed as 170590
8 years ago (2012-11-30 23:20:58 UTC) #9
davidjames
It looks like the call to GetMagnifierType() on accessibility_util:124 is introducing some crashes. Could you ...
8 years ago (2012-12-01 18:44:57 UTC) #10
achuithb
I'm getting this DCHECK failure on debug builds: [30605:30639:1203/130602:FATAL:browser_process_impl.cc(401)] Check failed: CalledOnValidThread(). base::debug::StackTrace::StackTrace() [0x7ffff562857e] logging::LogMessage::~LogMessage() ...
8 years ago (2012-12-03 21:08:36 UTC) #11
dmazzoni
8 years ago (2012-12-03 23:41:13 UTC) #12
Message was sent while issue was closed.
Fixing DCHECK failure with:
https://codereview.chromium.org/11299312/

On 2012/12/03 21:08:36, achuith.bhandarkar wrote:
> I'm getting this DCHECK failure on debug builds:
> 
> [30605:30639:1203/130602:FATAL:browser_process_impl.cc(401)] Check failed:
> CalledOnValidThread(). 
> 	base::debug::StackTrace::StackTrace() [0x7ffff562857e]
> 	logging::LogMessage::~LogMessage() [0x7ffff565d08f]
> 	BrowserProcessImpl::local_state() [0x23d935f]
> 	chromeos::accessibility::IsHighContrastEnabled() [0x13d8a34]
> 	chromeos::accessibility::UpdateChromeOSAccessibilityHistograms() [0x13d7c58]
> 	base::internal::RunnableAdapter<>::Run() [0x698dcf]
> 	base::internal::InvokeHelper<>::MakeItSo() [0x698db7]
> 	base::internal::Invoker<>::Run() [0x698d9d]
> 	base::Callback<>::Run() [0x7fffecea0c89]
> 	content::BrowserAccessibilityStateImpl::UpdateHistogram() [0x7fffecea01fe]
> 	base::internal::RunnableAdapter<>::Run() [0x7fffecea196d]
> 	base::internal::InvokeHelper<>::MakeItSo() [0x7fffecea1768]
> 	base::internal::Invoker<>::Run() [0x7fffecea1409]
> 	base::Callback<>::Run() [0x7ffff561f4ad]
> 	MessageLoop::RunTask() [0x7ffff5663355]
> 	MessageLoop::DeferOrRunPendingTask() [0x7ffff5663470]
> 	MessageLoop::DoDelayedWork() [0x7ffff5663f1b]
> 	base::MessagePumpLibevent::Run() [0x7ffff56081a8]
> 	MessageLoop::RunInternal() [0x7ffff5662f45]
> 	MessageLoop::RunHandler() [0x7ffff5662dfc]
> 	base::RunLoop::Run() [0x7ffff569aed2]
> 	MessageLoop::Run() [0x7ffff566272a]
> 	base::Thread::Run() [0x7ffff56dc840]
> 	content::BrowserThreadImpl::FileThreadRun() [0x7fffecec2ba3]
> 	content::BrowserThreadImpl::Run() [0x7fffecec2f64]
> 	base::Thread::ThreadMain() [0x7ffff56dc9cb]
> 	base::(anonymous namespace)::ThreadFunc() [0x7ffff56cea57]
> 	start_thread [0x7fffea7c19ca]
> 	<unknown> [0x7fffe759d21d]
> 
> 
> Program received signal SIGTRAP, Trace/breakpoint trap.
> base::debug::BreakDebugger () at ../../base/debug/debugger_posix.cc:256
> 256	}

Powered by Google App Engine
This is Rietveld 408576698