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

Issue 6974007: Move setToolTipText related functions from RenderView to RenderWidget. (Closed)

Created:
9 years, 7 months ago by honten.org
Modified:
9 years, 6 months ago
CC:
chromium-reviews, jam, Jói
Visibility:
Public.

Description

Move setToolTipText related functions from RenderView to RenderWidget. WebPopupMenuImpl is derived from WebKit::WebWidget, not WebKit::WebView. So to call setToolTipText() function, we have to move the function from WebKit::WebWidget to WebKit::WebView. This change also includes WebKit change. https://bugs.webkit.org/show_bug.cgi?id=61260 BUG=12721 TEST=1, Make html file in BUT=12721. 2, Make sure tooptip is shown. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88023

Patch Set 1 #

Patch Set 2 : Add Mac change. #

Total comments: 2

Patch Set 3 : Check tool tip is empty in Mac code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -42 lines) Patch
M content/browser/renderer_host/render_view_host.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host.cc View 1 2 2 chunks +0 lines, -33 lines 0 comments Download
M content/browser/renderer_host/render_widget_host.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host.cc View 3 chunks +35 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M content/renderer/render_widget.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M webkit/glue/webmenuitem.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webmenuitem.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/webmenurunner_mac.mm View 1 2 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
honten.org
Please review.
9 years, 7 months ago (2011-05-23 05:53:42 UTC) #1
honten.org
Please review. It includes Mac change. On 2011/05/23 05:53:42, honten wrote: > Please review.
9 years, 7 months ago (2011-05-25 02:46:47 UTC) #2
honten.org
Added Nico. Nico, how have you been? I believe you are the Mac expert!! So ...
9 years, 7 months ago (2011-05-25 16:54:43 UTC) #3
Nico
Hm, I'm pretty sure this won't work on mac, where we use a native menu ...
9 years, 7 months ago (2011-05-25 17:03:00 UTC) #4
takano.naoki_gmail.com
Really? Could you check webmenurunner_mac.mm, and https://bugs.webkit.org/show_bug.cgi?id=61260 At least, in my environment, it worked. We ...
9 years, 7 months ago (2011-05-25 17:06:19 UTC) #5
Nico
Mac parts LGTM http://codereview.chromium.org/6974007/diff/3001/webkit/glue/webmenurunner_mac.mm File webkit/glue/webmenurunner_mac.mm (right): http://codereview.chromium.org/6974007/diff/3001/webkit/glue/webmenurunner_mac.mm#newcode70 webkit/glue/webmenurunner_mac.mm:70: [menuItem setToolTip:toolTip]; Do you only want ...
9 years, 7 months ago (2011-05-25 17:12:58 UTC) #6
honten.org
http://codereview.chromium.org/6974007/diff/3001/webkit/glue/webmenurunner_mac.mm File webkit/glue/webmenurunner_mac.mm (right): http://codereview.chromium.org/6974007/diff/3001/webkit/glue/webmenurunner_mac.mm#newcode70 webkit/glue/webmenurunner_mac.mm:70: [menuItem setToolTip:toolTip]; You are right. We don't have to ...
9 years, 7 months ago (2011-05-25 17:25:49 UTC) #7
honten.org
I fixed empty check in Mac code. Please review Win and Linux part. Thanks, On ...
9 years, 7 months ago (2011-05-26 01:42:09 UTC) #8
honten.org
Added Darin. On 2011/05/26 01:42:09, honten wrote: > I fixed empty check in Mac code. ...
9 years, 7 months ago (2011-05-27 18:29:26 UTC) #9
honten.org
Could you review Win and Linux part? On 2011/05/27 18:29:26, honten wrote: > Added Darin. ...
9 years, 6 months ago (2011-05-31 17:55:17 UTC) #10
honten.org
Does anybody review this patch? I'm waiting for almost a week, but I cannot get ...
9 years, 6 months ago (2011-06-01 19:21:26 UTC) #11
Nico
Rest LGTM as well. Sorry for the poor review experience, I should've reviewed the whole ...
9 years, 6 months ago (2011-06-02 16:26:36 UTC) #12
honten.org
Thanks, Nico. But do not commit right now. Because we have to wait webkit side ...
9 years, 6 months ago (2011-06-02 16:40:02 UTC) #13
commit-bot: I haz the power
Presubmit check for 6974007-10001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 6 months ago (2011-06-05 01:26:51 UTC) #14
honten.org
I confirmed WebKit side patch landing. Could you land my patch on behalf of me? ...
9 years, 6 months ago (2011-06-05 01:28:18 UTC) #15
Nico
darin, jam: OWNERS stamp, please.
9 years, 6 months ago (2011-06-06 13:55:04 UTC) #16
jam
lgtm
9 years, 6 months ago (2011-06-06 17:21:21 UTC) #17
commit-bot: I haz the power
Presubmit check for 6974007-10001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 6 months ago (2011-06-06 17:37:01 UTC) #18
commit-bot: I haz the power
9 years, 6 months ago (2011-06-06 20:11:33 UTC) #19
Change committed as 88023

Powered by Google App Engine
This is Rietveld 408576698