Re: [webkit-dev] My Windows build notes

2008-10-14 Thread Adam Roben
On Oct 13, 2008, at 7:09 PM, Mike Belshe wrote: It took me a while to get my windows build going, so I thought I'd share what I learned: Thanks, Mike! This kind of information is very helpful in keeping our instructions up-to-date. 1) I had to completely start over with cygwin. I

Re: [webkit-dev] revised RefPtr document

2008-10-08 Thread Adam Roben
On Oct 8, 2008, at 12:18 PM, Darin Adler wrote: After a few queries from Google folks I made some minor revisions to the RefPtr document http://webkit.org/coding/RefPtr.html that I wrote a year and half ago. Thanks, Darin! I think this is a really valuable document to have (especially when

Re: [webkit-dev] New simplified patch review interface for bugs.webkit.org

2008-10-06 Thread Adam Roben
On Oct 3, 2008, at 5:08 PM, Darin Adler wrote: On Oct 3, 2008, at 2:06 PM, Maciej Stachowiak wrote: My suggestion: I think the Edit link should be scrapped or reduced to only the few things you can't do from Review Patch, to reduce confusion. Related: There are edit links in both bug

Re: [webkit-dev] Win32 App

2008-09-30 Thread Adam Roben
On Sep 29, 2008, at 12:58 PM, Jason Hullinger wrote: (reply all this time) Well, it looks like stringByEvaluatingJavaScriptFromString is calling: JSC::JSValue* scriptExecutionResult = coreFrame-loader()- executeScript(WebCore::String(script), true); The problem, I believe, is that

Re: [webkit-dev] missing headers error in windows build

2008-09-22 Thread Adam Roben
On Sep 21, 2008, at 2:28 PM, Jason Hullinger wrote: That said, is the Windows build going to get any more clean? Building on OS X is no problem at all, but building in cygwin just simply does not seem to work. The Visual Studio project file is near working, but I've had to do a lot of

[webkit-dev] Safari for Windows symbol server available at developer.apple.com

2008-08-27 Thread Adam Roben
Hi all- Since not everyone may have noticed r35512 http://trac.webkit.org/changeset/35512 go by, I figured an email to this list would be appropriate. developer.apple.com is now hosting a symbol server for Safari for Windows. This means that you can configure Visual Studio (or WinDbg, if

Re: [webkit-dev] trac.webkit.org super slow?

2008-08-27 Thread Adam Roben
Eric Seidel wrote: Trac.webkit.org was down last night for an upgrade (which is great!) But now it's super-duper slow. Loading pages like: http://trac.webkit.org/browser/trunk/WebCore or browsing around, takes much longer than before. Any idea what's wrong? According to our server

Re: [webkit-dev] Compilation Erro usinf VC 2005 Express Edition

2008-08-12 Thread Adam Roben
/11 Adam Roben [EMAIL PROTECTED] On Aug 11, 2008, at 10:41 AM, Binish wrote: Hi Adam, I have already tried configuring both in a diffenrent location , and result remains same , sorry i did not get about build-webkit !,From VC tools menu i directly give build solution am not runnign from

Re: [webkit-dev] Compilation Erro usinf VC 2005 Express Edition

2008-08-11 Thread Adam Roben
On Aug 11, 2008, at 9:34 AM, Binish wrote: bash build-generated-files.sh E:\Cygwin\home\perforceadmin\WebKit \WebKitLibraries\win E:\Cygwin\home\perforceadmin\WebKit \WebKitLibraries\win It looks like the WEBKITOUTPUTDIR and WEBKITLIBRARIESDIR environment variables are set to the same

Re: [webkit-dev] Compilation Erro usinf VC 2005 Express Edition

2008-08-11 Thread Adam Roben
On Aug 11, 2008, at 10:41 AM, Binish wrote: Hi Adam, I have already tried configuring both in a diffenrent location , and result remains same , sorry i did not get about build-webkit !,From VC tools menu i directly give build solution am not runnign from cygwin,Using cygwin i was

Re: [webkit-dev] Does ENABLE_XPATH work?

