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

Side by Side Diff: sky/engine/bindings/core/v8/ScriptController.cpp

Issue 696413002: Remove HTMLLinkElement (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('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) 2008, 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2008, 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2009 Apple Inc. All rights reserved. 3 * Copyright (C) 2009 Apple Inc. All rights reserved.
4 * Copyright (C) 2014 Opera Software ASA. All rights reserved. 4 * Copyright (C) 2014 Opera Software ASA. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are 7 * modification, are permitted provided that the following conditions are
8 * met: 8 * met:
9 * 9 *
10 * * Redistributions of source code must retain the above copyright 10 * * Redistributions of source code must retain the above copyright
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 #include "bindings/core/v8/V8Window.h" 46 #include "bindings/core/v8/V8Window.h"
47 #include "bindings/core/v8/WindowProxy.h" 47 #include "bindings/core/v8/WindowProxy.h"
48 #include "core/dom/Document.h" 48 #include "core/dom/Document.h"
49 #include "core/dom/Node.h" 49 #include "core/dom/Node.h"
50 #include "core/events/Event.h" 50 #include "core/events/Event.h"
51 #include "core/events/EventListener.h" 51 #include "core/events/EventListener.h"
52 #include "core/frame/LocalDOMWindow.h" 52 #include "core/frame/LocalDOMWindow.h"
53 #include "core/frame/LocalFrame.h" 53 #include "core/frame/LocalFrame.h"
54 #include "core/frame/Settings.h" 54 #include "core/frame/Settings.h"
55 #include "core/frame/UseCounter.h" 55 #include "core/frame/UseCounter.h"
56 #include "core/html/HTMLLinkElement.h"
57 #include "core/html/imports/HTMLImportChild.h" 56 #include "core/html/imports/HTMLImportChild.h"
58 #include "core/html/imports/HTMLImportLoader.h" 57 #include "core/html/imports/HTMLImportLoader.h"
59 #include "core/html/parser/HTMLDocumentParser.h" 58 #include "core/html/parser/HTMLDocumentParser.h"
60 #include "core/inspector/InspectorTraceEvents.h" 59 #include "core/inspector/InspectorTraceEvents.h"
61 #include "core/inspector/ScriptCallStack.h" 60 #include "core/inspector/ScriptCallStack.h"
62 #include "core/loader/FrameLoaderClient.h" 61 #include "core/loader/FrameLoaderClient.h"
63 #include "platform/NotImplemented.h" 62 #include "platform/NotImplemented.h"
64 #include "platform/TraceEvent.h" 63 #include "platform/TraceEvent.h"
65 #include "platform/UserGestureIndicator.h" 64 #include "platform/UserGestureIndicator.h"
66 #include "platform/Widget.h" 65 #include "platform/Widget.h"
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 module.resolvedDependencies.append(actual); 364 module.resolvedDependencies.append(actual);
366 } 365 }
367 } 366 }
368 } 367 }
369 } 368 }
370 369
371 V8ScriptRunner::runModule(m_isolate, m_frame->document(), module); 370 V8ScriptRunner::runModule(m_isolate, m_frame->document(), module);
372 } 371 }
373 372
374 } // namespace blink 373 } // namespace blink
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/core.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698