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

Issue 2613983002: Rename paint related lifecycle methods of FrameView (Closed)

Created:
3 years, 11 months ago by Xianzhu
Modified:
3 years, 11 months ago
Reviewers:
droger, chrishtr, pdr.
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename paint related lifecycle methods of FrameView updatePaintProperties -> prePaint synchronizedPaint -> paint synchronizedPaintRecursively -> paintGraphicsLayerRecursively Review-Url: https://codereview.chromium.org/2613983002 Cr-Commit-Position: refs/heads/master@{#441953} Committed: https://chromium.googlesource.com/chromium/src/+/7b6d0ee2e211c47f3fd5234d9cf005dcb748112f

Patch Set 1 #

Patch Set 2 : - #

Patch Set 3 : Update comments #

Total comments: 2

Patch Set 4 : paintTree() and update android tools scripts #

Patch Set 5 : Rebase on https://codereview.chromium.org/2615713004/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -40 lines) Patch
M third_party/WebKit/Source/core/frame/FrameView.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 6 chunks +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebContentLayerClient.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M tools/android/loading/report_unittest.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/android/loading/user_satisfied_lens.py View 1 2 3 2 chunks +5 lines, -7 lines 0 comments Download
M tools/android/loading/user_satisfied_lens_unittest.py View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 42 (20 generated)
Xianzhu
3 years, 11 months ago (2017-01-05 17:31:23 UTC) #4
pdr.
On 2017/01/05 at 17:31:23, wangxianzhu wrote: > LGTM There are a few more comments with ...
3 years, 11 months ago (2017-01-05 17:36:51 UTC) #5
Xianzhu
On 2017/01/05 17:36:51, pdr. wrote: > On 2017/01/05 at 17:31:23, wangxianzhu wrote: > > > ...
3 years, 11 months ago (2017-01-05 17:42:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2613983002/20001
3 years, 11 months ago (2017-01-05 17:43:08 UTC) #9
pdr.
On 2017/01/05 at 17:42:00, wangxianzhu wrote: > On 2017/01/05 17:36:51, pdr. wrote: > > On ...
3 years, 11 months ago (2017-01-05 17:43:31 UTC) #10
pdr.
On 2017/01/05 at 17:43:31, pdr. wrote: > On 2017/01/05 at 17:42:00, wangxianzhu wrote: > > ...
3 years, 11 months ago (2017-01-05 17:44:33 UTC) #12
Xianzhu
On 2017/01/05 17:43:31, pdr. wrote: > On 2017/01/05 at 17:42:00, wangxianzhu wrote: > > On ...
3 years, 11 months ago (2017-01-05 17:48:30 UTC) #13
chrishtr
https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h File third_party/WebKit/Source/core/frame/FrameView.h (right): https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h#newcode874 third_party/WebKit/Source/core/frame/FrameView.h:874: void paint(); With this CL there are now 3 ...
3 years, 11 months ago (2017-01-05 17:51:10 UTC) #14
Xianzhu
https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h File third_party/WebKit/Source/core/frame/FrameView.h (right): https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h#newcode874 third_party/WebKit/Source/core/frame/FrameView.h:874: void paint(); On 2017/01/05 17:51:10, chrishtr wrote: > With ...
3 years, 11 months ago (2017-01-05 18:05:09 UTC) #15
chrishtr
On 2017/01/05 at 18:05:09, wangxianzhu wrote: > https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h > File third_party/WebKit/Source/core/frame/FrameView.h (right): > > https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h#newcode874 ...
3 years, 11 months ago (2017-01-05 18:10:58 UTC) #16
Xianzhu
On 2017/01/05 18:05:09, Xianzhu wrote: > https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h > File third_party/WebKit/Source/core/frame/FrameView.h (right): > > https://codereview.chromium.org/2613983002/diff/40001/third_party/WebKit/Source/core/frame/FrameView.h#newcode874 > ...
3 years, 11 months ago (2017-01-05 18:12:37 UTC) #17
Xianzhu
On 2017/01/05 18:10:58, chrishtr wrote: > On 2017/01/05 at 18:05:09, wangxianzhu wrote: > > > ...
3 years, 11 months ago (2017-01-05 18:13:23 UTC) #18
chrishtr
On 2017/01/05 at 18:13:23, wangxianzhu wrote: > On 2017/01/05 18:10:58, chrishtr wrote: > > On ...
3 years, 11 months ago (2017-01-05 18:26:10 UTC) #19
Xianzhu
On 2017/01/05 17:44:33, pdr. wrote: > On 2017/01/05 at 17:43:31, pdr. wrote: > > On ...
3 years, 11 months ago (2017-01-05 18:49:33 UTC) #22
Xianzhu
On 2017/01/05 18:10:58, chrishtr wrote: > On 2017/01/05 at 18:05:09, wangxianzhu wrote: > > > ...
3 years, 11 months ago (2017-01-05 18:49:46 UTC) #23
Xianzhu
+mattcary, blendell for tools/android/loading.
3 years, 11 months ago (2017-01-05 18:50:52 UTC) #25
Xianzhu
+mattcary, blendell for tools/android/loading.
3 years, 11 months ago (2017-01-05 18:50:54 UTC) #26
pdr.
On 2017/01/05 at 18:49:46, wangxianzhu wrote: > On 2017/01/05 18:10:58, chrishtr wrote: > > On ...
3 years, 11 months ago (2017-01-05 18:50:58 UTC) #27
blundell
-> drogerfor //tools/android/loading OWNERS
3 years, 11 months ago (2017-01-06 08:16:43 UTC) #35
droger
lgtm
3 years, 11 months ago (2017-01-06 10:13:39 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2613983002/80001
3 years, 11 months ago (2017-01-06 17:01:32 UTC) #39
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 17:08:20 UTC) #42
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/7b6d0ee2e211c47f3fd5234d9cf0...

Powered by Google App Engine
This is Rietveld 408576698