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

Side by Side Diff: Source/web/WebFrameImpl.cpp

Issue 202893002: Replace elementHasLegalLinkAttribute() helper with virtual function (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take tkent's feedback into consideration Created 6 years, 9 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
« no previous file with comments | « Source/web/DOMUtilitiesPrivate.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 // triggering its deletion unless something else is still retaining a reference. 67 // triggering its deletion unless something else is still retaining a reference.
68 // 68 //
69 // Thie client is expected to be set whenever the WebFrameImpl is attached to 69 // Thie client is expected to be set whenever the WebFrameImpl is attached to
70 // the DOM. 70 // the DOM.
71 71
72 #include "config.h" 72 #include "config.h"
73 #include "WebFrameImpl.h" 73 #include "WebFrameImpl.h"
74 74
75 #include <algorithm> 75 #include <algorithm>
76 #include "AssociatedURLLoader.h" 76 #include "AssociatedURLLoader.h"
77 #include "DOMUtilitiesPrivate.h"
78 #include "EventListenerWrapper.h" 77 #include "EventListenerWrapper.h"
79 #include "FindInPageCoordinates.h" 78 #include "FindInPageCoordinates.h"
80 #include "HTMLNames.h" 79 #include "HTMLNames.h"
81 #include "PageOverlay.h" 80 #include "PageOverlay.h"
82 #include "SharedWorkerRepositoryClientImpl.h" 81 #include "SharedWorkerRepositoryClientImpl.h"
83 #include "WebConsoleMessage.h" 82 #include "WebConsoleMessage.h"
84 #include "WebDOMEvent.h" 83 #include "WebDOMEvent.h"
85 #include "WebDOMEventListener.h" 84 #include "WebDOMEventListener.h"
86 #include "WebDataSourceImpl.h" 85 #include "WebDataSourceImpl.h"
87 #include "WebDevToolsAgentPrivate.h" 86 #include "WebDevToolsAgentPrivate.h"
(...skipping 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after
2485 2484
2486 // There is a possibility that the frame being detached was the only 2485 // There is a possibility that the frame being detached was the only
2487 // pending one. We need to make sure final replies can be sent. 2486 // pending one. We need to make sure final replies can be sent.
2488 flushCurrentScopingEffort(m_findRequestIdentifier); 2487 flushCurrentScopingEffort(m_findRequestIdentifier);
2489 2488
2490 cancelPendingScopingEffort(); 2489 cancelPendingScopingEffort();
2491 } 2490 }
2492 } 2491 }
2493 2492
2494 } // namespace blink 2493 } // namespace blink
OLDNEW
« no previous file with comments | « Source/web/DOMUtilitiesPrivate.cpp ('k') | Source/web/WebPageSerializerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698