[Webkit-unassigned] [Bug 110602] New: [GTK] DumpRenderTree prints out suggesting to set WEBKIT_TOP_LEVEL but doesn't even use it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 06:04:54 PST 2013


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

           Summary: [GTK] DumpRenderTree prints out suggesting to set
                    WEBKIT_TOP_LEVEL but doesn't even use it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: csaavedra at igalia.com


This is the only usage of WEBKIT_TOP_LEVEL I can see:

  if (!g_getenv("WEBKIT_TOP_LEVEL"))
      g_setenv("WEBKIT_TOP_LEVEL", TOP_LEVEL_DIR, FALSE);

And later on:

  g_error("Could not locate test fonts at %s. Is WEBKIT_TOP_LEVEL set?", fontsPath.data());

Unless I am grossly overlooking something, this makes no sense.

-- 
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