Re: [webkit-dev] Git meeting notes

2010-04-13 Thread Benjamin Meyer
On Apr 12, 2010, at 2:19 PM, William Siegrist wrote: On Apr 12, 2010, at 1:59 PM, Benjamin wrote: - Server side there is a trac plugin we can use and sounded like there wasn't I'm not sure what the last half of the above was supposed to say, but yes, there is git support for Trac.

Re: [webkit-dev] Git meeting notes

2010-04-13 Thread Benjamin Meyer
On Apr 12, 2010, at 6:28 PM, Alexey Proskuryakov wrote: One thing that wasn't mentioned at the meeting is that git doesn't seem to have the same monotonously increasing revision numbers as svn does. It will be a problem to replace REGRESSION(r12345) with

[webkit-dev] Join the URL hackathon (already in progress)!

2010-04-13 Thread Adam Barth
Have you ever wanted WebKit's URL parsing to be awesome? Do crazy characters in URLs keep you up at night? Do you love writing tests? If you answered yes to any of these questions, you might want to join the URL hackathon. In this hackathon, we're adding a ton of test of our URL parsing code

[webkit-dev] Request: Include Import Library with win32 Nightly Builds

2010-04-13 Thread Brian Barnes
I thought I'd bring this up again in hopes my life (and I assume others who are in the same boat as me) a bit easier. My application use JavaScriptCore and is both in OS X and win32. When I want to upgrade JSC to get bug fixes, I can download the nightly OS X build and then just drop in the

Re: [webkit-dev] help with webkit installation for kde-4.4.2 (amd64 linux)

2010-04-13 Thread Julien Chaffraix
Hi, I am having a go at compiling kde4.4.2.  I am now  trying to build webkit for KDE4.4.2 (pure-64bit -non-multilib -amd64 linux  setup).  (it is needed by google-gadgets)  I downloaded qtwebkit from http://gitorious.org/+qtwebkit-developers/webkit/qtwebkit and it compiles OK with the

Re: [webkit-dev] Git meeting notes

2010-04-13 Thread Alexey Proskuryakov
13.04.2010, в 00:10, Benjamin Meyer написал(а): One thing that wasn't mentioned at the meeting is that git doesn't seem to have the same monotonously increasing revision numbers as svn does. It will be a problem to replace REGRESSION(r12345) with

Re: [webkit-dev] Git meeting notes

2010-04-13 Thread David Levin
On Tue, Apr 13, 2010 at 8:14 AM, Alexey Proskuryakov a...@webkit.org wrote: 13.04.2010, в 00:10, Benjamin Meyer написал(а): One thing that wasn't mentioned at the meeting is that git doesn't seem to have the same monotonously increasing revision numbers as svn does. It will be a problem to

Re: [webkit-dev] Git meeting notes

2010-04-13 Thread Eric Seidel
COMMIT~1 or COMMIT^ both are one commit prior to COMMIT. COMMIT~2 or COMMIT^^ are both 2 commits prior. On Tue, Apr 13, 2010 at 8:35 AM, Geoffrey Garen gga...@apple.com wrote: If Mark would add tags for the nightlies one could type git tag -- contains=COMMIT to figure out which tags include the

Re: [webkit-dev] Buildbot Updates

2010-04-13 Thread David Kilzer
On Tue, April 13, 2010 at 9:02:39 AM, William Siegrist wrote: Our buildbot master has been updated to the latest python and buildbot versions. We also have new Qt bots per the previous webkit-dev thread as well as a bot using new-run-webkit-tests (mac-leopard). Let me know if you see any

Re: [webkit-dev] Increasing the number of cross-platform/port expected results

2010-04-13 Thread Ojan Vafai
On Mon, Mar 1, 2010 at 7:53 PM, Maciej Stachowiak m...@apple.com wrote: On Mar 1, 2010, at 6:46 PM, Ojan Vafai wrote: On Mon, Mar 1, 2010 at 6:40 PM, Maciej Stachowiak m...@apple.com wrote: On the one hand, it's good to shift the default. On the other hand, many render tree dumping tests do

Re: [webkit-dev] Increasing the number of cross-platform/port expected results

2010-04-13 Thread David Hyatt
There are also a fair number of directories that test rendering and layout, although they are usually obvious by their names... many of the subdirectories in fast cannot be converted to pure text tests (clipping, margin collapsing, backgrounds, etc.). dave On Apr 13, 2010, at 1:54 PM, Ojan

[webkit-dev] Gtk builder needs lovin'

2010-04-13 Thread Eric Seidel
It looks completely hosed. It's failing to many tests for it to even keep track. :( -eric ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Qt Windows builder is down

2010-04-13 Thread Eric Seidel
Slave Lost. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Request: Include Import Library with win32 Nightly Builds

2010-04-13 Thread Brent Fulgham
Hi Brian, On Tue, Apr 13, 2010 at 6:55 AM, Brian Barnes gga...@charter.net wrote: Not so with the win32 build.  It has the DLLs, but not the import libraries (.lib) which are built when the DLLs are built and used to attach the DLL to my code.  Can you folks change the script that creates

Re: [webkit-dev] Request: Include Import Library with win32 Nightly Builds

2010-04-13 Thread Brian Barnes
Hi Brian, On Tue, Apr 13, 2010 at 6:55 AM, Brian Barnesgga...@charter.net wrote: Not so with the win32 build. It has the DLLs, but not the import libraries (.lib) which are built when the DLLs are built and used to attach the DLL to my code. Can you folks change the script that creates

Re: [webkit-dev] Increasing the number of cross-platform/port expected results

