| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/test/ppapi/ppapi_test.h" | 5 #include "chrome/test/ppapi/ppapi_test.h" |
| 6 | 6 |
| 7 #include "base/test/test_timeouts.h" | 7 #include "base/test/test_timeouts.h" |
| 8 #include "build/build_config.h" | 8 #include "build/build_config.h" |
| 9 #include "chrome/browser/content_settings/host_content_settings_map.h" | 9 #include "chrome/browser/content_settings/host_content_settings_map.h" |
| 10 #include "chrome/browser/profiles/profile.h" | 10 #include "chrome/browser/profiles/profile.h" |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_InvalidResource) | 252 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_InvalidResource) |
| 253 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_InvalidSize) | 253 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_InvalidSize) |
| 254 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Humongous) | 254 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Humongous) |
| 255 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_InitToZero) | 255 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_InitToZero) |
| 256 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Describe) | 256 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Describe) |
| 257 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Paint) | 257 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Paint) |
| 258 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Scroll) | 258 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Scroll) |
| 259 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Replace) | 259 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Replace) |
| 260 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Flush) | 260 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_Flush) |
| 261 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_FlushOffscreenUpdate) | 261 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_FlushOffscreenUpdate) |
| 262 TEST_PPAPI_NACL_VIA_HTTP(Graphics2D_BindNull) |
| 262 | 263 |
| 263 TEST_PPAPI_IN_PROCESS(Graphics3D) | 264 TEST_PPAPI_IN_PROCESS(Graphics3D) |
| 264 TEST_PPAPI_OUT_OF_PROCESS(Graphics3D) | 265 TEST_PPAPI_OUT_OF_PROCESS(Graphics3D) |
| 265 TEST_PPAPI_NACL_VIA_HTTP(Graphics3D) | 266 TEST_PPAPI_NACL_VIA_HTTP(Graphics3D) |
| 266 | 267 |
| 267 TEST_PPAPI_IN_PROCESS(ImageData) | 268 TEST_PPAPI_IN_PROCESS(ImageData) |
| 268 TEST_PPAPI_OUT_OF_PROCESS(ImageData) | 269 TEST_PPAPI_OUT_OF_PROCESS(ImageData) |
| 269 TEST_PPAPI_NACL_VIA_HTTP(ImageData) | 270 TEST_PPAPI_NACL_VIA_HTTP(ImageData) |
| 270 | 271 |
| 271 TEST_PPAPI_IN_PROCESS(BrowserFont) | 272 TEST_PPAPI_IN_PROCESS(BrowserFont) |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 #endif | 923 #endif |
| 923 | 924 |
| 924 // Going forward, Flash APIs will only work out-of-process. | 925 // Going forward, Flash APIs will only work out-of-process. |
| 925 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard) | 926 TEST_PPAPI_OUT_OF_PROCESS(FlashClipboard) |
| 926 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile) | 927 TEST_PPAPI_OUT_OF_PROCESS(FlashFile_CreateTemporaryFile) |
| 927 | 928 |
| 928 TEST_PPAPI_IN_PROCESS(TalkPrivate) | 929 TEST_PPAPI_IN_PROCESS(TalkPrivate) |
| 929 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) | 930 TEST_PPAPI_OUT_OF_PROCESS(TalkPrivate) |
| 930 | 931 |
| 931 #endif // ADDRESS_SANITIZER | 932 #endif // ADDRESS_SANITIZER |
| OLD | NEW |