Re: [webkit-dev] Qt is now a "core builder"

2010-04-14 Thread Evan Martin
Hopefully by that point we'll have Haiku and HP-UX bots. ;) On Wed, Apr 14, 2010 at 9:00 AM, Eric Seidel wrote: > Then again if Gtk and windows tests become and stay green, we don't > need "core builders" anymore.  They'll all be "core" at that point. > > On Wed, Apr 14, 2010 at 3:37 AM, Maciej

[webkit-dev] [webkit meeting notes] build systems

2010-04-14 Thread Evan Martin
On Tuesday some people gathered to discuss the build-system bingo within WebKit and what we can do to reduce (if not unify) the number of project files you need to modify when you rename a file. I took the stage as a representative of Chromium's gyp project (I am responsible for its Linux Makefile

Re: [webkit-dev] Volcano

2010-04-20 Thread Evan Martin
I am down for a post-gathering SF hackathon. Name a cafe and time. :) On Tue, Apr 20, 2010 at 2:00 PM, Philippe Normand wrote: > Hi, > > I'm stuck in SF until sunday, unless I can find a flight earlier... > Hacking from a café there on some GTK fullscreen video support :) > > Philippe > > On Tu

Re: [webkit-dev] QtWebkit vs GtkWebkit

2010-04-27 Thread Evan Martin
On Tue, Apr 27, 2010 at 9:14 AM, Phoenix Revived wrote: > Yes, I have tried this on several versions of Ubuntu, including Lucid. > I don't have Windows machine so I can't try that. There is not a single > instance of a QtWebKit browser (or my own snippet of QtWebKit code) that > works - and 100% o

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

2010-07-27 Thread Evan Martin
git help config says: "core.symlinks If false, symbolic links are checked out as small plain files that contain the link text. git-update-index(1) and git-add(1) will not change the recorded type to regular file. Useful on filesystems like FAT that do not support symbolic links. The default is tr

Re: [webkit-dev] Some landed patches have incorrect date in commit messages and ChangeLog

2010-08-09 Thread Evan Martin
On Mon, Aug 9, 2010 at 10:51 AM, Jian Li wrote: > I noticed that several patches landed recently have the incorrect date put > in the commit messages and ChangeLog. Please fix the incorrect information > in ChangeLog. For the commit messages, anyone know if we can fix them or > not? > Please make

Re: [webkit-dev] Why are we running Sputnik?

2010-08-11 Thread Evan Martin
Given Maciej's and Adam's comments about these tests helping find non-JS-engine-specific regressions, why not always run them? On Wed, Aug 11, 2010 at 11:09 AM, Mads Sig Ager wrote: > The V8 buildbots are running the sputnik tests and they do catch > regressions for us. In the V8 repository we ha

Re: [webkit-dev] deduplicate-results

2010-08-29 Thread Evan Martin
On Sat, Aug 28, 2010 at 10:47 AM, Eric Seidel wrote: > I'm very glad to see work being done to remove some of our redundant > layout test results: > http://trac.webkit.org/changeset/66124 > > I'm curious what the status of that work is.  Do we expect all > duplicates are gone now? or just chromium

Re: [webkit-dev] Flaky test hit list

2010-09-30 Thread Evan Martin
On Wed, Sep 29, 2010 at 11:31 PM, Adam Barth wrote: > Tonight I wrote a new webkit-patch command for detecting flaky tests. Are you familiar with the Chromium flakiness dashboard? It provides a continuous summary of test results aggregated across multiple builders, including views into the expect

Re: [webkit-dev] setTimeout and Safari

2010-10-08 Thread Evan Martin
On Thu, Oct 7, 2010 at 12:41 PM, Simon Fraser wrote: > On Oct 7, 2010, at 12:23 PM, Steve Conover wrote: > >> So that I don't have to guess whether a page is "done" rendering. >> Many developers defer rendering using setTimeout, I'd like to wait >> until setTimeouts are done and then just after ch

Re: [webkit-dev] Tests that fail across different architectures

2010-10-08 Thread Evan Martin
On Fri, Oct 8, 2010 at 9:21 AM, Nikolas Zimmermann wrote: > Paths are prepared, but the switch is not fully done yet. I'm working on a > patch, that rounds the results for each command & coordinate-pair in the > path debug string output. Since you are going to cause rebaselines for all of these t

