Skip to content

Instantly share code, notes, and snippets.

View kenchris's full-sized avatar
🏠
Working from home

Kenneth Rohde Christiansen kenchris

🏠
Working from home
  • Intel Corporation
  • Denmark
View GitHub Profile
<h1>
<input style='position:absolute; left:10px; top:10px;' type='text'>
<input style='position:absolute; left:0px; top:300px; -webkit-transform:skew(30deg) rotate(-40deg) scale(1.2);' type='text'>
<input style='position:absolute; left:100px; top:100px; -webkit-transform: rotate(-20deg) scale(1.5);' type='button' value='hest'>
<div style='position:absolute; left:400px; top:200px; -webkit-transform:rotate(10deg);'><a href=''>hest</a></div>
<div style='position:absolute; left:600px, top:100px; -webkit-transform:rotate(70deg);'><div style=' -webkit-transform:rotate(10deg);'><a href=''>hest</a></div></div>
<a href='' style='position:absolute;left:500px'>heste</a>
<div style='position:absolute;left:600px'><a href=''>hests</a>
</h1>
/*
* Copyright (C) 2011 Google Inc. All rights reserved.
* Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
<h1>
<input style='position:absolute; left:10px; top:10px;' type='text'>
<input style='position:absolute; left:0px; top:300px; -webkit-transform:skew(30deg) rotate(-40deg) scale(1.2);' type='text'>
<input style='position:absolute; left:100px; top:100px; -webkit-transform: rotate(-20deg) scale(1.5);' type='button' value='hest#1'>
<div style='position:absolute; left:400px; top:200px; -webkit-transform:rotate(10deg);'><a href=''>hest#2</a></div>
<div style='position:absolute; left:300px; top:100px; -webkit-transform:rotate(70deg);'><div style=' -webkit-transform:rotate(10deg);'><a href=''>hest#3</a></div></div>
<div style='-webkit-transform:rotate(70deg); width:200px'><div style='position:absolute; left:400px; top:-100px; -webkit-transform:rotate(10deg);'><a href=''>hest#4</a></div></div>
<a href='' style='position:absolute;left:500px'>hest#5</a>
<div style='position:absolute;left:640px'><a href=''>hest#6</a>
</h1>
commit e702addddefe6e3246db463a169d9007cce50f4f
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Jan 23 16:06:02 2012 +0100
WIP: tap highlighting
diff --git a/Source/WebCore/Target.pri b/Source/WebCore/Target.pri
index 457db0c..45d9858 100644
--- a/Source/WebCore/Target.pri
+++ b/Source/WebCore/Target.pri
commit 3224d13233952589e49b119ba773ee1ab6c99692
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Jan 23 16:06:02 2012 +0100
WIP: tap highlighting
diff --git a/Source/WebCore/Target.pri b/Source/WebCore/Target.pri
index 457db0c..45d9858 100644
--- a/Source/WebCore/Target.pri
+++ b/Source/WebCore/Target.pri
@kenchris
kenchris / gist:1704649
Created January 30, 2012 14:19
Rubberstamp anyone?
kenneth@kenneth-Precision-T1500:~/swork/Qt5/webkit (master)$ git show
commit f9d00c42b9c85c1d6cdea7b11567f7562a27037e
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Mon Jan 30 15:14:25 2012 +0100
Add manual tests for tap highlighting
Reviewed by NOBODY (OOPS!).
* ManualTests/qt/tap-highlighting-colors.html: Added.
commit af0f90e234d61a1ad777c53763392ac56d19af7d
Author: Kenneth Rohde Christiansen <kenneth@webkit.org>
Date: Tue Jan 31 11:09:29 2012 +0100
temp
diff --git a/ManualTests/qt/tap-highlighting-inlines.html b/ManualTests/qt/tap-highlighting-inlines.html
index c483952..0c64a3e 100644
--- a/ManualTests/qt/tap-highlighting-inlines.html
+++ b/ManualTests/qt/tap-highlighting-inlines.html
diff --git a/ManualTests/qt/tap-highlighting-images.html b/ManualTests/qt/tap-highlighting-images.html
index bbeea1a..a5e2bf8 100644
--- a/ManualTests/qt/tap-highlighting-images.html
+++ b/ManualTests/qt/tap-highlighting-images.html
@@ -1,6 +1,6 @@
<body style="background-color: green">
<p>Two anchors, one around a pure image, the other around an image embedded in a div.</p>
- <a href=""><img src="../resources/apple.jpg"></a>
- <a href=""><div style="background-color: blue;"><img style="display: block; margin-left: auto; margin-right: auto;" src="../resources/apple.jpg"></div></a>
diff --git a/ManualTests/qt/tap-highlighting-images.html b/ManualTests/qt/tap-highlighting-images.html
index bbeea1a..a5e2bf8 100644
--- a/ManualTests/qt/tap-highlighting-images.html
+++ b/ManualTests/qt/tap-highlighting-images.html
@@ -1,6 +1,6 @@
<body style="background-color: green">
<p>Two anchors, one around a pure image, the other around an image embedded in a div.</p>
- <a href=""><img src="../resources/apple.jpg"></a>
- <a href=""><div style="background-color: blue;"><img style="display: block; margin-left: auto; margin-right: auto;" src="../resources/apple.jpg"></div></a>
diff --git a/Source/WebCore/platform/graphics/TiledBackingStore.cpp b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
index ceb489e..7f29813 100644
--- a/Source/WebCore/platform/graphics/TiledBackingStore.cpp
+++ b/Source/WebCore/platform/graphics/TiledBackingStore.cpp
@@ -25,10 +25,11 @@
#include "GraphicsContext.h"
#include "TiledBackingStoreClient.h"
+#include <QtDebug>
+