Ignore:
Timestamp:
Jul 29, 2006, 8:44:20 AM (19 years ago)
Author:
darin
Message:

JavaScriptCore:

Reviewed by Darin.

  • fixes for Linux build
  • JavaScriptCoreSources.bkl: Added new files to build, kjs/PropertyNameArray.cpp and kjs/testkjs.cpp, and removed old files.

WebCore:

Reviewed and tweaked by Darin.

  • fixes for Linux build (still might not compile, since Darin tweaked but was unable to test).
  • WebCoreSources.bkl: Added some new sources, removed some obsolete ones.
  • Projects/gdk/webcore-gdk.bkl: Added RenderPopupMenuGdk.cpp
  • html/HTMLPlugInElement.h: Removed incorrect syntax with class name before ::.
  • platform/gdk/FrameGdk.h:
  • platform/gdk/FrameGdk.cpp: Updated parameters of constructor. Moved a couple stubs out of this file.
  • platform/gdk/RenderPopupMenuGdk.h: Added.
  • platform/gdk/RenderPopupMenuGdk.cpp: Added. Just a file full of empty stubs.
  • platform/gdk/RenderThemeGdk.h:
  • platform/gdk/RenderThemeGdk.cpp: (WebCore::RenderThemeGdk::createPopupMenu): Added.
  • platform/gdk/TemporaryLinkStubs.cpp: Add some new stubs.

WebKitTools:

Reviewed by Darin.

  • fixes for Linux build
  • GdkLauncher/mk: Added call to bakefile_gen before calling make.
  • GdkLauncher/gdklauncher.bkl: Tweak comment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCoreSources.bkl

    r15118 r15691  
    2525                kjs/lookup.cpp
    2626                kjs/math_object.cpp
     27                kjs/nodes2string.cpp
    2728                kjs/nodes.cpp
    28                 kjs/nodes2string.cpp
    2929                kjs/number_object.cpp
    3030                kjs/object.cpp
     
    3333                kjs/Parser.cpp
    3434                kjs/property_map.cpp
     35                kjs/PropertyNameArray.cpp
    3536                kjs/property_slot.cpp
    36                 kjs/reference.cpp
    37                 kjs/reference_list.cpp
    3837                kjs/regexp.cpp
    3938                kjs/regexp_object.cpp
    4039                kjs/scope_chain.cpp
    4140                kjs/string_object.cpp
     41                kjs/testkjs.cpp
    4242                kjs/ustring.cpp
    4343                kjs/value.cpp
Note: See TracChangeset for help on using the changeset viewer.