Re: [webkit-dev] Odd Build Issue on Gtk Port

2010-10-15 Thread Evan Martin
http://library.gnome.org/devel/gdk/2.22/gdk-X-Window-System-Interaction.html#GDK-DISPLAY:CAPS "GDK_DISPLAY has been deprecated since version 2.22 and should not be used in newly-written code. Use gdk_display_get_default()" gdk_display_get_default() has been available since 2.2, which is older tha

Re: [webkit-dev] Buildbots soon to require apache mod_bw

2010-11-05 Thread Evan Martin
On Fri, Nov 5, 2010 at 4:53 AM, Gustavo Noronha Silva wrote: > On Fri, 2010-11-05 at 01:52 -0700, Eric Seidel wrote: >> This is a bad idea.  Please don't do this. >> >> Unless mod_bw comes installed in a normal Apache distribution, you're >> asking that *every* webkit developer install mod_bw in o

Re: [webkit-dev] Faster Git SVN updates

2010-11-18 Thread Evan Martin
On Thu, Nov 18, 2010 at 3:36 PM, David Levin wrote: >> It's some magical setup by which your git svn fetchs will be much faser. >>  But I've heard it's buggy?  Can lead to local repository corruption? >> Can someone set me straight? No magic, just standard git: complicated, but logical once you u

Re: [webkit-dev] Tip: Use 64-bit git binaries on Mac OS X

2010-12-07 Thread Evan Martin
It seems from the bug Mihai linked to that the Git+OS X maintainer thought the only benefit of a 64-bit binary was being able to handle larger files, but in fact the real benefit is that the increased address space of a 64-bit binary lets you mmap larger regions. So it seems reasonable you could c

Re: [webkit-dev] style-queue

2010-12-09 Thread Evan Martin
On Thu, Dec 9, 2010 at 12:42 AM, Eric Seidel wrote: > p.s. If anyone who actually likes sys-admining boxes would like to > admin some/all of these bots, Adam and I would be happy to show you > how.  :)  As you can tell, we suck at being sys-admins... By the way, thank you for keeping these bots g

Re: [webkit-dev] Post positive reviews

2010-12-13 Thread Evan Martin
That's a good point. The overwhelming majority of reviews of WebKit are negative -- they even have a shorthand for it, "r-". It seems inevitable that the project is going to drop out of Google anytime now. :( On Mon, Dec 13, 2010 at 11:30 AM, Eugene Zola wrote: > Google’s Huge Change and How i

Re: [webkit-dev] Faster Git SVN updates

2010-12-20 Thread Evan Martin
On Mon, Dec 20, 2010 at 11:39 AM, Eric Seidel wrote: > WARNING:  This setup seems to have a race which can get your > repository into an inconsistent state.  It's happened now 3 times on 2 > of our commit bots: > https://bugs.webkit.org/show_bug.cgi?id=50825#c16 > > Your repository gets into a sta

Re: [webkit-dev] git history and the moving to Source

2011-01-03 Thread Evan Martin
Adam is correct. To elaborate, there are two rename-related flags of interest: 1) When you git log -- foo/bar.cc, you're saying "only show me logs that apply to the path foo/bar.cc". This excludes renames implicitly. The --follow flag indicates that the filename filter should be broadened to in

Re: [webkit-dev] git history and the moving to Source

2011-01-04 Thread Evan Martin
gt; webkit-patch? > It's much easier to review a patch with rename and changes with the rename > detection. > > On 01/04/2011 07:26 AM, Evan Martin wrote: >> >> Adam is correct. >> >> To elaborate, there are two rename-related flags of interest: >>

Re: [webkit-dev] #webkit down?

2011-01-11 Thread Evan Martin
It appears that when using the SSL port they require you to authenticate with SASL rather than just /msg'ing nickserv. On Mon, Jan 10, 2011 at 11:19 PM, Eric Seidel wrote: > As of this afternoon I'm unable to connect o #webkit. > > I'm attempting to connect to irc.freenode.net (I was using port 8

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

2011-01-11 Thread Evan Martin
On Tue, Jan 11, 2011 at 4:28 PM, Adam Barth wrote: > I'm going to defer to git experts here.  I tested some git scenarios > when moving JavaScriptGlue and they seemed to work more-or-less > automagically, but WebCore might be different due to its size. I believe that if "git diff -M point-where-y

