|
|
Created:
4 years, 1 month ago by Anton Obzhirov Modified:
4 years ago CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, tfarina Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionEvent failed to dispatch after stopPropagation
This patch implements step 14 of
https://dom.spec.whatwg.org/#concept-event-dispatch
BUG=656839
Committed: https://crrev.com/87e4a44094fe159ee1b311c1c784661d4d367f8f
Cr-Commit-Position: refs/heads/master@{#434368}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Updated after review. #Patch Set 3 : After format. #
Messages
Total messages: 37 (19 generated)
Description was changed from ========== Event failed to dispatch after stopPropagation This patch implements step 14 of https://dom.spec.whatwg.org/#concept-event-dispatch BUG=656839 ========== to ========== Event failed to dispatch after stopPropagation This patch implements step 14 of https://dom.spec.whatwg.org/#concept-event-dispatch BUG=656839 ==========
a.obzhirov@samsung.com changed reviewers: + dominicc@chromium.org
On 2016/11/15 15:35:20, Anton Obzhirov wrote: > mailto:a.obzhirov@samsung.com changed reviewers: > + mailto:dominicc@chromium.org Plz have a look.
dominicc@chromium.org changed reviewers: + hayato@chromium.org - dominicc@chromium.org
On 2016/11/15 at 15:36:05, a.obzhirov wrote: > On 2016/11/15 15:35:20, Anton Obzhirov wrote: > > mailto:a.obzhirov@samsung.com changed reviewers: > > + mailto:dominicc@chromium.org > > Plz have a look. hayato is a good reviewer for event related stuff.
lgtm https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/events/Event.h (right): https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/events/Event.h:162: void clearStopPropagation() { m_propagationStopped = false; } Could you rename this to setPropagationStopped(bool) for the consistency within this file? https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... File third_party/WebKit/Source/core/events/EventDispatcher.cpp (right): https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... third_party/WebKit/Source/core/events/EventDispatcher.cpp:257: // 14. Unset event’s dispatch flag, stop propagation flag, and stop immediate propagation flag. Could you reorder [16, 15, 14] to [14, 15, 16]?
On 2016/11/17 05:37:42, hayato wrote: > lgtm > > https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... > File third_party/WebKit/Source/core/events/Event.h (right): > > https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... > third_party/WebKit/Source/core/events/Event.h:162: void clearStopPropagation() { > m_propagationStopped = false; } > Could you rename this to setPropagationStopped(bool) for the consistency within > this file? > > https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... > File third_party/WebKit/Source/core/events/EventDispatcher.cpp (right): > > https://codereview.chromium.org/2501333003/diff/1/third_party/WebKit/Source/c... > third_party/WebKit/Source/core/events/EventDispatcher.cpp:257: // 14. Unset > event’s dispatch flag, stop propagation flag, and stop immediate propagation > flag. > Could you reorder [16, 15, 14] to [14, 15, 16]? Thanks for review, will address all issues.
The CQ bit was checked by a.obzhirov@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from hayato@chromium.org Link to the patchset: https://codereview.chromium.org/2501333003/#ps20001 (title: "Updated after review.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
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_presub...)
The CQ bit was checked by tkent@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
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_presub...)
Hi guys, I am not sure why it is failing chromium_presubmit - the logs don't show any errors. Is it because it requires second lgtm?
On 2016/11/21 at 10:16:33, a.obzhirov wrote: > Hi guys, > > I am not sure why it is failing chromium_presubmit - the logs don't show any errors. Is it because it requires second lgtm? The log shows a warning. https://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presu... > ** Presubmit Warnings ** > The WebKit directory requires source formatting. Please run git cl format third_party/WebKit
On 2016/11/21 12:41:07, tkent wrote: > On 2016/11/21 at 10:16:33, a.obzhirov wrote: > > Hi guys, > > > > I am not sure why it is failing chromium_presubmit - the logs don't show any > errors. Is it because it requires second lgtm? > > The log shows a warning. > https://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presu... > > ** Presubmit Warnings ** > > The WebKit directory requires source formatting. Please run git cl format > third_party/WebKit Thanks for the hint, I have not realised warnings are mandatory for presubmit checks. Will upload the updated patch.
The CQ bit was checked by a.obzhirov@samsung.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The patch has passed the dry run, so if there is no more comments I am going to merge it today and close the bug.
The CQ bit was checked by a.obzhirov@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from hayato@chromium.org Link to the patchset: https://codereview.chromium.org/2501333003/#ps40001 (title: "After format.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
On 2016/11/23 14:25:34, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...) I've checked the failures, they shouldn't be related to the patch, I will try again and if it fails may be will try to setup win build locally.
The CQ bit was checked by a.obzhirov@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 40001, "attempt_start_ts": 1480005132310080, "parent_rev": "e690e240df2846780f5f37f41974765c420cba88", "commit_rev": "627a8a67f7986c231319672bfacf4402d1092078"}
Message was sent while issue was closed.
Description was changed from ========== Event failed to dispatch after stopPropagation This patch implements step 14 of https://dom.spec.whatwg.org/#concept-event-dispatch BUG=656839 ========== to ========== Event failed to dispatch after stopPropagation This patch implements step 14 of https://dom.spec.whatwg.org/#concept-event-dispatch BUG=656839 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Event failed to dispatch after stopPropagation This patch implements step 14 of https://dom.spec.whatwg.org/#concept-event-dispatch BUG=656839 ========== to ========== Event failed to dispatch after stopPropagation This patch implements step 14 of https://dom.spec.whatwg.org/#concept-event-dispatch BUG=656839 Committed: https://crrev.com/87e4a44094fe159ee1b311c1c784661d4d367f8f Cr-Commit-Position: refs/heads/master@{#434368} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/87e4a44094fe159ee1b311c1c784661d4d367f8f Cr-Commit-Position: refs/heads/master@{#434368} |