Closed
Bug 198246
Opened 22 years ago
Closed 22 years ago
[testgtkembed] URL's not fully qualified don't work in URL field
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4alpha
People
(Reporter: tracy, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
1.96 KB,
patch
|
alecf
:
review+
kinmoz
:
superreview+
brendan
:
approval1.3+
|
Details | Diff | Splinter Review |
seen on linux testgtkembed builds from 2003-03-17-05-trunk on
-type a url in the url field but leave off the http:// protocol (ie www.quicken.com)
-hit enter
nothing happens, the site is not loaded
workaround is to enter the fully qualified url (http://www.quicken.com)
Reporter | ||
Comment 1•22 years ago
|
||
the workaround is no longer working as seen on linux embed build 2003-03-26-08-trunk
-launch testgtkembed
-enter a URL
previously only fully qualified URL's would work
now, when trying to enter a fully qualified URL, the browser redirects to
about:blank then hangs.
upgrading to smoketest blocker
Severity: critical → blocker
Keywords: smoketest
Assignee | ||
Comment 2•22 years ago
|
||
I tested in dist/bin/ and dist/Embed/ and this is definitely a packaging issue.
Assignee | ||
Comment 3•22 years ago
|
||
This fixes the problem for me.
dougt commented out all.js on March 15.
The other changes are:
* remove a library that hasn't existed for ages
* fix obvious typo
Comment 4•22 years ago
|
||
Downgrading from smoketest blocker, since it does not affect the product, and it
looks like a packaging problem, not a code problem.
Thanks for the patch, dbaron!
cc'ing dougt.
Severity: blocker → critical
Keywords: smoketest
Assignee | ||
Updated•22 years ago
|
Attachment #118576 -
Flags: review?(alecf)
Assignee | ||
Updated•22 years ago
|
Attachment #118576 -
Flags: superreview?(bryner)
Assignee | ||
Comment 6•22 years ago
|
||
Taking bug.
Assignee: blizzard → dbaron
Whiteboard: [patch]
Target Milestone: --- → mozilla1.4alpha
Comment 7•22 years ago
|
||
Comment on attachment 118576 [details] [diff] [review]
patch
damn dbaron, you're going after every bug that has been bugging me in the last
week...r=alecf
Attachment #118576 -
Flags: review?(alecf) → review+
Attachment #118576 -
Flags: superreview?(bryner) → superreview+
Updated•22 years ago
|
Attachment #118576 -
Flags: approval1.3+
Assignee | ||
Comment 10•22 years ago
|
||
Fix checked in to trunk, 2003-03-26 16:09 PST.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•22 years ago
|
||
verified with testgtkembed build 2003-03-27-05-trunk
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•