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

Side by Side Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2428803002: Don't send loading completion callbacks for detaching frames. (Closed)
Patch Set: Remove stray include Created 4 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
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 const WebString& textEncoding, 257 const WebString& textEncoding,
258 const WebURL& baseURL, 258 const WebURL& baseURL,
259 const WebURL& unreachableURL, 259 const WebURL& unreachableURL,
260 bool replace, 260 bool replace,
261 WebFrameLoadType, 261 WebFrameLoadType,
262 const WebHistoryItem&, 262 const WebHistoryItem&,
263 WebHistoryLoadType, 263 WebHistoryLoadType,
264 bool isClientRedirect) override; 264 bool isClientRedirect) override;
265 bool maybeRenderFallbackContent(const WebURLError&) const override; 265 bool maybeRenderFallbackContent(const WebURLError&) const override;
266 bool isLoading() const override; 266 bool isLoading() const override;
267 bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
268 const override;
269 bool isNavigationScheduledWithin(double interval) const override; 267 bool isNavigationScheduledWithin(double interval) const override;
270 void setCommittedFirstRealLoad() override; 268 void setCommittedFirstRealLoad() override;
271 void setHasReceivedUserGesture() override; 269 void setHasReceivedUserGesture() override;
272 void sendOrientationChangeEvent() override; 270 void sendOrientationChangeEvent() override;
273 WebSandboxFlags effectiveSandboxFlags() const override; 271 WebSandboxFlags effectiveSandboxFlags() const override;
274 void forceSandboxFlags(WebSandboxFlags) override; 272 void forceSandboxFlags(WebSandboxFlags) override;
275 void requestRunTask(WebSuspendableTask*) const override; 273 void requestRunTask(WebSuspendableTask*) const override;
276 void didCallAddSearchProvider() override; 274 void didCallAddSearchProvider() override;
277 void didCallIsSearchProviderInstalled() override; 275 void didCallIsSearchProviderInstalled() override;
278 void replaceSelection(const WebString&) override; 276 void replaceSelection(const WebString&) override;
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 477
480 DEFINE_TYPE_CASTS(WebLocalFrameImpl, 478 DEFINE_TYPE_CASTS(WebLocalFrameImpl,
481 WebFrame, 479 WebFrame,
482 frame, 480 frame,
483 frame->isWebLocalFrame(), 481 frame->isWebLocalFrame(),
484 frame.isWebLocalFrame()); 482 frame.isWebLocalFrame());
485 483
486 } // namespace blink 484 } // namespace blink
487 485
488 #endif 486 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698