Bugs item #636699, was opened at 2002-11-11 09:39
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=636699&group_id=4866
Category: WebKit
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anony
I don't want to make this change until I'm sure I know it won't break
anything :)
I believe that, in this code, the check if
self._actionSet().hasKey(action) is superfluous:
# Check for actions
for action in self.actions():
if req.hasField(
On Tue, 2002-11-12 at 00:02, Tripp Lilley wrote:
>
> I don't want to make this change until I'm sure I know it won't break
> anything :)
>
> I believe that, in this code, the check if
> self._actionSet().hasKey(action) is superfluous:
>
> # Check for actions
> for act