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

Side by Side Diff: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h

Issue 2093563005: Improve performance to remove OPTIONs from a single-selection SELECT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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 | third_party/WebKit/Source/core/inspector/InspectorTraceEvents.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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef InspectorTraceEvents_h 5 #ifndef InspectorTraceEvents_h
6 #define InspectorTraceEvents_h 6 #define InspectorTraceEvents_h
7 7
8 #include "core/CoreExport.h" 8 #include "core/CoreExport.h"
9 #include "core/css/CSSSelector.h" 9 #include "core/css/CSSSelector.h"
10 #include "platform/EventTracer.h" 10 #include "platform/EventTracer.h"
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 extern const char ImageChanged[]; 136 extern const char ImageChanged[];
137 extern const char LineBoxesChanged[]; 137 extern const char LineBoxesChanged[];
138 extern const char SliderValueChanged[]; 138 extern const char SliderValueChanged[];
139 extern const char AncestorMarginCollapsing[]; 139 extern const char AncestorMarginCollapsing[];
140 extern const char FieldsetChanged[]; 140 extern const char FieldsetChanged[];
141 extern const char TextAutosizing[]; 141 extern const char TextAutosizing[];
142 extern const char SvgResourceInvalidated[]; 142 extern const char SvgResourceInvalidated[];
143 extern const char FloatDescendantChanged[]; 143 extern const char FloatDescendantChanged[];
144 extern const char CountersChanged[]; 144 extern const char CountersChanged[];
145 extern const char GridChanged[]; 145 extern const char GridChanged[];
146 extern const char MenuWidthChanged[]; 146 extern const char MenuOptionsChanged[];
147 extern const char RemovedFromLayout[]; 147 extern const char RemovedFromLayout[];
148 extern const char AddedToLayout[]; 148 extern const char AddedToLayout[];
149 extern const char TableChanged[]; 149 extern const char TableChanged[];
150 extern const char PaddingChanged[]; 150 extern const char PaddingChanged[];
151 extern const char TextControlChanged[]; 151 extern const char TextControlChanged[];
152 // FIXME: This is too generic, we should be able to split out transform and 152 // FIXME: This is too generic, we should be able to split out transform and
153 // size related invalidations. 153 // size related invalidations.
154 extern const char SvgChanged[]; 154 extern const char SvgChanged[];
155 extern const char ScrollbarChanged[]; 155 extern const char ScrollbarChanged[];
156 } // namespace LayoutInvalidationReason 156 } // namespace LayoutInvalidationReason
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 PassOwnPtr<TracedValue> endData(const HitTestRequest&, const HitTestLocation&, c onst HitTestResult&); 340 PassOwnPtr<TracedValue> endData(const HitTestRequest&, const HitTestLocation&, c onst HitTestResult&);
341 } 341 }
342 342
343 CORE_EXPORT String toHexString(const void* p); 343 CORE_EXPORT String toHexString(const void* p);
344 CORE_EXPORT void setCallStack(TracedValue*); 344 CORE_EXPORT void setCallStack(TracedValue*);
345 345
346 } // namespace blink 346 } // namespace blink
347 347
348 348
349 #endif // !defined(InspectorTraceEvents_h) 349 #endif // !defined(InspectorTraceEvents_h)
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698