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

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

Issue 867903002: Remove UseCounter (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8PerIsolateData.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) 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 "sky/engine/bindings/core/v8/V8ScriptRunner.h" 46 #include "sky/engine/bindings/core/v8/V8ScriptRunner.h"
47 #include "sky/engine/bindings/core/v8/WindowProxy.h" 47 #include "sky/engine/bindings/core/v8/WindowProxy.h"
48 #include "sky/engine/core/app/Module.h" 48 #include "sky/engine/core/app/Module.h"
49 #include "sky/engine/core/dom/Document.h" 49 #include "sky/engine/core/dom/Document.h"
50 #include "sky/engine/core/dom/Node.h" 50 #include "sky/engine/core/dom/Node.h"
51 #include "sky/engine/core/events/Event.h" 51 #include "sky/engine/core/events/Event.h"
52 #include "sky/engine/core/events/EventListener.h" 52 #include "sky/engine/core/events/EventListener.h"
53 #include "sky/engine/core/frame/LocalDOMWindow.h" 53 #include "sky/engine/core/frame/LocalDOMWindow.h"
54 #include "sky/engine/core/frame/LocalFrame.h" 54 #include "sky/engine/core/frame/LocalFrame.h"
55 #include "sky/engine/core/frame/Settings.h" 55 #include "sky/engine/core/frame/Settings.h"
56 #include "sky/engine/core/frame/UseCounter.h"
57 #include "sky/engine/core/html/imports/HTMLImportChild.h" 56 #include "sky/engine/core/html/imports/HTMLImportChild.h"
58 #include "sky/engine/core/html/imports/HTMLImportLoader.h" 57 #include "sky/engine/core/html/imports/HTMLImportLoader.h"
59 #include "sky/engine/core/html/parser/HTMLDocumentParser.h" 58 #include "sky/engine/core/html/parser/HTMLDocumentParser.h"
60 #include "sky/engine/core/inspector/InspectorTraceEvents.h" 59 #include "sky/engine/core/inspector/InspectorTraceEvents.h"
61 #include "sky/engine/core/loader/FrameLoaderClient.h" 60 #include "sky/engine/core/loader/FrameLoaderClient.h"
62 #include "sky/engine/platform/NotImplemented.h" 61 #include "sky/engine/platform/NotImplemented.h"
63 #include "sky/engine/platform/TraceEvent.h" 62 #include "sky/engine/platform/TraceEvent.h"
64 #include "sky/engine/platform/Widget.h" 63 #include "sky/engine/platform/Widget.h"
65 #include "sky/engine/public/platform/Platform.h" 64 #include "sky/engine/public/platform/Platform.h"
66 #include "sky/engine/core/inspector/ScriptCallStack.h" 65 #include "sky/engine/core/inspector/ScriptCallStack.h"
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 scriptModule.resolvedDependencies.append(actual); 301 scriptModule.resolvedDependencies.append(actual);
303 } 302 }
304 } 303 }
305 } 304 }
306 } 305 }
307 306
308 V8ScriptRunner::runModule(m_isolate, m_frame->document(), scriptModule); 307 V8ScriptRunner::runModule(m_isolate, m_frame->document(), scriptModule);
309 } 308 }
310 309
311 } // namespace blink 310 } // namespace blink
OLDNEW
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698