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 test_expectations.txt instead of or
in addition to Skipped files? I think we should only allow one or the other
per port. Having both for all ports keeps causing confusion.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 error, QT, GTK and EFL seem error 
on frame-domWindow()-console()-addMessage(...), which has not any difference 
with addMessage in ApplicationCacheGroup::didReceiveResponse.
Chromium implemented app_cache in main process, and Chromium port should 
implement abort() in WebKit\chromium\src\ApplicationCacheHost.
I don't know exactly how to fix these errors. In addition, should i 
implement abort() in WebKit\chromium\src\ApplicationCacheHost to fix chromium 
compile error?
Any help and suggestion will be appreciate.

xueqing
Baidu,Inc.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2012-01-10 Thread huangxueqing
Hi Dave:
I have implemented abort(), but some of result of layout test in 
Layout/http/tests/appcache was failed. And i copy appcache dir into htdocs dir 
of apache raise failure again. I think due to some configuration problems.  
Should i configure something to correct it?
thanks.

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/contributing.html

 Thanks!

 Dave


On Jan 7, 2012, at 7:04 AM, huangxueqing wrote:

  hi all:
 The latest html5 specification add a API applicationCache.abort() for 
  offline web applications. I had implement offline web app for our browser 
  in main process this month except this interface since it need to make some 
  modifications in WebCore.
 I want to know whether any guys 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/listinfo.cgi/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] new API for offline web applications

2012-01-07 Thread huangxueqing
hi all:
The latest html5 specification add a API applicationCache.abort() for 
offline web applications. I had implement offline web app for our browser in 
main process this month except this interface since it need to make some 
modifications in WebCore.
I want to know whether any guys 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/listinfo.cgi/webkit-dev


[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 WebCore/plugins whether be maintained in future?
Currently, it seems windowless plug-in has some problem in WebCore/plugins,
for instance, PluginView::setNPWindowRect do nothing although
m_npWindow.window is NULL, but WebKit/WebProcess/plugins hook
|TrackPopupMenu| and chromium call a GDI api |CreateCompatableDC|. I have
commit a bug about this  https://bugs.webkit.org/show_bug.cgi?id=74917.

 Actually, we hope WebCore/plugins be maintained since most base-on
webkit browser use it except chromium. Anyway, I found lots of bug about
plug-in, I will commit these in later.

 Thanks.

 


百度客户端部

RD

 黄学青

 | Tel: 5992-1996 

| Mob:186-0306-3814 | Hi: huangxq1986| Office:首创 F3-BW651

 

 

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev