Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: webkit/build/WebCore/WebCore.vcproj

Issue 4097: Implement better JS exception handling by abstracting KJS::ExecState into an ... (Closed) Base URL: svn://chrome-svn/chrome/branches/chrome_webkit_merge_branch/
Patch Set: '' Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/port/port.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="WebCore" 5 Name="WebCore"
6 ProjectGUID="{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}" 6 ProjectGUID="{1C16337B-ACF3-4D03-AA90-851C5B5EADA6}"
7 RootNamespace="WebCore" 7 RootNamespace="WebCore"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 3352 matching lines...) Expand 10 before | Expand all | Expand 10 after
3363 </File> 3363 </File>
3364 <File 3364 <File
3365 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\NameNodeList.cpp" 3365 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\NameNodeList.cpp"
3366 > 3366 >
3367 </File> 3367 </File>
3368 <File 3368 <File
3369 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\NameNodeList.h" 3369 RelativePath="..\..\..\third_party\WebKit\WebCor e\dom\NameNodeList.h"
3370 > 3370 >
3371 </File> 3371 </File>
3372 <File 3372 <File
3373 RelativePath="..\..\pending\NSResolver.h"
3374 >
3375 </File>
3376 <File
3373 RelativePath="..\..\pending\Node.cpp" 3377 RelativePath="..\..\pending\Node.cpp"
3374 > 3378 >
3375 </File> 3379 </File>
3376 <File 3380 <File
3377 RelativePath="..\..\pending\Node.h" 3381 RelativePath="..\..\pending\Node.h"
3378 > 3382 >
3379 </File> 3383 </File>
3380 <File 3384 <File
3381 RelativePath="..\..\pending\NodeFilter.cpp" 3385 RelativePath="..\..\pending\NodeFilter.cpp"
3382 > 3386 >
(...skipping 2722 matching lines...) Expand 10 before | Expand all | Expand 10 after
6105 <Tool 6109 <Tool
6106 Name="WebKitVersion" 6110 Name="WebKitVersion"
6107 /> 6111 />
6108 </FileConfiguration> 6112 </FileConfiguration>
6109 </File> 6113 </File>
6110 </Filter> 6114 </Filter>
6111 </Files> 6115 </Files>
6112 <Globals> 6116 <Globals>
6113 </Globals> 6117 </Globals>
6114 </VisualStudioProject> 6118 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/build/V8Bindings/V8Bindings.vcproj ('k') | webkit/build/port/port.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698