Move CSSPropertyID templates instantiations to a separate file.
core/CSSPropertyNames.h is needed a lot of places, but the template part there
was only required at a few places.
BUG=614015
Committed: https://crrev.com/2373d35f875ed1b64e9d6cbeff0160e5d823ce96
Cr-Commit-Position: refs/heads/master@{#395941}
4 years, 7 months ago
(2016-05-24 22:22:23 UTC)
#2
rune
lgtm
4 years, 7 months ago
(2016-05-25 07:32:11 UTC)
#3
lgtm
Timothy Loh
Does this mean that using HashSet<CSSPropertyID> or HashMap<CSSPropertyID, X> needs this file to be included ...
4 years, 7 months ago
(2016-05-25 07:37:36 UTC)
#4
Does this mean that using HashSet<CSSPropertyID> or HashMap<CSSPropertyID, X>
needs this file to be included to function correctly, but might not actually
error if you don't include it? If so it seems too error prone.
mstensho (USE GERRIT)
On 2016/05/25 07:37:36, Timothy Loh wrote: > Does this mean that using HashSet<CSSPropertyID> or HashMap<CSSPropertyID, ...
4 years, 7 months ago
(2016-05-25 08:02:10 UTC)
#5
On 2016/05/25 07:37:36, Timothy Loh wrote:
> Does this mean that using HashSet<CSSPropertyID> or HashMap<CSSPropertyID, X>
> needs this file to be included to function correctly, but might not actually
> error if you don't include it? If so it seems too error prone.
All I can say is that if I don't include it, it doesn't compile. Do you still
feel this is too risky?
Timothy Loh
On 2016/05/25 08:02:10, mstensho wrote: > On 2016/05/25 07:37:36, Timothy Loh wrote: > > Does ...
4 years, 7 months ago
(2016-05-25 08:15:20 UTC)
#6
On 2016/05/25 08:02:10, mstensho wrote:
> On 2016/05/25 07:37:36, Timothy Loh wrote:
> > Does this mean that using HashSet<CSSPropertyID> or HashMap<CSSPropertyID,
X>
> > needs this file to be included to function correctly, but might not actually
> > error if you don't include it? If so it seems too error prone.
>
> All I can say is that if I don't include it, it doesn't compile. Do you still
> feel this is too risky?
I guess it's fine if it makes a compile error. Shouldn't we also remove the
HashTraits/HashFunctions includes though?
mstensho (USE GERRIT)
On 2016/05/25 08:15:20, Timothy Loh wrote: > On 2016/05/25 08:02:10, mstensho wrote: > > On ...
4 years, 7 months ago
(2016-05-25 09:29:57 UTC)
#7
On 2016/05/25 08:15:20, Timothy Loh wrote:
> On 2016/05/25 08:02:10, mstensho wrote:
> > On 2016/05/25 07:37:36, Timothy Loh wrote:
> > > Does this mean that using HashSet<CSSPropertyID> or HashMap<CSSPropertyID,
> X>
> > > needs this file to be included to function correctly, but might not
actually
> > > error if you don't include it? If so it seems too error prone.
> >
> > All I can say is that if I don't include it, it doesn't compile. Do you
still
> > feel this is too risky?
>
> I guess it's fine if it makes a compile error. Shouldn't we also remove the
> HashTraits/HashFunctions includes though?
Good idea. Did that. Also removed core/css/parser/CSSParserMode.h and string.h
mstensho (USE GERRIT)
The CQ bit was checked by mstensho@opera.com
4 years, 7 months ago
(2016-05-25 11:30:30 UTC)
#8
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007073003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007073003/20001
4 years, 7 months ago
(2016-05-25 11:30:44 UTC)
#10
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/227825)
4 years, 7 months ago
(2016-05-25 16:35:32 UTC)
#12
4 years, 7 months ago
(2016-05-25 16:54:05 UTC)
#14
pink is the new green
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2007073003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2007073003/20001
4 years, 7 months ago
(2016-05-25 16:54:05 UTC)
#15
4 years, 7 months ago
(2016-05-25 18:37:53 UTC)
#16
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
commit-bot: I haz the power
Description was changed from ========== Move CSSPropertyID templates instantiations to a separate file. core/CSSPropertyNames.h is ...
4 years, 7 months ago
(2016-05-25 18:39:48 UTC)
#17
Message was sent while issue was closed.
Description was changed from
==========
Move CSSPropertyID templates instantiations to a separate file.
core/CSSPropertyNames.h is needed a lot of places, but the template part there
was only required at a few places.
BUG=614015
==========
to
==========
Move CSSPropertyID templates instantiations to a separate file.
core/CSSPropertyNames.h is needed a lot of places, but the template part there
was only required at a few places.
BUG=614015
Committed: https://crrev.com/2373d35f875ed1b64e9d6cbeff0160e5d823ce96
Cr-Commit-Position: refs/heads/master@{#395941}
==========
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/2373d35f875ed1b64e9d6cbeff0160e5d823ce96 Cr-Commit-Position: refs/heads/master@{#395941}
4 years, 7 months ago
(2016-05-25 18:39:49 UTC)
#18
Issue 2007073003: Move CSSPropertyID templates instantiations to a separate file.
(Closed)
Created 4 years, 7 months ago by mstensho (USE GERRIT)
Modified 4 years, 7 months ago
Reviewers: rune
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 0