Commit Graph

4861 Commits

Author SHA1 Message Date
hyatt%netscape.com
5d796d9f42 Fix cut/copy/paste, still trying to figure out arrow key bustage. r=akkana, sr=brendan 2001-03-23 00:59:29 +00:00
hwaara%chello.se
b599862a9e Fix possible memory leak. bug 62668. r=hwaara, sr=attinasi. (initial fix by gverdun@acm.org) 2001-03-22 15:10:02 +00:00
jst%netscape.com
c6cb3efbe1 Attempt at fixing OS2 bustage. 2001-03-22 10:47:23 +00:00
jst%netscape.com
62e88d8c15 Fixing bugs 64523, 50018, 57626, 59024, 61413 and probably others, making the document and form JS engine resolve hooks find what they're supposed to find, and nothing more, making the element-by-name and element-by-id lookup in the document be hashtable based to avoid walking the whole DOM tree over and over again when resolving names on the document object and also on form objects. This is an order of magnitude speedup for pages that contain a large number of form controls, such as hotmail and aol mail. Also did a bunch of cleanup here n' there. r=pollmann@netscape.com, sr=vidur@netscape.comI. 2001-03-22 08:51:52 +00:00
blakeross%telocity.com
6310109ecc More fallout from landing. Won't affect current bustage. 2001-03-22 04:03:17 +00:00
pavlov%netscape.com
c17be1f358 adding ifdef'd code to use the new imagelib. bug #70938. r=jst sr=rpotts 2001-03-22 01:42:32 +00:00
pavlov%netscape.com
80aa70de1b adding ifdef'd code to use the new imagelib. bug #70938. r=rpotts sr=jst 2001-03-22 01:42:01 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
heikki%netscape.com
9f0077a84e Didn't notice tree was closed, backing out to wait for open. 2001-03-21 23:35:22 +00:00
heikki%netscape.com
e162db571b Bug 72675, document.load() can cause crash if loading HTML document. r=harishd,sr=vidur. 2001-03-21 23:20:12 +00:00
bryner%uiuc.edu
05aa4d6775 Need to add -I. as well. Fixing build bustage. 2001-03-21 22:01:47 +00:00
bryner%uiuc.edu
991faca062 Fixing build bustage. r=cls. 2001-03-21 21:58:23 +00:00
hyatt%netscape.com
6470447a3f Backing out preventDefault checkin, since it's already there. 2001-03-21 21:27:04 +00:00
akkana%netscape.com
f685b8c2ce 57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
Clean up XBL bindings and eliminate redundancies and errors.
       Fix a bug in which XBL bindings didn't check for event cancellation.
       r=brade sr=hyatt
2001-03-21 20:32:59 +00:00
alecf%netscape.com
a45fd24a01 fix for bug 46488 r=valeski, sr=waterson
make the content DLL an HTTP startup listener, so that loading the content DLL doesn't load HTTP
2001-03-21 19:35:29 +00:00
pchen%netscape.com
10ae433834 mac buddy for alecf on bug 46488, r=valeski, sr=waterson, add nsContentHTTPStartup.cpp to project 2001-03-21 19:35:25 +00:00
glazman%netscape.com
050041f52f easy fix for 71647 ; that bug was hidden behind 72302, [s]r=attinasi 2001-03-21 09:40:41 +00:00
hyatt%netscape.com
6fe6375fc9 Fix for 71740. r=jag, sr=shaver. 2001-03-21 08:15:12 +00:00
hyatt%netscape.com
7eb8765948 Fix for 62985, r=dbaron, sr=attinasi 2001-03-21 08:10:20 +00:00
timeless%mac.com
779adab63f ports bustage *sorry* HPUX doesn't want to make abstract temporary variables, so reverting 2001-03-21 07:10:15 +00:00
timeless%mac.com
e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
pollmann%netscape.com
b7fdd19dba Bug 72288: Don't turn off scrollbars on all XML documents, r=heikki@netscape.com, sr=blizzard@mozilla.org 2001-03-21 03:00:18 +00:00
erik%netscape.com
c5bd1e8ade bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
from IBM bidi project (Arabic, Hebrew, etc); some in ifdef for now
2001-03-21 01:16:22 +00:00
karnaze%netscape.com
f58900f87a bug 68912 - allow nsHTMLTableRowElement::SetCells() to pass a null value. sr=attinasi 2001-03-20 15:40:18 +00:00
glazman%netscape.com
4fc3eb0ce3 adds support for :not() css3 pseudo-class; b=71647, r=pierre, sr=hyatt 2001-03-20 11:49:20 +00:00
rods%netscape.com
755cc117c9 Change box sizing atom back to correct non-xul name
Bug 72226 r=waterson sr=attinasi
2001-03-20 11:42:56 +00:00
pinkerton%netscape.com
04c16f240d removing nsAnonymousElement.cpp to fix bustage. 2001-03-20 02:00:09 +00:00
hyatt%netscape.com
dc8d28b627 Missed another file. 2001-03-20 00:46:41 +00:00
hyatt%netscape.com
aec07a2575 OOps. Missed a file. 2001-03-20 00:45:51 +00:00
heikki%netscape.com
8e32589d01 Removed unused variable. NS_PAGE_LOAD is nsEvent, not nsMouseEvent. r=harishd. 2001-03-20 00:19:48 +00:00
heikki%netscape.com
ed0d730e7e Not part of build. Added tests for document.load() (a DOM extension used to load XML documents asynchronloysly as data). 2001-03-20 00:05:05 +00:00
hyatt%netscape.com
ceca1422dc Fix for 72345. r=jag, sr=shaver,scc 2001-03-19 23:56:28 +00:00
peterlubczynski%netscape.com
c01bf6830c Fix for null docShell in nsEventStateManager::UpdateCursor. Fixing AIM Express top crash. bug 69589 r=saari sr=attinasi 2001-03-19 23:01:59 +00:00
pavlov%netscape.com
913938c7f0 (not part of the build) changing nsHTMLAtoms::image to nsXULAtoms::image r=hyatt 2001-03-19 22:59:20 +00:00
waterson%netscape.com
c8392e7a56 Bug 71421. Always check for null script object from CompileScript(). r=mstoltz, sr=brendan 2001-03-19 22:22:24 +00:00
blakeross%telocity.com
1dba7198b2 Crash when reading past the end of a CSSRuleList. patch by Hixie (ian@hixie.ch). r=blake, glazman sr=jst 2001-03-19 22:12:12 +00:00
hyatt%netscape.com
7126e1923b Fixes for my 3 0.8.1 bugs... all approved etc. etc. 2001-03-17 00:27:13 +00:00
pollmann%netscape.com
bbb16c850a Bug 68010: Make XML/XHTML documents obey scrolling attribute on containing frames/iframes, remove unused variable, r=heikki@netscape.com, sr=jst@netscape.com 2001-03-14 07:35:40 +00:00
pollmann%netscape.com
ce606f1c58 Bug 65878: Make Image documents obey scrolling attribute on containing frames/iframes, remove unused variable, r=heikki@netscape.com, sr=jst@netscape.com 2001-03-14 07:35:29 +00:00
pinkerton%netscape.com
83d132bea0 don't hide tooltip until mouse exits the node, not on any mouse move. also allow for clients to disable the auto-hide timer with the 'noautohide' attribute. r=saari/sr=hyatt. bug# 71547. 2001-03-14 02:32:27 +00:00
joki%netscape.com
6f9ce0e10e Fix smoketest blocker bugs 71224 & 71836 and (probably) 71834. r: hyatt 2001-03-13 23:58:15 +00:00
joki%netscape.com
8e53706e23 Fix 49120 (Force event handler compilation when properties accessed from JS) and 53640 (Fix event capture to work starting from text nodes) r:peterv, sr:jst 2001-03-13 11:37:16 +00:00
joki%netscape.com
a80e213a13 Fix 62878, hack event.which to return values more like 4x. r:peterv, sr:jst 2001-03-13 11:34:07 +00:00
dprice%netscape.com
edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
jst%netscape.com
2fb4111355 Fixing bug 70170. Making sure we unblock the parser after loading a script file even if loading the script failed or the script file was empty. r=pollmann@netscape.com, sr=rpotts@netscape.com. 2001-03-13 07:23:15 +00:00
hyatt%netscape.com
a540a46a90 Fix for 70704 and 71261. r=pierre, sr=attinasi 2001-03-13 02:34:02 +00:00
jst%netscape.com
92c5553e74 Checking in some code cleanup in preparation for my next checkin to this file (a fix for bug 70170). r=pollmann@netscape.com, sr=rpotts@netscape.com 2001-03-13 02:27:25 +00:00
valeski%netscape.com
68017cb9e2 sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api 2001-03-13 02:02:05 +00:00
danm%netscape.com
146aaf79b9 Removing IsModal,ShowModal,ExitModalLoop methods from nsIDocShellTreeOwner. General API cleanup. bug 70481 r=ccarlen,hyatt,vidur 2001-03-12 23:08:55 +00:00