2008-08-05 Thread Adam Roben
On Aug 5, 2008, at 2:29 PM, Paul Pedriana wrote: If I use '#define ENABLE_XPATH 0' in my config, the build mostly compiles, but not entirely. I get the errors shown below. The compile errors appear to occur because the code below doesn't check for ENABLE(XPATH) (whereas much of the rest of

Re: [webkit-dev] Link Error : LNK1106( Win32/Release)

2008-06-24 Thread Adam Roben
On Jun 24, 2008, at 5:26 AM, William Seo wrote: Hi all. I am trying to build webkit in release mode and get an error like following. I used Visual studio 2005 and also installed service pack(VS80sp1- KB926601-X86-ENU.exe) I was able to build in debug mode(win32/debug), but wasn’t in

Re: [webkit-dev] Formal Windows build instructions?

2008-06-19 Thread Adam Roben
Julian wrote: Hi, I have been having difficulties building WebKit on Win32. I have followed the instructions from the main website and the two different instructions on Trac however still no success. Is there a formal build environment paper that I am unable to locate? The build

Re: [webkit-dev] renaming some WebCore, too

2008-06-14 Thread Adam Roben
On Jun 13, 2008, at 7:26 PM, Darin Adler wrote: Streamline the names of functions to get to parts of the Frame object (as in the tree() function to get to the frame tree): animationController = animation, scriptProxy = script, selectionController = selection, I'd suggest adding

Re: [webkit-dev] link activation with a function

2008-05-21 Thread Adam Roben
Hi Luka- Luka Napotnik wrote: Hello. Is there a way to activate a specific link with a function with webkit? I have a page with some div elements with tags and links and I want to activate the links using code not trhough mouse events. Please help. This mailing list is focused on

Re: [webkit-dev] Monitoring JavaScript execution time

2008-05-21 Thread Adam Roben
Hi Chuck- Chuck Norris wrote: I'm working on a page load time monitoring tool using WebKit, and I'm interested in suggestions from the community about how to monitor JavaScript in particular. Using WebKit, I've got really good page element monitoring through use of the

Re: [webkit-dev] Building Webkit with cygwin failed

2008-05-18 Thread Adam Roben
On May 15, 2008, at 3:40 AM, Frederic Beauzor wrote: c:\cygwin\home\user\webkit\webcore\webcore.vcproj \cssgrammar.cpp(3418) : error C2220: warning treated as error - no 'executable' file generated c:\cygwin\home\user\webkit\webcore\webcore.vcproj \cssgrammar.cpp(3418) : warning C4701:

Re: [webkit-dev] Building Webkit with cygwin failed

2008-05-18 Thread Adam Roben
On May 18, 2008, at 11:04 PM, Adam Roben wrote: On May 15, 2008, at 3:40 AM, Frederic Beauzor wrote: c:\cygwin\home\user\webkit\webcore\webcore.vcproj \cssgrammar.cpp(3418) : error C2220: warning treated as error - no 'executable' file generated c:\cygwin\home\user\webkit\webcore

Re: [webkit-dev] Creating a ChangeLog

2008-05-12 Thread Adam Roben
On May 12, 2008, at 9:24 AM, Mike Belshe wrote: I'm trying to create a changelog from windows without success. I have read the instructions here: http://webkit.org/coding/contributing.html When I run the script, I produces this: ../../WebKitTools/Scripts/prepare-ChangeLog Running status

Re: [webkit-dev] Safari Suggestion

2008-05-11 Thread Adam Roben
Hi Charles- On May 11, 2008, at 4:54 PM, Charles Harlich wrote: Greetings: I would like to make a suggestion to enhance Safari. One of the homepage features that makes Firefox (and even IE7) valuable is the option of having your homepage open with multiple tabs. I know there is a Mac

[webkit-dev] Welcome to WebKit's GSoC 2008!

2008-04-23 Thread Adam Roben
* WebKit SVG Filters Design and Implementation Student: Alex Mathews Mentor: Oliver Hunt * WebForms 2.0 Support Student: Michelangelo De Simone Mentor: Adele Peterson * Improving and Extending WebKit Inspector Student: Keishi Hattori Mentor: Adam Roben * CSS Fixes

