Closed
Bug 5436
Opened 26 years ago
Closed 26 years ago
[BLOCK] command line arg "-url" doesn't work.
Categories
(SeaMonkey :: UI Design, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M8
People
(Reporter: phillip, Assigned: radha)
Details
Overview Description:
the command line option -url is now ignored when apprunner is
invoked from command line.
Steps to Reproduce:
1) in a command shell, type `./apprunner -url http://www.mozilla.org`
2) note that navigator.xul is used to create the ui.
Actual Results:
Navigator has an empty url and displays no page, but does use
Navigator.xul.
Expected Results:
Navagator should use have loaded mozilla.org's homepage after it loaded
navigator.xul. (either that, or their should be some way to specify
which file to use for your UI and which url you'd like as the default
location.)
Build Date & Platform:
4/23/99 build on RedHat Linux 5.2
4/22/99 (17) build on Win NT 4.0 sp4.
Assignee: don → radha
Priority: P3 → P1
Summary: [block]command line arg "-url" doesn't work. → [BLOCK] command line arg "-url" doesn't work.
Target Milestone: M5
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
I fixed it few minutes ago. This is because of some checkin by Bill that I
mentioned yesterday.
ok, now -url works, but it does not serve to also load the navigator.xul file.
we need a way to pass a url to the xul file such that navigator can be launched
with its chrome AND with a default url.
is this hiding in the spec some where?
Assignee | ||
Comment 7•26 years ago
|
||
I tried this in today's build. With the -url option, I could see apprunner with
the chrome, menus etc...and the url passed as argument to -url option displayed
in the content area. Now, I don't understand what you mean by "Loading a
default url". Are you talking about a default HOME page?
i don't understand, but all of the sudden, this works. i'm not going to spend
too much more time trying to figure out why it didn't work before. i'll claim
lack of coffee.
the moral of the story is:
`./apprunner -url http://www.mozilla.org` brings up a browser with chrome
and the expected content on
build 1999-04-26-09, RedHat Linux 5.2 i386
build 1999-04-26-08, WinNT 4.0 sp4, i386
this no longer works on
RedHat 5.2 build 1999-06-09-08
WinNT 4.0 build 1999-06-09-08
what happens:
the qa smoketest page is loaded from mozilla.org.
Expected Results:
the specified url should be loaded.
this is blocking the automated smoke tests from working.
Reporter | ||
Comment 10•26 years ago
|
||
clearing resolution, changing to blocker, cc'ing leaf and leger...
Comment 11•26 years ago
|
||
This is definitely not working as of this morning's builds; i didn't realize
this worked before, or the tree would still be closed.
apprunner -url "http://www.yahoo.com"
apprunner -url http://www.yahoo.com
apprunner "http://www.yahoo.com"
all fail for today's windows build. Without this feature, automated smoketests
are impossible. Radha, are you around to try and track this down?
Comment 12•26 years ago
|
||
Also blocking performance test scripts...arrggghh! I pinged the pointy
heads...let's try for a fix today please :-)
Assignee | ||
Comment 13•26 years ago
|
||
Looking in to it.
Assignee | ||
Comment 14•26 years ago
|
||
Bill Law will checkin a fix in few minutes.
Comment 15•26 years ago
|
||
AWESOME!!! thanks mucho!
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Comment 16•26 years ago
|
||
Bill just checked in the fix.
Reporter | ||
Comment 17•26 years ago
|
||
verified
RedHat 5.2, build 1999-06-10-08
WinNT 4 sp4, build 1999-06-10-09
Reporter | ||
Comment 18•26 years ago
|
||
i hate to do this, but this no longer works as of
build 1999-07-02-10 on windows NT4 sp 4
build 1999-07-02-11 on RedHat Linux 5.2
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 19•26 years ago
|
||
Works for me in unix & windows in today's build Please verify.
Reporter | ||
Comment 20•26 years ago
|
||
this is fixed
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: WORKSFORME → FIXED
Reporter | ||
Comment 21•26 years ago
|
||
verified on
RedHat 5.2 build 1999-07-06-16-M8
WinNT 4.0sp4 build 1999-07-06-08-M8
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•