⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 139184 in webkit


Ignore:
Timestamp:
Jan 9, 2013, 4:03:27 AM (14 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix make distcheck.

Source/JavaScriptCore:

  • GNUmakefile.list.am: Add mips.rb to offlineasm_nosources.

Source/WebCore:

  • GNUmakefile.list.am: Add missing headers.

Source/WebKit2:

  • GNUmakefile.list.am: Add missing headers.

Source/WTF:

  • GNUmakefile.list.am: Add missing header.
Location:
trunk/Source
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r139145 r139184  
     12013-01-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.list.am: Add mips.rb to offlineasm_nosources.
     6
    172013-01-08  Oliver Hunt  <oliver@apple.com>
    28
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r138763 r139184  
    786786        Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb \
    787787        Source/JavaScriptCore/offlineasm/instructions.rb \
     788        Source/JavaScriptCore/offlineasm/mips.rb \
    788789        Source/JavaScriptCore/offlineasm/offsets.rb \
    789790        Source/JavaScriptCore/offlineasm/opt.rb \
  • trunk/Source/WTF/ChangeLog

    r139021 r139184  
     12013-01-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.list.am: Add missing header.
     6
    172013-01-07  Filip Pizlo  <fpizlo@apple.com>
    28
  • trunk/Source/WTF/GNUmakefile.list.am

    r137032 r139184  
    2424    Source/WTF/wtf/CheckedArithmetic.h \
    2525    Source/WTF/wtf/CheckedBoolean.h \
     26    Source/WTF/wtf/CommaPrinter.h \
    2627    Source/WTF/wtf/Compiler.h \
    2728    Source/WTF/wtf/Complex.h \
  • trunk/Source/WebCore/ChangeLog

    r139182 r139184  
     12013-01-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.list.am: Add missing headers.
     6
    172013-01-09  Zeno Albisser  <zeno@webkit.org>
    28
  • trunk/Source/WebCore/GNUmakefile.list.am

    r139050 r139184  
    21032103        Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.cpp \
    21042104        Source/WebCore/Modules/webdatabase/DatabaseAuthorizer.h \
     2105        Source/WebCore/Modules/webdatabase/DatabaseBasicTypes.h \
    21052106        Source/WebCore/Modules/webdatabase/DatabaseCallback.h \
    21062107        Source/WebCore/Modules/webdatabase/DatabaseContext.cpp \
     
    54245425        Source/WebCore/platform/graphics/filters/CustomFilterProgram.cpp \
    54255426        Source/WebCore/platform/graphics/filters/CustomFilterProgram.h \
     5427        Source/WebCore/platform/graphics/filters/CustomFilterProgramClient.h \
    54265428        Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.cpp \
    54275429        Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.h \
     
    57865788        Source/WebCore/platform/network/NetworkStateNotifier.cpp \
    57875789        Source/WebCore/platform/network/NetworkStateNotifier.h \
     5790        Source/WebCore/platform/network/NetworkStorageSession.h \
    57885791        Source/WebCore/platform/network/NetworkStorageSessionStub.cpp \
    57895792        Source/WebCore/platform/network/ParsedContentType.cpp \
  • trunk/Source/WebKit2/ChangeLog

    r139156 r139184  
     12013-01-09  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix make distcheck.
     4
     5        * GNUmakefile.list.am: Add missing headers.
     6
    172013-01-08  Sam Weinig  <sam@webkit.org>
    28
  • trunk/Source/WebKit2/GNUmakefile.list.am

    r138881 r139184  
    493493        Source/WebKit2/Shared/WebKeyboardEvent.cpp \
    494494        Source/WebKit2/Shared/WebKit2Initialize.cpp \
     495        Source/WebKit2/Shared/WebKit2Initialize.h \
    495496        Source/WebKit2/Shared/WebMouseEvent.cpp \
    496497        Source/WebKit2/Shared/WebNavigationDataStore.h \
     
    872873        Source/WebKit2/UIProcess/WebContextMenuProxy.h \
    873874        Source/WebKit2/UIProcess/WebContextUserMessageCoders.h \
     875        Source/WebKit2/UIProcess/WebContextSupplement.h \
    874876        Source/WebKit2/UIProcess/WebCookieManagerProxy.h \
    875877        Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp \
Note: See TracChangeset for help on using the changeset viewer.