2010-04-13 Thread Simon Fraser
On Apr 13, 2010, at 11:54 AM, Ojan Vafai wrote: On Mon, Mar 1, 2010 at 7:53 PM, Maciej Stachowiak m...@apple.com wrote: On Mar 1, 2010, at 6:46 PM, Ojan Vafai wrote: On Mon, Mar 1, 2010 at 6:40 PM, Maciej Stachowiak m...@apple.com wrote: On the one hand, it's good to shift the default. On

Re: [webkit-dev] Editing Meeting

2010-04-13 Thread Ojan Vafai
On Tue, Apr 13, 2010 at 11:13 AM, Eric Seidel e...@webkit.org wrote: - There is an issue where application does not behave as expected: a/a depending on the position of the caret into the tag, the behaviour is not the same. The more general point here is that web apps need control over

[webkit-dev] Media elements meeting notes

2010-04-13 Thread Eric Uhrhane
Rough, but prompt, here they are. Eric What do people want to get out of the session? Darin Adler: Use webkit loader to get data into media elements--currently all the media elements just get a URL and work around it themselves. Sam Wienig: What new things can we do with media element?

Re: [webkit-dev] Increasing the number of cross-platform/port expected results

2010-04-13 Thread Dirk Pranke
On Tue, Apr 13, 2010 at 11:54 AM, Ojan Vafai o...@chromium.org wrote: On Mon, Mar 1, 2010 at 7:53 PM, Maciej Stachowiak m...@apple.com wrote: On Mar 1, 2010, at 6:46 PM, Ojan Vafai wrote: On Mon, Mar 1, 2010 at 6:40 PM, Maciej Stachowiak m...@apple.com wrote: On the one hand, it's good to

Re: [webkit-dev] Editing Meeting

2010-04-13 Thread Ryosuke Niwa
On Tue, Apr 13, 2010 at 2:35 PM, Ojan Vafai o...@chromium.org wrote: Up to now, we've been assuming that the solution is to add the same support as Firefox. The suggestion at this meeting was to instead approach this from a policy perspective since we don't want web apps to have to capture

[webkit-dev] commit-queue went nuts

2010-04-13 Thread Eric Seidel
http://trac.webkit.org/changeset/57532 http://trac.webkit.org/changeset/57534 My apologies. Investigating now. -eric ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Recent SVG clipping change caused lots of leaks on the bot

2010-04-13 Thread Maciej Stachowiak
https://bugs.webkit.org/show_bug.cgi?id=37527 http://trac.webkit.org/changeset/57511 Regards, Maciej ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Recent SVG clipping change caused lots of leaks on the bot

2010-04-13 Thread Oliver Hunt
looks like ~RenderSVGResourceClipper should be doing deleteAllValues(m_clipper); --Oliver On Apr 13, 2010, at 3:48 PM, Maciej Stachowiak wrote: https://bugs.webkit.org/show_bug.cgi?id=37527 http://trac.webkit.org/changeset/57511 Regards, Maciej

Re: [webkit-dev] Recent SVG clipping change caused lots of leaks on the bot

2010-04-13 Thread Maciej Stachowiak
On Apr 13, 2010, at 3:58 PM, Oliver Hunt wrote: looks like ~RenderSVGResourceClipper should be doing deleteAllValues (m_clipper); I'll try that locally once I have a debug build, if no one beats me to it. - Maciej --Oliver On Apr 13, 2010, at 3:48 PM, Maciej Stachowiak wrote:

Re: [webkit-dev] commit-queue went nuts

2010-04-13 Thread Eric Seidel
Turns out this was a regression from: http://trac.webkit.org/changeset/57531 Will be fixed with: https://bugs.webkit.org/show_bug.cgi?id=37528 This also breaks webkit-patch land until bug 37528 lands. -eric On Tue, Apr 13, 2010 at 3:06 PM, Eric Seidel e...@webkit.org wrote:

Re: [webkit-dev] commit-queue went nuts

2010-04-13 Thread Eric Seidel
Fixed in http://trac.webkit.org/changeset/57550. If your webkit-patch checkout is between r57531 and r57550 webkit-patch land will commit with an incorrect commit message. Please update before using webkit-patch land. -eric On Tue, Apr 13, 2010 at 4:48 PM, Eric Seidel e...@webkit.org wrote:

Re: [webkit-dev] Media elements meeting notes

2010-04-13 Thread pnormand
On Tue, 2010-04-13 at 14:52 -0700, Eric Uhrhane wrote: New topic: Loader. Things that would be improved by unifying loading between media elements and the rest of webkit: Unified resource security model. Make application cache work for media. Make WebCore cache work for media,

Re: [webkit-dev] Editing Meeting

2010-04-13 Thread Roland Steiner
I have to say I agree with Ryosuke that this requires more consideration (see inline comments). On Wed, Apr 14, 2010 at 6:35 AM, Ojan Vafai o...@chromium.org wrote: On Tue, Apr 13, 2010 at 11:13 AM, Eric Seidel e...@webkit.org wrote: - There is an issue where application does not behave as

Re: [webkit-dev] Join the URL hackathon (already in progress)!

2010-04-13 Thread Chris Jerdonek
Regarding the URL parsing code, could someone that attended the session list what steps were proposed or tentatively agreed to (of which the below is the first)? Thanks a lot, --Chris On Tue, Apr 13, 2010 at 1:46 AM, Adam Barth aba...@webkit.org wrote: Have you ever wanted WebKit's URL

Re: [webkit-dev] Join the URL hackathon (already in progress)!

2010-04-13 Thread Darin Fisher
Looking at ipv4.js, I don't see any of the comments from url_canon_unittest.cc. Is there a reason why you chose to drop them? It seems like they could be helpful to someone reading ipv4.js in the future. -Darin On Tue, Apr 13, 2010 at 1:46 AM, Adam Barth aba...@webkit.org wrote: Have you