[Webkit-unassigned] [Bug 38924] Add a guarded window.timing binding.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 28 07:07:25 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38924





--- Comment #33 from Adam Roben (aroben) <aroben at apple.com>  2010-06-28 07:07:24 PST ---
(In reply to comment #32)
> (In reply to comment #31)
> > Looks like this turned on WebTiming support on windows:
> > http://trac.webkit.org/changeset/61950/trunk/WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
> > 
> > Even though it's not implemented for JSC.  That seems like the error.

Steve fixed this in r61980.

> I failed to understand how that file works.

All ENABLE flags are listed in this file, whether turned on or off. Flags that are turned on look like this:

<UserMacro
              Name="ENABLE_CHANNEL_MESSAGING"
              Value="ENABLE_CHANNEL_MESSAGING"
              PerformEnvironmentSet="true"
      />

Flags that are turned off look like this:

<UserMacro
              Name="ENABLE_BLOB_SLICE"
              Value=""
              PerformEnvironmentSet="true"
      />

This is pretty similar to how FeatureDefines.xcconfig works.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list