Re: [webkit-dev] Helper actions in Webkit

2008-04-15 Thread Adam Roben
Sriram Neelakandan wrote: Hi all, I know webkit support NPAPI plugin framework. but what about helper actions ? Invoking an external application based on the MIME TYPE. Is that left to the browser implementation or is it part of the Webkit engine ? WebKit delegates this responsibility to

Re: [webkit-dev] Windows Nightlies: Broken Launcher

2008-04-13 Thread Adam Roben
Jon Shier wrote: Devs: There seems to have been a change between 31446 and 31727 that broke the Windows run-webkit-nightly script. However, if I copy the launcher from 446 to the latest nightly, it launches fine. Otherwise I get a Safari cannot find component. error. I believe you're

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben
Khanna Piyush-A21612 wrote: An update... After setting the WebKitLibrariesDir WebKitOutputDir environment variables using Control Panel, the C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj project opened successfully However, that seems to have very few files

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben
*From:* Adam Roben [mailto:[EMAIL PROTECTED] *Sent:* Monday, March 31, 2008 7:29 PM *To:* Khanna Piyush-A21612 *Cc:* webkit-dev@lists.webkit.org *Subject:* Re: [webkit-dev] Building Webkit Khanna Piyush-A21612 wrote: An update... After setting the WebKitLibrariesDir

Re: [webkit-dev] No more javascript parsing errors in console

2008-03-27 Thread Adam Roben
David Kilzer wrote: This works for me with Safari 3.1 on Mac OS X 10.5.2. (I used http://www.dmregister.com/ to test.) I think the trick is that you must have the Web Inspector open before you load the page to see the parsing errors. It sounds like a bug to me that you have to have the

[webkit-dev] Extra step required to build Windows Release configuration in VC++ Express

2008-03-12 Thread Adam Roben
To all VC++ Express users: We recently enabled Profile-Guided Optimization (PGO) in the Windows Release build by default. Unfortunately, VC++ Express doesn't support PGO, so if you want to build Release under VC++ Express you must first run the following command from the Cygwin prompt: sed

Re: [webkit-dev] Inspector no longer shows elements properties

2008-03-11 Thread Adam Roben
Max Barel wrote: For some time now, I noticed that inspector no longer shows element properties. Neither standard DOM nor DOM0. Only methods and constants are shown. I waited to see if a bug report arise. Now I wonder if I should report this or if I'm missing something obvious regarding

Re: [webkit-dev] Vista Install of development tools

2008-03-06 Thread Adam Roben
On Mar 6, 2008, at 1:05 AM, Richard Bailey wrote: wrt. the page: http://webkit.org/building/tools.html After several attempts to get cygwin to install correctly in Vista, I found I needed to launch setup.exe by right-clicking and choosing Run as Administrator After this, the install

Re: [webkit-dev] JavaScript watch/unwatch

2008-02-13 Thread Adam Roben
On Feb 13, 2008, at 3:37 AM, Jason Hullinger wrote: Anyone working on implementing watch and unwatch? I was thinking about implementing it and submitting it back, but is anyone else working on this? For reference:

Re: [webkit-dev] problem with parsing DIVs

2008-02-06 Thread Adam Roben
Hi Marcin- On Feb 6, 2008, at 5:35 AM, Marcin Giedz wrote: Please find 2 HTML in attachment: one with DIV's and second without. If you open first file (with DIVs) in webkit then it's being rendered badly - I mean there is big hole and then HTML body, but if you remove this line: !-- div

Re: [webkit-dev] Drosera for Windows

2008-01-24 Thread Adam Roben
On Jan 24, 2008, at 2:31 PM, Kevin McCullough wrote: Hi all, Our JavaScript debugger Drosera is available in the Windows nightlies, and I would love to get some help testing and finding issues. Drosera will not work with the Safari beta, but should automatically connect to the

Re: [webkit-dev] bit field error on wince

2008-01-22 Thread Adam Roben
On Jan 22, 2008, at 1:35 AM, ledwinka wrote: this problem is the ASR instruction. If _effectiveDisplay contain a value big than 0x0f, such as 0x1x, the ASR instruction will cause the high bits fill with 1 , for example, if _effectiveDisplay equal EDisplay::NONE or EDisplay::INLINEBOX,

Re: [webkit-dev] run-webkit-tests on Windows

2008-01-16 Thread Adam Roben
On Jan 16, 2008, at 1:38 AM, Double-Dee Zee wrote: Hi, I am having some problems with run-webkit-tests on Windows. Likely, these are simple problems, but this script is not well documented, so please let me just ask here. First, when I run run-webkit-tests, DumpRenderTree does compile and

Re: [webkit-dev] webkit test suite help

2008-01-16 Thread Adam Roben
On Jan 16, 2008, at 5:19 AM, syed mehdi wrote: We just integrated our code and now the revision is 29215 (earlier it was 27114). But i am still getting the same errors: can't exec flex: no such file or directory at /root/webkit/html/ webkittools /scripts/webkitdirs.pm line 557. can't exec

Re: [webkit-dev] Pulling together on WebKit Mobile

2008-01-16 Thread Adam Roben
On Jan 16, 2008, at 5:04 PM, David Hyatt wrote: This is how we did it when we (briefly) had CG and Cairo compiling simultaneously. The problem with it though is that we had a copy of Cairo in our source tree and ended up having to hack the Cairo source to put #if PLATFORM(CAIRO) around

[webkit-dev] Planned server outage at 7PM PST

2008-01-14 Thread Adam Roben
webkit.org and bugs.webkit.org will be down for a server reboot for 5-10 minutes at 7PM PST. Thanks for your patience. -Adam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Communication (was Re: [webkit-dev] Pulling together on WebKit Mobile)

2008-01-14 Thread Adam Roben
Oliver Hunt wrote: On 14/01/2008, at 4:26 PM, [EMAIL PROTECTED] wrote: The best and easiest way to discuss this would be on IRC in the #webkit channel of freenode... Sure, but it seems tough to get a time when everyone interested is on. Should we set a time to discuss this? I think you'd

Re: [webkit-dev] SVGNames.h and HTMLNames.h can not be found when build in windows...

2008-01-11 Thread Adam Roben
On Jan 10, 2008, at 9:23 PM, Wang Manson-a21065 wrote: Build error as below c:\cygwin\home\a21065\webkit\webcore\svg\SVGElement.h(33) : fatal error C1083: C annot open include file: 'SVGNames.h': No such file or directory ... Can some one help me? SVGNames.h is generated in an earlier

Re: [webkit-dev] WebKit on Windows: Scroll bars doesn't paint

2008-01-02 Thread Adam Roben
On Dec 18, 2007, at 11:23 AM, Vladimir Ikryanov wrote: Hello, I have tried to embed WebView browser component into the native window under Windows Vista platform. I have used COM objects. But I have faced with one issue. The scroll bars seems doesn't painted. I can see only the white

Re: [webkit-dev] how can i extend new javascript object and its event handler?

2008-01-02 Thread Adam Roben
On Dec 21, 2007, at 4:12 AM, Cloud zheng wrote: Hi, all, I am trying to use webkit engine to build my application. I want to add a new javascript object to accomplish some asynchronous operation. For example, the new javascript object may be named by 'fooObject'. It has a function names

Re: [webkit-dev] Etag support?

2007-12-11 Thread Adam Roben
Hi Andre-John, Andre-John Mas wrote: Can anyone tell me whether WebKit support the ETAG header? To my knowledge, E-tag is handled at the networking level, and so is not implemented in WebKit itself. WebKit on Windows and OS X uses Apple's CFNetwork library, WebKit on Qt uses Qt's networking

Re: [webkit-dev] Updated build scripts

2007-12-08 Thread Adam Roben
Oliver Hunt wrote: I just landed a change (r28568) to provide finer granularity when enabling and disabling the more advanced SVG features we have in the tree (it's no longer an all on or all off setting). Unfortunately due to the significant impact this has on a number of the autogenerated

Re: [webkit-dev] win32 Build Issue

2007-11-30 Thread Adam Roben
Brent Fulgham wrote: Hi, I just managed to get a current SVN build of WebKit to build. The instructions on the website are great, but I ran into a problem because I chose to land my working sources on my D: drive (/cygdrive/d/Development/WebKit) rather than in the suggested home directory.

Re: [webkit-dev] Re: Comments on ProjectVision document

2007-11-29 Thread Adam Roben
Lars Knoll wrote: On Thursday 29 November 2007, Maciej Stachowiak wrote: On Nov 25, 2007, at 12:34 PM, Lars Knoll wrote: * The webkit.org/blog should aggregate the blogs of all contributors (Surfin' Safari and blogs of external contributors) I think I'd like to keep Surfin'

[webkit-dev] Calling all WebKit bloggers

2007-11-29 Thread Adam Roben
Hey everyone- I'm starting to work on setting up a blog aggregator at http://planet.webkit.org/ and am looking for a set of blogs to seed it with. If you have a blog that you'd like included, please send me an email at [EMAIL PROTECTED] with the URL of the feed you want aggregated.

Re: [webkit-dev] Calling all WebKit bloggers

2007-11-29 Thread Adam Roben
Robert Błaut wrote: On 11/29/07, Adam Roben [EMAIL PROTECTED] wrote: Hey everyone- I'm starting to work on setting up a blog aggregator at http://planet.webkit.org/ and am looking for a set of blogs to seed it with. If you have a blog that you'd like included, please send me an email

Re: [webkit-dev] Calling all WebKit bloggers

2007-11-29 Thread Adam Roben
Maciej Stachowiak wrote: On Nov 29, 2007, at 12:17 PM, Robert Błaut wrote: On 11/29/07, Adam Roben [EMAIL PROTECTED] wrote: Hey everyone- I'm starting to work on setting up a blog aggregator at http://planet.webkit.org/ and am looking for a set of blogs to seed it with. If you have a blog

[webkit-dev] planet.webkit.org update

2007-11-29 Thread Adam Roben
Hey everyone- I'm in the process of setting up planet.webkit.org, and thought I'd send along a quick update: First, thanks to our kind (and speedy!) server administrator, we've got the domain all ready to go. Don't get too excited -- it's just a blank page for now. Second, my plan is to

[webkit-dev] Re: [webkit-changes] [28003] trunk/WebCore

2007-11-25 Thread Adam Roben
Alexey Proskuryakov wrote: on 25.11.2007 02:32, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: -#if USE(ICU_UNICODE) +// FIXME: rdar://5611712 Remove the PLATFORM(WIN) check once ICU on Windows has collation support. +#if USE(ICU_UNICODE) !PLATFORM(WIN) I'm wondering what the

[webkit-dev] Debugging DRT on Windows (was: /frameworkPath still supported?)

2007-11-21 Thread Adam Roben
Alexey Proskuryakov wrote: on 17.11.2007 23:50, Adam Roben at [EMAIL PROTECTED] wrote: -what is the best way to debug from within the visual studio GUI on windows? Use the new debug-safari script, added in r27878. Is it possible to debug DumpRenderTree

Re: [webkit-dev] Debugging DRT on Windows

2007-11-21 Thread Adam Roben
Adam Roben wrote: Alexey Proskuryakov wrote: on 17.11.2007 23:50, Adam Roben at [EMAIL PROTECTED] wrote: -what is the best way to debug from within the visual studio GUI on windows? Use the new debug-safari script, added in r27878. Is it possible to debug DumpRenderTree

Re: AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Adam Roben
Zoth, Jochen wrote: But if I type set, the two variables are set: ... WebKitLibrariesDir=D:\projects\WebKit\WebKitLibraries WebKitOutputDir=D:\projects\WebKit\WebKitBuild (from windows command line) ... WEBKITLIBRARIESDIR='D:\projects\WebKit\WebKitLibraries'

Re: [webkit-dev] /frameworkPath still supported?

2007-11-17 Thread Adam Roben
Double-Dee Zee wrote: It seems like the instructions for debugging on windows on the wiki no longer work. You're right, thank you for bringing this issue to my attention. I believe I've fixed things in r27878. -what is the best way to debug from within the visual studio GUI on windows?

[webkit-dev] Mac and Windows build bots are green!

2007-11-01 Thread Adam Roben
Hey everyone- The Mac and Windows build bots are finally green! For those of you who are new to the project, Mark Rowe (bdash) maintains a buildbot installation at http://build.webkit.org/ that continuously builds and tests tip-of-tree WebKit on multiple platforms. It's taken a lot of work

[webkit-dev] Windows WebKit/Safari incompatibilities have been resolved

2007-10-31 Thread Adam Roben
Hi everyone- The incompatibilities between ToT WebKit and the Safari 3 Public Beta have been resolved. Any revision from trunk at or after r27294 should work fine with the Safari 3 Beta. Mark Rowe tells me we will have a new Windows WebKit nightly build uploaded to http://nightly.webkit.org/

Re: Re[webkit-dev] size/layout code

2007-10-29 Thread Adam Roben
Hm, it works fine here. Are you getting an error message? -Adam Anurag Singh wrote: Unfortunately the link is not working. David D. Kilzer wrote: You want to read this blog entry about layout (as well as the other four entries):

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Adam Roben
Naiem Shaik wrote: Hi All, I have cross compiled the Webkit+Gtk port onto a linux box. There is no mouse in the development environment. When a page is launched, scrollbar is displayed as display window is set to 400x300. But the page cannot be scrolled, as there is no mouse to drag the

Re: [webkit-dev] Scroll in Webkit

2007-10-28 Thread Adam Roben
Sounds like you should file a bug at http://bugs.webkit.org/ saying that this doesn't work. -Adam Naiem Shaik wrote: No, it does not work. Arrow keys do not scroll the page. On 10/29/07, Adam Roben [EMAIL PROTECTED] wrote: Naiem Shaik wrote: Hi All, I have cross compiled

Re: [webkit-dev] RE: Error running Qt-launcher / safari

2007-10-20 Thread Adam Roben
Yes, Safari will not work with a Qt build of WebKit. -Adam On Oct 19, 2007, at 9:58 PM, Amit Joshi wrote: Also I would like to mention that I am running safari 3.0 (beta ?) on winXP, is it possible that the webkit build is not compatible with this particular version of safari ?

Re: [webkit-dev] build errors on XP - localtime_s' undeclared

2007-10-19 Thread Adam Roben
See http://lists.macosforge.org/pipermail/webkit-dev/2007-October/002610.html . We should really get these fixes into a bug on http://bugs.webkit.org/ so that people will stop having these problems! -Adam On Oct 18, 2007, at 11:57 PM, Amit Joshi wrote: I updated the webtree (using

Re: [webkit-dev] build webkit errors on windows

2007-10-12 Thread Adam Roben
I think you'll want to look at http://lists.macosforge.org/pipermail/webkit-dev/2007-October/002527.html (someone else had the exact same problem just days ago). The webkit-dev archives are a great place to look to see if someone has already run into (and possibly) solved a problem you're

Re: [webkit-dev] Webkit Building failed on Windows

2007-10-11 Thread Adam Roben
James tu wrote: build-generated-files.sh: line 2: $'\r': command not found build-generated-files.sh: line 4: $'\r': command not found realpath: No such file or directory cygpath: cannot create short name of build-generated-files.sh: line 11: export: `XSRCROOT': not a valid identifier

Re: [webkit-dev] Should we consider switching to git over svn?

2007-10-09 Thread Adam Roben
On Oct 9, 2007, at 6:40 AM, David D. Kilzer wrote: The biggest issue I see from using a git development model is that the WebKit project would need its own Linus to integrate changes from branches/clones into the main tree, unless using git is simply another means-to-an- end for

Re: [webkit-dev] Webkit Building on Windows

2007-10-05 Thread Adam Roben
Jith Thomas wrote: *$ WebKit/WebKitTools/Scripts/update-webkit* and the result was, *Updating OpenSource svn: Working copy '.' locked svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) Died at ./update-webkit line 45.* Did you try running svn cleanup as

Re: [webkit-dev] Build question on Window (Safari version)

2007-10-04 Thread Adam Roben
Jerry K wrote: Yeah, I tried run-nightly-webkit.com and the nightly build works fine. Great! Is there any nightly build BuildLog.htm I can get? We currently don't provide any build logs for the nightly builds as there haven't been any requests for them. What information from the build

Re: [webkit-dev] Build question on Window (Safari version)

2007-10-03 Thread Adam Roben
On Oct 3, 2007, at 7:44 PM, Jerry K wrote: I saw Unhandled exception at 0x764bb09e in Safari.exe: 0xC06D007E: Module not found. while using my built dll with Safari.exe. Is there any info to solve the incompatibility? That message means that one of the DLLs Safari depends on could

[webkit-dev] Re: [webkit-changes] [25269] trunk/LayoutTests

2007-08-28 Thread Adam Roben
On Aug 27, 2007, at 11:35 PM, [EMAIL PROTECTED] wrote: Modified: trunk/LayoutTests/ChangeLog (25268 = 25269) --- trunk/LayoutTests/ChangeLog 2007-08-28 05:59:26 UTC (rev 25268) +++ trunk/LayoutTests/ChangeLog 2007-08-28 06:35:23 UTC (rev 25269) @@ -1,5 +1,16 @@ 2007-08-27 Oliver Hunt [EMAIL

Re: [webkit-dev] build QTwebkit errors on windows

2007-08-26 Thread Adam Roben
On Aug 26, 2007, at 9:12 PM, [EMAIL PROTECTED] wrote: hi,all Is there anybody knows this error : ./tmp\HTMLFormElement.o:HTMLFormElement.cpp:(.text+0x41d7): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status mingw32-make[2]: *** [..\lib\QtWebKit.dll] Error 1

Re: [webkit-dev] Directory for Safari 3 for Windows plugins that isn't in Program Files?

2007-08-21 Thread Adam Roben
Since this is a WebKit bug, you could file it at http://bugs.webkit.org/ instead. -Adam On Aug 21, 2007, at 5:21 PM, David D. Kilzer wrote: Please file a bug using http://bugreport.apple.com/. If you don't have an ADC account, please create a free online account using

Re: [webkit-dev] Need help building on Windows

2007-08-20 Thread Adam Roben
On Aug 20, 2007, at 12:43 PM, Jarrod wrote: Hello, I am trying to build the webkit on Windows and have been unsuccessful so far. Basically I have installed all the dependant software (I believe), and I have updated the path and added the proper Environment variables (again, I believe).

Re: [webkit-dev] Platform improvements to the layout tests

2007-08-15 Thread Adam Roben
Thanks for the explanation, Matt! For those who haven't been following the evolution of run-webkit- tests as closely as Matt and I have, the point of the changes to run- webkit-tests was to allow the separation of cross-platform and platform-specific tests. Currently there are a lot of

[webkit-dev] Re: [webkit-reviews] Highlighing Object Lists

2007-08-13 Thread Adam Roben
don't believe is currently possible and should be filed as a new bug. -Adam Thanks, Geoffrey Johnson From: Adam Roben [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 1:11 PM To: Johnson, Geoffrey Cc: WebKit Development Subject: Re: [webkit-reviews] Highlighing Object Lists On Aug 8

[webkit-dev] Re: [webkit-reviews] Highlighing Object Lists

2007-08-08 Thread Adam Roben
On Aug 8, 2007, at 6:37 AM, Johnson, Geoffrey wrote: Is it possible to get Webkit Inspector to highlight the list of objects in “Network” so that they can be copied? I would like to paste the object list into a text editor as is possible in Firebug, but currently this is not supported.

Re: [webkit-dev] Styles panel in inspector

2007-08-08 Thread Adam Roben
On Aug 8, 2007, at 10:53 AM, Sjoerd Tieleman wrote: Hey guys, I might be missing something here, but is it possible to adjust the width of the right-hand column in the inspector? I use the inspector mainly to debug CSS and some of the more verbose CSS statements (e.g.

Re: [webkit-dev] Build Webkit on Windows

2007-08-03 Thread Adam Roben
The errors seen here look like the kind of thing you see if either (1) update-webkit was never run, or (2) the WEBKITLIBRARIESDIR environment variable isn't set. (2) would only happen if you were trying to build from within the IDE (build-webkit sets this environment variable for you). Did

Re: [webkit-dev] Debug the webkit on windows platform

2007-07-25 Thread Adam Roben
On Jul 25, 2007, at 5:32 AM, Amit Gupta wrote: Hello Has anyone debug webkit on the Window platform, I am able to build and run ./run-webkit --debug, but wanted to know if i need to set the breakpoint and do step by step debugging to uderstand the code, how can i proceeds. I hope it

Re: [webkit-dev] compile safari in cygwin fail

2007-07-22 Thread Adam Roben
On Jul 22, 2007, at 10:49 AM, Jerry K wrote: anyone can give some ideas about error MIDL 2272 faile? thanks interface IWebScriptObject : IUnknown interface IDOMObject : IWebScriptObject interface IDOMImplementation : IDOMObject 1oaidl.acf 1Processing C:\Program Files\Microsoft Platform SDK

Re: [webkit-dev] Pleyo unveils OWB, its refactor of WebKit

2007-07-20 Thread Adam Roben
On Jul 20, 2007, at 1:06 PM, Jean-Charles VERDIE (Pleyo) wrote: Dear Webkitters, Pleyo, by my voice and others such as Max or Sebastien, has been talking here now and then about the future outcome of its own refactored version of WebKit, based on a specific Abstraction Layer that we

Re: [webkit-dev] Webkit Porting Issues

2007-07-16 Thread Adam Roben
On Aug 22, 2007, at 1:19 AM, Ashish wrote: Hi All, I am trying to port Webkit for ARM and I have downloaded the latest Webkit Code. As a starting point I would like to know if anybody has a document or could tell me a way as to which portions to look into to start porting. Hi Ashish,

[webkit-dev] Tree closed until after Windows merge

2007-06-12 Thread Adam Roben
Hey everyone- We're very excited to be putting our Windows WebKit code in WebKit repository, and are getting ready to start the merge very soon! I'd like to request that no one make any commits to the WebKit repository until our merge is finished, as we will be getting down-n-dirty with

Re: [webkit-dev] Adding New Layout Tests

2007-05-29 Thread Adam Roben
On May 29, 2007, at 6:14 PM, David D. Kilzer wrote: 2- Why is the render tree dumps different for each platform? They should be the same, but invariably differences in fonts (and thus font metrics) may cause the pages to be laid out slightly differently. I'm not sure if there are any

Re: [webkit-dev] layout tests

2007-05-22 Thread Adam Roben
On May 22, 2007, at 4:42 PM, Reem Yazigi wrote: Thanks for the link and the Qt port advice... I'm still confused about what does DumpRenderTree do exactly!! Does it only set up WebKit to run a specific test case? Does it make any decision concerning wether the Layout test is failing or

[webkit-dev] Re: Running Layout Tests on Linux

2007-05-09 Thread Adam Roben
(I'm moving this thread to webkit-dev, which is the appropriate mailing list for questions/discussion about the development of WebKit itself) On May 9, 2007, at 3:03 PM, Reem Yazigi wrote: Hello Everyone, Could any of you get to a script that can run the Layout Tests of WebKit on Linux?

Re: [webkit-dev] Support for E4X

2007-04-04 Thread Adam Roben
On Apr 4, 2007, at 12:25 PM, Maciej Stachowiak wrote: On Apr 4, 2007, at 6:54 AM, Rodrigo Melo wrote: Hi, I'm interested work on it too. I've started reading something about E4X and WebKit, and specially looking at JavaScriptCore code. My first question was where I would start to code.

<    1   2   3