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

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

Issue 14200030: Remove XMLHttpRequestException in favor of DOMException (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix tests after rebasing... 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/workers/WorkerContext.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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 548
549 attribute EventSourceConstructor EventSource; // Usable with new the operato r 549 attribute EventSourceConstructor EventSource; // Usable with new the operato r
550 550
551 // Mozilla has a separate XMLDocument object for XML documents. 551 // Mozilla has a separate XMLDocument object for XML documents.
552 // We just use Document for this. 552 // We just use Document for this.
553 attribute DocumentConstructor XMLDocument; 553 attribute DocumentConstructor XMLDocument;
554 attribute DOMParserConstructor DOMParser; 554 attribute DOMParserConstructor DOMParser;
555 attribute XMLSerializerConstructor XMLSerializer; 555 attribute XMLSerializerConstructor XMLSerializer;
556 attribute XMLHttpRequestConstructor XMLHttpRequest; // Usable with the new o perator 556 attribute XMLHttpRequestConstructor XMLHttpRequest; // Usable with the new o perator
557 attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload; 557 attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload;
558 attribute XMLHttpRequestExceptionConstructor XMLHttpRequestException;
559 attribute XSLTProcessorConstructor XSLTProcessor; // Usable with the new ope rator 558 attribute XSLTProcessorConstructor XSLTProcessor; // Usable with the new ope rator
560 559
561 attribute MessagePortConstructor MessagePort; 560 attribute MessagePortConstructor MessagePort;
562 attribute MessageChannelConstructor MessageChannel; // Usable with the new o perator 561 attribute MessageChannelConstructor MessageChannel; // Usable with the new o perator
563 562
564 attribute DOMPluginConstructor Plugin; 563 attribute DOMPluginConstructor Plugin;
565 attribute DOMPluginArrayConstructor PluginArray; 564 attribute DOMPluginArrayConstructor PluginArray;
566 565
567 attribute DOMMimeTypeConstructor MimeType; 566 attribute DOMMimeTypeConstructor MimeType;
568 attribute DOMMimeTypeArrayConstructor MimeTypeArray; 567 attribute DOMMimeTypeArrayConstructor MimeTypeArray;
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 attribute MutationRecordConstructor MutationRecord; 745 attribute MutationRecordConstructor MutationRecord;
747 746
748 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource; 747 [EnabledAtRuntime=mediaSource] attribute MediaSourceConstructor WebKitMediaS ource;
749 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer; 748 [EnabledAtRuntime=mediaSource] attribute SourceBufferConstructor WebKitSourc eBuffer;
750 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList; 749 [EnabledAtRuntime=mediaSource] attribute SourceBufferListConstructor WebKitS ourceBufferList;
751 750
752 // window.toString() requires special handling in V8 751 // window.toString() requires special handling in V8
753 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString(); 752 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString();
754 }; 753 };
755 754
OLDNEW
« no previous file with comments | « Source/core/dom/DOMExceptions.in ('k') | Source/core/workers/WorkerContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698