Skip to content

Instantly share code, notes, and snippets.

<html><head>
<title>Layout Test Results</title>
</head><body>
<p>Tests where results did not match expected results:</p>
<table>
<tbody><tr>
<td><a href="/home/bandix/build/LayoutTests/css1/classification/white_space.html">css1/classification/white_space.html</a></td>
<td><a href="css1/classification/white_space-expected.txt">expected</a></td>
<td><a href="css1/classification/white_space-actual.txt">actual</a></td>
<td><a href="css1/classification/white_space-diffs.txt">diff</a></td>
local/fontconfig 2.6.0-2
A library for configuring and customizing font access
local/freetype2 2.3.9-2
TrueType font rendering library
local/xorg-server 1.6.3.901-1 (xorg)
X.Org X servers
local/ruby 1.8.7_p174-1
An object-oriented language for quick and easy programming
local/xorg-font-utils 7.4-3
X.Org font utilities
export RVCT40INC=/usr/local/rvct/RVCT/Data/4.0/650/include/unix
export RVCT40LIB=/usr/local/rvct/RVCT/Data/4.0/650/lib/
export RVCT40BIN=/usr/local/rvct/RVCT/Programs/4.0/650/linux-pentium/
export RVCT40_ASMOPT=--licretry
export RVCT40_CCOPT=--licretry
export RVCT40_LINKOPT=--licretry
export RVCT22BIN=ignored
export RVCT22INC=ignored
export RVCT22LIB=ignored
void LevelGeneratorManager::printProgress(int percent) {
std::cout << percent << "% " << std::flush;
}
# Use a config-specific target to prevent parallel builds file clashes on Mac
mac: CONFIG(debug, debug|release): WEBCORE_TARGET = webcored
else: WEBCORE_TARGET = webcore
diff --git a/Source/WebKit2/UIProcess/API/qt/qbasewebview.h b/Source/WebKit2/UIProcess/API/qt/qbasewebview.h
index 05cf550..06076d2 100644
--- a/Source/WebKit2/UIProcess/API/qt/qbasewebview.h
+++ b/Source/WebKit2/UIProcess/API/qt/qbasewebview.h
@@ -79,6 +79,7 @@ Q_SIGNALS:
void loadSucceeded();
void loadFailed(QBaseWebView::ErrorType errorType, int errorCode, const QUrl& url);
void loadProgressChanged(int progress);
+ void initialLayoutCompleted();
void urlChanged(const QUrl& url);
diff --git a/src/declarative/items/qquickflickable.cpp b/src/declarative/items/qquickflickable.cpp
index 6554720..443ecf6 100644
--- a/src/declarative/items/qquickflickable.cpp
+++ b/src/declarative/items/qquickflickable.cpp
Creating qmake. Please wait...
host-g++ -c -o qvariant.o -pipe -DQMAKE_OPENSOURCE_EDITION -g -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -Igenerators/integrity -I/home/abecsi/swork/qt5_build/qtbase/include -I/home/abecsi/swork/qt5_build/qtbase/include/QtCore -I/home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0 -I/home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0/QtCore -I/home/abecsi/swork/qt5_build/qtbase/src/corelib/global -I/home/abecsi/swork/qt5_build/qtbase/src/corelib/xml -I/home/abecsi/swork/qt5/qtbase/tools/shared -DQT_NO_PCRE -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/home/abecsi/swork/qt5/qtbase/mkspecs/unsupported/linux-host-g++ -DHAVE_QCONFIG_CPP -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DEPRECATED /home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant.cpp
In file included from /home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0/QtCore/private/qvariant
In file included from /home/abecsi/swork/qt5_build/qtbase/include/QtCore/5.0.0/QtCore/private/qvariant_p.h:1,
from /home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant.cpp:55:
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h:212: warning: all
member functions in class `QVariantIsNull<Filter>::HasIsNullMethod<T,
IsClass>' are private
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h: In instantiation of `QVariantIsNull<<unnamed>::CoreTypesFilter>::HasIsNullMethod<QVariantIsNull<<unnamed>::CoreTypesFilter>::SelfTest1, true>':
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h:238: instantiated from `QVariantIsNull<<unnamed>::CoreTypesFilter>'
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant.cpp:119: instantiated from here
/home/abecsi/swork/qt5/qtbase/src/corelib/kernel/qvariant_p.h:222: internal compiler error: Segmentation
fault
@bbandix
bbandix / gist:1423575
Created December 2, 2011 15:09
timestamps for custom events
diff --git a/Source/WebKit2/ChangeLog b/Source/WebKit2/ChangeLog
index f187a18..0577961 100644
--- a/Source/WebKit2/ChangeLog
+++ b/Source/WebKit2/ChangeLog
@@ -1,5 +1,20 @@
2011-12-02 Andras Becsi <andras.becsi@nokia.com>
+ [Qt][WK2] Set event timestamps on custom input events
+
+ Reviewed by NOBODY (OOPS!).