请问这个帖子中的+,-号是什么意思? webkit的补丁

chinadrencher 2010-04-14 05:29:33
我要把这些+ - @去掉吗? + -的含义在这里肯定不一样 但去掉了不像是cpp代码啊,xml似的?
初学,请教!

https://bug-19743-attachments.webkit.org/attachment.cgi?id=29177


片段

Index: WebCore/ChangeLog
===================================================================
--- WebCore/ChangeLog (revision 42153)
+++ WebCore/ChangeLog (working copy)
@@ -1,3 +1,13 @@
+2009-04-01 Ben Murdoch <benm@google.com>
+
+ Reviewed by NOBODY (OOPS!).
+
+ Combines all the HTML element cpp files into one to help reduce the size of WebCore.lib so we can build in release mode on 32bit Windows.
+ See https://bugs.webkit.org/show_bug.cgi?id=19743.
+
+ * WebCore.vcproj/WebCore.vcproj:
+ * html/HTMLElementsAllInOne.cpp: Added.
+
2009-04-01 Simon Fraser <simon.fraser@apple.com>

Reviewed by Dave Hyatt
Index: WebCore/WebCore.vcproj/WebCore.vcproj
===================================================================
--- WebCore/WebCore.vcproj/WebCore.vcproj (revision 42148)
+++ WebCore/WebCore.vcproj/WebCore.vcproj (working copy)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="Windows-1252"?>
+<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
@@ -6773,11 +6773,11 @@
>
</File>
<File
- RelativePath="..\platform\text\TextEncodingDetectorICU.cpp"
+ RelativePath="..\platform\text\TextEncodingDetector.h"
>
</File>
<File
- RelativePath="..\platform\text\TextEncodingDetector.h"
+ RelativePath="..\platform\text\TextEncodingDetectorICU.cpp"
>
</File>
<File
@@ -12641,87 +12641,48 @@
RelativePath="..\html\HTMLAnchorElement.cpp"
>
<FileConfiguration
- Name="Release_PGO|Win32"
+ Name="Debug|Win32"
+ ExcludedFromBuild="true"
>


+#include "HTMLBaseElement.cpp"
+#include "HTMLBaseFontElement.cpp"
+#include "HTMLBlockquoteElement.cpp"
+#include "HTMLBodyElement.cpp"
+#include "HTMLButtonElement.cpp"
+#include "HTMLCanvasElement.cpp"
+#include "HTMLDListElement.cpp"
+#include "HTMLDirectoryElement.cpp"
+#include "HTMLDivElement.cpp"
+#include "HTMLElement.cpp"
+#include "HTMLEmbedElement.cpp"
+#include "HTMLFieldSetElement.cpp"
+#include "HTMLFontElement.cpp"
+#include "HTMLFormControlElement.cpp"
+#include "HTMLFormElement.cpp"
+#include "HTMLFrameElement.cpp"
+#include "HTMLFrameElementBase.cpp"
+#include "HTMLFrameOwnerElement.cpp"
+#include "HTMLFrameSetElement.cpp"
+#include "HTMLHRElement.cpp"
+#include "HTMLHeadElement.cpp"
+#include "HTMLHeadingElement.cpp"
+#include "HTMLHtmlElement.cpp"
+#include "HTMLIFrameElement.cpp"
+#include "HTMLImageElement.cpp"
+#include "HTMLInputElement.cpp"
+#include "HTMLIsIndexElement.cpp"
+#include "HTMLKeygenElement.cpp"
+#include "HTMLLIElement.cpp"
+#include "HTMLLabelElement.cpp"
+#include "HTMLLegendElement.cpp"
+#include "HTMLLinkElement.cpp"
+#include "HTMLMapElement.cpp"
+#include "HTMLMarqueeElement.cpp"
+#include "HTMLMediaElement.cpp"
+#include "HTMLMenuElement.cpp"
+#include "HTMLMetaElement.cpp"
+#include "HTMLModElement.cpp"
+#include "HTMLOListElement.cpp"
+#include "HTMLObjectElement.cpp"



...全文
47 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
chinadrencher 2010-04-14
  • 打赏
  • 举报
回复
通过 review patch 能看到源码,但是复制不行,因为 有序号
tnnd ,怎么整方便点得到源码? 谢谢

https://bugs.webkit.org/attachment.cgi?id=29177&action=review

片段:

WebCore/WebCore.vcproj/WebCore.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
1 <?xml version="1.0" encoding="windows-1251"?>
22 <VisualStudioProject
33 ProjectType="Visual C++"
44 Version="8.00"


67736773 >
67746774 </File>
67756775 <File
6776 RelativePath="..\platform\text\TextEncodingDetectorICU.cpp"
6776 RelativePath="..\platform\text\TextEncodingDetector.h"
67776777 >
67786778 </File>
67796779 <File
6780 RelativePath="..\platform\text\TextEncodingDetector.h"
6780 RelativePath="..\platform\text\TextEncodingDetectorICU.cpp"
67816781 >
67826782 </File>
67836783 <File
chinadrencher 2010-04-14
  • 打赏
  • 举报
回复
这个补丁应该是一个cpp的
后面都有include

但我如何处理才能得到可以编译的文件? 在这个文件中,难道还要手工去删除-号的?
chinadrencher 2010-04-14
  • 打赏
  • 举报
回复
那我要如何才能得到可以编译的文件? ft啊
huatian008 2010-04-14
  • 打赏
  • 举报
回复
版本控制软件自动生成的日志文件,+就代表添加的东西,-就代表删掉的东西

64,645

社区成员

发帖
与我相关
我的任务
社区描述
C++ 语言相关问题讨论,技术干货分享,前沿动态等
c++ 技术论坛(原bbs)
社区管理员
  • C++ 语言社区
  • encoderlee
  • paschen
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
  1. 请不要发布与C++技术无关的贴子
  2. 请不要发布与技术无关的招聘、广告的帖子
  3. 请尽可能的描述清楚你的问题,如果涉及到代码请尽可能的格式化一下

试试用AI创作助手写篇文章吧