Skip to content

Instantly share code, notes, and snippets.

View torarnv's full-sized avatar

Tor Arne Vestbø torarnv

  • The Qt Company
  • Oslo, Norway
View GitHub Profile
commit 5718ee2bb8a132e0c120771f9b34eac29f888381
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Fri Jun 12 11:51:56 2009 +0200
Refactor handling of options in the build-webkit script
Options are now defined in one place, and then reused when creating
the usage help text, the arguments to GetOptions(), and when passing
the options on to the underlying port-dependent build systems.
commit c3a1d8abbcdcd768bd27af25fbdfd263e871092f
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Mon Jun 22 17:34:04 2009 +0200
Fix NPAPI mouse translation issues on Mac
The WindowRef we pass to the plugin refers to the the top level window,
so the x and y positions have to be relative to this position, but we
have to manually compensate for title bar decorations and other parents
of the QWebView since contentsToWindow() only traverses to the QWebView.
commit c217e9ebf0dc6010967df22426a21c14af4da689
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue Jun 23 13:27:38 2009 +0200
2009-06-23 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
Rename the plugin logging channel to plural form 'Plugins'
commit 733f3562c71d771ccc5a4727d0422b036c67480d
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue Jun 23 14:31:56 2009 +0200
2009-06-23 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
Remove duplicated code in Qt & GTK logging initialization
commit b6bf0145bd8a23ddf61e738d42ce03d3425c3faf
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Jul 15 16:53:07 2009 +0200
2009-07-15 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Rubber-stamped by Simon Hausmann.
Fix the Qt/Mac build by disabling TestNetscapePlugin
commit 10a8befd7f15717d82fcd7ac3f2836d60e881431
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Fri Jul 17 12:41:48 2009 +0200
2009-07-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
Use same license in PluginDebug.cpp and PluginDebug.h
commit 641fd0bf0356661583b9ab7fd1dc3afc9b04915c
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Fri Jul 17 12:41:48 2009 +0200
2009-07-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Holger Freyther.
Use same license in PluginDebug.cpp and PluginDebug.h
(gdb) disable 1
(gdb) info breakpoints
Num Type Disp Enb Address What
1 breakpoint keep n 0x03cb4b6f in WTF::currentTime() at /Users/torarne/dev/webkit/trunk/JavaScriptCore/wtf/CurrentTime.cpp:222
breakpoint already hit 3 times
(gdb) p WTF:currentTime()
A syntax error in expression, near `:currentTime()'.
(gdb) p WTF::currentTime()
$15 = 1248257095.4475391
(gdb) p WTF::currentTime()
commit 01b411f81c0ea4660d6f2a1a74f6b0fbe51b0004
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Thu Jul 23 15:21:48 2009 +0200
build-webkit: Reorder logic for determining the baseProductDir
We now do port-spesific probing for the product dir first, and then
fall back to either the generic WEBKITOUTPUTDIR (which now also works
on Mac), or WebKitBuild.