[Webkit-unassigned] [Bug 24917] Fix/Enable turning off JavaScript Debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 18:39:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24917





------- Comment #3 from laszlo.1.gombos at nokia.com  2009-03-30 18:39 PDT -------
(In reply to comment #2)

Mark, thanks for the quick feedback. 

Would it be acceptable if the build system changes are local to QtWebKit port
(WebCore.pro) - which is my primary interest -  and not global.

I have not found an easy way to add defaults (that are enabled by default) to
generate-bindings.pl, so to stay consistent with the rest of the build system,
it might make sense to change the define to NO_JAVASCRIPT_DEBUGGER so that it
could be set to 0 by default (instead of forcing JAVASCRIPT_DEBUGGER to 1).

The primary motivation for this work is to be able to reduce the binary size
for embedded systems (typically not need for JavaScript debugging in
production). 

The secondary motivation was to make the build system more consistent (flag
should either do its job properly or should be removed).


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list