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

Issue 10879105: Moving Chrome code from using WebFrame::name to WebFrame::uniqueName (Closed)

Created:
8 years, 3 months ago by nasko
Modified:
8 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Moving Chrome code from using WebFrame::name to WebFrame::uniqueName BUG=145099 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154246

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixing member name. #

Total comments: 2

Patch Set 3 : Fixing nit by jam@. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M chrome/renderer/frame_sniffer.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/frame_sniffer.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
nasko
Hi Adam and Brett, I'm removing calls to WebFrame::name from Chrome, as a follow up ...
8 years, 3 months ago (2012-08-27 23:42:57 UTC) #1
abarth-chromium
LGTM https://chromiumcodereview.appspot.com/10879105/diff/1/chrome/renderer/frame_sniffer.cc File chrome/renderer/frame_sniffer.cc (right): https://chromiumcodereview.appspot.com/10879105/diff/1/chrome/renderer/frame_sniffer.cc#newcode35 chrome/renderer/frame_sniffer.cc:35: return frame->uniqueName() == frame_name_; Should we rename frame_name_ ...
8 years, 3 months ago (2012-08-27 23:44:38 UTC) #2
nasko
Good point on the member name. Fixed. https://chromiumcodereview.appspot.com/10879105/diff/1/chrome/renderer/frame_sniffer.cc File chrome/renderer/frame_sniffer.cc (right): https://chromiumcodereview.appspot.com/10879105/diff/1/chrome/renderer/frame_sniffer.cc#newcode35 chrome/renderer/frame_sniffer.cc:35: return frame->uniqueName() ...
8 years, 3 months ago (2012-08-28 00:02:34 UTC) #3
nasko
Brett, Can you review this change in the next day or so? It is just ...
8 years, 3 months ago (2012-08-28 22:06:48 UTC) #4
brettw
overloaded, please find another reviewe
8 years, 3 months ago (2012-08-29 06:55:16 UTC) #5
nasko
Including jam@ and tony@ for OWNERS review for chrome and webkit respectively.
8 years, 3 months ago (2012-08-29 14:50:21 UTC) #6
jam
lgtm https://codereview.chromium.org/10879105/diff/5001/chrome/renderer/frame_sniffer.h File chrome/renderer/frame_sniffer.h (right): https://codereview.chromium.org/10879105/diff/5001/chrome/renderer/frame_sniffer.h#newcode16 chrome/renderer/frame_sniffer.h:16: FrameSniffer(content::RenderView* render_view, const string16 &frame_name); nit: maybe change ...
8 years, 3 months ago (2012-08-29 15:11:26 UTC) #7
nasko
Fixed nit. https://codereview.chromium.org/10879105/diff/5001/chrome/renderer/frame_sniffer.h File chrome/renderer/frame_sniffer.h (right): https://codereview.chromium.org/10879105/diff/5001/chrome/renderer/frame_sniffer.h#newcode16 chrome/renderer/frame_sniffer.h:16: FrameSniffer(content::RenderView* render_view, const string16 &frame_name); On 2012/08/29 ...
8 years, 3 months ago (2012-08-29 15:38:59 UTC) #8
tony
LGTM
8 years, 3 months ago (2012-08-29 16:38:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/10879105/9002
8 years, 3 months ago (2012-08-29 16:41:08 UTC) #10
commit-bot: I haz the power
Try job failure for 10879105-9002 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 3 months ago (2012-08-29 18:10:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/10879105/9002
8 years, 3 months ago (2012-08-29 20:07:11 UTC) #12
commit-bot: I haz the power
Try job failure for 10879105-9002 (retry) on linux_rel for step "interactive_ui_tests". It's a second try, ...
8 years, 3 months ago (2012-08-29 22:01:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nasko@chromium.org/10879105/9002
8 years, 3 months ago (2012-08-30 15:46:51 UTC) #14
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 20:14:00 UTC) #15
Change committed as 154246

Powered by Google App Engine
This is Rietveld 408576698