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

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

Issue 792103003: Remove WorkerGlobalScope.webkitURL (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 // The above items are available in M34 branch. 257 // The above items are available in M34 branch.
258 258
259 TextAutosizing = 274, 259 TextAutosizing = 274,
260 HTMLAnchorElementPingAttribute = 276, 260 HTMLAnchorElementPingAttribute = 276,
261 InsertAdjacentHTML = 278, 261 InsertAdjacentHTML = 278,
262 SVGClassName = 279, 262 SVGClassName = 279,
263 HTMLAppletElement = 280, 263 HTMLAppletElement = 280,
264 HTMLMediaElementSeekToFragmentStart = 281, 264 HTMLMediaElementSeekToFragmentStart = 281,
265 HTMLMediaElementPauseAtFragmentEnd = 282, 265 HTMLMediaElementPauseAtFragmentEnd = 282,
266 PrefixedWindowURL = 283, 266 PrefixedWindowURL = 283,
267 PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039 . Available since M37.
268 WindowOrientation = 285, 267 WindowOrientation = 285,
269 DOMStringListContains = 286, 268 DOMStringListContains = 286,
270 DocumentCaptureEvents = 287, 269 DocumentCaptureEvents = 287,
271 DocumentReleaseEvents = 288, 270 DocumentReleaseEvents = 288,
272 WindowCaptureEvents = 289, 271 WindowCaptureEvents = 289,
273 WindowReleaseEvents = 290, 272 WindowReleaseEvents = 290,
274 PrefixedGamepad = 291, 273 PrefixedGamepad = 291,
275 ElementAnimateKeyframeListEffectObjectTiming = 292, 274 ElementAnimateKeyframeListEffectObjectTiming = 292,
276 ElementAnimateKeyframeListEffectDoubleTiming = 293, 275 ElementAnimateKeyframeListEffectDoubleTiming = 293,
277 ElementAnimateKeyframeListEffectNoTiming = 294, 276 ElementAnimateKeyframeListEffectNoTiming = 294,
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 635
637 void updateMeasurements(); 636 void updateMeasurements();
638 637
639 OwnPtr<BitVector> m_countBits; 638 OwnPtr<BitVector> m_countBits;
640 BitVector m_CSSFeatureBits; 639 BitVector m_CSSFeatureBits;
641 }; 640 };
642 641
643 } // namespace blink 642 } // namespace blink
644 643
645 #endif // UseCounter_h 644 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | Source/core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698