Skip to content

Instantly share code, notes, and snippets.

@Slow3000
Slow3000 / gist:1620896
Created January 16, 2012 13:31
Second assert for qml test
Starting program: /home/mibrunin/swork_1/qtwebkit-webkit2-dev-builddir-host-m6/Debug/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests
[Thread debugging using libthread_db enabled]
Qml debugging is enabled. Only use this in a safe environment!
[New Thread 0x7fffe578f700 (LWP 12166)]
[New Thread 0x7fffe4f8e700 (LWP 12167)]
[New Thread 0x7fff9dfd9700 (LWP 12168)]
[New Thread 0x7fff9d7d8700 (LWP 12169)]
[New Thread 0x7fff9cfd7700 (LWP 12170)]
[New Thread 0x7fff97df8700 (LWP 12173)]
********* Start testing of qmltests *********
@Slow3000
Slow3000 / Temp.patch
Created January 24, 2012 13:27
Temporary patch
From cd39e5b953b318a80444e373fc8d0974813f21eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@nokia.com>
Date: Tue, 24 Jan 2012 14:23:43 +0100
Subject: [PATCH] Temp patch
---
Tools/MiniBrowser/qt/MiniBrowser.qrc | 1 +
Tools/MiniBrowser/qt/qml/AuthenticationDialog.qml | 70 +++++++++++++++++++++
Tools/MiniBrowser/qt/qml/BrowserWindow.qml | 1 +
Tools/MiniBrowser/qt/qml/Dialog.qml | 12 +++-
@Slow3000
Slow3000 / gist:1671250
Created January 24, 2012 17:17
QtWebkit build fix
From 8092b3d5a756b51b494dff497748228d153fb17c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@nokia.com>
Date: Tue, 24 Jan 2012 18:15:13 +0100
Subject: [PATCH] Build fix after qt5 return type change of
QGLContext::getProcAddress.
Reviewed by NOBODY (OOPS!).
Source/WebCore:
* platform/graphics/cairo/OpenGLShims.cpp:
@Slow3000
Slow3000 / gist:1682245
Created January 26, 2012 11:01
Build fix for QtWebKit
From 1f82ec83a171db8f188b93f219dda8b0f6c7a6b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@nokia.com>
Date: Thu, 26 Jan 2012 11:59:48 +0100
Subject: [PATCH] Fix Qt builds after r105978
Reviewed by NOBODY (OOPS!).
Source/WebCore:
* rendering/svg/RenderSVGResourceClipper.cpp:
* rendering/svg/RenderSVGResourceSolidColor.cpp:
@Slow3000
Slow3000 / gist:1760767
Created February 7, 2012 17:07
Add Allan and Michael to contributors list.
diff --git a/Tools/Scripts/webkitpy/common/config/committers.py b/Tools/Scripts/webkitpy/common/config/committers.py
index 0f9d92a..cd35ca8 100644
--- a/Tools/Scripts/webkitpy/common/config/committers.py
+++ b/Tools/Scripts/webkitpy/common/config/committers.py
@@ -110,6 +110,7 @@ contributors_who_are_not_committers = [
Contributor("Alan Stearns", "stearns@adobe.com", 'astearns'),
Contributor("Alexandre Elias", "aelias@chromium.org"),
Contributor("Alexey Marinichev", ["amarinichev@chromium.org", "amarinichev@google.com"], "amarinichev"),
+ Contributor("Allan Sandfeld Jensen", ["allan.jensen@nokia.com", "kde@carewolf.com", "sandfeld@kde.org"], "carewolf"),
Contributor("Ami Fischman", ["fischman@chromium.org", "fischman@google.com"], "amifischman0"),
@Slow3000
Slow3000 / gist:1868924
Created February 20, 2012 11:58
Updated changelog for 78792
+ [Qt][WK2] Implement proxy authentication handling.
+ https://bugs.webkit.org/show_bug.cgi?id=78792
+
+ Reviewed by NOBODY (OOPS!).
+
+ This patch implements the proxy authentication handling
+ for the Qt port in a similar matter to the http authentication
+ implementation.
+
+ Since there is a need to pass the proxy port, which is of type uint16_t,
@Slow3000
Slow3000 / gist:1886129
Created February 22, 2012 17:11
qnetworkaccessmanager patch
From d09c50cb8caaf96f71e92d21ec5346f51e74d759 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@nokia.com>
Date: Thu, 23 Feb 2012 18:05:48 +0100
Subject: [PATCH] Extend QNetworkAccessManager::proxyAuthenticationRequired
signal.
---
src/network/access/qnetworkaccessbackend.cpp | 2 +-
src/network/access/qnetworkaccessmanager.cpp | 4 +++-
src/network/access/qnetworkaccessmanager.h | 1 +
@Slow3000
Slow3000 / gist:2000286
Created March 8, 2012 10:32
Minibrowser output
/mnt/host/home/mibrunin $ ./swork/qtwebkit-webkit2-dev-builddir-xarmel-m6/Release/bin/MiniBrowser
Failed to load platform plugin "xcb". Available platforms are:
minimal (from /mnt/host/home/mibrunin/swork/qt5/qtbase/plugins/platforms)
xcb (from /mnt/host/home/mibrunin/swork/qt5/qtbase/plugins/platforms)
minimal
Aborted
(gdb) break /home/mibrunin/swork/webkit/Source/JavaScriptCore/wtf/RefCounted.h:136
Breakpoint 1 at 0x7f1d7d3119c0: file /home/mibrunin/swork/webkit/Source/WebKit/qt/Api/qwebframe.cpp, line 136.
(gdb) c
@Slow3000
Slow3000 / gist:2585768
Created May 3, 2012 13:48
Input method update
From 159c66207a880228c9a191e952a021d4af32a4a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Br=C3=BCning?= <michael.bruning@nokia.com>
Date: Thu, 3 May 2012 15:47:32 +0200
Subject: [PATCH] Temp derp
---
Source/WebKit2/ChangeLog | 13 +++++++++++++
.../WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp | 11 +++--------
2 files changed, 16 insertions(+), 8 deletions(-)