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

Issue 172263002: Move WebAXObjectProxy and AccessibleController from CppBoundClass to gin::Wrappable (Closed)

Created:
6 years, 10 months ago by hajimehoshi
Modified:
6 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, tfarina
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 #

Patch Set 6 : Bug fix: WebAXObjectProxyList::CreateRoot should return the RootWebAXObjectProxy's handle #

Patch Set 7 : Bug fix: the WebFrame might die before calling NotificationReceived #

Patch Set 8 : Bug fix: the 2nd arg of setSelectedTextRange should be 'length' #

Patch Set 9 : Bug fix: Clear the callbacks when reset or destroyed #

Total comments: 8

Patch Set 10 : jochen's review #

Patch Set 11 : Bug fix: accessibilityController.removeNotificationListener doesn't take arguments for now #

Patch Set 12 : Use callFunctionEvenIfScriptDisabled #

Patch Set 13 : (rebasing) #

Total comments: 4

Patch Set 14 : kouhei's review: {add/remove}NotificationCallback -> {set/unset}NotificationCallback #

Total comments: 1

Patch Set 15 : Bug fix: replace snprintf with base::StringPrintf #

Patch Set 16 : Bug fix: ObjectTemplate::NewInstance might return an empty object #

Patch Set 17 : (rebasing) #

Patch Set 18 : (rebasing) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1579 lines, -1607 lines) Patch
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +5 lines, -4 lines 0 comments Download
D content/shell/renderer/test_runner/AccessibilityController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -71 lines 0 comments Download
D content/shell/renderer/test_runner/AccessibilityController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -184 lines 0 comments Download
M content/shell/renderer/test_runner/TestInterfaces.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M content/shell/renderer/test_runner/TestInterfaces.cpp View 1 2 3 8 chunks +9 lines, -9 lines 0 comments Download
D content/shell/renderer/test_runner/WebAXObjectProxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -146 lines 0 comments Download
D content/shell/renderer/test_runner/WebAXObjectProxy.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1178 lines 0 comments Download
M content/shell/renderer/test_runner/WebTestProxy.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 lines 0 comments Download
A content/shell/renderer/test_runner/accessibility_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +77 lines, -0 lines 0 comments Download
A content/shell/renderer/test_runner/accessibility_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +275 lines, -0 lines 0 comments Download
A + content/shell/renderer/test_runner/unsafe_persistent.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +8 lines, -8 lines 0 comments Download
A content/shell/renderer/test_runner/web_ax_object_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +168 lines, -0 lines 0 comments Download
A content/shell/renderer/test_runner/web_ax_object_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1030 lines, -0 lines 0 comments Download

Messages

