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

Side by Side Diff: Source/WebKit/chromium/tests/WebFrameTest.cpp

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 25 matching lines...) Expand all
36 #include "DocumentMarkerController.h" 36 #include "DocumentMarkerController.h"
37 #include "EventHandler.h" 37 #include "EventHandler.h"
38 #include "Frame.h" 38 #include "Frame.h"
39 #include "FrameSelection.h" 39 #include "FrameSelection.h"
40 #include "FrameTestHelpers.h" 40 #include "FrameTestHelpers.h"
41 #include "FrameView.h" 41 #include "FrameView.h"
42 #include "HitTestResult.h" 42 #include "HitTestResult.h"
43 #include "PlatformContextSkia.h" 43 #include "PlatformContextSkia.h"
44 #include "Range.h" 44 #include "Range.h"
45 #include "RenderView.h" 45 #include "RenderView.h"
46 #include "ScrollbarTheme.h"
47 #include "Settings.h" 46 #include "Settings.h"
48 #include "SkBitmap.h" 47 #include "SkBitmap.h"
49 #include "SkCanvas.h" 48 #include "SkCanvas.h"
50 #include "URLTestHelpers.h" 49 #include "URLTestHelpers.h"
51 #include "WebDataSource.h" 50 #include "WebDataSource.h"
52 #include "WebDocument.h" 51 #include "WebDocument.h"
53 #include "WebFindOptions.h" 52 #include "WebFindOptions.h"
54 #include "WebFormElement.h" 53 #include "WebFormElement.h"
55 #include "WebFrameClient.h" 54 #include "WebFrameClient.h"
56 #include "WebFrameImpl.h" 55 #include "WebFrameImpl.h"
57 #include "WebHistoryItem.h" 56 #include "WebHistoryItem.h"
58 #include "WebRange.h" 57 #include "WebRange.h"
59 #include "WebScriptSource.h" 58 #include "WebScriptSource.h"
60 #include "WebSearchableFormData.h" 59 #include "WebSearchableFormData.h"
61 #include "WebSecurityOrigin.h" 60 #include "WebSecurityOrigin.h"
62 #include "WebSecurityPolicy.h" 61 #include "WebSecurityPolicy.h"
63 #include "WebSettings.h" 62 #include "WebSettings.h"
64 #include "WebSpellCheckClient.h" 63 #include "WebSpellCheckClient.h"
65 #include "WebTextCheckingCompletion.h" 64 #include "WebTextCheckingCompletion.h"
66 #include "WebTextCheckingResult.h" 65 #include "WebTextCheckingResult.h"
67 #include "WebViewClient.h" 66 #include "WebViewClient.h"
68 #include "WebViewImpl.h" 67 #include "WebViewImpl.h"
68 #include "core/platform/ScrollbarTheme.h"
69 #include "core/platform/graphics/FloatRect.h" 69 #include "core/platform/graphics/FloatRect.h"
70 #include "core/platform/network/ResourceError.h" 70 #include "core/platform/network/ResourceError.h"
71 #include "v8.h" 71 #include "v8.h"
72 #include <public/Platform.h> 72 #include <public/Platform.h>
73 #include <public/WebFloatRect.h> 73 #include <public/WebFloatRect.h>
74 #include <public/WebThread.h> 74 #include <public/WebThread.h>
75 #include <public/WebUnitTestSupport.h> 75 #include <public/WebUnitTestSupport.h>
76 #include <public/WebURLResponse.h> 76 #include <public/WebURLResponse.h>
77 #include <wtf/dtoa/utils.h> 77 #include <wtf/dtoa/utils.h>
78 #include <wtf/Forward.h> 78 #include <wtf/Forward.h>
(...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 EXPECT_FALSE(client.wasProgrammaticScroll()); 2897 EXPECT_FALSE(client.wasProgrammaticScroll());
2898 EXPECT_TRUE(client.wasUserScroll()); 2898 EXPECT_TRUE(client.wasUserScroll());
2899 client.reset(); 2899 client.reset();
2900 2900
2901 m_webView->close(); 2901 m_webView->close();
2902 m_webView = 0; 2902 m_webView = 0;
2903 } 2903 }
2904 2904
2905 2905
2906 } // namespace 2906 } // namespace
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/URLTestHelpers.h ('k') | Source/WebKit/chromium/tests/WebImageTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698