Bug 69920

Summary: [Qt] [Symbian] Remove support for the Symbian platform for the QtWebKit port
Product: WebKit Reporter: Laszlo Gombos <laszlo.gombos>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cshu, kling, vestbo
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
1st try kenneth: review+

Laszlo Gombos
Reported 2011-10-12 05:03:24 PDT
We no longer have plans to maintain the Symbian platform support for QtWebKit. In the interest of keeping the code clean and well maintained we should remove the Symbian specific code sections.
Attachments
1st try (315.78 KB, patch)
2011-10-12 05:49 PDT, Laszlo Gombos
kenneth: review+
Laszlo Gombos
Comment 1 2011-10-12 05:49:20 PDT
Kenneth Rohde Christiansen
Comment 2 2011-10-12 05:55:28 PDT
Comment on attachment 110675 [details] 1st try rs=me! I guess maemo5 is next? :-)
Chang Shu
Comment 3 2011-10-12 06:10:12 PDT
I lost my patience to finish reading this extremely long patch. :) But I noticed some *-armcc sections have been removed from the pro files. Is armcc specific to symbian?
Kenneth Rohde Christiansen
Comment 4 2011-10-12 06:50:47 PDT
Comment on attachment 110675 [details] 1st try View in context: https://bugs.webkit.org/attachment.cgi?id=110675&action=review > Source/WebKit.pri:-112 > -symbian|*-armcc { > - # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT > - RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293 > - RVCT_COMMON_CXXFLAGS = $$RVCT_COMMON_CFLAGS --no_parse_templates > - # Make debug symbols leaner in RVCT4.x. Ignored by compiler for release builds > - QMAKE_CXXFLAGS.ARMCC_4_0 += --remove_unneeded_entities > - # Match other compilers' (GCC, MSVC, WINSCW...) behavior regarding bitfield signedness. > - # This flag is not needed for RVCT 2.x. > - QMAKE_CXXFLAGS.ARMCC_4_0 += --signed_bitfields > -} > - > -*-armcc { > - QMAKE_CFLAGS += $$RVCT_COMMON_CFLAGS > - QMAKE_CXXFLAGS += $$RVCT_COMMON_CXXFLAGS > -} Yeah I wonder about these as well.
Laszlo Gombos
Comment 5 2011-10-13 04:04:47 PDT
(In reply to comment #4) > (From update of attachment 110675 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=110675&action=review > > > Source/WebKit.pri:-112 > > -symbian|*-armcc { > > - # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT > > - RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293 > > - RVCT_COMMON_CXXFLAGS = $$RVCT_COMMON_CFLAGS --no_parse_templates > > - # Make debug symbols leaner in RVCT4.x. Ignored by compiler for release builds > > - QMAKE_CXXFLAGS.ARMCC_4_0 += --remove_unneeded_entities > > - # Match other compilers' (GCC, MSVC, WINSCW...) behavior regarding bitfield signedness. > > - # This flag is not needed for RVCT 2.x. > > - QMAKE_CXXFLAGS.ARMCC_4_0 += --signed_bitfields > > -} > > - > > -*-armcc { > > - QMAKE_CFLAGS += $$RVCT_COMMON_CFLAGS > > - QMAKE_CXXFLAGS += $$RVCT_COMMON_CXXFLAGS > > -} > > Yeah I wonder about these as well. These are indeed not (just) symbian specific. In theory these are for any QtWebKit port/project using RVCT, but to my knowledge the only port/project using RVCT is the Symbian port so I deliberately removed it. We surely do not have a buildbot using RVCT other than Symbian. COMPILER(RVCT) code sections are not removed as those are indeed shared with other non-Qt based ports, but the changes in the Qt make file are for the Qt port only.
Andreas Kling
Comment 6 2011-10-13 04:50:23 PDT
(In reply to comment #2) > (From update of attachment 110675 [details]) > rs=me! I guess maemo5 is next? :-) This is awesome. And that would be awesome, too!
Laszlo Gombos
Comment 7 2011-10-13 04:50:59 PDT
Link to related qtwebkit-dev announcement/discussion - https://lists.webkit.org/pipermail/webkit-qt/2011-October/001979.html .
Chang Shu
Comment 8 2011-10-13 06:43:15 PDT
Makes sense. > > These are indeed not (just) symbian specific. In theory these are for any QtWebKit port/project using RVCT, but to my knowledge the only port/project using RVCT is the Symbian port so I deliberately removed it. We surely do not have a buildbot using RVCT other than Symbian. > > COMPILER(RVCT) code sections are not removed as those are indeed shared with other non-Qt based ports, but the changes in the Qt make file are for the Qt port only.
Laszlo Gombos
Comment 9 2011-10-15 06:58:57 PDT
Note You need to log in before you can comment on or make changes to this bug.