Bug 132045 - Investigate generating a JSBindginsAllInOne.cpp file
Summary: Investigate generating a JSBindginsAllInOne.cpp file
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 00:59 PDT by Andrei Bucur
Modified: 2024-03-11 06:18 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Bucur 2014-04-23 00:59:32 PDT
Investigate how generating a JSBindingsAllInOne.cpp file helps the build time. If it proves to be efficient, this behavior could be enabled through an optional parameter for the build-webkit script. It should be especially valuable if working on stuff that doesn't affect the bindings code.
Comment 1 Ahmad Saleem 2024-03-11 06:18:00 PDT
This was removed by following comment in 2018:

https://github.com/WebKit/WebKit/commit/a815d9e130daa217ad6767ff2eba826f9d4ae0b8

* accessibility/AccessibilityAllInOne.cpp: Removed.
* bindings/js/JSBindingsAllInOne.cpp: Removed.
* css/CSSAllInOne.cpp: Removed.
* dom/DOMAllInOne.cpp: Removed.
* editing/EditingAllInOne.cpp: Removed.
* html/HTMLElementsAllInOne.cpp: Removed.
* inspector/InspectorAllInOne.cpp: Removed.
* loader/appcache/ApplicationCacheAllInOne.cpp: Removed.
* mathml/MathMLAllInOne.cpp: Removed.
* platform/text/TextAllInOne.cpp: Removed.
* rendering/RenderingAllInOne.cpp: Removed.
* rendering/style/StyleAllInOne.cpp: Removed.
* rendering/svg/RenderSVGAllInOne.cpp: Removed.
* svg/SVGAllInOne.cpp: Removed.

____

I think nothing to do here.