Re: [webkit-dev] VS2010 compilation

2012-07-23 Thread Eric Fortin 2
Hi, Make sure that your .bashrc file isn't setting(and exporting) TMP or TEMP either. Eric -Original Message- From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of foru...@smartmobili.com Sent: 21 juillet 2012 08:06 To:

[webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Yury Semikhatsky
*Hi WebKit, Almost all developers would like to know why the render process takes so much memory. We are trying to address this problem by providing an information on how much memory is consumed by some high-level WebKit parts(DOM, CSS, JavaScript etc) . Currently there is a real-time chart in

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Adam Barth
Is there no way to use the sizeof operator to help? That might not help if we restructure the data, but it would at least help us track the size of individual objects. Adam On Mon, Jul 23, 2012 at 8:09 AM, Yury Semikhatsky yu...@chromium.orgwrote: *Hi WebKit, Almost all developers would

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Andreas Kling
Hi guys, First off, this is a really neat addition for web and WebKit developers alike, so thanks for hacking it! We're already using the reference class with same size as original class pattern to guard against object size regression for some of our very high-volume objects. While that's fine

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Zoltan Horvath
Hi there, On Mon, 23 Jul 2012 17:09:19 +0200, Yury Semikhatsky yu...@chromium.org wrote: *Hi WebKit, Almost all developers would like to know why the render process takes so much memory. We are trying to address this problem by providing an information on how much memory is consumed by

[webkit-dev] nightly and www.webkit.org migration - Today 4pm PDT

2012-07-23 Thread William Siegrist
The nightly and www servers will be migrating to the new hardware this starting today at 4pm PDT. The nightly site will not go down during the migration. The www server needs to go down for 30-60m in order to migrate the database behind it. This downtime includes the blog and sunspider.

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Zoltan Herczeg
Hi, parts(DOM, CSS, JavaScript etc) . Currently there is a real-time chart in Web Inspector that shows the render process memory broken down into several components: Unfortunately this part is removed by the mail server, and from webkit-dev archives, but as far as I remember (we measured

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Yury Semikhatsky
On Mon, Jul 23, 2012 at 8:07 PM, Zoltan Horvath zol...@webkit.org wrote: Hi there, On Mon, 23 Jul 2012 17:09:19 +0200, Yury Semikhatsky yu...@chromium.org wrote: *Hi WebKit, Almost all developers would like to know why the render process takes so much memory. We are trying to address

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Simon Fraser
On Jul 23, 2012, at 11:14 AM, Zoltan Herczeg zherc...@webkit.org wrote: Hi, parts(DOM, CSS, JavaScript etc) . Currently there is a real-time chart in Web Inspector that shows the render process memory broken down into several components: Unfortunately this part is removed by the mail

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Ryosuke Niwa
This is somewhat tangential but once we've solved this problem, can we expose the data via testRunner or internals object so that we may use it in our performance tests? It'll be very valuable to be able to monitor changes in these metrics. - Ryosuke

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Zoltan Horvath
On Mon, 23 Jul 2012 21:21:54 +0200, Ryosuke Niwa rn...@webkit.org wrote:This is somewhat tangential but once we've solved this problem, can we expose the data via testRunner or internals object so that we may use it in our performance tests? It'll be very valuable to be able to monitor changes in

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Maciej Stachowiak
On Jul 23, 2012, at 8:09 AM, Yury Semikhatsky yu...@chromium.org wrote: First option we consider is to define a class with the same set of fields as the instrumented one, then have a compile time assert that size of the reference class equals to the size of the instrumented one. See

[webkit-dev] WebDriver support in WebKit

2012-07-23 Thread Ken Kania
The WebDriver w3c spec http://www.w3.org/TR/2012/WD-webdriver-20120710/ was recently published as a first public working draft. The primary goal of the API is to enable website testing from a user's perspective (finding elements, typing, clicking). Like the WebKit Inspector, WebDriver hopes to

Re: [webkit-dev] WebKit memory instrumentation

2012-07-23 Thread Yury Semikhatsky
On Mon, Jul 23, 2012 at 11:21 PM, Ryosuke Niwa rn...@webkit.org wrote: This is somewhat tangential but once we've solved this problem, can we expose the data via testRunner or internals object so that we may use it in our performance tests? It'll be very valuable to be able to monitor changes

[webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Alice Cheng
We intend to work on an experimental implementation of a new -webkit-user-select value that we are calling atomic. This value causes the element to which it is applied to behave atomically for selection purposes; either all of none of the element and its contents are contained in the

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Ryosuke Niwa
On Mon, Jul 23, 2012 at 3:32 PM, Alice Cheng alice_ch...@apple.com wrote: We intend to work on an experimental implementation of a new -webkit-user-select value that we are calling atomic. This value causes the element to which it is applied to behave atomically for selection purposes; either

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Alice Cheng
On Jul 23, 2012, at 3:39 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Jul 23, 2012 at 3:32 PM, Alice Cheng alice_ch...@apple.com wrote: We intend to work on an experimental implementation of a new -webkit-user-select value that we are calling atomic. This value causes the element to

[webkit-dev] Apple EWS down temporarily

2012-07-23 Thread Lucas Forschler
Hi folks, Apple owned Windows and Mac EWS bots are currently not functional due to a network infrastructure change. The cause of the problem is known, and and fix is targeted for Wednesday evening. The bots should be back online then. Thanks, Lucas

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Brendan Eich
Alice Cheng wrote: Could you elaborate more on the difference? Maybe the difference is small enough that it makes sense to reuse all. e.g. Mozilla might be willing to change their behavior for all. Mozilla is not selecting atomically using shift + right. It also does not select atomically

Re: [webkit-dev] new -webkit-user-select value: atomic

2012-07-23 Thread Ryosuke Niwa
On Mon, Jul 23, 2012 at 5:05 PM, Brendan Eich bren...@mozilla.org wrote: Alice Cheng wrote: Could you elaborate more on the difference? Maybe the difference is small enough that it makes sense to reuse all. e.g. Mozilla might be willing to change their behavior for all. Mozilla is not