WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
50831
RenderRubyBase::renderName() says “(anonymous)”
https://bugs.webkit.org/show_bug.cgi?id=50831
Summary
RenderRubyBase::renderName() says “(anonymous)”
mitz
Reported
2010-12-10 10:58:56 PST
RenderRubyBase::renderName() always says that the renderer is anonymous. I don’t think a RRB can be anonymous. Certainly it’s not always anonymous.
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2023-05-07 00:39:09 PDT
(In reply to mitz from
comment #0
)
> RenderRubyBase::renderName() always says that the renderer is anonymous. I > don’t think a RRB can be anonymous. Certainly it’s not always anonymous.
Looked into 'RenderRubyBase.cpp' but don't find any 'anonymous' word or function name 'renderName'. @Alan - is it something still need to be done or we can close this?
alan
Comment 2
2023-05-07 09:30:15 PDT
(In reply to Ahmad Saleem from
comment #1
)
> (In reply to mitz from
comment #0
) > > RenderRubyBase::renderName() always says that the renderer is anonymous. I > > don’t think a RRB can be anonymous. Certainly it’s not always anonymous. > > Looked into 'RenderRubyBase.cpp' but don't find any 'anonymous' word or > function name 'renderName'. > > @Alan - is it something still need to be done or we can close this?
This is about ASCIILiteral renderName() const override { return "RenderRubyBase (anonymous)"_s; }
Ahmad Saleem
Comment 3
2023-05-07 09:45:21 PDT
(In reply to zalan from
comment #2
)
> (In reply to Ahmad Saleem from
comment #1
) > > (In reply to mitz from
comment #0
) > > > RenderRubyBase::renderName() always says that the renderer is anonymous. I > > > don’t think a RRB can be anonymous. Certainly it’s not always anonymous. > > > > Looked into 'RenderRubyBase.cpp' but don't find any 'anonymous' word or > > function name 'renderName'. > > > > @Alan - is it something still need to be done or we can close this? > This is about > ASCIILiteral renderName() const override { return "RenderRubyBase > (anonymous)"_s; }
So this is about 'test' expectation files showing (anonymous) in front of "RenderRubyBase"?
alan
Comment 4
2023-05-07 09:46:46 PDT
(In reply to Ahmad Saleem from
comment #3
)
> (In reply to zalan from
comment #2
) > > (In reply to Ahmad Saleem from
comment #1
) > > > (In reply to mitz from
comment #0
) > > > > RenderRubyBase::renderName() always says that the renderer is anonymous. I > > > > don’t think a RRB can be anonymous. Certainly it’s not always anonymous. > > > > > > Looked into 'RenderRubyBase.cpp' but don't find any 'anonymous' word or > > > function name 'renderName'. > > > > > > @Alan - is it something still need to be done or we can close this? > > This is about > > ASCIILiteral renderName() const override { return "RenderRubyBase > > (anonymous)"_s; } > > So this is about 'test' expectation files showing (anonymous) in front of > "RenderRubyBase"?
that and any other render tree dump type of utilities.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug