attinasi%netscape.com
ba852bc4c0
'Fixes' major performance problem with universal dynamic pseudo selectors by restricting their application in Standard mode to the same elements we restrict them to in QuirksMode. b=68821 r=waterson sr=shaver
2001-04-11 23:47:34 +00:00
hyatt%netscape.com
558eaf3113
Fix for 75189. r=jag. sr=attinasi
2001-04-11 03:55:39 +00:00
blakeross%telocity.com
80bf68ccea
Implement css3 :empty selector (75186). Patch by the evil QA-turned-engineer Ian Hickson <ian@hixie.ch> who insists on using me shamelessly for my cvs account. r=pierre sr=attinasi
2001-04-11 02:55:41 +00:00
glazman%netscape.com
63836c542e
fix for :not() due to 72302; b=71647, r=pierre, sr=attinasi
2001-04-10 13:43:20 +00:00
glazman%netscape.com
2eb62ea2f4
CSS2+ identifiers should support underscores ; b=74845, r=pierre, sr=attinasi
2001-04-10 11:09:07 +00:00
darin%netscape.com
00a7e27ee6
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
waterson%netscape.com
a6c83f4203
Bug 5569. Make sure that Terminate() can propogate DidBuildModel() to the sink, and that the sink will ensure an initial reflow has occurred. r=harishd, sr=jst
2001-04-10 00:49:49 +00:00
hyatt%netscape.com
fa6e409fe0
Fix regression to :-moz-bound-element caused by the :not checkin.
2001-04-08 22:22:47 +00:00
attinasi%netscape.com
e1128e740c
Fixed performance problem caused by unused nsAutoString in SelectorMatches.
...
Patch by bratell@lysator.liu.se , r=glazman@netscape.com sr=attinasi@netscape.com b=74830
2001-04-05 23:14:00 +00:00
blakeross%telocity.com
c9b9689e26
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
bratell%lysator.liu.se
b9a018fb6f
The right fix for bug 74328. This was the one that was reviewed and I have no idea where the old one came from. r=waterson sr=jst
2001-04-05 03:38:20 +00:00
bratell%lysator.liu.se
e0376b654e
Fix for bug 74328, removing O(n^2) algorithm from ContentAppended. This saves time on big pages. r=waterson sr=jst
2001-04-05 03:14:57 +00:00
ben%netscape.com
6251aa58fa
Partial fix for 73905, JS files not loaded with nsIChannel::LOAD_NORMAL.
...
r=darin, sr=hyatt
2001-04-04 07:21:36 +00:00
darin%netscape.com
aaa5e0e11a
Fixes bug 73905 "CSS/JS documents are not cached" r=pierre, sr=waterson
2001-04-04 07:20:46 +00:00
hyatt%netscape.com
ae684d48b4
Fix for mutation event crashers.
2001-04-04 04:30:03 +00:00
av%netscape.com
b9da232f88
For 73856, adding plugin host notification that the plugin instance is scriptable, sr=vidur, ra=jst
2001-04-03 22:33:32 +00:00
jst%netscape.com
b5534b8bc2
Fixing crasher/regression bug 74431 that I caused a few weeks ago.
2001-04-03 07:14:12 +00:00
dbaron%fas.harvard.edu
2045177b94
Fix bustage (if CSS_REPORT_PARSE_ERRORS is defined) from scc's string branch landing. nsLiteralChar was removed, so use nsLocalString instead. r=disttsc@bart.nl sr=scc@mozilla.org
2001-04-02 21:14:23 +00:00
scc%mozilla.org
70de2e4a46
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
glazman%netscape.com
19188a09b9
Default namespace in html:style was HTML by default; b=72302, r=peterv, sr=attinasi
2001-04-02 13:56:22 +00:00
pollmann%netscape.com
c109661ded
Bug 65609: (DOM) Allow form elements inside a subtree to find their parent when the subtree is appended/inserted. r=nisheeth@netscape.com, sr=jst@netscape.com
2001-04-02 00:45:52 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
glazman%netscape.com
2fd3ed5466
Support for :last-child pseudoclass; checking in for Ian Hickson ; b=46916, r=pierre, sr=attinasi
2001-03-30 10:20:57 +00:00
hyatt%netscape.com
a60ae23d7c
Checkin for 36665. r=pink, sr=waterson
2001-03-30 02:30:17 +00:00
heikki%netscape.com
433cc081c2
Bug 72522, implemented DOM Level 3 baseURI property (node interface). r=harishd, sr=jst.
2001-03-30 02:15:21 +00:00
harishd%netscape.com
dd6505f471
71942 - Intialize the ptr to fix the crash.
...
49942 - Should not include parent when absolutely positioned.
Added border color property.
r=heikki
sr=jst
2001-03-30 02:08:48 +00:00
blakeross%telocity.com
125209a991
BodyFixupRule should not kick in in XHTML (73294, patch by Hixie -- ian@hixie.ch -- the once innocent std compliance qa turned engineer). r=tor sr=attinasi
2001-03-29 03:24:36 +00:00
morse%netscape.com
d8762db686
bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf
2001-03-29 02:11:48 +00:00
glazman%netscape.com
278a76a988
fix for Stylesheet Dump in viewer. b=71648, r=pierre, sr=attinasi
2001-03-28 08:02:20 +00:00
disttsc%bart.nl
f595ed19f3
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
kmcclusk%netscape.com
4511e8464d
Changed default for mNotificationInterval from 1sec to 1/4sec to improve incremental page load performance for slow connections/servers bug 72138; r=karnaze@netscape.com sr=attinasi@netscape.com
2001-03-23 14:16:05 +00:00
bryner%uiuc.edu
ed3575dd68
Removing unused code, for bug 38061. r=beard, sr=alecf.
2001-03-23 02:27:51 +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
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
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
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
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
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
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
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
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
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
Peter.VanderBeken%pandora.be
ddc5379649
Expose Reset from nsIDocument.
r=jag, sr=jst.
2001-03-12 06:39:27 +00:00
Peter.VanderBeken%pandora.be
23fcfcd633
Expose Reset from nsIDocument and handle channel and/or URL being nsnull.
r=jag, sr=jst.
2001-03-12 06:38:39 +00:00
harishd%netscape.com
4bc3faf1f7
Correcting indentation.
2001-03-11 21:07:33 +00:00
harishd%netscape.com
c18b6bd3c6
Indendation got messed up...somehow! CORRECTING.
2001-03-11 21:03:08 +00:00
harishd%netscape.com
f32dd60ff9
69826 - Flush conten model to access named items
...
Fixed an assertion.
Added a few more properties for getComputedStyle and did some clean up.
r=heikki, sr=jst
2001-03-11 20:47:06 +00:00
attinasi%netscape.com
afea68eefb
Backed out last night's changes due to regression that exposed a fatal flaw in the idea of the fix. r=71561
2001-03-11 07:54:00 +00:00
Peter.VanderBeken%pandora.be
47d931e2cd
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00
attinasi%netscape.com
32af6bd77f
Prevent text nodes from being passed to SelectorMatches to improve style resolution performance and ensure correctness. b=56117 r=pierre sr=waterson
2001-03-10 06:14:52 +00:00
hyatt%netscape.com
d741df52e2
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
2001-03-10 01:43:09 +00:00
mkaply%us.ibm.com
aa2e4bc564
#70961
...
author=simon@softel.co.il ; r=waterson; sr=erik
New layout atoms for bidi - not part of build yet due to #ifdef IBMBIDI
2001-03-09 04:15:34 +00:00
erik%netscape.com
a6910ae277
bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi
...
(bidirectional text) for languages such as Arabic and Hebrew; from IBM bidi
project; not part of build yet (due to #ifdef IBMBIDI)
2001-03-09 03:13:03 +00:00
dbaron%fas.harvard.edu
c642b23048
Remove long-obsolete file that hasn't been part of the build since late 1998. sr=buster@netscape.com
2001-03-09 03:10:47 +00:00
glazman%netscape.com
e0f5ee4898
Cleanup of ParseSelector() ; b=71100, r=peterl, sr=attinasi
2001-03-08 23:27:39 +00:00
dbaron%fas.harvard.edu
fc78650581
Fix CSS_REPORT_PARSE_ERRORS build bustage resulting from string changes.
2001-03-08 14:25:11 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
heikki%netscape.com
2ced3d1826
Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson.
2001-03-08 02:41:16 +00:00
law%netscape.com
a96fc9cbfa
Part of bug 57576; adding support for getting list-style-image; r=harishd, sr=jst
2001-03-08 00:55:01 +00:00
glazman%netscape.com
0c9d22b2c9
mSourceString in SelectorList was allocated, filled with a
...
reconstructed copy of ALL selectors in chrome and document,
unused and then deallocated ! b=70995, r=hewitt, sr=attinasi
2001-03-06 23:07:33 +00:00
hyatt%netscape.com
6946f71e1b
Fix for 70809. r=attinasi, sr=brendan
2001-03-06 02:30:30 +00:00
dbaron%fas.harvard.edu
1261245491
Work in progress on CSS error reporting: fix the known false positives and duplicate messages and improve the error messages. It's still a hack that I wouldn't really want to enable by default, but it should be useful for debugging chrome CSS. r=glazman@netscape.com sr=attinasi@netscape.com b=65469
2001-03-06 01:57:30 +00:00
jst%netscape.com
fd3dbdee7e
Fixing bug in the incremental layout notification code in the sink (no bug #). The sink context was calling DidAddContent() before decrementing the mInMonolithicContainer member in the sink if we were closing a monolithic container. This made the document never incrementally reflow changes after closing a monolithic container. Fix done by Vidur, sr=vidur@netscape.com/jst@netscape.com, r=harishd@netscape.com
2001-03-06 00:52:54 +00:00
hyatt%netscape.com
9e4f2b23f8
Fix for 70704, r=brendan, sr=attinasi
2001-03-03 21:57:56 +00:00
harishd%netscape.com
8680ff8c03
Correcting an error.
...
r=heikki
2001-03-03 00:54:53 +00:00
glazman%netscape.com
99f88218ba
enhancement for the 3 new attributes selectors in CSS 3. r=dbaron, sr=attinasi
2001-03-03 00:54:04 +00:00
harishd%netscape.com
65d723afce
Added more properties(font,background,padding,border,z-index..etc) for getComputedStyle().
...
r=heikki,sr=jst.
2001-03-03 00:44:19 +00:00
harishd%netscape.com
b20fb5da2d
Added refresh & setcookie atoms
...
r=heikki,sr=vidur
2001-03-03 00:41:02 +00:00
harishd%netscape.com
9168244d76
3248 - Added Support for http headers ( link,content-base,default-style ) in the sink.
...
r=heikki,sr=vidur
2001-03-03 00:39:29 +00:00
harishd%netscape.com
82b8b062fc
Added refresh & setcookie
...
r=heikki,sr=vidur
2001-03-03 00:38:39 +00:00
rods%netscape.com
9a54bce6bf
Noe processing the current event so click works on alt text
...
Bug 65747 r=pollmann sr=attinasi
2001-03-02 15:45:35 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
heikki%netscape.com
d944131b24
Bug 63559, attributes are lost on XHTML elements if the document is loaded as data. r=jst, sr=vidur.
2001-02-28 23:42:10 +00:00
jst%netscape.com
291a81bdbd
Fixing bug 70014. Making td.chOff use the correct atom when looking up the attribute 'charoff'. r=heikki@netscape.com, sr=vidur@netscape.com
2001-02-28 01:54:40 +00:00
roc+%cs.cmu.edu
3e036291cb
Fix for bug 67478. Fix for BodyFixupRule so that if both the BODY and HTML elements have a transparent background, we make sure to give the canvas the default background (chosen by the PresShell). r=kmcclusk, sr=attinasi
2001-02-24 20:37:06 +00:00
jst%netscape.com
6a4e2b50c7
Fixing regression bug 69716. Make nsHTMLImageElement::GetImageFrame() always initialize the out parameter. r=heikki@netscape.com, sr=hyatt@netscape.com
2001-02-23 03:04:38 +00:00
scc%mozilla.org
6a8b3af976
bug #65219 : (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers.
2001-02-23 02:03:02 +00:00
jst%netscape.com
9c0d6974b0
Fixing bug 68493. document.body should point to the outermost frameset element in a frameset document. r=pollmann@netscape.com, sr=scc@mozilla.org
2001-02-23 02:01:30 +00:00
dbaron%fas.harvard.edu
a92904680d
Fix MOZ_TRACK_MODULE_DEPS bustage resulting from string and xul changes.
2001-02-22 12:48:42 +00:00
disttsc%bart.nl
74a6225eb1
Update REQUIRES to fix senna bustage
2001-02-22 12:18:48 +00:00
rods%netscape.com
bfc3f0269a
In some cases the mForm pointer doesn't get set because of the way the content can be constructed
...
and added via the DOM. So before it is used try to find and set its value again.
Bug 62799 r=harishd sr=attinasi
2001-02-22 11:33:57 +00:00
rods%netscape.com
a3cf89f1ea
The loop looking for the domText should only quit when a non-zero string is found.
...
Bug 68963 r=kmcclusk sr=attinasi
2001-02-22 11:30:53 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
waterson%netscape.com
9fe59f23f0
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dbaron%fas.harvard.edu
1257148b20
Make ImageListener not confuse leak logging by doing refcounting the way we do it everywhere else. r=disttsc@bart.nl sr=brendan@mozilla.org b=64452
2001-02-20 13:46:59 +00:00
Peter.VanderBeken%pandora.be
fb23d82b85
Content/layout split-up. Not part of the build. r=jst@netscape.com, sr=waterson@netscape.com.
2001-02-19 18:11:03 +00:00
Peter.VanderBeken%pandora.be
fc57601cdc
Content/layout split-up. Not part of the build. r=jst@netscape.com, sr=waterson@netscape.com.
2001-02-19 17:51:42 +00:00
heikki%netscape.com
915749084a
Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:55:42 +00:00
rods%netscape.com
8881a357b3
making spacebar click on key up
...
Bug 68850 sr=attinasi
2001-02-19 12:36:01 +00:00
heikki%netscape.com
6181e608fc
Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:21:27 +00:00
heikki%netscape.com
d59b45ca9f
Adding new files needed for splitting layout into two separate libraries (some of these files have been moved from mozilla/layout). r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:10:13 +00:00