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

Issue 6024008: Consider the popup window position when the window shows upward. This patch depends on WebKit patch. (Closed)

Created:
10 years ago by honten.org
Modified:
9 years, 7 months ago
CC:
Peter Kasting, Nico, Evan Stade, chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org, Ilya Sherman, Avi (use Gerrit)
Visibility:
Public.

Description

Consider the popup window position when the window shows upward. This patch depends on WebKit patch. https://bugs.webkit.org/show_bug.cgi?id=51382 BUG=60427 TEST= 1. Open attached file 2. Make sure: 2a) the input is at bottom and window is maximized to make sure the popup appears over the input box 2b) you have more than 1 item to autofill 3. Start typing to filter the results 4. Listbox appears at top; after filtering items - it repositions itself so that there's no empty space between the list and input. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78102

Patch Set 1 #

Total comments: 7

Patch Set 2 : Change SetMove to MoveTo #

Total comments: 5

Patch Set 3 : Fix build error. #

Patch Set 4 : Try mac and win. #

Total comments: 2

Patch Set 5 : Use SetBounds(). #

Total comments: 17

Patch Set 6 : Fix coording in gtk, remove flag in win, refine in Mac. #

Patch Set 7 : Fix mac part. #

Patch Set 8 : Fix Mac, and change rwhv according to the move. #

Total comments: 4

Patch Set 9 : Chnage the order of SetSize() and SetBounds() in Gtk. #

Total comments: 8

Patch Set 10 : Fix formats. #

Total comments: 4

Patch Set 11 : Fix win part. #

Patch Set 12 : Fix according to dir change. #

Patch Set 13 : Fix windows bug. #

Patch Set 14 : Fix windows bug in interactive_ui_tests. #

Patch Set 15 : Fix windows bug in interactive_ui_tests. #

Patch Set 16 : Fix format errors. #

Total comments: 11

Patch Set 17 : Fix win problem. #

Total comments: 2

