Bug 3808

Summary: REQ: Implement location.assign
Product: WebKit Reporter: Matthew <kaiwai.gardiner>
Component: JavaScriptCoreAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: krishnamurty.podipireddy
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Implement location.assign
mjs: review-
Add test case mjs: review+

Description Matthew 2005-07-02 04:01:18 PDT
function addClick() {
   var loc = 'scvrtsrv.html';

   var code = 'location.assign("' + loc + '")';
   eval(code);
}

Unable to open up the requested page so that one can add a virtual server to the Router.

The Router used is a US Robotics 9105; and the site is the internal configuration pages; all the pages use 
the same consistant use of the javascript call; location.assign
Comment 1 Mark Rowe (bdash) 2005-07-02 04:05:36 PDT
location.assign appears to be an Internet Explorer extension, though it supported by Mozilla + family.
Comment 2 Anders Carlsson 2005-07-09 05:24:36 PDT
Created attachment 2878 [details]
Implement location.assign

This patch implements location.assign. It works the same as setting location to
an explicit value.
Comment 3 Maciej Stachowiak 2005-07-09 14:13:01 PDT
Comment on attachment 2878 [details]
Implement location.assign

needs a layout test, but other than that looks great. r- until a test case is
added.
Comment 4 Anders Carlsson 2005-07-12 04:06:57 PDT
Created attachment 2922 [details]
Add test case
Comment 5 Maciej Stachowiak 2005-07-13 11:12:42 PDT
Comment on attachment 2922 [details]
Add test case

r=me
Comment 6 Alexey Proskuryakov 2006-05-17 13:07:18 PDT
*** Bug 8959 has been marked as a duplicate of this bug. ***
Comment 7 David Carson 2006-06-03 20:50:34 PDT
*** Bug 8959 has been marked as a duplicate of this bug. ***