Re: [webkit-dev] Webkit mipsel crashing in arenaDelete

2010-02-17 Thread Bharathwaaj S
Hi, I tried the same as mentioned by Stephan. #if !defined(USE_SYSTEM_MALLOC) defined(NDEBUG) #define FORCE_SYSTEM_MALLOC 0 #else #define FORCE_SYSTEM_MALLOC 0 #endif I had configured with --enable-debug so TCSystemAlloc.cpp is automatically added. Following is my configure command: $

Re: [webkit-dev] Webkit mipsel crashing in arenaDelete

2010-02-17 Thread Stephan Assmus
Hi, On 2010-02-17 at 11:32:57 [+0100], Bharathwaaj S bharathwaa...@gmail.com wrote: I tried the same as mentioned by Stephan. #if !defined(USE_SYSTEM_MALLOC) defined(NDEBUG) #define FORCE_SYSTEM_MALLOC 0 #else #define FORCE_SYSTEM_MALLOC 0 #endif I might have led you onto

[webkit-dev] Disabling 'Reset Assignee to default' on component change on bugs.webkit.org

2010-02-17 Thread Tor Arne Vestbø
Hey, http://bugs.webkit.org/ currently has the behavior that if you change the component, the checkbox Reset Assignee to default is automatically checked, which will revert the assignee to the default for that component. The default for all our components is webkit-unassig...@webkit.org:

Re: [webkit-dev] Disabling 'Reset Assignee to default' on component change on bugs.webkit.org

2010-02-17 Thread Alexey Proskuryakov
17.02.2010, в 07:15, Tor Arne Vestbø написал(а): Which means that if you change the component for a bug that has been assigned to someone, for example during triaging, you may accidentally remove that assignee and the bug may drop out of that person's filters, etc. I propose we remove

Re: [webkit-dev] Disabling 'Reset Assignee to default' on component change on bugs.webkit.org

2010-02-17 Thread Tor Arne Vestbø
On 17/2/10 17:55 , Alexey Proskuryakov wrote: 17.02.2010, в 07:15, Tor Arne Vestbø написал(а): Which means that if you change the component for a bug that has been assigned to someone, for example during triaging, you may accidentally remove that assignee and the bug may drop out of that

[webkit-dev] OneShotWeb: yet another technique for web acceleration

2010-02-17 Thread Ramin Rezaiifar
All, We have been working on a technique called OneShotWeb to improve http performance on links with relatively high latency (RTT) and high rate. With systems such as HSPA+ and dual Carrier HSPA and EVDO Rev B and LTE, such enhancement become more important in order to take advantage of

[webkit-dev] Problems with using XPath functionality to query DOM

2010-02-17 Thread Steve Hanna
Hi all, I'm trying to use WebKit's interface to discover nodes that I may be interested in exploring or working with. However, the below code never returns a node list. However, document is valid, and I can print the contents of the HTML. The only item on the webpage I have been testing is a

[webkit-dev] Making Webkit compatible with ADS 1.2

2010-02-17 Thread Pritam Nandy
Hi, Currently, as we all know that Webkit sources are incompatible with ADS v1.2 Compiler set from ARM. So, I want to know can we change the Webkit sources, especially the C++ files, so as to make it compatible with ADS 1.2? What would be the effort needed, according to you experts, to make the