Source/WebCore/ChangeLog

 12012-08-24 Gustavo Noronha Silva <gns@gnome.org>
 2
 3 [GTK] Does not regenerate CSS-related sources when configuration changes
 4 https://bugs.webkit.org/show_bug.cgi?id=94927
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 In bug 94094 the gtk EWS consistently failed to build the patch. The
 9 reason that happens is the .in files have not been touched, so the CSS
 10 property names and value keywords sources are not regenerated. By
 11 adding an explicit dependency on configure.ac and GNUmakefile.am the
 12 problem is fixed (see bug 82465, attachment 160265).
 13
 14 * GNUmakefile.am: add explicit dependency from the CSS-related .in files
 15 on configure.ac and WebCore's GNUmakefile.am
 16
1172012-08-23 Adam Barth <abarth@webkit.org>
218
319 [V8] ScheduledAction is ugly and needs a cleanup

Source/WebCore/GNUmakefile.am

@@FEATURE_DEFINES += ENABLE_SPELLCHECK=1
752752webcore_cppflags += -DENABLE_SPELLCHECK=1
753753endif # END ENABLE_SPELLCHECK
754754
 755$(WEBCORE_CSS_PROPERTY_NAMES): $(srcdir)/configure.ac $(srcdir)/Source/WebCore/GNUmakefile.am
 756
 757$(WEBCORE_CSS_VALUE_KEYWORDS): $(srcdir)/configure.ac $(srcdir)/Source/WebCore/GNUmakefile.am
 758
755759DerivedSources/WebCore/CSSPropertyNames.cpp: DerivedSources/WebCore/CSSPropertyNames.h
756760DerivedSources/WebCore/CSSPropertyNames.h: $(WEBCORE_CSS_PROPERTY_NAMES) $(WebCore)/css/makeprop.pl
757761 $(AM_V_GEN)