Commit Graph

56335 Commits

Author SHA1 Message Date
rickg%netscape.com
b4f4be2e22 removed warnings; r=none 2000-03-25 05:38:11 +00:00
scc%netscape.com
a858dc4f15 File Removed. 2000-03-25 05:37:30 +00:00
mccabe%netscape.com
5e7ffb5975 Initial add of files to support a JavaScript console.
r=jband, r=ben

(though I've changed things slightly since they saw it.)
2000-03-25 04:23:31 +00:00
tbogard%aol.net
d2c195372b Removed the Set and GetPresContext as they were not being used. 2000-03-25 03:43:58 +00:00
tbogard%aol.net
79738b793f Updated the loadURI methods to reflect changes in the nsIDocShell API. ::Reload() now makes sure to pass the type on to the InternalLoad() call. ::Destroy() makes sure to properly tear down the script objects by setting the docshell and owner on those to null. When Scrolling to an anchor, make sure to update the current URI. The ::InternalLoad function now is responsible for updating the mUpdateHistoryOnLoad member, rather than relying on callers to set it first. When loading the site, only apply histories if we mUpdateHistoryOnLoad is set. Stubbed out a new function ::ShouldPersistInSessionHistory() that allows us to put all the code in place for items pages that shouldn't be persisted in the list, meaning items that are overwritten when new ones are added. 2000-03-25 03:43:27 +00:00
tbogard%aol.net
1607d36c6a Removed the loadURIVia as it is not needed. Setting the binding will be done through a setup, not through each load. loadURI now takes a referrer URI as the second paramater. We weren't doing anything with the presContext so that was removed (it was put there early before the design all fleshed out.) 2000-03-25 03:42:49 +00:00
pollmann%netscape.com
16782938ff Bug 18728: Forms should submit variables in content order, even through reframe of child elements r=harishd 2000-03-25 03:42:40 +00:00
pollmann%netscape.com
e0efafa6f8 Bug 25330: Form with no action specified should truncate old query string r=harishd 2000-03-25 03:38:51 +00:00
pollmann%netscape.com
ae3d918cae Bug 26917: Form submit should not append variables to javascript: actions r=harishd 2000-03-25 03:36:31 +00:00
rickg%netscape.com
28a6e9462a fixed bug 28825, 30780, 31723 plus wip for travis; r=harishd 2000-03-25 03:35:50 +00:00
rickg%netscape.com
b8b4b190a1 changed observer to use correct topic name based on mimetype 2000-03-25 03:33:24 +00:00
rickg%netscape.com
e79a132325 changed Parser(stream) to accept mimetype 2000-03-25 03:32:55 +00:00
pollmann%netscape.com
78fbe87a0b Bug 20459, 21268: Allow zero size HTML frames. r=harishd 2000-03-25 03:19:14 +00:00
cmanske%netscape.com
32ef3a8757 Fixed window title bug 30100, removed debug code in table editing. r=brade 2000-03-25 02:41:19 +00:00
akkana%netscape.com
94b179c77e 33208: Fix problem of editor not initializing on pages with JS. r=sfraser 2000-03-25 02:27:57 +00:00
hyatt%netscape.com
92b95abb62 Adding support for the <children/> element to XBL. 2000-03-25 02:18:55 +00:00
pavlov%netscape.com
57009b25cf add some #if[n]def STASTANDALONE_STRING_TESTS r=scc 2000-03-25 02:07:34 +00:00
pavlov%netscape.com
3ae340c6ea make string tests build on unix 2000-03-25 01:59:19 +00:00
ssu%netscape.com
956430cf35 initial checkin of tool to help build windows installer. Not hooked up to build system yet. 2000-03-25 01:38:12 +00:00
jbetak%netscape.com
db135e810b r=rickg, ftang fix for 32604 Trunk fix for illegal use of nsString-external JavaScript convert charset incorrectly 2000-03-25 01:21:21 +00:00
mjudge%netscape.com
9c968a3902 small change to stop selection from being notified of clicks on non selecteable sytle content 2000-03-25 01:14:39 +00:00
mjudge%netscape.com
c5ca8182ed r=saari stop scrollbars from being selected 2000-03-25 01:12:51 +00:00
law%netscape.com
c74ca56b34 Fix for bug 33114; r=none, but that's OK since I'm just fixing code that wan't reviewed when it was checked in 2000-03-25 01:03:25 +00:00
tbogard%aol.net
8a8c101ec9 Implementation for the new method onLocationChange added to the nsIWebProgressListener interface. 2000-03-25 01:00:05 +00:00
tbogard%aol.net
ef7f9961dc Added a new method onLocationChange that is called when the location of the watched window changes. 2000-03-25 01:00:04 +00:00
scc%netscape.com
4735f81cae Making the tests run on all platforms. Removing some confusion about iostreams. 2000-03-25 00:59:29 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
putterman%netscape.com
a3bf30070f added new files and directory for shift delete bug 16349, r=hangas 2000-03-25 00:57:51 +00:00
scc%netscape.com
08b157baba getting the unit tests and profiling tests to run on all platforms 2000-03-25 00:56:47 +00:00
jst%netscape.com
4b601df80e Don't leak the hash table used for the attribute map (#32196). Patch from shaver, r=beard 2000-03-25 00:54:30 +00:00
ruslan%netscape.com
29ea87755d Remove misleading comment; nsSocketTransport never attempts to reconnect
by iself anymore.
2000-03-25 00:50:50 +00:00
sfraser%netscape.com
80126fb4fa Fixes to nsTextFrame so that every text frame no longer AddRefs the blink timer, and tidyup of blink timer code. r=troy 2000-03-25 00:49:58 +00:00
ruslan%netscape.com
e98cc64fb6 Continuing earlier http reorg. There's no need to call mHeaders.Clear () as
formHeaders () is called just once anyway.
2000-03-25 00:49:41 +00:00
scc%netscape.com
b0b8c5e18f Incremental changes. These files are not yet part of the build. 2000-03-25 00:47:02 +00:00
cata%netscape.com
383a02c1ba Adding new interface to the build. 2000-03-25 00:10:47 +00:00
sspitzer%netscape.com
c083bc9552 add a spacer between the sentences. 2000-03-25 00:10:42 +00:00
ruslan%netscape.com
1c7c27cb30 Prevent certain headers to be sent out twice during the recovery loop when
the keep-alive connection is closed by the server.
2000-03-24 23:33:03 +00:00
putterman%netscape.com
5d081ae137 fix bustage. 2000-03-24 23:30:41 +00:00
wtc%netscape.com
4253fae7ae Bugzilla bug #32184: added 'const' versions of hash table lookup
functions that don't reorder the hash entries.
Modified files: plhash.h, plhash.c
2000-03-24 23:13:45 +00:00
norris%netscape.com
ea63971f10 Fix bug 33239. 2000-03-24 23:06:02 +00:00
pavlov%netscape.com
3564a1b105 few more changes to the way we handle saving 2000-03-24 22:40:13 +00:00
norris%netscape.com
4eb52aa84b Fix
32088 Circumventing Same Origin security policy using javascript: URLs
        32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
scc%netscape.com
402f35dfcd Lots of changes to get this stuff building on Solaris, et al. None of these changes effect the mainline build yet, and won't until |NEW_STRING_APIS| is defined for everyone (coming soon) 2000-03-24 22:06:57 +00:00
pinkerton%netscape.com
9c10daa841 Updating device context to work with multiple monitors (r=hyatt). fixes bugs 21942, 32611. 2000-03-24 22:03:29 +00:00
pavlov%netscape.com
ff0472af3f update new unix filepicker stuff 2000-03-24 21:55:04 +00:00
slamm%netscape.com
f9a4756c9a Change "struct" to "class ... { public:" to quiet a warning. 2000-03-24 21:50:40 +00:00
slamm%netscape.com
36b4804bc4 Quiet some Mac warnings. Replace empty macro definition for MOZ_DECL_CTOR_COUNTER(_type) with "class _type". 2000-03-24 21:49:31 +00:00
beard%netscape.com
9a660ac926 not part of any build (yet) experimental profiler hooks to improve leak detector performance. 2000-03-24 21:43:23 +00:00
attinasi%netscape.com
501d8624ea New Daily Performance file. Not part of build. 2000-03-24 21:42:41 +00:00