/[packages]/updates/1/chromium-browser-stable/current/SOURCES/chromium-15.0.874.1-skip-builder-tests.patch
ViewVC logotype

Contents of /updates/1/chromium-browser-stable/current/SOURCES/chromium-15.0.874.1-skip-builder-tests.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 158110 - (show annotations) (download)
Tue Oct 25 20:27:15 2011 UTC (12 years, 6 months ago) by dmorgan
File size: 7741 byte(s)
- new upstream release 15.0.874.102 (106587)
 * [86758] High CVE-2011-2845: URL bar spoof in history handling.
 * [88949] Medium CVE-2011-3875: URL bar spoof with drag+drop of URLs.
 * [90217] Low CVE-2011-3876: Avoid stripping whitespace at the end of
   download filenames.
 * [91218] Low CVE-2011-3877: XSS in appcache internals page.
 * [94487] Medium CVE-2011-3878: Race condition in worker process
   initialization.
 * [95374] Low CVE-2011-3879: Avoid redirect to chrome scheme URIs.
 * [95992] Low CVE-2011-3880: Don't permit as a HTTP header delimiter.
 * [96047][96885][98053][99512][99750] High CVE-2011-3881: Cross-origin
   policy violations.
 * [96292] High CVE-2011-3882: Use-after-free in media buffer handling.
 * [96902] High CVE-2011-3883: Use-after-free in counter handling.
 * [97148] High CVE-2011-3884: Timing issues in DOM traversal.
 * [97599][98064][98556][99294][99880][100059] High CVE-2011-3885: Stale
   style bugs leading to use-after-free.
 * [98773][99167] High CVE-2011-3886: Out of bounds writes in v8.
 * [98407] Medium CVE-2011-3887: Cookie theft with javascript URIs.
 * [99138] High CVE-2011-3888: Use-after-free with plug-in and editing.
 * [99211] High CVE-2011-3889: Heap overflow in Web Audio.
 * [99553] High CVE-2011-3890: Use-after-free in video source handling.
 * [100332] High CVE-2011-3891: Exposure of internal v8 functions.


