RESOLVED INVALID83590
Update cmakeconfig.h.in after r113570
https://bugs.webkit.org/show_bug.cgi?id=83590
Summary Update cmakeconfig.h.in after r113570
Patrick R. Gansterer
Reported 2012-04-10 10:03:05 PDT
Update cmakeconfig.h.in after r113570
Attachments
Patch (4.16 KB, patch)
2012-04-10 10:05 PDT, Patrick R. Gansterer
gyuyoung.kim: commit-queue-
Patch (4.19 KB, patch)
2012-04-10 10:29 PDT, Patrick R. Gansterer
no flags
Patch (4.15 KB, patch)
2012-04-10 10:32 PDT, Patrick R. Gansterer
rwlbuis: review+
dbates: commit-queue-
Patrick R. Gansterer
Comment 1 2012-04-10 10:05:55 PDT
Daniel Bates
Comment 2 2012-04-10 10:24:06 PDT
Comment on attachment 136477 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136477&action=review > Source/cmakeconfig.h.cmake:-21 > -#cmakedefine01 ENABLE_DRT This is used by the BlackBerry port. > Source/cmakeconfig.h.cmake:-65 > -#cmakedefine01 ENABLE_VIEWPORT_REFLOW Ditto.
Patrick R. Gansterer
Comment 3 2012-04-10 10:29:22 PDT
Patrick R. Gansterer
Comment 4 2012-04-10 10:30:17 PDT
(In reply to comment #2) > (From update of attachment 136477 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=136477&action=review > > > Source/cmakeconfig.h.cmake:-21 > > -#cmakedefine01 ENABLE_DRT > > This is used by the BlackBerry port. > > > Source/cmakeconfig.h.cmake:-65 > > -#cmakedefine01 ENABLE_VIEWPORT_REFLOW > > Ditto. Sorry, missed the Blackberry specific ones. Fixed now.
Patrick R. Gansterer
Comment 5 2012-04-10 10:32:36 PDT
Rob Buis
Comment 6 2012-04-10 10:35:45 PDT
Comment on attachment 136477 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136477&action=review > Source/cmakeconfig.h.cmake:-26 > -#cmakedefine01 ENABLE_FIXED_REPORTED_SIZE This is also used by the BlackBerry port. > Source/cmakeconfig.h.cmake:-53 > -#cmakedefine01 ENABLE_OVERFLOW_SCROLLING Ditto.
Daniel Bates
Comment 7 2012-04-10 10:36:23 PDT
Comment on attachment 136486 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136486&action=review > Source/cmakeconfig.h.cmake:-15 > -#cmakedefine01 ENABLE_CLIENT_BASED_GEOLOCATION According to <https://bugs.webkit.org/show_bug.cgi?id=82594#c4> this is still used by the BlackBerry port. > Source/cmakeconfig.h.cmake:-26 > -#cmakedefine01 ENABLE_FIXED_REPORTED_SIZE This is used by the BlackBerry port. (Added in changeset 112654; <http://trac.webkit.org/changeset/112654/trunk/Source/cmakeconfig.h.cmake>) > Source/cmakeconfig.h.cmake:-53 > -#cmakedefine01 ENABLE_OVERFLOW_SCROLLING Ditto.
Rob Buis
Comment 8 2012-04-10 10:36:38 PDT
Comment on attachment 136486 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136486&action=review > Source/cmakeconfig.h.cmake:-26 > -#cmakedefine01 ENABLE_FIXED_REPORTED_SIZE This is used by the BlackBerry port. > Source/cmakeconfig.h.cmake:-53 > -#cmakedefine01 ENABLE_OVERFLOW_SCROLLING Ditto.
Rob Buis
Comment 9 2012-04-10 10:39:38 PDT
Comment on attachment 136486 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136486&action=review >>> Source/cmakeconfig.h.cmake:-26 >>> -#cmakedefine01 ENABLE_FIXED_REPORTED_SIZE >> >> This is used by the BlackBerry port. > > This is used by the BlackBerry port. (Added in changeset 112654; <http://trac.webkit.org/changeset/112654/trunk/Source/cmakeconfig.h.cmake>) This is used by the BlackBerry port. >>> Source/cmakeconfig.h.cmake:-53 >>> -#cmakedefine01 ENABLE_OVERFLOW_SCROLLING >> >> Ditto. > > Ditto. Ditto.
Patrick R. Gansterer
Comment 10 2012-04-10 10:41:34 PDT
hmm, i grep'ed the features i removed: e.g "grep -r ENABLE\(CLIENT_BASED ." does not give any results (expect ChangeLog ;-)) in the Source directory. Is there a way how i can check the needed features?
Patrick R. Gansterer
Comment 11 2012-04-10 10:45:48 PDT
What about adding them again, when needed? E.g. CLIENT_BASED_GEOLOCATION has been removed in http://trac.webkit.org/changeset/110595, so you need to change your not upstreamed files anyway to match trunk?
Rob Buis
Comment 12 2012-04-10 10:47:10 PDT
Hi Patrick, (In reply to comment #11) > What about adding them again, when needed? > E.g. CLIENT_BASED_GEOLOCATION has been removed in http://trac.webkit.org/changeset/110595, so you need to change your not upstreamed files anyway to match trunk? Jeff Rogers replied on the thread in webkit-dev, you can remove CLIENT_BASED_GEOLOCATION define from BlackBerry point of view.
Gyuyoung Kim
Comment 13 2012-04-10 11:17:04 PDT
Gyuyoung Kim
Comment 14 2012-04-10 12:25:19 PDT
Csaba Osztrogonác
Comment 15 2015-02-26 07:08:12 PST
It is invalid long long time ago.
Note You need to log in before you can comment on or make changes to this bug.