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

Issue 10913035: Add context popup menu support for content shell[GTK]. (Closed)

Created:
8 years, 3 months ago by Shouqun Liu
Modified:
8 years, 3 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Add context popup menu support for content shell[GTK]. - For GTK content shell, add the navigation/editing/inspector context menu. - For other platforms, specific implementation to be add. BUG=90445 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154650

Patch Set 1 : #

Total comments: 11

Patch Set 2 : fix nits #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : Fix the Mac build #

Patch Set 5 : Fix the Mac build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -0 lines) Patch
M content/content_shell.gypi View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/shell_content_browser_client.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
A content/shell/shell_web_contents_view_delegate.h View 1 1 chunk +72 lines, -0 lines 0 comments Download
A content/shell/shell_web_contents_view_delegate_creator.h View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A content/shell/shell_web_contents_view_delegate_gtk.cc View 1 2 3 1 chunk +249 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Shouqun Liu
Hi, this patch adds context popup menu support for GTK content shell. For other platforms ...
8 years, 3 months ago (2012-08-31 20:16:15 UTC) #1
jochen (gone - plz use gerrit)
lgtm with those nits adressed http://codereview.chromium.org/10913035/diff/2001/content/shell/shell_content_browser_client.cc File content/shell/shell_content_browser_client.cc (right): http://codereview.chromium.org/10913035/diff/2001/content/shell/shell_content_browser_client.cc#newcode68 content/shell/shell_content_browser_client.cc:68: content::WebContents* web_contents) { no ...
8 years, 3 months ago (2012-08-31 20:58:58 UTC) #2
Shouqun Liu
Hi Jochen, patch updated with nits fixed, thanks! One concern is that from chromium coding ...
8 years, 3 months ago (2012-08-31 21:34:20 UTC) #3
jochen (gone - plz use gerrit)
On 2012/08/31 21:34:20, Shouqun Liu wrote: > Hi Jochen, patch updated with nits fixed, thanks! ...
8 years, 3 months ago (2012-08-31 22:04:42 UTC) #4
Shouqun Liu
Yes, understand it, thanks:) Is it OK to commit this patch with adding TBR? On ...
8 years, 3 months ago (2012-08-31 22:10:49 UTC) #5
jam
lgtm, thanks for doing this! and yes, feel free to tbr trivial changes to the ...
8 years, 3 months ago (2012-08-31 22:23:38 UTC) #6
Shouqun Liu
Done, merged into one line, thanks for review:-) On 2012/08/31 22:23:38, John Abd-El-Malek wrote: > ...
8 years, 3 months ago (2012-08-31 22:30:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shouqun.liu@intel.com/10913035/9002
8 years, 3 months ago (2012-08-31 22:33:36 UTC) #8
commit-bot: I haz the power
Try job failure for 10913035-9002 (retry) on mac for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-31 23:02:24 UTC) #9
Shouqun Liu
Fix the Mac/Mac_rel build issue. Add "shell_web_contents_view_delegate_creator.h" to avoid including "[shell_]web_contents_view_delegate.h". Since "web_contents_view_delegate.h" includes <Cocoa/Cocoa.h>, ...
8 years, 3 months ago (2012-09-01 00:20:09 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shouqun.liu@intel.com/10913035/8009
8 years, 3 months ago (2012-09-02 22:29:07 UTC) #11
commit-bot: I haz the power
8 years, 3 months ago (2012-09-03 01:29:43 UTC) #12
Change committed as 154650

Powered by Google App Engine
This is Rietveld 408576698