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

Issue 2015123002: Added r396173 to .git-blame-ignore-revs. (Closed)

Created:
4 years, 7 months ago by Matt Giuca
Modified:
4 years, 6 months ago
Reviewers:
Nico
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added r396173 to .git-blame-ignore-revs. Large mechanical rename change; should be ignored in git hyper-blame. BUG=none Committed: https://crrev.com/a9fc453fc4a576f1714c9f9fb33115681ef28fc4 Cr-Commit-Position: refs/heads/master@{#398231}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M .git-blame-ignore-revs View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Matt Giuca
See: https://codereview.chromium.org/1998723002/
4 years, 7 months ago (2016-05-27 00:35:59 UTC) #2
Matt Giuca
Ni Nico, friendly ping?
4 years, 6 months ago (2016-06-06 03:15:50 UTC) #3
Nico
lgtm if you want to add it. "semi-manually" in the cl description sounds like something ...
4 years, 6 months ago (2016-06-06 13:18:21 UTC) #4
Matt Giuca
On 2016/06/06 13:18:21, Nico wrote: > lgtm if you want to add it. "semi-manually" in ...
4 years, 6 months ago (2016-06-07 04:27:35 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2015123002/1
4 years, 6 months ago (2016-06-07 04:27:56 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-07 05:19:37 UTC) #8
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a9fc453fc4a576f1714c9f9fb33115681ef28fc4 Cr-Commit-Position: refs/heads/master@{#398231}
4 years, 6 months ago (2016-06-07 05:21:25 UTC) #10
kylechar
On 2016/06/07 05:21:25, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years, 6 months ago (2016-06-07 13:21:29 UTC) #11
Matt Giuca
4 years, 6 months ago (2016-06-08 00:26:45 UTC) #12
Message was sent while issue was closed.
On 2016/06/07 13:21:29, kylechar wrote:
> On 2016/06/07 05:21:25, commit-bot: I haz the power wrote:
> > Patchset 1 (id:??) landed as
> > https://crrev.com/a9fc453fc4a576f1714c9f9fb33115681ef28fc4
> > Cr-Commit-Position: refs/heads/master@{#398231}
> 
> Just to clear up what semi-manually meant, I couldn't find any way to do a
> simple substitution (sed/perl/etc) for forward declared classes changing
> namespaces.
> 
> For example, there were a couple files with forward declarations like this:
> 
> namespace gfx {
> class Size;
> class GLSurface;
> }
> 
> namespace gl {
> class GLImage;
> }
> 
> that had to become this:
> 
> namespace gfx {
> class Size;
> }
> 
> namespace gl {
> class GLImage;
> class GLSurface;
> }
> 
> I ended up grepping for forward declarations of symbols that changed namespace
> but doing the substitution by hand (it was just easier than writing a
> complicated script).

Thanks for the explanation.

Powered by Google App Engine
This is Rietveld 408576698