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

Issue 15645004: [rAC] Allow sub-views to trigger layout reflow. (Closed)

Created:
7 years, 7 months ago by groby-ooo-7-16
Modified:
7 years, 6 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, ahutter, dbeam+watch-autofill_chromium.org, sail+watch_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

[rAC] Allow sub-views to trigger layout reflow. BUG=157274 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202642

Patch Set 1 #

Patch Set 2 : Now using proper patch base. #

Total comments: 6

Patch Set 3 : Address review comments, declare protocol. #

Total comments: 10

Patch Set 4 : Address review issues. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+213 lines, -76 lines) Patch
M build/common.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_details_container.mm View 1 2 3 2 chunks +22 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm View 1 2 3 5 chunks +59 lines, -7 lines 0 comments Download
A chrome/browser/ui/cocoa/autofill/autofill_layout.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.mm View 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container.mm View 4 chunks +58 lines, -48 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_section_container_unittest.mm View 1 2 3 1 chunk +3 lines, -11 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
groby-ooo-7-16
Here's the layout notification workflow I talked about. Basically, any given subview no matter where ...
7 years, 7 months ago (2013-05-22 22:30:12 UTC) #1
Robert Sesek
This is a nice way to handle the problem. I don't think it actually buys ...
7 years, 7 months ago (2013-05-23 15:30:16 UTC) #2
groby-ooo-7-16
https://codereview.chromium.org/15645004/diff/2001/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/15645004/diff/2001/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode38 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:38: for (AutofillSectionContainer* container in [details_ objectEnumerator]) On 2013/05/23 15:30:16, ...
7 years, 7 months ago (2013-05-24 20:36:14 UTC) #3
Robert Sesek
LGTM with nits! https://codereview.chromium.org/15645004/diff/8001/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/15645004/diff/8001/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode48 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:48: details_.get()) { nit: indent 4 spaces ...
7 years, 7 months ago (2013-05-24 20:49:23 UTC) #4
groby-ooo-7-16
https://codereview.chromium.org/15645004/diff/8001/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm File chrome/browser/ui/cocoa/autofill/autofill_details_container.mm (right): https://codereview.chromium.org/15645004/diff/8001/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm#newcode48 chrome/browser/ui/cocoa/autofill/autofill_details_container.mm:48: details_.get()) { On 2013/05/24 20:49:23, rsesek wrote: > nit: ...
7 years, 7 months ago (2013-05-24 23:53:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/15645004/17001
7 years, 7 months ago (2013-05-24 23:53:45 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=118384
7 years, 7 months ago (2013-05-25 02:18:42 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/15645004/17001
7 years, 6 months ago (2013-05-28 18:18:20 UTC) #8
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 20:29:21 UTC) #9
Message was sent while issue was closed.
Change committed as 202642

Powered by Google App Engine
This is Rietveld 408576698