Bug 189426
Summary: | XMLHttpRequest: open() does not throw a SYNTAX_ERR exception if url cannot be resolved | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rob Buis <rbuis> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | beidson, cdumez, fred.wang, rwlbuis |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Rob Buis
Bug 46008 seems blocked so opening this similar bug.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Frédéric Wang (:fredw)
(In reply to Rob Buis from comment #0)
> Bug 46008 seems blocked so opening this similar bug.
What do you mean? Do you lack editbug privilege?
Chris Dumez
It would be better to take over the existing bug.
Rob Buis
Sadly I can't upload to the other one:
Obsoleting attachment: 118359
Traceback (most recent call last):
File "./Tools/Scripts/webkit-patch", line 84, in <module>
main()
File "./Tools/Scripts/webkit-patch", line 79, in main
WebKitPatch(os.path.abspath(__file__)).main()
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
result = command.check_arguments_and_execute(options, args, self)
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
self._sequence.run_and_handle_errors(tool, options, state)
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
self._run(tool, options, state)
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
step(tool, options).run(state)
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/tool/steps/obsoletepatches.py", line 57, in run
self._tool.bugs.obsolete_attachment(patch.id())
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 836, in obsolete_attachment
self._find_select_element_for_flag('review').value = ("X",)
File "/Users/rwlbuis/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_form.py", line 1974, in __setattr__
raise AttributeError("control '%s' is disabled" % self.name)
AttributeError: control 'flag-118084' is disabled
Would this be fixed if I have EditBugs permission?
Rob Buis
Nm, Fred mentioned just attaching the patch, I think that will work.
Frédéric Wang (:fredw)
*** This bug has been marked as a duplicate of bug 46008 ***
Alexey Proskuryakov
Are you the same Rob Buis that's been a contributor since 2005? If so, you already have an account with EditBugs. If not, we need to find a way to differentiate you two :)