Total messages: 48 (0 generated)
kouhei (in TOK)
https://codereview.chromium.org/172263002/diff/50001/gin/unsafe_persistent.h File gin/unsafe_persistent.h (right): https://codereview.chromium.org/172263002/diff/50001/gin/unsafe_persistent.h#newcode32 gin/unsafe_persistent.h:32: } You also need to define operator= and destructor ...
6 years, 10 months ago (2014-02-21 01:27:25 UTC) #1
dmazzoni
Do we have to move all of the test code from the Blink codebase to ...
6 years, 10 months ago (2014-02-21 05:57:29 UTC) #2
jochen (gone - plz use gerrit)
On 2014/02/21 05:57:29, dmazzoni wrote: > Do we have to move all of the test ...
6 years, 10 months ago (2014-02-21 06:03:58 UTC) #3
dmazzoni
On 2014/02/21 05:57:29, dmazzoni wrote: > Do we have to move all of the test ...
6 years, 10 months ago (2014-02-21 06:14:39 UTC) #4
hajimehoshi
There are still 11 test fails out of 166 accessibility tests. Nine failures is crashing ...
6 years, 10 months ago (2014-02-21 11:07:23 UTC) #5
hajimehoshi
The rest failures are two as long as https://codereview.chromium.org/177553002/ is applied. * accessibility/loading-iframe-sends-notification.html * accessibility/notification-listeners.html ...
6 years, 10 months ago (2014-02-24 11:03:00 UTC) #6
jochen (gone - plz use gerrit)
overall looks great! https://codereview.chromium.org/172263002/diff/380001/content/shell/renderer/test_runner/accessibility_controller.cc File content/shell/renderer/test_runner/accessibility_controller.cc (right): https://codereview.chromium.org/172263002/diff/380001/content/shell/renderer/test_runner/accessibility_controller.cc#newcode49 content/shell/renderer/test_runner/accessibility_controller.cc:49: // static nit. we only use ...
6 years, 10 months ago (2014-02-24 11:21:52 UTC) #7
hajimehoshi
Thank you! https://codereview.chromium.org/172263002/diff/380001/content/shell/renderer/test_runner/accessibility_controller.cc File content/shell/renderer/test_runner/accessibility_controller.cc (right): https://codereview.chromium.org/172263002/diff/380001/content/shell/renderer/test_runner/accessibility_controller.cc#newcode49 content/shell/renderer/test_runner/accessibility_controller.cc:49: // static On 2014/02/24 11:21:52, jochen wrote: ...
6 years, 10 months ago (2014-02-25 04:27:47 UTC) #8
hajimehoshi
Now all accessibility tests passed! The remaining task is to manipulate the recursive state of ...
6 years, 10 months ago (2014-02-25 04:44:59 UTC) #9
jochen (gone - plz use gerrit)
lgtm
6 years, 10 months ago (2014-02-25 16:13:33 UTC) #10
hajimehoshi
Oh yeah, callFunctionEvenIfScriptDisabled worked without a hack on blink! PTAL just in case.
6 years, 10 months ago (2014-02-27 03:35:06 UTC) #11
kouhei (in TOK)
https://codereview.chromium.org/172263002/diff/520001/content/shell/renderer/test_runner/accessibility_controller.cc File content/shell/renderer/test_runner/accessibility_controller.cc (right): https://codereview.chromium.org/172263002/diff/520001/content/shell/renderer/test_runner/accessibility_controller.cc#newcode220 content/shell/renderer/test_runner/accessibility_controller.cc:220: // FIXME: Implement this Would you implement this? notification_callbacks_.reset() ...
6 years, 9 months ago (2014-02-27 05:50:53 UTC) #12
hajimehoshi
Thank you! https://codereview.chromium.org/172263002/diff/520001/content/shell/renderer/test_runner/accessibility_controller.cc File content/shell/renderer/test_runner/accessibility_controller.cc (right): https://codereview.chromium.org/172263002/diff/520001/content/shell/renderer/test_runner/accessibility_controller.cc#newcode220 content/shell/renderer/test_runner/accessibility_controller.cc:220: // FIXME: Implement this On 2014/02/27 05:50:54, ...
6 years, 9 months ago (2014-02-27 07:33:07 UTC) #13
kouhei (in TOK)
https://codereview.chromium.org/172263002/diff/540001/content/shell/renderer/test_runner/unsafe_persistent.h File content/shell/renderer/test_runner/unsafe_persistent.h (right): https://codereview.chromium.org/172263002/diff/540001/content/shell/renderer/test_runner/unsafe_persistent.h#newcode1 content/shell/renderer/test_runner/unsafe_persistent.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 9 months ago (2014-02-27 07:42:44 UTC) #14
jochen (gone - plz use gerrit)
On 2014/02/27 07:42:44, kouhei wrote: > https://codereview.chromium.org/172263002/diff/540001/content/shell/renderer/test_runner/unsafe_persistent.h > File content/shell/renderer/test_runner/unsafe_persistent.h (right): > > https://codereview.chromium.org/172263002/diff/540001/content/shell/renderer/test_runner/unsafe_persistent.h#newcode1 > ...
6 years, 9 months ago (2014-02-27 07:46:22 UTC) #15
kouhei (in TOK)
On 2014/02/27 07:46:22, jochen (OOO from March 1) wrote: > On 2014/02/27 07:42:44, kouhei wrote: ...
6 years, 9 months ago (2014-02-27 07:50:24 UTC) #16
jochen (gone - plz use gerrit)
On 2014/02/27 07:50:24, kouhei wrote: > On 2014/02/27 07:46:22, jochen (OOO from March 1) wrote: ...
6 years, 9 months ago (2014-02-27 08:25:14 UTC) #17
kouhei (in TOK)
On 2014/02/27 08:25:14, jochen (OOO from March 1) wrote: > On 2014/02/27 07:50:24, kouhei wrote: ...
6 years, 9 months ago (2014-02-27 08:30:46 UTC) #18
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-02-27 08:31:38 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/172263002/540001
6 years, 9 months ago (2014-02-27 08:31:52 UTC) #20
hajimehoshi
The CQ bit was unchecked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-02-27 09:19:58 UTC) #21
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-02-27 09:30:24 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/172263002/560001
6 years, 9 months ago (2014-02-27 09:30:48 UTC) #23
commit-bot: I haz the power
Change committed as 253821
6 years, 9 months ago (2014-02-27 14:54:18 UTC) #24
apavlov
A revert of this CL has been created in https://codereview.chromium.org/180803004/ by apavlov@chromium.org. The reason for ...
6 years, 9 months ago (2014-02-27 17:12:53 UTC) #25
hajimehoshi
On 2014/02/27 17:12:53, apavlov wrote: > A revert of this CL has been created in ...
6 years, 9 months ago (2014-02-28 06:45:35 UTC) #26
jochen (gone - plz use gerrit)
On 2014/02/28 06:45:35, hajimehoshi wrote: > On 2014/02/27 17:12:53, apavlov wrote: > > A revert ...
6 years, 9 months ago (2014-02-28 06:48:41 UTC) #27
hajimehoshi
On 2014/02/28 06:48:41, jochen (OOO until March 10) wrote: > On 2014/02/28 06:45:35, hajimehoshi wrote: ...
6 years, 9 months ago (2014-03-03 04:34:53 UTC) #28
hajimehoshi
6 years, 9 months ago (2014-03-03 04:35:10 UTC) #29
kouhei (in TOK)
still lgtm
6 years, 9 months ago (2014-03-03 04:37:13 UTC) #30
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-03 04:38:44 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/172263002/600001
6 years, 9 months ago (2014-03-03 04:39:00 UTC) #32
haraken
LGTM
6 years, 9 months ago (2014-03-03 04:48:18 UTC) #33
commit-bot: I haz the power
Change committed as 254432
6 years, 9 months ago (2014-03-03 07:50:24 UTC) #34
apavlov
A revert of this CL has been created in https://codereview.chromium.org/186523002/ by apavlov@chromium.org. The reason for ...
6 years, 9 months ago (2014-03-04 08:18:14 UTC) #35
hajimehoshi
Current failures I found on my local machine: $ ./webkit/tools/layout_tests/run_webkit_tests.py --debug fast/dom/Window/*.html ... [42/111] fast/dom/Window/property-access-on-cached-properties-after-frame-navigated.html ...
6 years, 9 months ago (2014-03-04 09:49:58 UTC) #36
hajimehoshi
On 2014/03/04 09:49:58, hajimehoshi wrote: > Current failures I found on my local machine: > ...
6 years, 9 months ago (2014-03-05 05:44:28 UTC) #37
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-06 04:13:11 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/172263002/620001
6 years, 9 months ago (2014-03-06 04:14:47 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 04:26:04 UTC) #40
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) app_list_unittests, ash_unittests, aura_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 9 months ago (2014-03-06 04:26:05 UTC) #41
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-06 04:36:11 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/172263002/620001
6 years, 9 months ago (2014-03-06 04:37:38 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 06:18:57 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel
6 years, 9 months ago (2014-03-06 06:18:58 UTC) #45
hajimehoshi
The CQ bit was checked by hajimehoshi@chromium.org
6 years, 9 months ago (2014-03-06 06:26:43 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hajimehoshi@chromium.org/172263002/620001
6 years, 9 months ago (2014-03-06 06:27:21 UTC) #47
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 14:20:26 UTC) #48
Message was sent while issue was closed.
Change committed as 255342

Powered by Google App Engine
This is Rietveld 408576698