Re: [webkit-dev] Please set the svn:mime-type property on binary files before committing

2011-01-14 Thread Evan Martin
For Chrome development we tell everyone to install this file: http://src.chromium.org/viewvc/chrome/trunk/tools/build/slave/config That sets the properties automatically on new files. Git obeys these svn properties when committing as well. You'll need to install your custom svn config on the co

Re: [webkit-dev] Irregular nightly builds

2011-01-16 Thread Evan Martin
In case it helps track your problem down, we also publish snapshots of Chromium: http://build.chromium.org/f/chromium/snapshots/ This script automates tracking down a problem. http://src.chromium.org/viewvc/chrome/trunk/src/tools/bisect-builds.py?view=markup "This script bisects a snapshot ar

Re: [webkit-dev] Announcing a clutter port of WebKit

2011-02-07 Thread Evan Martin
On Mon, Feb 7, 2011 at 9:08 AM, Gustavo Noronha Silva wrote: > You can find it here: > >        http://gitorious.org/webkit-clutter/webkit-clutter In case anyone else is curious what is changed, you can do this in your WebKit git tree: $ git remote add clutter git://gitorious.org/webkit-clutter/

[webkit-dev] selecting text ignores mouse down position

2011-03-11 Thread Evan Martin
The simple layout test below demonstrates that when you select text by clicking and dragging, we ignore the position of the initial mouse down and instead rely on mouse move events to judge what text is selected. I verified the behavior on Linux (Chrome) and Mac (non-Chrome). Is it expected that

Re: [webkit-dev] selecting text ignores mouse down position

2011-03-11 Thread Evan Martin
 Thanks for > spotting the root cause! > - Ryosuke > > On Fri, Mar 11, 2011 at 11:34 AM, Evan Martin wrote: >> >> The simple layout test below demonstrates that when you select text by >> clicking and dragging, we ignore the position of the initial mouse >> down and

Re: [webkit-dev] Commit Queue Outage

2011-04-15 Thread Evan Martin
I think what we ended up doing for Chrome is virtualize the non-Mac builders but still use hardware for the Mac buildbots. It means our Mac builders sometimes lag behind the other platforms (because it is more costly in terms of both resources and people to add additional Mac builders) but we at l

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

2011-04-30 Thread Evan Martin
I think Mark's point was more about phrasing like "WebKit Web Inspector (aka Chrome Developer Tools)" or "You will find remote debugging interface very similar to the Web Inspector / Chrome Developer Tools and here is why: Target Chrome browser acts as". I think that objection is reasonable. Perh

Re: [webkit-dev] Cherry-Pick Bug Comments

2011-05-26 Thread Evan Martin
On Thu, May 26, 2011 at 3:54 PM, Eric Seidel wrote: > I get a lot of these: > Revision r86028 cherry-picked into qtwebkit-2.2 with commit 7e1bab1 > > as bug mail.  Probably because I'm CC'd on a zillion bugs (and actually read > my bug mail). >

Re: [webkit-dev] Rounding issues on different platforms

2011-06-07 Thread Evan Martin
On Tue, Jun 7, 2011 at 5:34 AM, Zoltan Herczeg wrote: > If you maintain some bots, and you saw rounding issues which makes 1px > difference on let's say 32 and 64 bit environments for several layout > tests, you may interested in this bug: > > https://bugs.webkit.org/show_bug.cgi?id=62204 Years a

Re: [webkit-dev] Writing a new XML parser with no external libraries

2011-06-29 Thread Evan Martin
On Tue, Jun 28, 2011 at 6:12 PM, Jeffrey Pfau wrote: > Currently, WebCore uses libxml2, or, if available, QtXml to parse incoming > XML. However, QtXml isn't always available, and using libxml2 exposes its own > share of problems. As such, I'm undertaking writing an XML parser that uses > no ex

Re: [webkit-dev] Git mirror out of sync?

2011-08-17 Thread Evan Martin
I'd try "git svn reset r93166" followed by "git svn fetch". You can do that from your own git checkout, no need to wait for git.webkit.org. (In theory once git.webkit.org unsticks, it will have the same commits anyway so it'll be as if you had pulled it from there anyway.) On Wed, Aug 17, 2011 a

