RESOLVED FIXED Bug 37277
Move the IDB::open ExceptionCode parameter to be last
https://bugs.webkit.org/show_bug.cgi?id=37277
Summary Move the IDB::open ExceptionCode parameter to be last
Jeremy Orlow
Reported 2010-04-08 08:45:29 PDT
Move the IDB::open ExceptionCode paramter to be last
Attachments
Patch (10.63 KB, patch)
2010-04-08 08:50 PDT, Jeremy Orlow
no flags
Jeremy Orlow
Comment 1 2010-04-08 08:50:09 PDT
Darin Adler
Comment 2 2010-04-09 09:27:41 PDT
Normally we use the typedef ExceptionCode so we don't have to name exception code arguments. Please do that whenever practical.
Jeremy Orlow
Comment 3 2010-04-09 09:30:52 PDT
(In reply to comment #2) > Normally we use the typedef ExceptionCode so we don't have to name exception > code arguments. Please do that whenever practical. All the uses of int are in the Chromium WebKit API. I suppose maybe we should add a WebExceptionCode class there, but I also don't see a huge advantage to doing so. + fishd in case we think it's a good idea to do so.
Darin Adler
Comment 4 2010-04-09 09:39:35 PDT
(In reply to comment #3) > All the uses of int are in the Chromium WebKit API. I suppose maybe we should > add a WebExceptionCode class there, but I also don't see a huge advantage to > doing so. I'm surprised that ExceptionCode is part of the Chromium WebKit API. It's an implementation detail we've often changed around in the past and not something particularly stable, so not great for API. But anyway, not on point for this patch.
Jeremy Orlow
Comment 5 2010-04-09 09:43:35 PDT
(In reply to comment #4) > (In reply to comment #3) > > All the uses of int are in the Chromium WebKit API. I suppose maybe we should > > add a WebExceptionCode class there, but I also don't see a huge advantage to > > doing so. > > I'm surprised that ExceptionCode is part of the Chromium WebKit API. It's an > implementation detail we've often changed around in the past and not something > particularly stable, so not great for API. But anyway, not on point for this > patch. Did you mean you're surprised it's not? Anyway, I guess you're right that it is an implementation detail that should probably be abstracted away by an API. I'll look into changing this, unless you have an objection, fishd.
Darin Adler
Comment 6 2010-04-09 09:45:14 PDT
(In reply to comment #5) > > I'm surprised that ExceptionCode is part of the Chromium WebKit API. It's an > > implementation detail we've often changed around in the past and not something > > particularly stable, so not great for API. But anyway, not on point for this > > patch. > > Did you mean you're surprised it's not? I am surprised that WebCore's internal representation of DOM exceptions is a part of the API. Not the ExceptionCode typedef, which, as you say, is not.
WebKit Commit Bot
Comment 7 2010-04-09 12:50:47 PDT
Comment on attachment 52873 [details] Patch Clearing flags on attachment: 52873 Committed r57350: <http://trac.webkit.org/changeset/57350>
WebKit Commit Bot
Comment 8 2010-04-09 12:50:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.