Re: [webkit-dev] Adding generated files to the Mac build

2015-08-03 Thread Benjamin Poulain

On 7/30/15 2:31 PM, Benjamin Poulain wrote:

On 7/30/15 10:56 AM, Xabier Rodríguez Calvar wrote:

Maybe it is something very stupid that I am missing, but I added a new
IDL file, I added the object cpp and h files to the WebCore target, the
idl file to the corresponding list, etc, but when I build I get linking
errors caused by the non compilation of the generated JSxxxfile.cpp.
How do I add that? Do I have to really do it by hand?

Thanks for the help advance!


You need to add the cpp file in Xcode (WebCore-Derived Sources).

If you don't have Xcode, email me the bug number and I'll update your
patch.


PS: Please, please, please, Alex, finish the migration to CMake :)


+1!


Just saw your messages on IRC. Any luck?

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


Re: [webkit-dev] Contributing to webkit Open Source project

2015-08-03 Thread saam barati
Hi Mukesh,

I agree with Geoff that working ES6 features is a great starting point.
Also, going on #webkit IRC is helpful and you can speak with other people
working on JSC/WebKit.
If you have any questions, my IRC handle is saamyjoon.


On Mon, Aug 3, 2015 at 11:14 AM, Geoffrey Garen gga...@apple.com wrote:

 Hi Mukesh.

 Welcome to the project.

 How did your project turn out? If it was successful, the best place to
 start is to post patches to bugs.webkit.org.

 Another important project we’re working on right now is finishing our
 implementation of ES6. A quick way to get a list of missing features is to
 navigate to https://kangax.github.io/compat-table/es6/ using a WebKit
 nightly build.

 Regards,
 Geoff

 On Aug 2, 2015, at 3:12 PM, Mukesh Kumar Tiwari mh...@cornell.edu wrote:

 Hi,

 I am graduate from Cornell willing to contribute to WebKit Open Source
 project. During the college, I have worked on a project to optimize LLVM
 backend of the Webkit and have a decent knowledge of the FTL Layer. I would
 like to gain more knowledge by contributing to WebKit Project. Please guide
 me on where to begin with.

 Thanks and Regards,
 *Mukesh Kumar Tiwari*
 *Software Development Engineer*
 *Amazon.com http://Amazon.com*
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev



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


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


Re: [webkit-dev] Contributing to webkit Open Source project

2015-08-03 Thread Geoffrey Garen
Hi Mukesh.

Welcome to the project.

How did your project turn out? If it was successful, the best place to start is 
to post patches to bugs.webkit.org http://bugs.webkit.org/.

Another important project we’re working on right now is finishing our 
implementation of ES6. A quick way to get a list of missing features is to 
navigate to https://kangax.github.io/compat-table/es6/ 
https://kangax.github.io/compat-table/es6/ using a WebKit nightly build.

Regards,
Geoff

 On Aug 2, 2015, at 3:12 PM, Mukesh Kumar Tiwari mh...@cornell.edu wrote:
 
 Hi,
 
 I am graduate from Cornell willing to contribute to WebKit Open Source 
 project. During the college, I have worked on a project to optimize LLVM 
 backend of the Webkit and have a decent knowledge of the FTL Layer. I would 
 like to gain more knowledge by contributing to WebKit Project. Please guide 
 me on where to begin with.
 
 Thanks and Regards,
 Mukesh Kumar Tiwari
 Software Development Engineer
 Amazon.com
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

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


[webkit-dev] Moving tests out of platform directories

2015-08-03 Thread Simon Fraser
Starting this week, I plan to move layout tests out of the LayoutTests/platform 
directories. The goal is to have the LayoutTests/platform directories contain 
only results (and TestExpectation files). This avoids the creation of test 
results in directories like platform/mac/platform/mac.

The plan is:
1. Move directories of platform tests out of platform directories into the 
top-level LayoutTests directory (or some subdirectory as appropriate)
2. Skip those tests on non-applicable platforms via TestExpectations
3. Change check-webkit-style to warn about new tests added in platform 
directories
4. Possibly have run-webkit-tests fail with an error when it finds any test in 
a platform directory

Objections?

Simon

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


Re: [webkit-dev] Contributing to webkit Open Source project

2015-08-03 Thread Mukesh Kumar Tiwari
Hi Saam/Geoff,

The project wasn't completed because of the time limitations but I did
learn a lot about the working of FTL and how/when it's used. Thanks for
your valuable suggestions. I will start looking into the ES6
implementations.

Thanks and Regards,

*Mukesh Kumar Tiwari*
*Software Development Engineer*
*Amazon.com*

On Mon, Aug 3, 2015 at 11:42 AM, saam barati saambara...@gmail.com wrote:

 Hi Mukesh,

 I agree with Geoff that working ES6 features is a great starting point.
 Also, going on #webkit IRC is helpful and you can speak with other people
 working on JSC/WebKit.
 If you have any questions, my IRC handle is saamyjoon.


 On Mon, Aug 3, 2015 at 11:14 AM, Geoffrey Garen gga...@apple.com wrote:

 Hi Mukesh.

 Welcome to the project.

 How did your project turn out? If it was successful, the best place to
 start is to post patches to bugs.webkit.org.

 Another important project we’re working on right now is finishing our
 implementation of ES6. A quick way to get a list of missing features is to
 navigate to https://kangax.github.io/compat-table/es6/ using a WebKit
 nightly build.

 Regards,
 Geoff

 On Aug 2, 2015, at 3:12 PM, Mukesh Kumar Tiwari mh...@cornell.edu
 wrote:

 Hi,

 I am graduate from Cornell willing to contribute to WebKit Open Source
 project. During the college, I have worked on a project to optimize LLVM
 backend of the Webkit and have a decent knowledge of the FTL Layer. I would
 like to gain more knowledge by contributing to WebKit Project. Please guide
 me on where to begin with.

 Thanks and Regards,
 *Mukesh Kumar Tiwari*
 *Software Development Engineer*
 *Amazon.com http://Amazon.com*
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev



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



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