Re: [webkit-dev] Git mirror out of sync?

2011-08-17 Thread Evan Martin
(Which is to say I just tried it, and it took under a minute to sync past the bad revision.) On Wed, Aug 17, 2011 at 2:41 PM, Evan Martin wrote: > I'd try "git svn reset r93166" followed by "git svn fetch".  You can > do that from your own git checkout, no need to

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Evan Martin
On Thu, Aug 25, 2011 at 9:24 AM, Peter Kasting wrote: > The way I make this work is to set up a full Chromium checkout with a trunk > (rather than DEPS-controlled) WebKit checkout.  (There are some instructions > for this in the Chromium developer pages.)  Then I can use VS2008 to build > and test

Re: [webkit-dev] Code Search for webkit.org

2011-09-08 Thread Evan Martin
On Thu, Sep 8, 2011 at 2:57 PM, Adam Roben wrote: > On Sep 8, 2011, at 5:52 PM, Eric Seidel wrote: > >> I'm curious how other developers search the WebKit code? >> >> I use http://codesearch.google.com/#search/&q=package:webkit from time >> to time.  If others do too, we should make it a redirect

Re: [webkit-dev] A not-quite baked proposal for moving pixel baselines out of trunk

2011-09-12 Thread Evan Martin
On Mon, Sep 12, 2011 at 4:11 PM, Jarred Nicholls wrote: > git-svn would be the fallback - I'd rather take razor blades to my eyes. >  But this is a noble effort in general, thanks. > Do we need to do anything to alleviate history in the git mirror?  I'd love > to clone 25MB and not 2.1GB. Once th

Re: [webkit-dev] Running v8 in the major platform ports (win and mac)

2012-01-31 Thread Evan Martin
On Mon, Jan 30, 2012 at 4:41 PM, Ryan Ackley wrote: > I want to use Webkit for a project I'm working on but I would prefer > the v8 JavaScript engine for a variety of reasons. I did see that > there was a Qt v8 port and a gtk v8 port. > > Has anyone attempted a port that uses v8 for Windows and/or

Re: [webkit-dev] ninja build available for chromium/mac, empty builds up to 20x as fast

2012-02-07 Thread Evan Martin
That is right. They use the same output directory (so that existing scripts still work) but have different path schemes for data in that directory. On Tue, Feb 7, 2012 at 1:44 PM, Adam Barth wrote: > Nico, correct me if I'm wrong, but I believe you need to "rm -rf out" > if you're switching betw

Re: [webkit-dev] Query regarding MemoryCache.cpp evict function

2012-02-09 Thread Evan Martin
This stack overflow thread discusses, with man page citations, why code that frees memory may not necessarily lower a process's RSS. http://stackoverflow.com/questions/7522284/insanity-is-free On Thu, Feb 9, 2012 at 3:23 AM, Abhishek Sikdar wrote: > > I am currently working on a local JS based w

Re: [webkit-dev] An incremental approach (was Re: UPDATED Re: Version control survey)

2012-03-12 Thread Evan Martin
On Mon, Mar 12, 2012 at 4:10 AM, Tor Arne Vestbø wrote: > I've done some prototyping on how to do a smaller mirror, using git > submodules or tools such as git-annex or git-media. So far the issue is that > if you want to commit to SVN using git-svn none of these techniques can be > used, which ma

Re: [webkit-dev] Contributor meeting hackathon: Move methods from layoutTestController

2012-04-20 Thread Evan Martin
I've long felt guilty about setPOSIXLocale, which was used to regression test an issue that only comes up on non-Qt Linux ports (related to how sprintf handled floating-point numbers dependent on locale). But from a glance at the code it may be used in other places now. On Thu, Apr 19, 2012 at 4:

Re: [webkit-dev] github mirror

2012-04-24 Thread Evan Martin
On Tue, Apr 24, 2012 at 7:04 AM, Shezan Baig wrote: >> Probably the biggest issue is for people who've been using >> git.webkit.org and now want to try out GitHub. Since the commits are >> distinct between the two repositories, they have to do a full clone to >> make the switch. > > In theory thou

Re: [webkit-dev] Double-Resolution (Retina) Images - Re: -webkit-image-set

