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

Side by Side Diff: Source/core/frame/UseCounter.h

Issue 220563002: Remove HTMLFrameElement.location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 6 years, 8 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 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 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 InputTypeEmailMultiple = 184, 211 InputTypeEmailMultiple = 184,
212 InputTypeEmailMaxLength = 185, 212 InputTypeEmailMaxLength = 185,
213 InputTypeEmailMultipleMaxLength = 186, 213 InputTypeEmailMultipleMaxLength = 186,
214 InputTypeText = 190, 214 InputTypeText = 190,
215 InputTypeTextMaxLength = 191, 215 InputTypeTextMaxLength = 191,
216 InputTypePassword = 192, 216 InputTypePassword = 192,
217 InputTypePasswordMaxLength = 193, 217 InputTypePasswordMaxLength = 193,
218 SVGInstanceRoot = 194, 218 SVGInstanceRoot = 194,
219 ShowModalDialog = 195, 219 ShowModalDialog = 195,
220 PrefixedPageVisibility = 196, 220 PrefixedPageVisibility = 196,
221 HTMLFrameElementLocation = 197,
222 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers. 221 CSSStyleSheetInsertRuleOptionalArg = 198, // Inconsistent with the speci fication and other browsers.
223 DocumentBeforeUnloadRegistered = 200, 222 DocumentBeforeUnloadRegistered = 200,
224 DocumentBeforeUnloadFired = 201, 223 DocumentBeforeUnloadFired = 201,
225 DocumentUnloadRegistered = 202, 224 DocumentUnloadRegistered = 202,
226 DocumentUnloadFired = 203, 225 DocumentUnloadFired = 203,
227 SVGLocatableNearestViewportElement = 204, 226 SVGLocatableNearestViewportElement = 204,
228 SVGLocatableFarthestViewportElement = 205, 227 SVGLocatableFarthestViewportElement = 205,
229 HTMLHeadElementProfile = 207, 228 HTMLHeadElementProfile = 207,
230 OverflowChangedEvent = 208, 229 OverflowChangedEvent = 208,
231 SVGPointMatrixTransform = 209, 230 SVGPointMatrixTransform = 209,
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 394
396 void updateMeasurements(); 395 void updateMeasurements();
397 396
398 OwnPtr<BitVector> m_countBits; 397 OwnPtr<BitVector> m_countBits;
399 BitVector m_CSSFeatureBits; 398 BitVector m_CSSFeatureBits;
400 }; 399 };
401 400
402 } // namespace WebCore 401 } // namespace WebCore
403 402
404 #endif // UseCounter_h 403 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8HTMLFrameElementCustom.cpp ('k') | Source/core/html/HTMLFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698