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 f46db6c56076c18cdaa9f0ac17a5ebfd313b32a3
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue May 5 15:16:49 2009 +0200
Guard makeprop.pl for concurrent execution
diff --git a/WebCore/css/makeprop.pl b/WebCore/css/makeprop.pl
index bc979f9..64050d7 100644
--- a/WebCore/css/makeprop.pl
+++ b/WebCore/css/makeprop.pl
commit 138df16970c56a829f9a05032e63108adb925200
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Thu May 7 16:07:39 2009 +0200
Don't start a new load if one is already in progress
This can happen if the document loader is set to not defer main
resource data load, and the loaded data contains a piece of
JavaScript with an alert() or similar.
commit cc878e32d25c755d953af9d95ca3e9677b3ffdb0
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue Jun 2 15:33:11 2009 +0200
2009-06-02 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Rubber-stamped by Simon Hausmann.
Use File::Spec->tmpdir instead of hardcoded paths for tempfile() dir
commit 42cecee83d91ab35d713f94954c06ee4f532782f
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Tue Jun 2 16:37:15 2009 +0200
[Qt] Fix Perl warning about uninitialized value (passedConfiguration())
diff --git a/WebKitTools/Scripts/webkitdirs.pm b/WebKitTools/Scripts/webkitdirs.pm
index c79df86..c221d0e 100644
--- a/WebKitTools/Scripts/webkitdirs.pm
+++ b/WebKitTools/Scripts/webkitdirs.pm
commit 6c1911629315e118d3f04765ac6950c9ab750620
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Jun 3 13:08:18 2009 +0200
2009-06-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Rubber-stamped by Simon Hausmann.
[Qt] Fix Perl warning when calling chdir with an empty/undefined path
commit 15d80860931f4e5e8b73da5e320422a1ca9f7d3c
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Wed Jun 3 12:35:01 2009 +0200
2009-06-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Make sure the correct config.h is included when shadowbuilding
commit b588b4b97f59496ac447ed3fb5ad8d0696c4a619
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Fri Jun 5 13:56:03 2009 +0200
2009-06-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
Fix Qt build after r44452
commit decd0feb9122f48d5b4f33a295a5fb2c4b215846
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Fri Jun 5 13:56:03 2009 +0200
2009-06-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
Fix Qt build after r44452
#!/usr/bin/env ruby
=begin
INSTALL:
curl http://github.com/defunkt/gist/raw/master/gist.rb > gist &&
chmod 755 gist &&
sudo mv gist /usr/local/bin/gist
commit efa4782cf91d26d521f1ade3e65313bca317f2b4
Author: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Date: Thu Jun 4 21:21:44 2009 +0200
2009-06-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Add missing includes of config.h