Re: [webkit-dev] test_expectations.txt for non-chromium ports

2012-02-11 Thread huangxueqing
I added some list to test_expectations.txt for skipping test since chromium port has not implemented applicationCache.abort() but in windows port. see https://bugs.webkit.org/show_bug.cgi?id=76270 On Fri, 10 Feb 2012 13:07:38 -0800, Ojan Vafai wrote: Do any non-chromium ports want to use

[webkit-dev] Got a problem while attach a patch for review

2012-01-13 Thread huangxueqing
Hi all: I got a problem while attach a path to review. It was my first patch. I had implemented offline web applications new API applicationCache.abort(), i filed a bug(https://bugs.webkit.org/show_bug.cgi?id=76270) and attach a patch for review. But QT, GTK, EFL and chromium compile

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

2012-01-10 Thread huangxueqing
. huangxueqing 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

[webkit-dev] new API for offline web applications

2012-01-07 Thread huangxueqing
had planed to implement it? If not and this feature was necessary, maybe i will file a bug and implement this api in next month. thanks. huangxueqing Baidu, Inc. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

[webkit-dev] Some doubt about PluginView in WebCore

2011-12-20 Thread huangxueqing
Hi webkits: As guys know, there two implement of plug-in in webkit, the first is located in WebKit/WebProcess/plugins and another in WebCore/plugins, safari5 use former and Chromium implement plug-in in separate process in webkit/support/glue/plugins. I want to know