CLOSED FIXED 36526
[Qt] Compilation error on Qt for Embedded Linux built with -qconfig large
https://bugs.webkit.org/show_bug.cgi?id=36526
Summary [Qt] Compilation error on Qt for Embedded Linux built with -qconfig large
Tasuku Suzuki
Reported 2010-03-24 05:44:38 PDT
-qconfig large disables some features like property, animation and so on.
Attachments
add #ifndef QT_NO_PROPERTIES ~ #endif (9.11 KB, patch)
2010-03-24 06:13 PDT, Tasuku Suzuki
eric: review-
add #ifndef QT_NO_ANIMATION ~ #endif (3.32 KB, patch)
2010-03-24 06:14 PDT, Tasuku Suzuki
no flags
add #ifndef QT_NO_PROPERTIES ~ #endif (5.78 KB, patch)
2010-03-25 02:24 PDT, Tasuku Suzuki
no flags
Tasuku Suzuki
Comment 1 2010-03-24 06:13:52 PDT
Created attachment 51491 [details] add #ifndef QT_NO_PROPERTIES ~ #endif
Tasuku Suzuki
Comment 2 2010-03-24 06:14:35 PDT
Created attachment 51492 [details] add #ifndef QT_NO_ANIMATION ~ #endif
Eric Seidel (no email)
Comment 3 2010-03-24 23:36:09 PDT
Comment on attachment 51491 [details] add #ifndef QT_NO_PROPERTIES ~ #endif Why? I don't understand why we want this change. What is this intending to disable? If it's qt-specific, why are changes required to the common files? +#ifndef QT_NO_PROPERTIES PassScriptInstance createScriptInstanceForWidget(Widget*); +#endif
Eric Seidel (no email)
Comment 4 2010-03-24 23:38:46 PDT
Comment on attachment 51492 [details] add #ifndef QT_NO_ANIMATION ~ #endif Makes sense.
Tasuku Suzuki
Comment 5 2010-03-25 02:24:33 PDT
Created attachment 51611 [details] add #ifndef QT_NO_PROPERTIES ~ #endif This is a patch which exactly disables properties.
WebKit Commit Bot
Comment 6 2010-03-25 02:41:08 PDT
Comment on attachment 51492 [details] add #ifndef QT_NO_ANIMATION ~ #endif Clearing flags on attachment: 51492 Committed r56523: <http://trac.webkit.org/changeset/56523>
Simon Hausmann
Comment 7 2010-04-08 01:48:56 PDT
Comment on attachment 51611 [details] add #ifndef QT_NO_PROPERTIES ~ #endif Clearning review as per https://bugs.webkit.org/show_bug.cgi?id=36529#c12
WebKit Commit Bot
Comment 8 2010-04-09 06:03:50 PDT
Comment on attachment 51611 [details] add #ifndef QT_NO_PROPERTIES ~ #endif Clearing flags on attachment: 51611 Committed r57334: <http://trac.webkit.org/changeset/57334>
WebKit Commit Bot
Comment 9 2010-04-09 06:03:56 PDT
All reviewed patches have been landed. Closing bug.
Simon Hausmann
Comment 10 2010-04-09 07:19:59 PDT
Revision r56523 cherry-picked into qtwebkit-2.0 with commit 288f40d3f5981eb2883e213e9bbfbb9b95e56300 Revision r57334 cherry-picked into qtwebkit-2.0 with commit 016b443201e290e91acaf2524e28139a1ce0ba6c
Note You need to log in before you can comment on or make changes to this bug.