Bug 13350 - Build Ahem into DumpRenderTree
Summary: Build Ahem into DumpRenderTree
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-14 10:07 PDT by mitz
Modified: 2007-04-21 01:40 PDT (History)
1 user (show)

See Also:


Attachments
Load and activate Ahem in DumpRenderTree (6.57 KB, patch)
2007-04-14 10:09 PDT, mitz
darin: review+
Details | Formatted Diff | Diff
Load and activate Ahem in DumpRenderTree (9.93 KB, patch)
2007-04-19 09:12 PDT, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-04-14 10:07:38 PDT
DumpRenderTree can load and activate Ahem locally so that users don't have to download and activate it globally.
Comment 1 mitz 2007-04-14 10:09:19 PDT
Created attachment 14033 [details]
Load and activate Ahem in DumpRenderTree

I couldn't figure out how to make the linking phase depend on AHEM____.TTF.
Comment 2 Darin Adler 2007-04-15 14:15:24 PDT
Comment on attachment 14033 [details]
Load and activate Ahem in DumpRenderTree

+static void activateAhemFont()

Should be (void) since this is ObjC, not C++.

Some people will still want to install Ahem so they can inspect the results of tests by hand. We might need to mention that.

r=me
Comment 3 mitz 2007-04-19 09:12:08 PDT
Created attachment 14090 [details]
Load and activate Ahem in DumpRenderTree

Changed () to (void) and added information about Ahem to the page about writing tests.
Comment 4 Mark Rowe (bdash) 2007-04-21 01:40:08 PDT
Landed in r20994.