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
g++ -m64 -fuse-ld=gold -Wl,--version-script=/scratchbox/users/kenneth/home/kenneth/swork/Qt5/webkit/Source/qtwebkit-export.map -Wl,--gc-sections -Wl,--no-undefined -Wl,-O1 -Wl,-rpath,/scratchbox/users/kenneth/home/kenneth/swork/Qt5/qt5/qtbase/lib -shared -Wl,-Bsymbolic-functions -Wl,-soname,libQtWebKit.so.4 -o libQtWebKit.so.4.10.0 obj/debug/WebKit/qt/Api/qwebframe.o obj/debug/WebKit/qt/Api/qgraphicswebview.o obj/debug/WebKit/qt/Api/qwebpage.o obj/debug/WebKit/qt/Api/qwebview.o obj/debug/WebKit/qt/Api/qwebelement.o obj/debug/WebKit/qt/Api/qwebhistory.o obj/debug/WebKit/qt/Api/qwebsettings.o obj/debug/WebKit/qt/Api/qwebhistoryinterface.o obj/debug/WebKit/qt/Api/qwebplugindatabase.o obj/debug/WebKit/qt/Api/qwebpluginfactory.o obj/debug/WebKit/qt/Api/qwebsecurityorigin.o obj/debug/WebKit/qt/Api/qwebscriptworld.o obj/debug/WebKit/qt/Api/qwebdatabase.o obj/debug/WebKit/qt/Api/qwebinspector.o obj/debug/WebKit/qt/Api/qwebkitversion.o obj/debug/WebKit/qt/Api/qhttpheader.o obj/debug/WebKit/qt/WebCoreSupport/QtFallback
namespace WebCore {
namespace{
inline LayoutSize frameToMainFrameOffset(Frame* frame)
{
LayoutPoint mainFramePoint = frame->page()->mainFrame()->view()->rootViewToContents(frame->view()->contentsToRootView(LayoutPoint()));
return toLayoutSize(mainFramePoint);
}
namespace WebCore {
namespace{
inline LayoutSize frameToMainFrameOffset(Frame* frame)
{
LayoutPoint mainFramePoint = frame->page()->mainFrame()->view()->rootViewToContents(frame->view()->contentsToRootView(LayoutPoint()));
return toLayoutSize(mainFramePoint);
}
namespace WebCore {
namespace{
inline LayoutSize frameToMainFrameOffset(Frame* frame)
{
LayoutPoint mainFramePoint = frame->page()->mainFrame()->view()->rootViewToContents(frame->view()->contentsToRootView(LayoutPoint()));
return toLayoutSize(mainFramePoint);
}
<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>
<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>
/*
* 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.
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.