Lay Kuan Loh
2016-07-24 20:08:43 UTC
Hi all,
Newcomer to webkit here.
I am trying to modify WebKit <https://webkit.org/> for my own purposes. I
do not plan to ship my modifications to the official codebase.
How would I check that the changes I make to WebKit did not break anything?
For instance, I am making changes to the file
WebKit/Source/WebCore/dom/Element.cpp and would like to test them
incrementally.
From reading the documentation <https://webkit.org/building-webkit/> on
using WebKit, it seems that I need to build the entire codebase by running
build-webkit each time I want to test a new change I made. Given that it *takes
about 90 min to run the build* on my laptop, this seems like an inefficient
way of developing webkit.
I am trying to modify WebKit <https://webkit.org/> for my own purposes. I
do not plan to ship my modifications to the official codebase.
How would I check that the changes I make to WebKit did not break anything?
For instance, I am making changes to the file
WebKit/Source/WebCore/dom/Element.cpp and would like to test them
incrementally.
From reading the documentation <https://webkit.org/building-webkit/> on
using WebKit, it seems that I need to build the entire codebase by running
build-webkit each time I want to test a new change I made. Given that it *takes
about 90 min to run the build* on my laptop, this seems like an inefficient
way of developing webkit.
Am I missing something obvious, on how to speed up testing my changes to
WebKit? I've googled around but for some reason can't find any clear
instructions on doing this.
I've also posted the same question to stack overflow here
<http://stackoverflow.com/questions/38555968/testing-changes-i-make-to-webkit-efficiently>
.
Thanks!
Newcomer to webkit here.
I am trying to modify WebKit <https://webkit.org/> for my own purposes. I
do not plan to ship my modifications to the official codebase.
How would I check that the changes I make to WebKit did not break anything?
For instance, I am making changes to the file
WebKit/Source/WebCore/dom/Element.cpp and would like to test them
incrementally.
From reading the documentation <https://webkit.org/building-webkit/> on
using WebKit, it seems that I need to build the entire codebase by running
build-webkit each time I want to test a new change I made. Given that it *takes
about 90 min to run the build* on my laptop, this seems like an inefficient
way of developing webkit.
I am trying to modify WebKit <https://webkit.org/> for my own purposes. I
do not plan to ship my modifications to the official codebase.
How would I check that the changes I make to WebKit did not break anything?
For instance, I am making changes to the file
WebKit/Source/WebCore/dom/Element.cpp and would like to test them
incrementally.
From reading the documentation <https://webkit.org/building-webkit/> on
using WebKit, it seems that I need to build the entire codebase by running
build-webkit each time I want to test a new change I made. Given that it *takes
about 90 min to run the build* on my laptop, this seems like an inefficient
way of developing webkit.
Am I missing something obvious, on how to speed up testing my changes to
WebKit? I've googled around but for some reason can't find any clear
instructions on doing this.
I've also posted the same question to stack overflow here
<http://stackoverflow.com/questions/38555968/testing-changes-i-make-to-webkit-efficiently>
.
Thanks!