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

Issue 260353003: isActiveFocus() is a more meaningful name (Closed)

Created:
6 years, 7 months ago by suyash
Modified:
6 years, 7 months ago
CC:
blink-reviews, shans, eae+blinkwatch, Steve Block, dino_apple.com, rwlbuis, jamesr, krit, alancutter (OOO until 2018), bemjb+rendering_chromium.org, dsinclair, rune+blink, danakj, dstockwell, Timothy Loh, Rik, jchaffraix+rendering, ojan, Eric Willigers, rjwright, zoltan1, jbroman, darktears, blink-reviews-rendering, leviw+renderwatch, blink-layers+watch_chromium.org, Mike Lawther (Google), Stephen Chennney, esprehn, Julien - ping for review
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

isActiveFocus() is a more meaningful name Previously the function was named isActive() which didn't lay emphasis on the behavior and purpose of the function. There was a FIXME to rename the function to isActiveFocus(). Patch for doing the same. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172911

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -18 lines) Patch
M Source/core/frame/FrameView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/PinchViewport.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayerScrollableArea.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderLayerScrollableArea.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/graphics/GraphicsLayerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/scroll/FramelessScrollView.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/scroll/FramelessScrollView.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/scroll/ScrollableArea.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/platform/scroll/Scrollbar.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/ScrollbarGroup.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ScrollbarGroup.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/ScrollAnimatorNoneTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
suyash
Please take a look! Thanks :)
6 years, 7 months ago (2014-04-29 14:40:04 UTC) #1
bokan
On 2014/04/29 14:40:04, suyash wrote: > Please take a look! Thanks :) Thanks for the ...
6 years, 7 months ago (2014-04-29 15:05:34 UTC) #2
suyash
On 2014/04/29 15:05:34, bokan wrote: > On 2014/04/29 14:40:04, suyash wrote: > > Please take ...
6 years, 7 months ago (2014-04-29 15:32:20 UTC) #3
pdr.
On 2014/04/29 15:32:20, suyash wrote: > On 2014/04/29 15:05:34, bokan wrote: > > On 2014/04/29 ...
6 years, 7 months ago (2014-04-29 16:47:11 UTC) #4
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 7 months ago (2014-04-29 16:47:15 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/suyash.s@samsung.com/260353003/1
6 years, 7 months ago (2014-04-29 16:47:47 UTC) #6
suyash
@pdr Thanks for the review :)
6 years, 7 months ago (2014-04-29 18:07:35 UTC) #7
bokan
On 2014/04/29 18:07:35, suyash wrote: > @pdr Thanks for the review :) FYI, it looks ...
6 years, 7 months ago (2014-04-29 19:49:17 UTC) #8
pdr.
On 2014/04/29 19:49:17, bokan wrote: > On 2014/04/29 18:07:35, suyash wrote: > > @pdr Thanks ...
6 years, 7 months ago (2014-04-29 19:49:53 UTC) #9
abarth-chromium
Source/web rslgtm
6 years, 7 months ago (2014-04-29 19:54:04 UTC) #10
eseidel
What does "isActiveFocus" mean? I'm not sure this is any more clear to me. There ...
6 years, 7 months ago (2014-04-29 20:02:01 UTC) #11
bokan
On 2014/04/29 20:02:01, eseidel wrote: > What does "isActiveFocus" mean? > > I'm not sure ...
6 years, 7 months ago (2014-04-29 20:26:07 UTC) #12
commit-bot: I haz the power
Change committed as 172911
6 years, 7 months ago (2014-04-30 04:06:25 UTC) #13
suyash
On 2014/04/30 04:06:25, I haz the power (commit-bot) wrote: > Change committed as 172911 thanks ...
6 years, 7 months ago (2014-04-30 05:34:41 UTC) #14
eseidel
I still don't understand what this code is attempting to do.
6 years, 7 months ago (2014-04-30 05:43:32 UTC) #15
bokan
On 2014/04/30 05:43:32, eseidel wrote: > I still don't understand what this code is attempting ...
6 years, 7 months ago (2014-04-30 14:20:32 UTC) #16
jochen (gone - plz use gerrit)
On 2014/04/30 14:20:32, bokan wrote: > On 2014/04/30 05:43:32, eseidel wrote: > > I still ...
6 years, 7 months ago (2014-04-30 14:28:44 UTC) #17
jochen (gone - plz use gerrit)
On 2014/04/30 14:28:44, jochen (OOO Wed-Thu) wrote: > On 2014/04/30 14:20:32, bokan wrote: > > ...
6 years, 7 months ago (2014-04-30 14:29:10 UTC) #18
bokan
On 2014/04/30 14:29:10, jochen (OOO Wed-Thu) wrote: > On 2014/04/30 14:28:44, jochen (OOO Wed-Thu) wrote: ...
6 years, 7 months ago (2014-04-30 14:42:51 UTC) #19
bokan
A revert of this CL has been created in https://codereview.chromium.org/269433002/ by bokan@chromium.org. The reason for ...
6 years, 7 months ago (2014-04-30 15:16:36 UTC) #20
eseidel
6 years, 7 months ago (2014-04-30 15:50:58 UTC) #21
Message was sent while issue was closed.
A path forward:

I don't really care what the name is, so long as you have rendering folks signed
off on it.

I'm sorry for holding up your CL, but I'm not sure this FIXME is worth fixing. 
We might just remove it.

Most FIXMEs in the code require more context to fix that just what the FIXME
says.  In this case I was worried (based on watching other FIXME fix-it attempts
from this week) that this FIXME was just being blindly followed without proper
context.

Powered by Google App Engine
This is Rietveld 408576698