2012-04-25 Thread Evan Martin
On Wed, Apr 25, 2012 at 3:22 AM, Kenneth Rohde Christiansen wrote: > So the original iPhone has a dpi of 163, but it reported a CSS dpi of > 96? meaning that in screen width it had around 3,3 CSS inches where as > the physical inches are more close to 1.96. > > Why is this? Because the original iP

Re: [webkit-dev] Deprecation of CSSStyleDeclaration -> getPropertyShorthand method.

2012-05-21 Thread Evan Martin
On Mon, May 21, 2012 at 11:09 AM, Alexis Menard wrote: > - It is exposed to the web therefore it could potentially break > something. A quick search of "getPropertyShorthand" on google doesn't > show much except stuff happening on webkit.org (i know this is far > from being accurate on whether thi

Re: [webkit-dev] Block 3rd part cookies implementation

2012-05-29 Thread Evan Martin
On Tue, May 29, 2012 at 10:05 AM, Eric Seidel wrote: > There are also various code-search tools on the web, including > Chromium's (which will search the full source of WebKit): > http://code.google.com/p/chromium/source/search To search WebKit specifically, you can further add "file:WebKit" to y

Re: [webkit-dev] Fwd: Point 3 of the WebKit Style Guidelines (indenting code inside namespaces in headers)

2009-10-14 Thread Evan Martin
On Wed, Oct 7, 2009 at 10:02 PM, Eric Seidel wrote: I had thought that we resolved ages ago that we would no longer be indenting code inside namespaces in header files, since that just results in the entire class declaration being pointlessly indented. >>> >>> I like this chan

Re: [webkit-dev] Landing your own patches

2009-10-14 Thread Evan Martin
On Wed, Oct 14, 2009 at 12:38 AM, Adam Barth wrote: > Has this actually been a problem? I know the commit-queue broke > something today when landing a patch for Evan Martin, but he was on > IRC and I made sure he was on the hook to watch the bots before I had > to leave. If I'

Re: [webkit-dev] Landing your own patches

2009-10-14 Thread Evan Martin
On Wed, Oct 14, 2009 at 9:56 AM, Adam Barth wrote: > WebKit doesn't have the same "green tree" aesthetic as Chromium does. > I think the main reason is because WebKit gets about half as many > commits per hour as the main Chromium tree and the commits are more > spread out over a 24hr period.  Ano

[webkit-dev] Selection highlight painting ("gaps"?)

2009-10-16 Thread Evan Martin
When you select multiple lines of text in WebKit, the highlight paints over whitespace on the right margin. This is correct behavior for Mac, but not for Windows or Linux. Epiphany (using WebKitGtk) does it Linux style, but my best efforts to trace through the code have found no ifdefs related to

Re: [webkit-dev] Selection highlight painting ("gaps"?)

2009-10-19 Thread Evan Martin
On Mon, Oct 19, 2009 at 1:13 PM, Ben Goodger wrote: > To me, it looks ugly to have a ragged edge if you can avoid it. Dave > did a great job making it look nice in WebKit. I don't have a strong > feeling on Linux so if people feel strongly there whatever. But on > Windows Chrome I want to retain t

Re: [webkit-dev] Compiling webkit

2009-10-21 Thread Evan Martin
On Wed, Oct 21, 2009 at 12:29 PM, Alexander Cohen wrote: > I've been fiddling with WebKit a bit but for the life of me, i can't seem to > get it to compile on Mac. I've followed all the instructions on webkit.org. > Are there any dependencies or tools that might not be mentionned on the > building

Re: [webkit-dev] Selection highlight painting ("gaps"?)

2009-10-22 Thread Evan Martin
On Mon, Oct 19, 2009 at 1:22 PM, David Hyatt wrote: > > I've actually been super frustrated with WebKit's selection behavior for a > > long time, precisely because it tries to let you select everything. In > > Concrete examples of where something weird happens would be helpful. The > gap code is

Re: [webkit-dev] Selection highlight painting ("gaps"?)

2009-10-22 Thread Evan Martin
On Thu, Oct 22, 2009 at 4:22 PM, Maciej Stachowiak wrote: > Seems like a bug to me. Selection draws over content that won't get copied. > You also get some double-drawn selection if you Select All on the webkit.org > front page. Please file. https://bugs.webkit.org/show_bug.cgi?id=30694 _

