This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object.extend(NativeObject.prototype, function() { | |
function computeSomethingWhenAwesomeCapabilityIsAvailable() { | |
// ... | |
} | |
function computeSomethingWhenSomeStupidIEBugIsPresent() { | |
// ... | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 797e8a43b49fdc26720b1cda80da2735fe724c66 Mon Sep 17 00:00:00 2001 | |
From: Andrew Dupont <[email protected]> | |
Date: Sat, 25 Oct 2008 16:16:39 -0500 | |
Subject: [PATCH] Fix links for switching to and downloading themes (they require a POST for security reasons). | |
--- | |
app/views/admin/themes/_tools.rhtml | 4 ++-- | |
1 files changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/app/views/admin/themes/_tools.rhtml b/app/views/admin/themes/_tools.rhtml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 9c8f4bd13483e7eea28a78a7fffffcc5cc337c21 Mon Sep 17 00:00:00 2001 | |
From: Andrew Dupont <[email protected]> | |
Date: Tue, 9 Sep 2008 10:38:34 -0500 | |
Subject: [PATCH] Preliminary support for Google Chrome in unit tests. | |
--- | |
Rakefile | 2 +- | |
test/lib/jstest.rb | 28 ++++++++++++++++++++++++++++ | |
2 files changed, 29 insertions(+), 1 deletions(-) | |
mode change 100644 => 100755 Rakefile |
NewerOlder