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

Side by Side Diff: third_party/WebKit/WebCore/loader/FrameLoaderTypes.h

Issue 20076: WebKit merge 40500:40539 [WebKit side] (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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) 2006 Apple Computer, Inc. All rights reserved. 2 * Copyright (C) 2006 Apple Computer, 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 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. 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 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 PolicyIgnore, 45 PolicyIgnore,
46 }; 46 };
47 47
48 enum FrameLoadType { 48 enum FrameLoadType {
49 FrameLoadTypeStandard, 49 FrameLoadTypeStandard,
50 FrameLoadTypeBack, 50 FrameLoadTypeBack,
51 FrameLoadTypeForward, 51 FrameLoadTypeForward,
52 FrameLoadTypeIndexedBackForward, // a multi-item hop in the backforward list 52 FrameLoadTypeIndexedBackForward, // a multi-item hop in the backforward list
53 FrameLoadTypeReload, 53 FrameLoadTypeReload,
54 FrameLoadTypeSame, // user loads same URL again (but not r eload button) 54 FrameLoadTypeSame, // user loads same URL again (but not r eload button)
55 FrameLoadTypeRedirect, 55 FrameLoadTypeRedirectWithLockedBackForwardList, // FIXME: Merge "lockBac kForwardList", "lockHistory", "quickRedirect" and "clientRedirect" into a single concept of redirect.
56 FrameLoadTypeReplace, 56 FrameLoadTypeReplace,
57 FrameLoadTypeReloadFromOrigin 57 FrameLoadTypeReloadFromOrigin
58 }; 58 };
59 59
60 enum NavigationType { 60 enum NavigationType {
61 NavigationTypeLinkClicked, 61 NavigationTypeLinkClicked,
62 NavigationTypeFormSubmitted, 62 NavigationTypeFormSubmitted,
63 NavigationTypeBackForward, 63 NavigationTypeBackForward,
64 NavigationTypeReload, 64 NavigationTypeReload,
65 NavigationTypeFormResubmitted, 65 NavigationTypeFormResubmitted,
66 NavigationTypeOther 66 NavigationTypeOther
67 }; 67 };
68 68
69 enum ObjectContentType { 69 enum ObjectContentType {
70 ObjectContentNone, 70 ObjectContentNone,
71 ObjectContentImage, 71 ObjectContentImage,
72 ObjectContentFrame, 72 ObjectContentFrame,
73 ObjectContentNetscapePlugin, 73 ObjectContentNetscapePlugin,
74 ObjectContentOtherPlugin 74 ObjectContentOtherPlugin
75 }; 75 };
76 } 76 }
77 77
78 #endif 78 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/WebCore/loader/FrameLoaderClient.h ('k') | third_party/WebKit/WebCore/loader/ThreadableLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698