Re: [webkit-dev] plugin example is not working !!

2009-11-17 Thread Evan Martin
On Tue, Nov 17, 2009 at 10:08 PM, Darin Adler wrote: > On Oct 7, 2009, at 4:51 AM, kevin631012 wrote: > >> I installed Webkit on ubuntu 9.04 , then I run some plugins code in folder >> WebKitExamplePlugins seems to be not working . those samples code are >> developed on Mac , problems is I all d

Re: [webkit-dev] HTML Layers above plugin

2009-11-29 Thread Evan Martin
On Sun, Nov 29, 2009 at 7:11 AM, Andre-John Mas wrote: > I am currently investigating the possibility of using a web container for an > HTPC system. As part of the design I am looking at is to use the multiple tab > views to embed the necessary elements. One would concentrate on the menu and >

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

2009-12-23 Thread Evan Martin
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 use "--find-copies-harder" or "--find-copies-harder > -C

Re: [webkit-dev] Remove underscore check in check-webkit-style?

2010-01-13 Thread Evan Martin
On Wed, Jan 13, 2010 at 3:43 PM, Adam Barth wrote: > Current check-webkit-style and the style bot complain if code uses > identifiers with underscores in their names.  It turns out our code > does this fairly often, especially in Qt and Gtk specific code, for > example to interface with unit testi

Re: [webkit-dev] MathML Patch - Current Code

2010-01-15 Thread Evan Martin
On Thu, Jan 14, 2010 at 8:30 PM, Alex Milowski wrote: >> Have you considered using git and creating local branches for yourself? > > Unless I'm missing something, that doesn't help me with distributing the > code to others who want to work with it. This is probably off-topic for the list, but the

Re: [webkit-dev] Font layout features

2010-01-21 Thread Evan Martin
On Wed, Jan 20, 2010 at 9:49 AM, Jason Rukman wrote: > As part of our port to windows CE we are using a Cairo configuration combined > with freetype.  This is fairly similar to the Windows port but we are not > using the native Windows GDI/cairo layer for fonts (instead we are using > cairo-ft)

Re: [webkit-dev] Font layout features

2010-01-21 Thread Evan Martin
On Thu, Jan 21, 2010 at 10:23 AM, Jason Rukman wrote: > I guess my main question is; "What does pango do for the gtk port?" Do I need > to worry that we are not using it and just using freetype? Complex text. Without Pango or Harfbuzz or ICU you won't properly display Arabic, Hebrew, Indic scri

Re: [webkit-dev] Font layout features

2010-01-21 Thread Evan Martin
On Thu, Jan 21, 2010 at 10:41 AM, Evan Martin wrote: > On Thu, Jan 21, 2010 at 10:23 AM, Jason Rukman wrote: >> I guess my main question is; "What does pango do for the gtk port?" Do I >> need to worry that we are not using it and just using freetype? > >

Re: [webkit-dev] Font layout features

2010-01-21 Thread Evan Martin
On Thu, Jan 21, 2010 at 10:42 AM, Jason Rukman wrote: > I'm also using icu... does this mean I should be ok? I meant ICU for shaping. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Font layout features

2010-01-21 Thread Evan Martin
On Thu, Jan 21, 2010 at 10:59 AM, Jason Rukman wrote: > Just to clarify.  Using freetype with ICU alone isn't sufficient without > pango or harfbuzz for Arabic et al? ICU is a big library. It depends on where and how you're using it. Why not just try some Arabic text and see? ___

Re: [webkit-dev] How can Webkit support npapi plugin??

2010-01-26 Thread Evan Martin
On Tue, Jan 26, 2010 at 12:33 AM, michael young wrote: >I got a NPAPI plugin, and it's work well on firefox, but it > cannot work for Webkit(Qt). so someone can tell me how the NPAPI > plugin work on Webkit? This should work. A random guess at your problem: are you using the newer Xembed-ba

Re: [webkit-dev] Reviewers Needed!

