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

Issue 7867018: Add routing id and notification type to accessibility logging. (Closed)

Created:
9 years, 3 months ago by David Tseng
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Add routing id and notification type to accessibility logging. BUG=none TEST=manual. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=102167

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add NOTREACHED() call #

Total comments: 5

Patch Set 3 : Suffle some code around as per requests from reviews. #

Patch Set 4 : Add conversion from int to string. #

Total comments: 6

Patch Set 5 : Address comments. #

Patch Set 6 : use WebAccessibilityNotification to avoid includes from content/* #

Patch Set 7 : use '=' instead of ':' #

Patch Set 8 : fix path. #

Patch Set 9 : indent. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -5 lines) Patch
M content/renderer/render_view.cc View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/glue/webaccessibility.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/webaccessibility.cc View 1 2 3 4 5 6 7 8 3 chunks +74 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
David Tseng
9 years, 3 months ago (2011-09-10 00:22:25 UTC) #1
David Tseng
Additions to logging; either tony or dmazzoni please review.
9 years, 3 months ago (2011-09-13 23:15:03 UTC) #2
tony
LGTM, but you probably need a content owner to approve. http://codereview.chromium.org/7867018/diff/1/content/common/view_messages.h File content/common/view_messages.h (right): http://codereview.chromium.org/7867018/diff/1/content/common/view_messages.h#newcode134 ...
9 years, 3 months ago (2011-09-13 23:22:21 UTC) #3
David Tseng
+jam for owners approval. On 9/13/11, tony@chromium.org <tony@chromium.org> wrote: > LGTM, but you probably need ...
9 years, 3 months ago (2011-09-13 23:26:47 UTC) #4
David Tseng
Brett: Please rubber stamp? On 9/13/11, David Tseng <dtseng@chromium.org> wrote: > +jam for owners approval. ...
9 years, 3 months ago (2011-09-15 14:19:07 UTC) #5
brettw
http://codereview.chromium.org/7867018/diff/5002/content/common/view_messages.h File content/common/view_messages.h (right): http://codereview.chromium.org/7867018/diff/5002/content/common/view_messages.h#newcode114 content/common/view_messages.h:114: static const std::string DebugString(Value value) { Can this big ...
9 years, 3 months ago (2011-09-15 18:05:25 UTC) #6
David Tseng
http://codereview.chromium.org/7867018/diff/5002/content/common/view_messages.h File content/common/view_messages.h (right): http://codereview.chromium.org/7867018/diff/5002/content/common/view_messages.h#newcode114 content/common/view_messages.h:114: static const std::string DebugString(Value value) { On 2011/09/15 18:05:25, ...
9 years, 3 months ago (2011-09-15 21:58:45 UTC) #7
brettw
I rather liked the separate function in the original code review. It seems like it ...
9 years, 3 months ago (2011-09-16 04:52:23 UTC) #8
brettw
LGTM with my suggestions, don't want to spend too long bikeshedding.
9 years, 3 months ago (2011-09-16 04:52:40 UTC) #9
David Tseng
http://codereview.chromium.org/7867018/diff/12001/webkit/glue/webaccessibility.cc File webkit/glue/webaccessibility.cc (right): http://codereview.chromium.org/7867018/diff/12001/webkit/glue/webaccessibility.cc#newcode32 webkit/glue/webaccessibility.cc:32: On 2011/09/16 04:52:23, brettw wrote: > Extra blank line ...
9 years, 3 months ago (2011-09-19 16:02:45 UTC) #10
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 3 months ago (2011-09-20 00:57:12 UTC) #11
commit-bot: I haz the power
The commit queue went berserk retrying too often for a seemingly flaky test. Builder is ...
9 years, 3 months ago (2011-09-21 00:13:58 UTC) #12
commit-bot: I haz the power
9 years, 3 months ago (2011-09-21 21:04:00 UTC) #13
Change committed as 102167

Powered by Google App Engine
This is Rietveld 408576698