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

Issue 1138993007: Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in ui/events (Closed)

Created:
5 years, 7 months ago by d.samantaray
Modified:
5 years, 6 months ago
Reviewers:
sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in ui/events & ui/views BUG=457697 Committed: https://crrev.com/c1bcfae190a66a5f177542d990412b9cd48988f4 Cr-Commit-Position: refs/heads/master@{#331618}

Patch Set 1 #

Patch Set 2 : Incorporated review comments. #

Patch Set 3 : Incorporated the review comments #

Patch Set 4 : Adding ozone changes to this CL #

Patch Set 5 : Incorporated the review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M ui/events/gesture_detection/motion_event_buffer.cc View 1 2 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gestures/gesture_provider_aura.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc View 3 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/events/platform/platform_event_source_unittest.cc View 3 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/test/test_event_target.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/label.cc View 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 27 (4 generated)
d.samantaray
I have uploaded the patch please review.
5 years, 7 months ago (2015-05-14 07:50:04 UTC) #2
d.samantaray
I have uploaded the patch,please review. https://codereview.chromium.org/1138993007/
5 years, 7 months ago (2015-05-15 03:25:45 UTC) #3
vabr (Chromium)
Please choose appropriate OWNERS reviewers (https://www.chromium.org/developers/owners-files).
5 years, 7 months ago (2015-05-15 08:25:56 UTC) #4
d.samantaray
I have uploaded the patch. Please review. https://codereview.chromium.org/1138993007/
5 years, 7 months ago (2015-05-15 08:47:13 UTC) #6
sadrul
. The failure in the ozone bot look relevant. Please fix (the fix is probably ...
5 years, 7 months ago (2015-05-15 15:46:05 UTC) #7
d.samantaray
Incorporated review comments. Please review.
5 years, 7 months ago (2015-05-21 07:09:39 UTC) #8
d.samantaray
Incorporated the changes. Please review
5 years, 7 months ago (2015-05-22 07:55:21 UTC) #10
sadrul
On 2015/05/15 15:46:05, sadrul wrote: > . The failure in the ozone bot look relevant. ...
5 years, 7 months ago (2015-05-22 16:08:14 UTC) #11
d.samantaray
On 2015/05/22 16:08:14, sadrul wrote: > On 2015/05/15 15:46:05, sadrul wrote: > > . The ...
5 years, 7 months ago (2015-05-25 04:34:53 UTC) #12
sadrul
On 2015/05/25 04:34:53, d.samantaray wrote: > On 2015/05/22 16:08:14, sadrul wrote: > > On 2015/05/15 ...
5 years, 7 months ago (2015-05-25 04:42:45 UTC) #13
d.samantaray
I have added the ozone changes and added them back, please review.
5 years, 7 months ago (2015-05-25 06:45:31 UTC) #14
d.samantaray
I have added the ozone changes, Please review.
5 years, 7 months ago (2015-05-26 03:13:01 UTC) #15
sadrul
On 2015/05/26 03:13:01, d.samantaray wrote: > I have added the ozone changes, Please review. Looks ...
5 years, 7 months ago (2015-05-26 03:21:04 UTC) #16
d.samantaray
On 2015/05/26 03:21:04, sadrul wrote: > On 2015/05/26 03:13:01, d.samantaray wrote: > > I have ...
5 years, 7 months ago (2015-05-26 04:06:49 UTC) #17
d.samantaray
I have incorporated all the changes in a new patch and linked to the current ...
5 years, 7 months ago (2015-05-26 04:07:30 UTC) #18
sadrul
On 2015/05/26 04:07:30, d.samantaray wrote: > I have incorporated all the changes in a new ...
5 years, 7 months ago (2015-05-26 16:56:32 UTC) #19
d.samantaray
On 2015/05/26 16:56:32, sadrul wrote: > On 2015/05/26 04:07:30, d.samantaray wrote: > > I have ...
5 years, 7 months ago (2015-05-27 03:29:41 UTC) #20
d.samantaray
On 2015/05/27 03:29:41, d.samantaray wrote: > On 2015/05/26 16:56:32, sadrul wrote: > > On 2015/05/26 ...
5 years, 7 months ago (2015-05-27 03:32:05 UTC) #21
sadrul
lgtm On 2015/05/27 03:32:05, d.samantaray wrote: > On 2015/05/27 03:29:41, d.samantaray wrote: > > On ...
5 years, 7 months ago (2015-05-27 18:12:01 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1138993007/80001
5 years, 7 months ago (2015-05-27 18:14:27 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-27 19:18:17 UTC) #25
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/c1bcfae190a66a5f177542d990412b9cd48988f4 Cr-Commit-Position: refs/heads/master@{#331618}
5 years, 7 months ago (2015-05-27 19:19:18 UTC) #26
d.samantaray
5 years, 6 months ago (2015-05-28 04:08:39 UTC) #27
Message was sent while issue was closed.
On 2015/05/27 18:12:01, sadrul wrote:
> lgtm
> 
> On 2015/05/27 03:32:05, d.samantaray wrote:
> > On 2015/05/27 03:29:41, d.samantaray wrote:
> > > On 2015/05/26 16:56:32, sadrul wrote:
> > > > On 2015/05/26 04:07:30, d.samantaray wrote:
> > > > > I have incorporated all the changes in a new patch and linked to the
> > current
> > > > > issue.Please review.
> > > > 
> > > > Can you explain if you have plans to fix up TouchNoiseFilter (the fix
> should
> > > be
> > > > trivial) too?
> > > 
> > > I checked and found that TouchNoiseFilter is
std::vector<TouchNoiseFilter*>
> > > filters_;So I did not go for changing this.
> > 
> > Though it is not a ScopedVector so I did not make any changes.
> 
> Right. Maybe you could fix the code to use a ScopedVector instead of a
> std::vector for TouchNouseFilter (in a separate CL)? Should be fairly trivial
I
> think.

Ok, I will make the changes.

Powered by Google App Engine
This is Rietveld 408576698