[webkit-dev] What is rendering process of page? where can I get some document?

Guru Prasad H B guruhb at gmail.com
Sat Jun 20 21:25:35 PDT 2009


>
> Please ref


http://webkit.org/blog/114/webcore-rendering-i-the-basics/

<http://webkit.org/blog/114/webcore-rendering-i-the-basics/>and do a search
operation

http://www.mail-archive.com/webkit-dev@lists.webkit.org

Regards,
Guru






> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 20 Jun 2009 15:21:00 +0800 (CST)
> From: ? ? <h3282129 at yahoo.com.cn>
> To: webkit-dev at lists.webkit.org
> Subject: [webkit-dev] What is rendering process of page? where can I
>        get     some document?
> Message-ID: <547699.15701.qm at web15203.mail.cnb.yahoo.com>
> Content-Type: text/plain; charset="gb2312"
>
>
>
>
>      ___________________________________________________________
>  ?????????????????
> http://card.mail.cn.yahoo.com/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-dev/attachments/20090620/7ed43b47/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sat, 20 Jun 2009 14:08:55 +0530
> From: Guru Prasad H B <guruhb at gmail.com>
> To: webkit-dev at lists.webkit.org
> Subject: [webkit-dev] Help : Compilation error for windows build
> Message-ID:
>        <428be09c0906200138k186a2684k2a2837ae47d36d1a at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi All,
>
> I am building the webkit-r44803 on windows platform and getting
> compilation errors as below.
>
> ---------------------------------------------------------------------------
>
> 11>WinLauncher.cpp
> 11>.\WinLauncher.cpp(28) : fatal error C1083: Cannot open include
> file: 'WebKit/WebKitCOMAPI.h': No such file or directo
> ry
> 11>Project : warning PRJ0018 : The following environment variables
> were not found:
> 11>$(PRODUCTION)
> 11>Build log was saved at
>
> "file://C:\cygwin\home\net\WebKit\build\obj\WinLauncher\Release\BuildLog.htm"
> 11>WinLauncher - 1 error(s), 6 warning(s)
> 12>------ Build started: Project: TestNetscapePlugin, Configuration:
> Release Win32 ------
> 12>Performing Pre-Build Event...
> 12>Project : error PRJ0002 : Error result 1 returned from
> 'c:\WINDOWS\system32\cmd.exe'.
> 12>Project : warning PRJ0018 : The following environment variables
> were not found:
> 12>$(PRODUCTION)
> 12>Build log was saved at
>
> "file://C:\cygwin\home\net\WebKit\build\obj\TestNetscapePlugin\Release\BuildLog.htm"
> 12>TestNetscapePlugin - 1 error(s), 0 warning(s)
> 13>------ Build started: Project: ImageDiff, Configuration: Release Win32
> ------
> 13>Performing Pre-Build Event...
> 13>Project : error PRJ0002 : Error result 1 returned from
> 'c:\WINDOWS\system32\cmd.exe'.
> 13>Project : warning PRJ0018 : The following environment variables
> were not found:
> 13>$(PRODUCTION)
> 13>Build log was saved at
> "file://C:\cygwin\home\net\WebKit\build\obj\ImageDiff\Release\BuildLog.htm"
> 13>ImageDiff - 1 error(s), 0 warning(s)
> 14>------ Build started: Project: DumpRenderTree, Configuration:
> Release Win32 ------
> 14>Performing Pre-Build Event...
> 14>Project : error PRJ0002 : Error result 1 returned from
> 'c:\WINDOWS\system32\cmd.exe'.
> 14>Project : warning PRJ0018 : The following environment variables
> were not found:
> 14>$(PRODUCTION)
> 14>Build log was saved at
>
> "file://C:\cygwin\home\net\WebKit\build\obj\DumpRenderTree\Release\BuildLog.htm"
> 14>DumpRenderTree - 1 error(s), 0 warning(s)
> ========== Build: 7 succeeded, 7 failed, 4 up-to-date, 0 skipped ==========
>
> --------------------------------------------------------------------------
>
> Kindly suggest us to remove this compilation error.
>
>
> Thanks in Advance,
>
> Guru
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-dev/attachments/20090620/4f91dcde/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Sat, 20 Jun 2009 18:33:06 +0530
> From: Guru Prasad H B <guruhb at gmail.com>
> To: webkit-dev at lists.webkit.org
> Subject: [webkit-dev] Windows build error for "webkit" module
> Message-ID:
>        <428be09c0906200603v36fab02dg707818f8c3bb26d1 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I am building the webkit for debug version for the first time and i have
> followed all the steps mentioned in webkit.org.
>
> Getting error from webkit moduile for
>
>
> -------------------------------start-----------------------------------------
> Linking...
> LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored
>   Creating library C:\cygwin\home\net\WebKit\build\lib\WebKit.lib and
> object C:\cygwin\home\net\WebKit\build\lib\WebKit.exp
> WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external
> symbol "__declspec(dllimport) public: void __thiscall
> std::exception::_Raise(void)const " (__imp_?_Raise at exception@std@@QBEXXZ)
> referenced in function "struct std::pair __cdecl
> std::get_temporary_buffer(int)" (??$get_temporary_buffer at PAVRenderLayer
> @WebCore@@@std@@YA?AU?$pair at PAPAVRenderLayer@WebCore@@H at 0@H at Z)
> WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: void __thiscall
> std::exception::_Raise(void)const " (__imp_?_Raise at exception@std@@QBEXXZ)
> WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external
> symbol "__declspec(dllimport) public: void __thiscall
> std::exception::_Raise(void)const " (__imp_?_Raise at exception@std@@QBEXXZ)
> WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved
> external
> symbol "__declspec(dllimport) public: void __thiscall
> std::exception::_Raise(void)const " (__imp_?_Raise at exception@std@@QBEXXZ)
> WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external
> symbol "__declspec(dllimport) public: __thiscall
> std::exception::exception(char const *,int)" (__imp_??0exception at std
> @@QAE at PBDH@Z) referenced in function "public: __thiscall
> std::bad_alloc::bad_alloc(char const *)" (??0bad_alloc at std@@QAE at PBD@Z)
> WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: __thiscall std::exception::exception(char
> const *,int)" (__imp_??0exception at std@@QAE at PBDH@Z)
> WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external
> symbol "__declspec(dllimport) public: __thiscall
> std::exception::exception(char const *,int)" (__imp_??0exception at std
> @@QAE at PBDH@Z)
> WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved
> external
> symbol "__declspec(dllimport) public: __thiscall
> std::exception::exception(char const *,int)" (__imp_??0exception at std
> @@QAE at PBDH@Z)
> WebCore_debug.lib(RenderLayer.obj) : error LNK2019: unresolved external
> symbol "__declspec(dllimport) void __cdecl std::_Throw(class std::exception
> const &)" (__imp_?_Throw at std@@YAXABVexception at 1@@Z) referenced in function
> "protected: virtual void __thiscall std::bad_alloc::_Doraise(void)const "
> (?_Doraise at bad_alloc@std@@MBEXXZ)
> WebCore_debug.lib(Gradient.obj) : error LNK2001: unresolved external symbol
> "__declspec(dllimport) void __cdecl std::_Throw(class std::exception const
> &)" (__imp_?_Throw at std@@YAXABVexception at 1@@Z)
> WebCore_debug.lib(CSSFontSelector.obj) : error LNK2001: unresolved external
> symbol "__declspec(dllimport) void __cdecl std::_Throw(class std::exception
> const &)" (__imp_?_Throw at std@@YAXABVexception at 1@@Z)
> WebCore_debug.lib(CSSGradientValue.obj) : error LNK2001: unresolved
> external
> symbol "__declspec(dllimport) void __cdecl std::_Throw(class std::exception
> const &)" (__imp_?_Throw at std@@YAXABVexception at 1@@Z)
> C:\cygwin\home\net\WebKit\build\bin\WebKit.dll : fatal error LNK1120: 3
> unresolved externals
> Project : warning PRJ0018 : The following environment variables were not
> found:
> $(PRODUCTION)
>
> ------------------------------end-------------------------------------------
>
> The complete compilation logs is being attached at
> http://gist.github.com/133152#
>
> Any suggestion and help is very thankfull.
>
> Thank you,
> Guru
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.webkit.org/pipermail/webkit-dev/attachments/20090620/09e18570/attachment-0001.html
> >
>
> ------------------------------
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
> End of webkit-dev Digest, Vol 49, Issue 28
> ******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090621/3ef766cc/attachment.html>


More information about the webkit-dev mailing list