Re: [webkit-dev] Update commit log template to add placeholder for explanation of why a patch fixes a bug

2022-11-17 Thread David Kilzer via webkit-dev
On Nov 17, 2022, at 3:17 PM, Michael Catanzaro wrote: > On Thu, Nov 17 2022 at 02:48:04 PM -0800, Ryosuke Niwa > wrote: >> But every change in WebKit comes with a Bugzilla bug. > > Certainly most do, but some counterexamples: > > * Unreviewed build fixes sometimes do not reference a bug > *

[webkit-dev] Update commit log template to add placeholder for explanation of why a patch fixes a bug

2022-11-17 Thread David Kilzer via webkit-dev
Hi, The following PR adds placeholder text in the commit log template to remind authors to explain why a change fixes a bug: Bug 248012: Update commit message template to request a brief explanation of why a PR fixes the bug

Re: [webkit-dev] WebKit project in Coverity

2020-01-09 Thread David Kilzer
Hi, Back on Sept 18, 2019, Semmle announced that they would start scanning of projects on GitHub.com using their static analysis tool. As of July/August 2019, the WebKit mirror on GitHub includes analysis results* on their website,

Re: [webkit-dev] Requesting feedback about EWS comments on Bugzilla bugs

2019-09-19 Thread David Kilzer
I actually “missed” output from the stylebot insofar as I was expecting the errors to be posted, and then I was going to reply to that automated message. I think it’s too easy to ignore style errors if you have to click to load another website, though, so I filed this bug with some thoughts:

Re: [webkit-dev] Watch out for std::optional's move constructor

2018-12-14 Thread David Kilzer
Filed: Dave On Dec 14, 2018, at 2:18 PM, Adrian Perez de Castro wrote: > Hello, > > On Fri, 14 Dec 2018 14:02:39 -0800, Saam Barati wrote: > >>> On Dec 14, 2018, at 1:59 PM, Chris Dumez wrote: >>> On Dec 14, 2018, at 1:56 PM, Saam

[webkit-dev] Please start using RELEASE_ASSERT_WITH_SECURITY_IMPLICATION()

2017-10-17 Thread David Kilzer
Hello, TL;DR: Please start using RELEASE_ASSERT_WITH_SECURITY_IMPLICATION() in place of ASSERT_WITH_SECURITY_IMPLICATION() for new/updated code. It turns out that having some of these debug asserts enabled in release builds would have prevented security issues, so we’re going through and

Re: [webkit-dev] Are there any plans to upgrade bugzilla server on bugs.webkit.org?

2016-05-05 Thread David Kilzer
Hi Ossy, On Apr 27, 2016, at 8:15 AM, Darin Adler <da...@apple.com <mailto:da...@apple.com>> wrote: > Yes, we definitely want to upgrade. It’s a bit of work. In the past, I think > David Kilzer did some upgrades. I’ll try to find some time to do a Bugzilla upgrade soon. C

[webkit-dev] Interdiff fixed on bugs.webkit.org

2014-12-15 Thread David Kilzer
I just fixed the ‘interdiff’ feature of Bugzilla. Now you can diff your diffs while you diff! The issue was apparently being tracked here: Bug 82517: Bugzilla should provide diffs between two patches https://bugs.webkit.org/show_bug.cgi?id=82517 Example:

[webkit-dev] bugs.webkit.org email outage; asynchronous mail queue enabled

2014-10-24 Thread David Kilzer
Hello, The bugs.webkit.org site experienced a mail server outage from at least 10:55 PM PDT on Thursday, October 23 (possibly earlier) until about 11:08 AM PDT today (Friday, October 24). During this time, we enabled Bugzilla's asynchronous mail queue to unblock all other interaction with

[webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-16 Thread David Kilzer
Hi, We’re planning on upgrading Bugzilla (bugs.webkit.org) from 3.2.3 to 4.2.11 on Thursday, October 16 from 8-10 AM PDT. Sorry for the short notice. I sent this message from the wrong address, and didn't see he bounce message until now. Please let me know if you have questions or concerns.

Re: [webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-16 Thread David Kilzer
on these changes. Dave (note): http://www.bugzilla.org/releases/4.4/release-notes.html#v44_feat br, Ossy David Kilzer írta: Hi, We’re planning on upgrading Bugzilla (bugs.webkit.org http://bugs.webkit.org/) from 3.2.3 to 4.2.11 on Thursday, October 16 from 8-10 AM PDT x-apple-data

Re: [webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-16 Thread David Kilzer
Update complete. Please file bugs on bugs.webkit.org and reply to this thread with the bug. Thanks! Dave -- Sent from my iPhone 6 On Oct 16, 2014, at 10:56 AM, David Kilzer ddkil...@webkit.org wrote: Sorry, sent this from the wrong address before the update. On Oct 16, 2014, at 3:33 AM

Re: [webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-16 Thread David Kilzer
from my iPhone 6 On Oct 16, 2014, at 10:58 AM, David Kilzer ddkil...@webkit.org wrote: Update complete. Please file bugs on bugs.webkit.org and reply to this thread with the bug. Thanks! Dave -- Sent from my iPhone 6 On Oct 16, 2014, at 10:56 AM, David Kilzer ddkil...@webkit.org

Re: [webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-16 Thread David Kilzer
On Oct 16, 2014, at 2:38 PM, David Kilzer ddkil...@webkit.org wrote: Two commit queue issues: 1. Patches are landing, but bugs aren't being closed. Looks like webkit-patch is failing because a textarea is disabled by default. Bug 137794: commit-queue: fails to close bugs after

Re: [webkit-dev] Downtime for Bugzilla upgrade on Thursday, October 16 from 8-10 AM PDT

2014-10-16 Thread David Kilzer
On Oct 16, 2014, at 4:04 PM, David Kilzer ddkil...@webkit.org wrote: On Oct 16, 2014, at 2:38 PM, David Kilzer ddkil...@webkit.org wrote: Two commit queue issues: 1. Patches are landing, but bugs aren't being closed. Looks like webkit-patch is failing because a textarea is disabled

Re: [webkit-dev] Fuzzinator, a mutation based web fuzzer

2013-06-26 Thread David Kilzer
On Jun 25, 2013, at 1:56 AM, Renáta Hodován hodo...@inf.u-szeged.hu wrote: Hi folks, as many of you know already I'm working on an universal web fuzzer, which is able to generate random test cases for both svg, html, css and js, and test them against any browser. With this method we can

Re: [webkit-dev] Merging the iOS port to svn.webkit.org (Re: WebCore and interlocking threads)

2013-02-08 Thread David Kilzer
On Feb 8, 2013, at 1:41 PM, Adam Barth aba...@webkit.org wrote: Context: https://bugs.webkit.org/show_bug.cgi?id=109071 Adam Barth said: It's not clear to me that running WebCore on multiple interlocked threads is a good idea. That seems like a pretty major change to WebCore's

Re: [webkit-dev] Merging the iOS port to svn.webkit.org (Re: WebCore and interlocking threads)

2013-02-08 Thread David Kilzer
On Feb 8, 2013, at 2:52 PM, Adam Barth aba...@webkit.org wrote: On Fri, Feb 8, 2013 at 2:45 PM, David Kilzer ddkil...@webkit.org wrote: The iOS port does not require re-architecting WebCore. Bug 109071 was about coming up with a better name for a method that is primarily used in ASSERT

[webkit-dev] 'ANGLE' component added to bugs.webkit.org

2013-01-15 Thread David Kilzer
I've added an 'ANGLE' component to bugs.webkit.org. Dave ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] iOS parsing of the viewport meta tag

2012-07-10 Thread David Kilzer
On Jul 10, 2012, at 8:48 AM, Adam Barth wrote: Parse the viewport meta tag like iOS https://bugs.webkit.org/show_bug.cgi?id=72722 Is the parsing code for the viewport meta tag in iOS open source? It's on http://opensource.apple.com/ in ViewportArguments.cpp. Dave

Re: [webkit-dev] iOS parsing of the viewport meta tag

2012-07-10 Thread David Kilzer
On Jul 10, 2012, at 9:22 AM, Adam Barth wrote: On Tue, Jul 10, 2012 at 9:16 AM, David Kilzer ddkil...@webkit.org wrote: On Jul 10, 2012, at 8:48 AM, Adam Barth wrote: Parse the viewport meta tag like iOS https://bugs.webkit.org/show_bug.cgi?id=72722 Is the parsing code for the viewport meta

Re: [webkit-dev] spinoff from webkit-patch -g discussion

2012-03-01 Thread David Kilzer
On Feb 29, 2012, at 3:28 PM, Dirk Pranke wrote: In my view, I would actually rather upload the combination of committed + staged + unstaged changes rather than be told I have to commit things; in other words, I actually prefer to commit what I've uploaded rather than upload what I've

Re: [webkit-dev] webkit

2012-02-28 Thread David Kilzer
This account has been unsubscribed. Dave On Feb 25, 2012, at 6:57 PM, Eric Seidel wrote: Please ban this spammer. On Sat, Feb 25, 2012 at 1:27 PM, Tyler Cumberton tylercw...@gmail.com wrote: I have a question : webkit site -- -Tyler. ___

Re: [webkit-dev] git.webkit.org is offline

2012-02-15 Thread David Kilzer
Bill is aware of the issue and is working on it right now. Dave On Feb 15, 2012, at 6:38 AM, Osztrogonac Csaba wrote: Hi, It seems git.webkit.org is offline. Could you check what happened? br, Ossy ___ webkit-dev mailing list

Re: [webkit-dev] new API for offline web applications

2012-01-10 Thread David Kilzer
How did you run the layout tests? The run-webkit-tests script should take care of starting the Apache web server for you with all the configuration options set. This is usually how you run just the http tests for a debug build (after running the build-webkit script):

Re: [webkit-dev] new API for offline web applications

2012-01-07 Thread David Kilzer
The abort() method is defined here: http://dev.w3.org/html5/spec/Overview.html#applicationcache There is no abort() method defined in Source/WebCore/loader/appcache/DOMApplicationCache.idl. Please file a bug and attach a patch for review. See: http://www.webkit.org/coding/contributing.html

Re: [webkit-dev] Using C++ constant local variables in WebKit

2011-11-30 Thread David Kilzer
On Nov 29, 2011, at 6:44 PM, Ryosuke Niwa wrote: On Tue, Nov 29, 2011 at 6:42 PM, Ryosuke Niwa rn...@webkit.org wrote: - Prevents misuse of variable in a later patch (by a different author) through enforcement of const-ness. Prevents one specific type of misuse: Setting the variable to

[webkit-dev] Using C++ constant pointers (type_name * const) in WebKit

2011-11-28 Thread David Kilzer
In a discussion on Bug 71921, Antti, Darin Adler and I started a discussion about using C++ constant pointers in WebKit. Does the WebKit community have a consensus opinion on the matter? * Pros - Documents use of variable. - Prevents misuse of variable in a later patch (by a different

Re: [webkit-dev] Chromium Mac moving to Skia

2011-08-19 Thread David Kilzer
On Aug 18, 2011, at 12:24 PM, Adam Barth wrote: Moving the chromium-mac result directories caused more of a disruption that I expected in that it apparently broke the git WebKit mirror. I'd like to apologize for the disruption. We've done SVN server-side moves before, so I'm not entirely

Re: [webkit-dev] WebKit blog post proposal: Remote debugging with Web Inspector.

2011-04-29 Thread David Kilzer
Hi Pavel, You need to send the contents of the blog post via email. Not everyone can read it (even after logging in). Dave On Apr 29, 2011, at 11:44 AM, Pavel Feldman wrote: Hi guys, I started drafting the blog post Remote Debugging with Web Inspector:

Re: [webkit-dev] coding style and comments

2011-01-30 Thread David Kilzer
On Jan 28, 2011, at 9:36 AM, Peter Kasting wrote: On Thu, Jan 27, 2011 at 4:27 PM, Simon Fraser simon.fra...@apple.com wrote: I think we have a distinct lack of comments that help novices to understand the code. I feel that we almost have a privileged few mentality in some code; if you

Re: [webkit-dev] WebCore has moved: How to avoid merge conflicts

2011-01-11 Thread David Kilzer
For git, I'm assuming the following works: Local changes: 1. git stash save WIP 2. git pull --rebase origin (or git svn rebase) 3. git stash pop Branches: 1. git checkout branchname 2. git rebase master However, it would be interesting to know if diff.renames=true or if diff.renames=copy is

Re: [webkit-dev] Random inspector crasher?

2010-12-23 Thread David Kilzer
On Dec 23, 2010, at 6:02 AM, Carl Lobo wrote: I'm not very sure if this is relevant but here goes: I'm working on a javascript hosting framework (it's open source: https://github.com/directi/webkit_titanium/tree/webkit_clean). I'd pulled webkit git a couple of weeks back and then again a few

Re: [webkit-dev] Stability problems involving Javascript GC

2010-12-19 Thread David Kilzer
On Dec 17, 2010, at 12:02 AM, Zoltan Herczeg wrote: On 6 December 2010 22:31, Zoltan Herczeg zherc...@inf.u-szeged.hu wrote: Crash in WTF::fastMalloc? Such things only happen if something overwrites memory areas belongs to the memory manager (i.e overwrites some bytes before or after a block

Re: [webkit-dev] Client-based Geolocation

2010-12-10 Thread David Kilzer
On Dec 10, 2010, at 6:45 AM, John Knottenbelt jknot...@chromium.org wrote: It would be great if, ultimately, we could remove the non-client-based geolocation code from WebCore (I already have plans to do this for Chromium's WebKit layer). Such a removal would make the WebCore code more

Re: [webkit-dev] webkit-patch --suggest-reviewers

2010-10-23 Thread David Kilzer
Thanks guys! I really like this feature, but it would be great if you could pick individuals from the list of suggested reviewers instead of all-or-none: https://bugs.webkit.org/show_bug.cgi?id=48182 Dave From: Adam Barth aba...@webkit.org To:

Re: [webkit-dev] Canvas component in Bugzilla

2010-09-19 Thread David Kilzer
On Sep 14, 2010, at 10:22 PM, Darin Adler da...@apple.com wrote: On Sep 14, 2010, at 5:54 PM, Andreas Kling wrote: I propose we add a Canvas component in Bugzilla. Thoughts? Sounds OK to me. Done. Dave -- Sent from my iPhone 4 ___ webkit-dev

Re: [webkit-dev] Review tool changes

2010-09-19 Thread David Kilzer
On Sep 17, 2010, at 6:38 AM, Mike Pinkerton pinker...@chromium.org wrote: On Fri, Sep 17, 2010 at 2:39 AM, Adam Barth aba...@webkit.org wrote: The tool has some problems on iPad. The issue is the bottom toolbar uses position: fixed, which seems to be frozen to the initial viewport on iPad.

Re: [webkit-dev] Number of pending commits

2010-09-07 Thread David Kilzer
On Sep 7, 2010, at 9:51 AM, Eric Seidel e...@webkit.org wrote: I also attempted to look through pending-commit last week. I decided to clean it out someone needs to write a script which can make a guess if a bug is landed or not. I would guess that over half of

Re: [webkit-dev] Build system complexity

2010-08-12 Thread David Kilzer
On Aug 12, 2010, at 3:54 AM, Dumitru Daniliuc d...@chromium.org wrote: i completely agree with jeremy. is it possible to at least drop the cryptic hashcodes/timestamps? without them, the .xcodeproj files should at least be editable by hand. Doesn't gyp already generate Xcode projects for

Re: [webkit-dev] Some new coding style rules

2010-08-05 Thread David Kilzer
On Wed, August 4, 2010 at 11:56:53 PM, Sam Weinig wrote: On Wed, Aug 4, 2010 at 1:29 AM, Nikolas Zimmermann zimmerm...@physik.rwth-aachen.de wrote: namespace WebCore { ... } // namespace WebCore 2. ENABLE(FOO) #endif comments #if ENABLE(FOO) .. #endif // ENABLE(FOO) I like these

Re: [webkit-dev] Auto-injecting JavaScript with DRT (was Introducing dumpAsMarkup)

2010-07-27 Thread David Kilzer
On Jul 26, 2010, at 6:08 PM, Maciej Stachowiak m...@apple.com wrote: The main problem would be getting the right path to the script file. Unless we duplicate it in every directory with script tests, it kinda has to be a relative path that depends on the directory. Subversion (and git)

Re: [webkit-dev] review queue crazy idea

2010-07-22 Thread David Kilzer
We should also publicize/update these existing resources to help patch authors find reviewers for their patches: http://trac.webkit.org/wiki/CodeReview http://trac.webkit.org/wiki/WebKit%20Team I think the most effective approach is when patch authors proactively seek out reviewers. We're all

Re: [webkit-dev] DerivedSources.make CPP DOM Bindings

2010-07-09 Thread David Kilzer
On Jul 8, 2010, at 11:04 AM, Kevin Ollivier kev...@theolliviers.com wrote: I'm working on making the CPP DOM bindings accessible to the wx port, and while I've got the whole thing building, one thing I have yet to sort out is how to add building of the CPP DOM bindings to the build system.

Re: [webkit-dev] Bugzilla Question - Master Bug vs Component?

2010-07-09 Thread David Kilzer
On Jul 9, 2010, at 7:34 AM, Adam Roben aro...@apple.com wrote: On Jul 9, 2010, at 6:23 AM, Alex Milowski wrote: Should we keep the master bug? Should we use it only for our implementation efforts and not make it depend on every random bug filed for the MathML component? I think an

Re: [webkit-dev] Should Table Cell (TD) children inherit height?

2010-06-28 Thread David Kilzer
How do Firefox and MSIE render the test case? Dave -- Sent from my iPhone 3GS On Jun 28, 2010, at 11:42 AM, Fady Samuel fsam...@chromium.org wrote: My understanding is that in quirks mode, table height=100% causes the table to fill the entire client window. Now, I believe the height

Re: [webkit-dev] strategy for evaluating performance issues related to memory.

2010-06-21 Thread David Kilzer
On Jun 21, 2010, at 6:21 AM, Mike Marchywka marchy...@hotmail.com wrote: (and yes my disk light still comes on for minutes at a time locking me out of doing antyhing with iceweasel or firefox) Two things: 1. What hardware platform and O/S are you running a WebKit browser on that still uses

Re: [webkit-dev] LayoutTest with a fragment reported as the document URL?

2010-06-10 Thread David Kilzer
I think you want: window.location.hash = 'name1'; I'm sure there are other layout tests that set the hash property, so you might search for them to get some ideas about how to build your test. Dave -- Sent from my iPhone 3GS On Jun 7, 2010, at 2:04 PM, Chris Fleizach cfleiz...@apple.com

Re: [webkit-dev] WebCore Build Times

2010-06-08 Thread David Kilzer
On Jun 8, 2010, at 3:17 PM, Eric Seidel e...@webkit.org wrote: On my Intel Core 2 Duo MBP a full build takes over 1 hour. 5 years ago, on my g4 laptop a full build took around 40m. :( We seem to be slowly moving in the wrong direction. Was that before or after SVG was enabled in the

Re: [webkit-dev] Directory upload experimental feature

2010-06-03 Thread David Kilzer
Also, I was simply pointing out existing behavior, not arguing for/against the zip file format. Dave From: Sam Weinig sam.wei...@gmail.com To: David Kilzer ddkil...@webkit.org Cc: John Gregg john...@google.com; webkit-dev@lists.webkit.org; Adele Peterson ad

Re: [webkit-dev] Directory upload experimental feature

2010-06-02 Thread David Kilzer
Other alternatives? I believe Safari will zip a folder and send it as a single file for you if you attach a folder to a file upload element instead of an individual file. Dave From: John Gregg john...@google.com To: Sam Weinig sam.wei...@gmail.com Cc:

Re: [webkit-dev] svn-apply: ideal fuzz value to merge changelogs

2010-05-27 Thread David Kilzer
Providing 8 lines of context instead of 3 lines to the ChangeLog part of a patch isn't going to help with reviewing or merging patches. If you want to provide more context to the rest of the patch, I think you should find a way to keep the number of lines of context for ChangeLog diffs to 3

Re: [webkit-dev] webkit-patch, check-webkit-style and git now support --squash and --git-commit

2010-05-14 Thread David Kilzer
On Fri, May 14, 2010 at 6:29:05 PM, Ojan Vafai wrote: tonikitoo, aroben, ddkilzer: You are the three who I remember voicing yourselves about wanting webkit-patch to support committing/uploading multiple patches from the same branch. Would Chris's suggestion below (last couple paragraphs) be

Re: [webkit-dev] Yet another bug-less change hosed the tree.

2010-05-12 Thread David Kilzer
On Tue, May 11, 2010 at 2:30:45 PM, Geoffrey Garen wrote: I don't know how to do either of these steps in an easy way: 1. Once I have a patch with a ChangeLog, say, File a new bug and upload this patch for review. (Bonus points if the tool automatically made the first line of the ChangeLog

Re: [webkit-dev] Bugzilla Triaged keyword

2010-04-27 Thread David Kilzer
I've renamed Triaged to QtTriaged. Dave - Original Message From: Jocelyn Turcotte jocelyn.turco...@nokia.com To: webkit-dev@lists.webkit.org Sent: Tue, April 27, 2010 10:02:36 AM Subject: Re: [webkit-dev] Bugzilla Triaged keyword On 4/27/2010 5:38 PM, ext Alexey Proskuryakov

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] Git meeting notes

2010-04-12 Thread David Kilzer
It's not immediately clear how to sort a list of commit hashes into a sequential list, e.g., if using a list of nightly builds for a binary regression search. Perhaps there is a git command that sorts them for you given an existing repository? Dave On Mon, April 12, 2010 at 8:15:40 PM,

Re: [webkit-dev] Proposal: commit-queue to fix usernames after commit

2010-04-12 Thread David Kilzer
On Mon, April 12, 2010 at 4:56:51 PM, Eric Seidel wrote: I would love to hear your feedback! Sounds great! Dave ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Git meeting notes

2010-04-12 Thread David Kilzer
Sure, but you have to rebuild WebKit for each test during the git-bisect. Being able to use pre-built binaries is faster, especially if they're already downloaded. Dave From: Daniel Cheng dch...@chromium.org To: David Kilzer ddkil...@webkit.org Cc: Timothy Hatcher timo...@apple.com; Alexey

[webkit-dev] git.webkit.org is missing svn revision r49890

2010-03-16 Thread David Kilzer
It was discovered recently that the git repository on git.webkit.org is missing svn revision r49890. http://trac.webkit.org/changeset/49890 This causes problems if you're using a single git repository, pulling from git.webkit.org, and using git-svn-fetch from svn.webkit.org (so that you can

Re: [webkit-dev] changelogs: a reprise

2010-01-28 Thread David Kilzer
On Thu, January 28, 2010 at 4:10:11 AM, Chris Jerdonek wrote: On Tue, Jan 26, 2010 at 9:55 AM, David Kilzer wrote: (2) Consider phasing in support for an alternate workflow where new ChangeLog entries for the next commit are stored separately from the versioned ChangeLog files -- perhaps

Re: [webkit-dev] Signing up to help with some SVG bugs

2010-01-28 Thread David Kilzer
To contributed to WebKit, see: http://webkit.org/coding/contributing.html To contact other developers, see: http://webkit.org/contact.html Dave From: Mark Wyszomierski mar...@gmail.com To: webkit-dev@lists.webkit.org Sent: Thu, January 28, 2010 8:24:48 PM Subject: [webkit-dev] Signing up to

Re: [webkit-dev] changelogs: a reprise

2010-01-26 Thread David Kilzer
On Mon, January 25, 2010 at 10:35:00 PM, Chris Jerdonek wrote: I was reading through the old I HATE CHANGELOGS messages from August: https://lists.webkit.org/pipermail/webkit-dev/2009-August/thread.html The discussion attracted a lot of interest and ideas, but it looks like it died out

Re: [webkit-dev] Showing Baseline and Container Box

2010-01-25 Thread David Kilzer
On Mon, January 25, 2010 10:42:56 AM, Alex Milowski wrote: On Mon, Jan 25, 2010 at 10:31 AM, Maciej Stachowiak wrote: It's reasonable to use an ENABLE() flag for debugging features like this, in my opinion. I don't know if we have any direct precedent. Doesn't ENABLE() require a

Re: [webkit-dev] webkit team wiki page

2010-01-24 Thread David Kilzer
On Sun, January 24, 2010 at 7:09:26 PM, Maciej Stachowiak wrote: I think deleting the areas of knowledge is a regrettable loss of information. I think it's helpful to give people at least a few starting points for their questions, because not everyone is going to be comfortable firing

Re: [webkit-dev] questions about allow-tabs

2010-01-15 Thread David Kilzer
On Fri, January 15, 2010 1:52:19 PM, Chris Jerdonek wrote: On Thu, Jan 14, 2010 at 9:05 PM, David Kilzer wrote: On Thu, January 14, 2010 at 6:59:17 PM, Chris Jerdonek wrote: While I'm asking, I might as well also ask -- what other subversion properties do we use? In the past, svn:eol

Re: [webkit-dev] webkit.org/pending-review

2010-01-14 Thread David Kilzer
I'm pretty sure it's set up as a redirect in the Apache config for webkit.org. $ curl -I http://webkit.org/pending-review HTTP/1.1 301 Moved Permanently Date: Thu, 14 Jan 2010 17:19:39 GMT Server: Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 mod_python/3.3.1 Python/2.5.4 Location:

Re: [webkit-dev] questions about allow-tabs

2010-01-14 Thread David Kilzer
On Thu, January 14, 2010 at 6:59:17 PM, Chris Jerdonek wrote: I have some background questions about the allow-tabs property. I imagine it pre-dates check-webkit-style by quite a while. (1) What's the reason and history behind our use of the property? The allow-tabs property (and the svn

Re: [webkit-dev] File::Spec-tmpdir() on Leopard and Snow Leopard bots

2010-01-08 Thread David Kilzer
On Fri, January 8, 2010 at 12:39:41 AM, Andras Becsi wrote: in the process of making it possible to run more than one instance of run-webkit-tests at the same time (https://bugs.webkit.org/show_bug.cgi?id=33153), I'm trying to make the handling of running httpd processes more platform

Re: [webkit-dev] how to map local file extension to the MIMEType

2010-01-04 Thread David Kilzer
On Mon, January 4, 2010 at 5:19:46 PM, Fei Wang wrote: I define my own MIMEType like application/foo with file extension .foo. It works fine if I serve file through web server ( inside web server configuration, I add application/foo foo to the mime type map). In the webkit, I modify

Re: [webkit-dev] build system for wince port

2009-12-24 Thread David Kilzer
On Thu, December 24, 2009 at 1:51:43 AM, Patrick Roland Gansterer wrote: On Thu, Dec 24, 2009 at 02:53:18, Adam Barth: I'm worried that the port will rot without an active maintainer, no matter which build system you choose. If i choose my preferred solution, there will be many changes in

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

2009-12-23 Thread David Kilzer
On Wed, December 23, 2009 at 4:34:06 AM, Evan Martin wrote: On Mon, Dec 21, 2009 at 12:20 PM, David Kilzer wrote: Setting [diff] renames = copies in ~/.gitconfig or in your .git/config file for each project will make git diff try to do rename detection when creating a patch. (You may also

Re: [webkit-dev] HELP - Need Information ****URGENT****

2009-12-22 Thread David Kilzer
Please stop sending these messages to webkit-dev. They're getting through, but you're asking on the wrong list. Try webkit-h...@lists.webkit.org instead. You only need to post it once. Thanks. Dave From: R Kalyan r.kal...@tcs.com To: webkit-dev@lists.webkit.org Sent: Tue, December 22,

Re: [webkit-dev] How to add a new interface for ObjC bindings?

2009-12-22 Thread David Kilzer
that helps! Dave From: Jian Li jia...@chromium.org To: David Kilzer ddkil...@webkit.org Cc: webkit-dev@lists.webkit.org Sent: Tue, December 22, 2009 6:54:29 PM Subject: Re: [webkit-dev] How to add a new interface for ObjC bindings? Thanks for all your information. Do you mean to add files

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

2009-12-22 Thread David Kilzer
to use an SVN checkout instead if that would be a desired change. :) Yes please. - Maciej -eric On Mon, Dec 21, 2009 at 2:20 PM, David Kilzer wrote: If you want to make sure you're not going to lose history, you should use svn directly. The svn-apply script already knows all

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

2009-12-21 Thread David Kilzer
If you want to make sure you're not going to lose history, you should use svn directly. The svn-apply script already knows all the magic to do the right thing...if you used svn-create-patch to create the patch *and* if you're committing to an svn repository. The git svn dcommit command

Re: [webkit-dev] Should we put the webkit.org mailing lists on Gmane?

2009-12-14 Thread David Kilzer
On Mon, December 14, 2009 at 6:47:50 PM, Adam Roben wrote: On Jun 13, 2009, at 9:00 AM, Adam Roben wrote: I think it would be good to put our mailing lists on Gmane (including importing the archives of the lists). The lists are now all on Gmane. Archives for the newer lists have not

Re: [webkit-dev] Question on standards mode vs. site compatibility

2009-11-10 Thread David Kilzer
Both Firefox http://bugzilla.mozilla.org/ and WebKit https://bugs.webkit.org/ allow you to file evangelism bugs on any web site. Perhaps it would be best to try that approach first? Dave From: Chris Evans cev...@chromium.org To: Darin Adler da...@apple.com Cc: webkit-dev@lists.webkit.org

Re: [webkit-dev] Calling all committers: The pending-commit list is overflowing

2009-10-19 Thread David Kilzer
Why are there 17 patches with review+ that never get landed? This has bothered me in the past, but I wasn't sure if it was the same group of patches or not. Dave On Mon, October 19, 2009 at 7:08:50 PM, Adam Barth wrote: WebKit, you are awesome. We're down to our usual 17 now. Thanks

Re: [webkit-dev] MIPS JIT Supports

2009-10-06 Thread David Kilzer
If you'd like a patch reviewed, please set the review? flag on the patch in bugs.webkit.org. For more information, see: http://webkit.org/coding/contributing.html Dave - Original Message From: Fu, Chao-Ying f...@mips.com To: webkit-dev@lists.webkit.org Sent: Tuesday, October 6,

Re: [webkit-dev] I *HATE* CHANGELOGS!!!

2009-08-28 Thread David Kilzer
On Friday, August 28, 2009 at 1:05:57 PM, Jeremy Orlow wrote: On Fri, Aug 28, 2009 at 12:26 PM, Brady Eidson wrote: Mark Rowe already pointed out - doing an automated step for each checkin that causes another checkin would be ridiculous. But how about a nightly script that checks in a ChangeLog

Re: [webkit-dev] Bugzilla Data Loss

2009-08-21 Thread David Kilzer
On Friday, August 21, 2009 at 7:59:11 AM, Ryan Leavengood wrote: On Fri, Aug 21, 2009 at 1:54 AM, Peter Kastingwrote: but patches that were merely attached to bugs have vanished. Hopefully you still have local copies and can re-attach them! This sort of thing tends to put a kibosh on

Re: [webkit-dev] r45939 broke my workflow

2009-08-21 Thread David Kilzer
Is there an easy fix to svn-apply and svn-unapply that you can make? I believe there is an easy fix for this particular workflow, which is to make svn-apply and svn-unapply behave the same way as svn-create-patch. https://bugs.webkit.org/show_bug.cgi?id=28623 Dave

Re: [webkit-dev] svn-* scripts

2009-08-21 Thread David Kilzer
On Friday, August 21, 2009 at 5:32:14 PM, Darin Adler wrote: I’m a little irritated that we’re changing our Subversion scripts, svn-create-patch, svn-apply, and svn-unapply into WebKit-specific scripts. Previously, they were scripts that were independent of the particular project that

Re: [webkit-dev] Towards a commit-queue

2009-08-01 Thread David Kilzer
On Saturday, August 1, 2009 10:16:39 AM, Adam Barth wrote: On Sat, Aug 1, 2009 at 8:43 AM, tonikitoo (Antonio Gomes)wrote: Adam, as I suggedted previously, bugzilla supports KEYWORDs, so that would be a matter of adding a special support for bugs where patches are ready to go in.

Re: [webkit-dev] Towards a commit-queue

2009-08-01 Thread David Kilzer
On Saturday, August 1, 2009 11:45:43 AM, Ojan Vafai wrote: On Sat, Aug 1, 2009 at 2:08 PM, Adam Barth aba...@webkit.org wrote: On Sat, Aug 1, 2009 at 11:04 AM, David Kilzerddkil...@webkit.org wrote: Bugzilla has the ability to create additional 4-state flags at both the attachment level and at

Re: [webkit-dev] Memory leak or should I clear content of QWebPage?

2009-07-29 Thread David Kilzer
On Wednesday, July 29, 2009 8:40:59 AM, Zongheng Zhou wrote: After I load www.cnn.com; for 800 times consecutively, the virtual memory size of my little program has reached 1600M; while the resident memory is 1500M This is horribleIs this kind of memory leak expected? Of course not.

Re: [webkit-dev] Patch process - let's make it better

2009-07-15 Thread David Kilzer
On Saturday, July 11, 2009 11:55:36 AM, Maciej Stachowiak wrote: On Jul 11, 2009, at 9:39 AM, Darin Adler wrote: On Jul 10, 2009, at 4:23 PM, Maciej Stachowiak wrote: Perhaps we should make update-webkit (or some new wrapper type tool) run resolve-ChangeLogs automatically. Dave

Re: [webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread David Kilzer
On Tuesday, July 14, 2009 3:28:27 AM, Jack Wootton wrote: I'm sure there are other good blog entries, and the standard seems to be quite high, unfortunately I haven't found a page which lists the entries away from all the ...is now a webkit reviewer or allows a search of them. All I can do

Re: [webkit-dev] Build File Maintenance (was Re: Please welcome GYP to the our dysfunctional build family)

2009-07-10 Thread David Kilzer
At one point, I started on a script (located in WebKitTools/Scripts/update-sources-list.py) whose idea was to take the list of common sources from one file, and make changes to MSVC, Qt, GTK, etc. build systems, so that WebKit devs need only add the file once, run the script, and commit

Re: [webkit-dev] Patch process - let's make it better

2009-07-10 Thread David Kilzer
On Friday, July 10, 2009 3:55:59 PM, Maciej Stachowiak wrote: A) Make it really easy to submit a patch. Eric's bugzilla-tool is close to being there. I'm going to help him refine this tool to the point that submitting a patch has only one step - a single command will make the patch, file

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-09 Thread David Kilzer
2009-07-08 Maciej Stachowiak m...@apple.com - http://webkit.org/b/27098 Make prepare-ChangeLog less shouty Reviewed by Mark Rowe. Hypothetical long description goes here. Yeah. Very long and detailed it is. * Scripts/prepare-ChangeLog: Random nits (since

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-09 Thread David Kilzer
On Thursday, July 9, 2009 11:06:58 AM, Maciej Stachowiak wrote: On Jul 9, 2009, at 4:33 AM, David Kilzer wrote: * What does the format look like for bugs with multiple URL links, e.g., to rdar://problem/NNN or to http://crbug.com/N? (The title should not have to be repeated--you

Re: [webkit-dev] Max http connection per host ?

2009-07-06 Thread David Kilzer
Hi Jérôme, The method to change the connection count is not public API, and it's not supported on all platforms (hence the reason it always returns 4). Dave From: Jérôme Lebel jer...@fotonauts.com To: webkit-dev@lists.webkit.org Sent: Monday, July 6, 2009

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-03 Thread David Kilzer
On Friday, July 3, 2009 3:20:58 AM, Alexey Proskuryakov wrote: 02.07.2009, в 18:05, Adam Roben написал(а): Here's an example entry that follows the format that I (and I think Dave) like: +2009-04-20 Adam Roben aro...@apple.com + +Change MemoryStream::createInstance to

Re: [webkit-dev] ChangeLog

2009-07-03 Thread David Kilzer
On Friday, July 3, 2009 1:01:33 PM, Joe Mason wrote: Even if sticking with svn, you just need to run svn2cl once when you update to get a local copy of the changelog. If each developer had to run that command to get a local changelog, I can't imagine the svn server would be very

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-03 Thread David Kilzer
On Friday, July 3, 2009 2:19:51 PM, Maciej Stachowiak wrote: What I do (and I think many of us do) is use a script that automatically fills in the commit message from the ChangeLog. The script is WebKitTools/Scripts/commit-log-editor. Setting one of these environment variables (depending on

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-02 Thread David Kilzer
On Wednesday, July 1, 2009 10:44:16 PM, Eric Seidel e...@webkit.org wrote: Results in: 2009-07-01 Eric Seidel e...@webkit.org Reviewed by NOBODY (OOPS!). prepare-ChangeLog should have a --bug= argument and use it for url autofill

[webkit-dev] Scheduled downtime for bugs.webkit.org on Thu, 02 Jul, 2009 at 7:00 PM PDT (-0700)

2009-07-01 Thread David Kilzer
The bugs.webkit.org server will be down for maintenance starting at 7:00 PM PDT (-0700) on Thursday, July 2, 2009 for a Bugzilla upgrade. We expect the server to be down for about 30 minutes. https://bugs.webkit.org/show_bug.cgi?id=17457 Apologies in advance for any inconvenience this may

Re: [webkit-dev] Scheduled downtime for bugs.webkit.org on Thu, 02 Jul, 2009 at 7:00 PM PDT (-0700)

2009-07-01 Thread David Kilzer
The UTF-8 upgrade of the database takes much longer than expected. The downtime may be closer to 45 minutes. Dave From: David Kilzer ddkil...@webkit.org To: webkit-dev@lists.webkit.org Sent: Wednesday, July 1, 2009 11:32:02 AM Subject: [webkit-dev] Scheduled

  1   2   3   >