Patch Set 18 : Fix CPoint to POINT. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -21 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_gtk.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +26 lines, -12 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +16 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_widget_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 127 (0 generated)
honten.org
I'm now trying to fix the popup window position problem. This patch also depends on ...
10 years ago (2010-12-21 06:06:01 UTC) #1
honten.org
Sorry, I mistyped BUG number. The correct number is 60427. Is there any way to ...
10 years ago (2010-12-21 06:39:18 UTC) #2
honten.org
Ok, I can uploaded in https://bugs.webkit.org/show_bug.cgi?id=51382 Could you review them? On 2010/12/21 06:39:18, honten wrote: ...
10 years ago (2010-12-21 07:06:35 UTC) #3
honten.org
Is there anybody who can review my change? Still WebKit review is on going. On ...
10 years ago (2010-12-22 01:06:37 UTC) #4
Ilya Sherman
+Evan I don't really know this part of the codebase very well, so I mostly ...
10 years ago (2010-12-22 01:16:35 UTC) #5
honten.org
Ilya, Thank you for your review, > Evan, Could you review this? Thanks, http://codereview.chromium.org/6024008/diff/1/chrome/browser/renderer_host/render_widget_host_view.h File ...
10 years ago (2010-12-22 01:29:41 UTC) #6
Ilya Sherman
http://codereview.chromium.org/6024008/diff/1/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/1/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode575 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:575: origin.x(), origin.y()); On 2010/12/22 01:29:41, honten wrote: > Sorry, ...
10 years ago (2010-12-22 01:39:57 UTC) #7
honten.org
http://codereview.chromium.org/6024008/diff/1/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/1/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode575 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:575: origin.x(), origin.y()); Got it, On 2010/12/22 01:39:58, Ilya Sherman ...
10 years ago (2010-12-22 01:41:27 UTC) #8
takano.naoki_gmail.com
Evan, Could you review my change? Thanks, On Tue, Dec 21, 2010 at 5:29 PM, ...
10 years ago (2010-12-22 19:38:18 UTC) #9
Evan Stade
yes, setmove is a bad name. Where is the webkit side of this patch?
10 years ago (2010-12-22 20:41:40 UTC) #10
Evan Stade
you can fix the bug number by pressing the edit issue link on the left ...
10 years ago (2010-12-22 20:42:09 UTC) #11
honten.org
Evan, Thank you for your suggestion. I fix the bug number. Also you can find ...
10 years ago (2010-12-22 22:26:50 UTC) #12
honten.org
I update only function name MoveTo. Also I updated WebKit side, http://codereview.chromium.org/6024008/ Please review it. ...
10 years ago (2010-12-23 05:14:30 UTC) #13
honten.org
Could you review my changes? On 2010/12/23 05:14:30, honten wrote: > I update only function ...
9 years, 11 months ago (2011-01-03 19:05:55 UTC) #14
honten.org
Evan, Could you review again? Thanks, On 2011/01/03 19:05:55, honten wrote: > Could you review ...
9 years, 11 months ago (2011-01-04 17:40:09 UTC) #15
Evan Stade
please put the webkit patch link in the CL description. I'll hold off on reviewing ...
9 years, 11 months ago (2011-01-04 22:49:33 UTC) #16
takano.naoki_gmail.com
Evan, Thank you for your comment. I updated the description. Ilya, I updated WebKit patch. ...
9 years, 11 months ago (2011-01-04 23:09:21 UTC) #17
honten.org
Evan, Could you review my patch? Already I got LGTM on webkit side. I understand ...
9 years, 11 months ago (2011-01-17 10:00:45 UTC) #18
honten.org
Is there anybody who can review this part? As I mentioned, I already landed WebKit ...
9 years, 11 months ago (2011-01-19 17:42:48 UTC) #19
honten.org
Ilya, Do you know who else is familiar with this part? Evan looks very busy, ...
9 years, 11 months ago (2011-01-21 18:41:25 UTC) #20
Evan Stade
http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode578 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:578: // TOOLKIT_VIEWS' resize logic flow matches windows. so we ...
9 years, 11 months ago (2011-01-22 01:32:05 UTC) #21
honten.org
http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode578 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:578: // TOOLKIT_VIEWS' resize logic flow matches windows. so we ...
9 years, 11 months ago (2011-01-22 01:53:19 UTC) #22
honten.org
http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode578 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:578: // TOOLKIT_VIEWS' resize logic flow matches windows. so we ...
9 years, 11 months ago (2011-01-23 04:46:35 UTC) #23
honten.org
How about other part? Again, I want to make sure this direction is fine or ...
9 years, 11 months ago (2011-01-23 08:28:54 UTC) #24
Evan Stade
http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/15001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode578 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:578: // TOOLKIT_VIEWS' resize logic flow matches windows. so we ...
9 years, 11 months ago (2011-01-24 23:08:02 UTC) #25
takano.naoki_gmail.com
I mean, I made sure with TOOLKIT_VIEWS defined build. And it didn't effect any non-popup ...
9 years, 11 months ago (2011-01-24 23:10:57 UTC) #26
Evan Stade
aside from that it looks ok, but this code won't compile on all platforms.
9 years, 11 months ago (2011-01-24 23:22:39 UTC) #27
takano.naoki_gmail.com
I guess the error is in test part compilation problem. Sorry, I'll fix it. Thank ...
9 years, 11 months ago (2011-01-24 23:24:54 UTC) #28
honten.org
Evan, The test compilation didn't pass. So I fixed it. Still I'm working on Mac ...
9 years, 11 months ago (2011-01-25 06:07:23 UTC) #29
honten.org
I implemented Win and Mac. I confirmed Mac but I'm now sure Win. Because I ...
9 years, 11 months ago (2011-01-25 08:21:50 UTC) #30
Evan Stade
avi for mac, pkasting for windows
9 years, 11 months ago (2011-01-25 22:43:29 UTC) #31
Avi (use Gerrit)
Comment tweak, but Mac code LGTM. http://codereview.chromium.org/6024008/diff/39001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/6024008/diff/39001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode627 chrome/browser/renderer_host/render_widget_host_view_mac.mm:627: // upper-left corner ...
9 years, 11 months ago (2011-01-25 22:52:07 UTC) #32
Peter Kasting
I have two comments on the Windows side: (1) Ben needs to look at this ...
9 years, 11 months ago (2011-01-25 22:52:19 UTC) #33
takano.naoki_gmail.com
pkasting, Thank you for your comment. About (1), I want to wait Ben's comment. About ...
9 years, 11 months ago (2011-01-26 00:31:16 UTC) #34
Peter Kasting
On 2011/01/26 00:31:16, takano.naoki_gmail.com wrote: > About (2), I understand what your point. > So ...
9 years, 11 months ago (2011-01-26 00:46:53 UTC) #35
takano.naoki_gmail.com
pkasting, Thank you for your comment and suggestion. So I'll use SetBounds(), but should I ...
9 years, 11 months ago (2011-01-26 01:05:57 UTC) #36
Peter Kasting
On 2011/01/26 01:05:57, takano.naoki_gmail.com wrote: > So I'll use SetBounds(), but should I change GetViewBounds() ...
9 years, 11 months ago (2011-01-26 17:25:04 UTC) #37
honten.org
Peter, Still I'm tweaking how to deal with SetBounds(). You suggested that I should make ...
9 years, 11 months ago (2011-01-29 07:28:25 UTC) #38
Peter Kasting
On 2011/01/29 07:28:25, honten wrote: > GTK and Windows GetViewBounds() returns the screen position and ...
9 years, 10 months ago (2011-01-29 19:40:11 UTC) #39
honten.org
Peter, Thank you for your quick response. On 2011/01/29 19:40:11, Peter Kasting wrote: > On ...
9 years, 10 months ago (2011-01-30 22:11:15 UTC) #40
Peter Kasting
On 2011/01/30 22:11:15, honten wrote: > IMHO, GetViewBounds() should return screen coordinate system position. Because ...
9 years, 10 months ago (2011-01-31 00:22:06 UTC) #41
honten.org
On 2011/01/31 00:22:06, Peter Kasting wrote: > On 2011/01/30 22:11:15, honten wrote: > > IMHO, ...
9 years, 10 months ago (2011-01-31 00:43:02 UTC) #42
honten.org
On 2011/01/31 00:43:02, honten wrote: > On 2011/01/31 00:22:06, Peter Kasting wrote: > > On ...
9 years, 10 months ago (2011-01-31 01:18:30 UTC) #43
Ben Goodger (Google)
Addressing Peter's point... despite where it lives in the source tree we have not thus ...
9 years, 10 months ago (2011-02-01 17:57:24 UTC) #44
takano.naoki_gmail.com
Ben, Ben, Ok, I want to make sure. So, as I mentioned, there ten caller ...
9 years, 10 months ago (2011-02-01 18:29:54 UTC) #45
Ben Goodger (Google)
Who calls SetSize? If you don't want to change all the SetSize callers, keep SetSize ...
9 years, 10 months ago (2011-02-01 18:31:03 UTC) #46
takano.naoki_gmail.com
Ok, I'll leave SetSize() and SetSize() calls SetBounds() internally. Thanks, On Tue, Feb 1, 2011 ...
9 years, 10 months ago (2011-02-01 18:47:03 UTC) #47
honten.org
thakis, Do you have any update about http://code.google.com/p/chromium/issues/detail?id=71368 ?
9 years, 10 months ago (2011-02-04 06:31:10 UTC) #48
Nico
No. Maybe tomorrow. On Thu, Feb 3, 2011 at 10:31 PM, <Takano.Naoki@gmail.com> wrote: > thakis, ...
9 years, 10 months ago (2011-02-04 07:24:12 UTC) #49
honten.org
thakis, How about this problem? On 2011/02/04 07:24:12, Nico wrote: > No. Maybe tomorrow. > ...
9 years, 10 months ago (2011-02-08 05:46:24 UTC) #50
honten.org
Thanks, Nico. I confirmed. I restarted ... On 2011/02/08 05:46:24, honten wrote: > thakis, > ...
9 years, 10 months ago (2011-02-11 05:01:49 UTC) #51
honten.org
According to Nico's change, I revise it. Actually I don't have any Windows development environment, ...
9 years, 10 months ago (2011-02-12 23:34:20 UTC) #52
honten.org
Nico, Could you review Mac part? On 2011/02/12 23:34:20, honten wrote: > According to Nico's ...
9 years, 10 months ago (2011-02-15 18:37:06 UTC) #53
honten.org
Peter, If you have time, could you review Linux part? Thanks, On 2011/02/15 18:37:06, honten ...
9 years, 10 months ago (2011-02-16 18:08:11 UTC) #54
Peter Kasting
On 2011/02/16 18:08:11, honten wrote: > Peter, > > If you have time, could you ...
9 years, 10 months ago (2011-02-16 18:12:40 UTC) #55
Nico
Thank you so much for working on this! http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view.h File chrome/browser/renderer_host/render_widget_host_view.h (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view.h#newcode99 chrome/browser/renderer_host/render_widget_host_view.h:99: // ...
9 years, 10 months ago (2011-02-16 18:18:45 UTC) #56
Nico
Duh, rietveld ate my one interesting comment. Below: http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode695 chrome/browser/renderer_host/render_widget_host_view_mac.mm:695: bounds.size.height ...
9 years, 10 months ago (2011-02-16 18:20:03 UTC) #57
honten.org
Peter, Thank you for your comment, even if you are not GTK review. However, I ...
9 years, 10 months ago (2011-02-16 18:39:04 UTC) #58
Peter Kasting
On 2011/02/16 18:39:04, honten wrote: > However, I cannot understand where you are talking about. ...
9 years, 10 months ago (2011-02-16 18:43:22 UTC) #59
honten.org
Niko, Could you give me your thought? http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode695 chrome/browser/renderer_host/render_widget_host_view_mac.mm:695: bounds.size.height - ...
9 years, 10 months ago (2011-02-16 18:45:37 UTC) #60
honten.org
I see, I'll make sure. Thanks, On 2011/02/16 18:43:22, Peter Kasting wrote: > On 2011/02/16 ...
9 years, 10 months ago (2011-02-16 18:51:59 UTC) #61
Nico
Mac parts LG with nits. http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode695 chrome/browser/renderer_host/render_widget_host_view_mac.mm:695: bounds.size.height - global_origin.y; Chances ...
9 years, 10 months ago (2011-02-16 21:16:01 UTC) #62
honten.org
http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_mac.mm#newcode695 chrome/browser/renderer_host/render_widget_host_view_mac.mm:695: bounds.size.height - global_origin.y; Sure, I'll file it and fix ...
9 years, 10 months ago (2011-02-16 21:18:57 UTC) #63
honten.org
Nico, BTW, do you know who are the other area's(Win and Gtk) good people to ...
9 years, 10 months ago (2011-02-16 21:20:39 UTC) #64
Nico
estade (already in the reviewer list) can do gtk. ben or pkasting can do windows. ...
9 years, 10 months ago (2011-02-16 21:33:22 UTC) #65
honten.org
Peter, Could you review Windows part? As I wrote it, I don't have Windows Dev ...
9 years, 10 months ago (2011-02-16 21:52:52 UTC) #66
Peter Kasting
http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode384 chrome/browser/renderer_host/render_widget_host_view_win.cc:384: if (rect.origin() == org_rect.orgin()) Nit: I don't think you ...
9 years, 10 months ago (2011-02-16 22:01:24 UTC) #67
Evan Stade
http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode563 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:563: gfx::Rect rect = GetViewBounds(); are you sure this works? ...
9 years, 10 months ago (2011-02-16 22:03:17 UTC) #68
Peter Kasting
http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/55001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode563 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:563: gfx::Rect rect = GetViewBounds(); On 2011/02/16 22:03:17, Evan Stade ...
9 years, 10 months ago (2011-02-16 22:04:21 UTC) #69
honten.org
estade, While I'm revising my change, I noticed a couple of things about Gtk stuff. ...
9 years, 10 months ago (2011-02-17 08:45:37 UTC) #70
honten.org
Nico, Please review Mac part again. The reason why I didn't use NSHeight() is compiler ...
9 years, 10 months ago (2011-02-18 09:11:26 UTC) #71
honten.org
Nico, Please review Mac part.
9 years, 10 months ago (2011-02-22 01:48:18 UTC) #72
honten.org
Peter, Please review Windows part. estade, Please review GTK part. Thanks, On 2011/02/22 01:48:18, honten ...
9 years, 10 months ago (2011-02-22 17:40:54 UTC) #73
Nico
Mac LGTM
9 years, 10 months ago (2011-02-22 17:47:41 UTC) #74
Evan Stade
the answer is no, GetViewBounds() does not return screen coordinates on Linux. We should only ...
9 years, 10 months ago (2011-02-22 19:56:18 UTC) #75
takano.naoki_gmail.com
estade Thank you for your review. But, as Peter says, Mac and Win GetViewBounds() already ...
9 years, 10 months ago (2011-02-22 20:07:22 UTC) #76
honten.org
Peter, Could you review Win part? Also, could you give me your thought about GetViewBounds()? ...
9 years, 10 months ago (2011-02-22 20:22:02 UTC) #77
Evan Stade
can you give me a reason why it's necessary to change it? -- Evan Stade ...
9 years, 10 months ago (2011-02-22 20:37:48 UTC) #78
takano.naoki_gmail.com
estade, Thank you for your quick response. Because we don't have consistency between "Mac and ...
9 years, 10 months ago (2011-02-22 20:42:30 UTC) #79
honten.org
estade, As you suggested, I change the order of SetSize() and SetBounds(). Please review again. ...
9 years, 10 months ago (2011-02-23 01:31:57 UTC) #80
honten.org
Peter, Could you review Win part? If you are busy, could you tell me who ...
9 years, 10 months ago (2011-02-23 19:41:05 UTC) #81
Peter Kasting
http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode383 chrome/browser/renderer_host/render_widget_host_view_win.cc:383: SetWindowPos(NULL, rect.x(), rect.y(), rect.width(), Nit: Wrap as late as ...
9 years, 10 months ago (2011-02-23 19:46:14 UTC) #82
honten.org
Peter, Thanks!! So except formatting problem, is the logic fine? On 2011/02/23 19:46:14, Peter Kasting ...
9 years, 10 months ago (2011-02-23 19:51:53 UTC) #83
Peter Kasting
On 2011/02/23 19:51:53, honten wrote: > So except formatting problem, is the logic fine? The ...
9 years, 10 months ago (2011-02-23 19:53:02 UTC) #84
honten.org
Yes, you are right;-) On 2011/02/23 19:53:02, Peter Kasting wrote: > On 2011/02/23 19:51:53, honten ...
9 years, 10 months ago (2011-02-23 20:09:02 UTC) #85
Evan Stade
much better thanks http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode630 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:630: if (GTK_IS_WINDOW(parent_widget)) can you use IsPopup() ...
9 years, 10 months ago (2011-02-23 20:25:18 UTC) #86
honten.org
Sure!! On 2011/02/23 20:25:18, Evan Stade wrote: > much better thanks > > http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc > ...
9 years, 10 months ago (2011-02-23 21:19:22 UTC) #87
honten.org
Please review. http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc File chrome/browser/renderer_host/render_widget_host_view_gtk.cc (right): http://codereview.chromium.org/6024008/diff/81001/chrome/browser/renderer_host/render_widget_host_view_gtk.cc#newcode630 chrome/browser/renderer_host/render_widget_host_view_gtk.cc:630: if (GTK_IS_WINDOW(parent_widget)) On 2011/02/23 20:25:18, Evan Stade ...
9 years, 10 months ago (2011-02-24 08:03:58 UTC) #88
Peter Kasting
LGTM http://codereview.chromium.org/6024008/diff/87002/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/87002/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode369 chrome/browser/renderer_host/render_widget_host_view_win.cc:369: gfx::Rect rect = GetViewBounds(); Nit: I just realized ...
9 years, 10 months ago (2011-02-24 18:34:21 UTC) #89
takano.naoki_gmail.com
Cool, Thanks!! On Thu, Feb 24, 2011 at 10:34 AM, <pkasting@chromium.org> wrote: > LGTM > ...
9 years, 10 months ago (2011-02-24 18:47:21 UTC) #90
honten.org
estade, Please review Gtk part. http://codereview.chromium.org/6024008/diff/87002/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/87002/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode369 chrome/browser/renderer_host/render_widget_host_view_win.cc:369: gfx::Rect rect = GetViewBounds(); ...
9 years, 10 months ago (2011-02-25 01:15:36 UTC) #91
Evan Stade
gtk lgtm
9 years, 10 months ago (2011-02-25 23:09:51 UTC) #92
takano.naoki_gmail.com
Cool!! So can anybody commit this patch? On Fri, Feb 25, 2011 at 3:09 PM, ...
9 years, 10 months ago (2011-02-25 23:10:53 UTC) #93
Evan Stade
please re-sync your patch
9 years, 10 months ago (2011-02-25 23:16:12 UTC) #94
takano.naoki_gmail.com
ok, On Fri, Feb 25, 2011 at 3:16 PM, <estade@chromium.org> wrote: > please re-sync your ...
9 years, 10 months ago (2011-02-25 23:17:00 UTC) #95
honten.org
Please commit.
9 years, 10 months ago (2011-02-26 06:38:35 UTC) #96
honten.org
estade, Could you commit? Or is there anybody who can commit? Thanks, On 2011/02/26 06:38:35, ...
9 years, 9 months ago (2011-02-28 23:32:16 UTC) #97
Evan Stade
running by trybots now when I uploaded, it said this: ** Presubmit Messages ** |const ...
9 years, 9 months ago (2011-03-01 01:09:26 UTC) #98
takano.naoki_gmail.com
Sure, I'll ask thakis, if I cannot figure it out. On Mon, Feb 28, 2011 ...
9 years, 9 months ago (2011-03-01 01:43:53 UTC) #99
Nico
On Tue, Mar 1, 2011 at 1:09 AM, <estade@chromium.org> wrote: > running by trybots now ...
9 years, 9 months ago (2011-03-01 01:44:26 UTC) #100
takano.naoki_gmail.com
Thanks, Nico, So could you commit? On Mon, Feb 28, 2011 at 5:44 PM, Nico ...
9 years, 9 months ago (2011-03-01 01:46:16 UTC) #101
Evan Stade
yes, after I fix the compile errors
9 years, 9 months ago (2011-03-01 01:58:24 UTC) #102
takano.naoki_gmail.com
Thanks, estade, Sadly, I have no clang environment for now. Thank you for your support ...
9 years, 9 months ago (2011-03-01 02:05:56 UTC) #103
Evan Stade
ran it twice and had these 2 test failures (on windows) both times: http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win&number=18367
9 years, 9 months ago (2011-03-01 20:14:27 UTC) #104
takano.naoki_gmail.com
Is this failure only on Windows only? As you know, I don't have Windows environment ...
9 years, 9 months ago (2011-03-01 20:17:06 UTC) #105
takano.naoki_gmail.com
estade, Thank you for your support. I'll ask Peter to look into more. On Tue, ...
9 years, 9 months ago (2011-03-01 20:21:10 UTC) #106
honten.org
Peter, estade tried to commit my patch, but it failed, and he said as following, ...
9 years, 9 months ago (2011-03-01 20:26:17 UTC) #107
takano.naoki_gmail.com
Now, I can setup VS2008 Express, and succeeded the build finally!! I start to look ...
9 years, 9 months ago (2011-03-02 17:58:11 UTC) #108
honten.org
Peter, Could you please review again? I think I can fix interactive_ui_tests bug. On 2011/03/02 ...
9 years, 9 months ago (2011-03-05 07:11:17 UTC) #109
honten.org
Peter, Could you review again? On 2011/03/05 07:11:17, honten wrote: > Peter, > > Could ...
9 years, 9 months ago (2011-03-07 18:05:36 UTC) #110
Peter Kasting
http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode381 chrome/browser/renderer_host/render_widget_host_view_win.cc:381: // If the style is not popup, you have ...
9 years, 9 months ago (2011-03-07 19:25:44 UTC) #111
honten.org
http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode381 chrome/browser/renderer_host/render_widget_host_view_win.cc:381: // If the style is not popup, you have ...
9 years, 9 months ago (2011-03-07 19:36:06 UTC) #112
Peter Kasting
http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode381 chrome/browser/renderer_host/render_widget_host_view_win.cc:381: // If the style is not popup, you have ...
9 years, 9 months ago (2011-03-07 20:20:15 UTC) #113
honten.org
Ben, Could you give me your comment about the relation between ScreenToClient() and WS_POPUP. chrome/browser/renderer_host/render_widget_host_view_win.cc:381 ...
9 years, 9 months ago (2011-03-07 21:19:50 UTC) #114
honten.org
Ben, Could you give me your comment? On 2011/03/07 21:19:50, honten wrote: > Ben, > ...
9 years, 9 months ago (2011-03-09 01:42:52 UTC) #115
Ben Goodger (Google)
http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode381 chrome/browser/renderer_host/render_widget_host_view_win.cc:381: // If the style is not popup, you have ...
9 years, 9 months ago (2011-03-09 02:30:32 UTC) #116
honten.org
http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode381 chrome/browser/renderer_host/render_widget_host_view_win.cc:381: // If the style is not popup, you have ...
9 years, 9 months ago (2011-03-09 02:33:03 UTC) #117
honten.org
Ben, Could you review win part? http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/105001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode381 chrome/browser/renderer_host/render_widget_host_view_win.cc:381: // If the ...
9 years, 9 months ago (2011-03-10 05:55:48 UTC) #118
honten.org
Ben, Could you review? On 2011/03/10 05:55:48, honten wrote: > Ben, > > Could you ...
9 years, 9 months ago (2011-03-11 03:03:49 UTC) #119
Ben Goodger (Google)
Windows bits LGTM. http://codereview.chromium.org/6024008/diff/110001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): http://codereview.chromium.org/6024008/diff/110001/chrome/browser/renderer_host/render_widget_host_view_win.cc#newcode403 chrome/browser/renderer_host/render_widget_host_view_win.cc:403: CPoint point(rect.x(), rect.y()); POINT... I prefer ...
9 years, 9 months ago (2011-03-11 03:39:42 UTC) #120
honten.org
Ben, Could you commit my change if the change is fine? http://codereview.chromium.org/6024008/diff/110001/chrome/browser/renderer_host/render_widget_host_view_win.cc File chrome/browser/renderer_host/render_widget_host_view_win.cc (right): ...
9 years, 9 months ago (2011-03-12 07:47:07 UTC) #121
Ben Goodger (Google)
LGTM
9 years, 9 months ago (2011-03-12 14:54:00 UTC) #122
takano.naoki_gmail.com
Thanks, Ben. So could you commit? I'm not commiter yet. On Sat, Mar 12, 2011 ...
9 years, 9 months ago (2011-03-13 02:15:33 UTC) #123
honten.org
Ben, Could you commit? On 2011/03/13 02:15:33, takano.naoki_gmail.com wrote: > Thanks, Ben. > > So ...
9 years, 9 months ago (2011-03-14 18:12:58 UTC) #124
Ben Goodger (Google)
Can you find someone less busy? I have a lot going on. :-) -Ben On ...
9 years, 9 months ago (2011-03-14 18:39:39 UTC) #125
Nico
I'll land it, to prove that I never work on anything important. On Mon, Mar ...
9 years, 9 months ago (2011-03-14 18:41:20 UTC) #126
takano.naoki_gmail.com
9 years, 9 months ago (2011-03-14 18:54:43 UTC) #127
Ben,

Thank you for your taking your time a lot for me!!

Nico,

I appreciate your support!!

On Mon, Mar 14, 2011 at 11:41 AM, Nico Weber <thakis@chromium.org> wrote:
> I'll land it, to prove that I never work on anything important.
>
> On Mon, Mar 14, 2011 at 11:39 AM, Ben Goodger (Google) <ben@chromium.org>
wrote:
>> Can you find someone less busy? I have a lot going on.
>> :-)
>> -Ben
>>
>> On Mon, Mar 14, 2011 at 11:12 AM, <Takano.Naoki@gmail.com> wrote:
>>>
>>> Ben,
>>>
>>> Could you commit?
>>>
>>> On 2011/03/13 02:15:33, takano.naoki_gmail.com wrote:
>>>>
>>>> Thanks, Ben.
>>>
>>>> So could you commit?
>>>
>>>> I'm not commiter yet.
>>>
>>>> On Sat, Mar 12, 2011 at 6:54 AM,  <mailto:ben@chromium.org> wrote:
>>>> > LGTM
>>>> >
>>>> > http://codereview.chromium.org/6024008/
>>>> >
>>>
>>>
>>>
>>> http://codereview.chromium.org/6024008/
>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698