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

Side by Side Diff: Source/core/dom/ExceptionCode.h

Issue 258203003: [webcrypto] Define the DOMException OperationError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, just in case... Created 6 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/DOMException.cpp ('k') | Source/modules/crypto/CryptoResultImpl.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 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public 5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version. 7 * version 2 of the License, or (at your option) any later version.
8 * 8 *
9 * This library is distributed in the hope that it will be useful, 9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 VersionError, 71 VersionError,
72 72
73 // File system 73 // File system
74 NotReadableError, 74 NotReadableError,
75 EncodingError, 75 EncodingError,
76 PathExistsError, 76 PathExistsError,
77 77
78 // SQL 78 // SQL
79 SQLDatabaseError, // Naming conflict with DatabaseError class. 79 SQLDatabaseError, // Naming conflict with DatabaseError class.
80 80
81 // Web Crypto
82 OperationError,
83
81 // WebIDL exception types, handled by the binding layer. 84 // WebIDL exception types, handled by the binding layer.
82 // FIXME: Add GeneralError, EvalError, etc. when implemented in the bind ings. 85 // FIXME: Add GeneralError, EvalError, etc. when implemented in the bind ings.
83 TypeError, 86 TypeError,
84 }; 87 };
85 88
86 } // namespace WebCore 89 } // namespace WebCore
87 90
88 #endif // ExceptionCode_h 91 #endif // ExceptionCode_h
OLDNEW
« no previous file with comments | « Source/core/dom/DOMException.cpp ('k') | Source/modules/crypto/CryptoResultImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698