From 1dda4022a94ea32b79de8880541bce53d30a89a7 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Thu, 28 Jan 2010 18:24:56 +0000 Subject: Added a "Reload Frame" command to context menu of a frame in the html page. It was nessessary to add a IPC Message with no Paramter for the reload frame request to the webkit renderer and to add a menu string. The command should only reload the frame clicked in for opening the context menu and let the other parts of the webpage unmodified and unrefreshed. BUG=3858 TEST=Try to click on "Reload Frame" in the context menu of a frame and see if that frame reloads. Review URL: http://codereview.chromium.org/552126 Patch from alexander@sulfrian.net. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37414 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/generated_resources.grd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/app') diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index c2674b8..b9acb02 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -346,6 +346,9 @@ each locale. --> Re&load + + Reload frame + Open frame in new &window @@ -525,6 +528,9 @@ each locale. --> Re&load + + Reload Frame + Open Frame in New &Window -- cgit v1.1