2010-02-01 Thread Evan Martin
On Mon, Feb 1, 2010 at 4:03 PM, Eric Seidel wrote: > We hit over 100 again today. :(  I just went through the whole queue > again and we're back to 80, but many of them I can't review myself. I feel a lot of pity for you, that your project is so successful that you have more contributions than yo

Re: [webkit-dev] WebKit API native coding style?

2010-02-19 Thread Evan Martin
On Fri, Feb 19, 2010 at 3:30 PM, Stephan Assmus wrote: > I would like to know whether it's ok to adopt the respective platform's > coding style in the WebKit API that a port exposes. I am working on the > Haiku port and saw that other ports do this, but I thought I'd better ask > before I introduc

Re: [webkit-dev] changelog and patches

2010-02-23 Thread Evan Martin
Run WebKitTools/Scripts/resolve-ChangeLogs each time you rebase. PS: try "webkit-patch help --all-commands", from that same directory; in particular "webkit-patch post-commits" automates attaching your patch to a bug. On Tue, Feb 23, 2010 at 1:27 PM, arno wrote: > Hi, > I've recently submitted

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

2010-02-23 Thread Evan Martin
On Tue, Feb 23, 2010 at 2:00 PM, Tor Arne Vestbø wrote: > Lately we've been playing with the idea of using SVG fonts for the Qt port > to get the same set of expected results for qt-mac, qt-linux and qt-win, by > injecting new @font-face rules using a user-stylesheet and preventing > platform-font

[webkit-dev] gdb 7.0 [Re: Questions regarding memory debugging]

2010-03-10 Thread Evan Martin
On Wed, Mar 10, 2010 at 12:07 AM, Holger Freyther wrote: > Zoltan has mentioned gdb on irc and I started to wonder how far we can get > with GDB's python support in 7.0. Maybe we could create a set of scripts to > track lifetime using GDB? I'm going to explore this option maybe later today > but w

Re: [webkit-dev] gdb 7.0 [Re: Questions regarding memory debugging]

2010-03-10 Thread Evan Martin
On Wed, Mar 10, 2010 at 9:06 AM, Darin Adler wrote: > On Mar 10, 2010, at 8:47 AM, Evan Martin wrote: > >> I guess this file should probably live in the WebCore tree somewhere. I >> hadn't gotten around to it because I wasn't sure where it belonged. If >> anyo

Re: [webkit-dev] gdb archer and tracking live objects

2010-03-15 Thread Evan Martin
On Mon, Mar 15, 2010 at 12:38 AM, Holger Freyther wrote: > I wonder if I could develop this tool inside a subdirectory > WebKitTools/Scripts without the usual review process? See my recent mail to webkit-dev about gdb 7 -- there's now a WebKitTools/gdb directory. I'm not sure what is different a

Re: [webkit-dev] commit-queue usernames?

2010-03-17 Thread Evan Martin
Just as a warning: changing commits after the fact can cause git.webkit.org to get out of sync (it can mirror before the username change goes through). I don't think that's a reason to not make a change like this, but it would be good to figure out how to handle this before you make it live. On W

Re: [webkit-dev] running webkit in unbuntu

2010-03-18 Thread Evan Martin
You should pick which Linux-based WebKit to build, and then follow their build instructions. http://trac.webkit.org/wiki/BuildingGtk https://trac.webkit.org/wiki/BuildingQtOnLinux (Note also that Safari is only available for MacOS and Windows.) On Thu, Mar 18, 2010 at 8:07 AM, Shivaprasad P

Re: [webkit-dev] Chromium layout test expectations coming today

2010-03-19 Thread Evan Martin
Before you commit it: Would it make sense to stuff this data somewhere outside of the main checkout, like we do in Chrome with the deps/ dir? I know that's a departure from how the WebKit test results currently work, but I also expect people are not going to be too happy about XXXmb of not-useful-

Re: [webkit-dev] Advise on spellchecker bug

2010-03-23 Thread Evan Martin
On Tue, Mar 23, 2010 at 12:35 PM, Tony Gentilcore wrote: > 2. Where is the best place to add a test for my fix? It doesn't seem to be > possible to test this through a LayoutTest. If the answer to #1 is that this > is port-specific behavior, then I can add a chromium/tests. If this is not > port-s

[webkit-dev] multi-process always [Re: Announcing WebKit2]

2010-04-09 Thread Evan Martin
On Thu, Apr 8, 2010 at 4:01 PM, Anders Carlsson wrote: > WebKit2 is designed from the ground up to support a split process model, > where the web content (JavaScript, HTML, layout, etc) lives in a separate > process. This model is similar to what Google Chrome offers, with the major > difference b