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

Side by Side Diff: chrome/test/ppapi/ppapi_browsertest.cc

Issue 11414171: Migrate Graphics2D to new design. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698