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

Side by Side Diff: Source/core/page/DOMWindow.idl

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version Created 7 years, 7 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 | « Source/core/features.gypi ('k') | Source/core/page/RuntimeCSSEnabled.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) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2011 Google Inc. All rights reserved. 3 * Copyright (C) 2011 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 attribute StorageEventConstructor StorageEvent; 520 attribute StorageEventConstructor StorageEvent;
521 [Conditional=INPUT_SPEECH] attribute SpeechInputEventConstructor SpeechInput Event; 521 [Conditional=INPUT_SPEECH] attribute SpeechInputEventConstructor SpeechInput Event;
522 [Conditional=WEBGL] attribute WebGLContextEventConstructor WebGLContextEvent ; 522 [Conditional=WEBGL] attribute WebGLContextEventConstructor WebGLContextEvent ;
523 [EnabledAtRuntime=requestAutocomplete] attribute AutocompleteErrorEventConst ructor AutocompleteErrorEvent; 523 [EnabledAtRuntime=requestAutocomplete] attribute AutocompleteErrorEventConst ructor AutocompleteErrorEvent;
524 [EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute Secur ityPolicyViolationEventConstructor SecurityPolicyViolationEvent; 524 [EnabledAtRuntime=experimentalContentSecurityPolicyFeatures] attribute Secur ityPolicyViolationEventConstructor SecurityPolicyViolationEvent;
525 525
526 attribute EventExceptionConstructor EventException; 526 attribute EventExceptionConstructor EventException;
527 527
528 attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule; 528 attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule;
529 attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule; 529 attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule;
530 [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions] attribute WebKitCSSRe gionRuleConstructor WebKitCSSRegionRule; 530 [EnabledAtRuntime=cssRegions] attribute WebKitCSSRegionRuleConstructor WebKi tCSSRegionRule;
531 531
532 attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator 532 attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator
533 533
534 attribute DOMPointConstructor WebKitPoint; // Usable with new the operator 534 attribute DOMPointConstructor WebKitPoint; // Usable with new the operator
535 535
536 attribute ClipboardConstructor Clipboard; 536 attribute ClipboardConstructor Clipboard;
537 537
538 attribute WorkerConstructor Worker; // Usable with the new operator 538 attribute WorkerConstructor Worker; // Usable with the new operator
539 [EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator 539 [EnabledAtRuntime] attribute SharedWorkerConstructor SharedWorker; // Usable with the new operator
540 540
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 attribute MutationRecordConstructor MutationRecord; 746 attribute MutationRecordConstructor MutationRecord;
747 747
748 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource; 748 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource;
749 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer; 749 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer;
750 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList; 750 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList;
751 751
752 // window.toString() requires special handling in V8 752 // window.toString() requires special handling in V8
753 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString(); 753 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString();
754 }; 754 };
755 755
OLDNEW
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/page/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698