1 --- chromium-15.0.865.0/build/all.gyp.skip-builder-tests 2011-09-08 14:31:50.000000000 +0000
2 +++ chromium-15.0.865.0/build/all.gyp 2011-09-08 18:56:31.000000000 +0000
3 @@ -149,168 +149,6 @@
4 }],
5 ],
6 }, # target_name: All
7 - {
8 - 'target_name': 'chromium_builder_tests',
9 - 'type': 'none',
10 - 'dependencies': [
11 - '../base/base.gyp:base_unittests',
12 - '../chrome/chrome.gyp:browser_tests',
13 - '../chrome/chrome.gyp:interactive_ui_tests',
14 - '../chrome/chrome.gyp:nacl_ui_tests',
15 - '../chrome/chrome.gyp:nacl_sandbox_tests',
16 - '../chrome/chrome.gyp:safe_browsing_tests',
17 - '../chrome/chrome.gyp:sync_integration_tests',
18 - '../chrome/chrome.gyp:sync_unit_tests',
19 - '../chrome/chrome.gyp:ui_tests',
20 - '../chrome/chrome.gyp:unit_tests',
21 - '../content/content.gyp:content_unittests',
22 - '../crypto/crypto.gyp:crypto_unittests',
23 - '../ui/ui.gyp:gfx_unittests',
24 - '../gpu/gpu.gyp:gpu_unittests',
25 - '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_support',
26 - '../ipc/ipc.gyp:ipc_tests',
27 - '../jingle/jingle.gyp:jingle_unittests',
28 - '../media/media.gyp:media_unittests',
29 - '../net/net.gyp:net_unittests',
30 - '../printing/printing.gyp:printing_unittests',
31 - '../remoting/remoting.gyp:remoting_unittests',
32 - '../sql/sql.gyp:sql_unittests',
33 - '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
34 - '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
35 - 'temp_gyp/googleurl.gyp:googleurl_unittests',
36 - ],
37 - 'conditions': [
38 - ['OS=="win"', {
39 - 'dependencies': [
40 - '../chrome/chrome.gyp:installer_util_unittests',
41 - '../chrome/chrome.gyp:mini_installer_test',
42 - # mini_installer_tests depends on mini_installer. This should be
43 - # defined in installer.gyp.
44 - '../chrome/installer/mini_installer.gyp:mini_installer',
45 - '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
46 - '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
47 - '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
48 - '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
49 - '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
50 - '../chrome_frame/chrome_frame.gyp:npchrome_frame',
51 - '../courgette/courgette.gyp:courgette_unittests',
52 - '../sandbox/sandbox.gyp:sbox_integration_tests',
53 - '../sandbox/sandbox.gyp:sbox_unittests',
54 - '../sandbox/sandbox.gyp:sbox_validation_tests',
55 - '../views/views.gyp:views_unittests',
56 - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
57 - # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
58 - # This should:
59 - # 1) not be the case. OR.
60 - # 2) be expressed in the ui tests dependencies.
61 - '../webkit/webkit.gyp:test_shell_common',
62 - ],
63 - }],
64 - ],
65 - }, # target_name: chromium_builder_tests
66 - {
67 - 'target_name': 'chromium_2010_builder_tests',
68 - 'type': 'none',
69 - 'dependencies': [
70 - '../chrome/chrome.gyp:chrome',
71 - '../base/base.gyp:base_unittests',
72 - '../chrome/chrome.gyp:browser_tests',
73 - '../chrome/chrome.gyp:interactive_ui_tests',
74 - # TODO(bradnelson): fix and enable.
75 - #'../chrome/chrome.gyp:nacl_ui_tests',
76 - #'../chrome/chrome.gyp:nacl_sandbox_tests',
77 - '../chrome/chrome.gyp:safe_browsing_tests',
78 - '../chrome/chrome.gyp:sync_integration_tests',
79 - '../chrome/chrome.gyp:sync_unit_tests',
80 - '../chrome/chrome.gyp:ui_tests',
81 - '../chrome/chrome.gyp:unit_tests',
82 - '../content/content.gyp:content_unittests',
83 - '../crypto/crypto.gyp:crypto_unittests',
84 - '../ui/ui.gyp:gfx_unittests',
85 - '../gpu/gpu.gyp:gpu_unittests',
86 - '../ipc/ipc.gyp:ipc_tests',
87 - '../jingle/jingle.gyp:jingle_unittests',
88 - '../media/media.gyp:media_unittests',
89 - '../net/net.gyp:net_unittests',
90 - '../printing/printing.gyp:printing_unittests',
91 - '../remoting/remoting.gyp:remoting_unittests',
92 - '../sql/sql.gyp:sql_unittests',
93 - '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
94 - '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittests',
95 - 'temp_gyp/googleurl.gyp:googleurl_unittests',
96 - ],
97 - 'conditions': [
98 - ['OS=="win"', {
99 - 'dependencies': [
100 - '../chrome/chrome.gyp:installer_util_unittests',
101 - # TODO(bradnelson): fix and enable.
102 - #'../chrome/chrome.gyp:mini_installer_test',
103 - # mini_installer_tests depends on mini_installer. This should be
104 - # defined in installer.gyp.
105 - #'../chrome/installer/mini_installer.gyp:mini_installer',
106 - #'../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
107 - #'../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
108 - #'../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
109 - #'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
110 - #'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
111 - #'../chrome_frame/chrome_frame.gyp:npchrome_frame',
112 - '../courgette/courgette.gyp:courgette_unittests',
113 - '../sandbox/sandbox.gyp:sbox_integration_tests',
114 - '../sandbox/sandbox.gyp:sbox_unittests',
115 - '../sandbox/sandbox.gyp:sbox_validation_tests',
116 - '../views/views.gyp:views_unittests',
117 - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
118 - # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
119 - # This should:
120 - # 1) not be the case. OR.
121 - # 2) be expressed in the ui tests dependencies.
122 - '../webkit/webkit.gyp:test_shell_common',
123 - ],
124 - }],
125 - ],
126 - }, # target_name: chromium_2010_builder_tests
127 - {
128 - 'target_name': 'chromium_builder_nacl_win_integration',
129 - 'type': 'none',
130 - 'dependencies': [
131 - 'chromium_builder_qa', # needed for pyauto
132 - 'chromium_builder_tests',
133 - ],
134 - }, # target_name: chromium_builder_nacl_win_integration
135 - {
136 - 'target_name': 'chromium_builder_perf',
137 - 'type': 'none',
138 - 'dependencies': [
139 - 'chromium_builder_qa', # needed for pyauto
140 - '../chrome/chrome.gyp:performance_ui_tests',
141 - '../chrome/chrome.gyp:plugin_tests',
142 - '../chrome/chrome.gyp:sync_performance_tests',
143 - '../chrome/chrome.gyp:ui_tests',
144 - ],
145 - }, # target_name: chromium_builder_perf
146 - {
147 - 'target_name': 'chromium_gpu_builder',
148 - 'type': 'none',
149 - 'dependencies': [
150 - '../chrome/chrome.gyp:gpu_tests',
151 - '../chrome/chrome.gyp:performance_ui_tests',
152 - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:DumpRenderTree',
153 - ],
154 - }, # target_name: chromium_gpu_builder
155 - {
156 - 'target_name': 'chromium_builder_qa',
157 - 'type': 'none',
158 - 'dependencies': [
159 - '../chrome/chrome.gyp:chromedriver',
160 - ],
161 - 'conditions': [
162 - ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', {
163 - 'dependencies': [
164 - '../chrome/chrome.gyp:pyautolib',
165 - ],
166 - }],
167 - ],
168 - }, # target_name: chromium_builder_qa
169 ],
170 'conditions': [
171 ['OS=="mac"', {

  ViewVC Help
Powered by ViewVC 1.1.30