pierre%netscape.com
941bd70ab7
43457: change the mutable style context APIs, disable style context sharing, implement style data sharing. r=waterson.
2001-05-03 13:20:48 +00:00
pierre%netscape.com
19cf97e623
78541 Typos in nsCSSStyleRule.cpp. Fix by sfraser, r=valeski.
2001-05-03 07:39:57 +00:00
heikki%netscape.com
1942822db2
Bug 78455, regression with link target. My attempt to override GetbaseTarget was foiled by extraneous 'const'. r=harishd, sr=jst.
2001-05-02 22:31:02 +00:00
pierre%netscape.com
ed7431771d
14448 'border' property not resetting 'border-color' to initial value. tested=dbaron/hixie
2001-05-02 10:31:31 +00:00
pierre%netscape.com
6371fbf24f
63502 Content-Style-Type don't ignore parameters. r=attinasi
2001-05-02 10:24:57 +00:00
pierre%netscape.com
ffc2d7be8a
66190 External style sheet with unrecognized charset is ignored / 63502 Content-Style-Type don't ignore parameters. r=attinasi/glazman
2001-05-02 10:24:33 +00:00
rbs%maths.uq.edu.au
27b5183dca
Fix bug 76567 (load viewsource.css on demand rather than at startup). Patch mostly by bzbarsky@mit.edu r=harishd,brendan sr=jst
2001-05-02 04:53:38 +00:00
heikki%netscape.com
de729c41c3
Bugs 67887, 67893, 67882, 68185, 73160, 77923. Added support for XHTML base href and target attributes, meta http-equiv and link href. Fixed the blank page bug when xml-stylesheet PI did not contain href attribute. Fixed getElementById() to not match XHTML name attribute. This fix also includes some minor cleanup. r=nisheeth, sr=vidur.
2001-04-30 23:35:09 +00:00
dbaron%fas.harvard.edu
48c7988529
Fix OS/2 bustage. |nsISupportsArrayEnumFunc| should not have |PR_CALLBACK|.
2001-04-28 04:30:42 +00:00
dbaron%fas.harvard.edu
79181752db
Fix unneeded construction of |nsAutoString|s in |SelectorMatches| by pulling one out of a loop and rewriting matching of ^= and $= CSS3 selectors to remove the other. b=77063 r=glazman@netscape.com sr=attinasi@netscape.com
...
Fix O(N^2) cascading by replacing insertion into one large |nsISupportsArray| with appending into a hashtable (hashed by weight) of |nsISupportsArray| and then combining those arrays into the larger array. b=77066 r=attinasi@netscape.com sr=waterson@netscape.com
Reduce construction of |SelectorMatchesData| by retaining (so they can be used for matching other selectors) any new ones constructed in |SelectorMatchesTree| until the one originally passed to |SelectorMatchesTree| is destroyed. b=77090 r=attinasi@netscape.com sr=waterson@netscape.com
2001-04-28 02:16:16 +00:00
valeski%netscape.com
9e8d80d70f
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
sfraser%netscape.com
5e35cbdbc0
Backing out valeski
2001-04-27 05:53:22 +00:00
valeski%netscape.com
def10e77f9
mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332
2001-04-27 04:16:22 +00:00
darin%netscape.com
fa7914dd65
Fixes bug 77269 "ibench test performance regression" r=gordon, sr=brendan.
2001-04-27 02:26:32 +00:00
heikki%netscape.com
a0844e5329
Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur.
2001-04-26 19:33:12 +00:00
shaver%mozilla.org
107c9d7c4c
77540: reduce default mMaxTextRun from 8192 to 8191, to greatly improve page load performance. r=harish, sr=blizzard
2001-04-26 14:37:31 +00:00
dbaron%fas.harvard.edu
89c41d1b47
Fix regression caused by fix for bug 67478 that caused the default canvas background to be propagated (via HTMLDocumentColorRule) to the backgrounds of elements within tables when both HTML and BODY had transparent backgrounds and we were in quirks mode. b=70831 r=attinasi@netscape.com sr=roc+moz@cs.cmu.edu a=chofmann@netscape.com
2001-04-25 02:55:03 +00:00
pollmann%netscape.com
55090e74e3
Bug 77227: Check if javascript is enabled every page load instead of caching the pref value in the DocShell (Remove bit of dead code I missed)
2001-04-24 23:59:45 +00:00
pollmann%netscape.com
4548f23446
Bug 77227: Check if javascript is enabled every page load instead of caching the pref value in the DocShell, r=harishd@netscape.com, sr=brendan@mozilla.org
2001-04-24 23:25:09 +00:00
pollmann%netscape.com
06fa755b8b
Bug 74639: Preserve frame state through form demotion, don't store uninitialized frame state, r=nisheeth@netscape.com, sr=jst@netscape.com
2001-04-24 08:43:08 +00:00
pollmann%netscape.com
78d6fb584b
Bug 76684: Fix crash on recursive submit event processing, r=rods@netscape.com, sr=brendan@mozilla.org, a=asa@mozilla.org
2001-04-24 05:18:10 +00:00
heikki%netscape.com
9b41a83193
Bug 76641, back out baseURI property in the Node interface to fix binary compatibility. baseURI property is implemented in a different way on the DOM conversion branch, so baseURI will get back when the branch lands. This fix by jst, r=heikki, sr=brendan, a=chofmann.
2001-04-24 00:04:11 +00:00
attinasi%netscape.com
3a3f934007
Image dimensions now show up in title with or without IMG2. b=57549 r=pavlov sr=waterson a=blizzard
2001-04-23 23:46:50 +00:00
harishd%netscape.com
f563e89e58
fixing the bustage...again
2001-04-21 23:40:05 +00:00
harishd%netscape.com
6836236914
69455 - enable noframes content when frames are disabled
...
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
disttsc%bart.nl
713aa1693d
Bug 45143: fix <meta http-equiv="refresh" content="X; url=URI"> to accept URI which contain commas. While I'm at it, merging the implementations in nsDocShell.cpp and nsHTMLContentSink.cpp. r=brendan@mozilla.org, sr=rpotts@netscape.com, a=hofmann
2001-04-20 08:11:12 +00:00
waterson%netscape.com
e8a0dbff12
Bug 75591. Null check to handle case where element has been removed from doc, but reference not dropped yet. r=hyatt, sr=jst, a=asa.
2001-04-19 23:28:57 +00:00
pierre%netscape.com
d764405700
#12386 "Matching of case sensitive attribute values should be case sensitive" sr=waterson
2001-04-18 04:36:52 +00:00
hyatt%netscape.com
ee0bcc6cf5
Fix for my 0.9 focus issues. r=saari, sr=brendan
2001-04-18 01:41:20 +00:00
mjudge%netscape.com
7b96b4c7ec
needed PR_MIN and MAX bustage
2001-04-18 00:33:23 +00:00
heikki%netscape.com
aa9a3a3c06
Bug 51339, XHTML map elements did not work, r=harishd, sr=vidur.
2001-04-18 00:14:34 +00:00
pierre%netscape.com
a468466153
#59933 . When a |smaller| font size results in something smaller than the |xx-small| of the base font, we use the parent's font size. Same thing for |larger| and |xx-large|. r=attinasi
2001-04-17 23:23:09 +00:00
gordon%netscape.com
95411c87dd
bug 72528, removing old cache from build. sr=darin.
2001-04-17 10:40:13 +00:00
pollmann%netscape.com
8dcaffef69
Bug 76208: Store control that submitted form in event so we can submit it to the server (fixes regression), r=harishd@netscape.com, sr=jst@netscape.com
2001-04-17 10:02:11 +00:00
jst%netscape.com
f7aa8bb3b3
Fixing regression bug 75645, anonymous form controls were ending up in form.elements. r=pollmann@netscape.com, sr=rpotts@netscape.com
2001-04-17 08:35:49 +00:00
pavlov%netscape.com
1b56c52210
fixing bug 75830 r=harishd sr=jst
2001-04-17 04:39:56 +00:00
pollmann%netscape.com
3fe70eac5d
Bug 64702: Fix crash on focus by adding null checks, and make form.submit call onsubmit handlers before submitting. r=rods@netscape.com, sr=jst@netscape.com
2001-04-16 06:36:45 +00:00
attinasi%netscape.com
f251dbeb0f
Fix for regression: only restrict HTML content from event pseudo application. b=75823 sr=hyatt
2001-04-14 06:34:50 +00:00
disttsc%bart.nl
a8ddcce232
Fix senna bustage (MOZ_TRACK_MODULE_DEPS)
2001-04-13 02:00:19 +00:00
sfraser%netscape.com
a74fe08129
Fix for bug 75492 -- make <button>s selectable in composer. r=rods, sr=attinasi
2001-04-13 00:39:52 +00:00
mjudge%netscape.com
02be49d1b5
68396 removing unused ifdefs and includes from project for nsGfxTExtControlFrame2 sr=kin r= kin
2001-04-12 23:39:19 +00:00
erik%netscape.com
8f4d4ceb18
bug 75066; author=simon@softel.co.il; r=jst; sr=erik; diffs from IBM bidi
...
project (e.g. Arabic, Hebrew)
2001-04-12 23:35:24 +00:00
jst%netscape.com
628e7f9a07
Checking in a workaround for scrollbar code bug 55334, this bug causes scrollbars to not show up in pages that are completely generated with document.write(). r=brendan@mozilla.org/nisheeth@netscape.com, sr=vidur@netscape.com
2001-04-12 09:50:55 +00:00
pollmann%netscape.com
ec7c619b9d
Bug 66399: Fix anchor target fetch to default to base target, r=nisheeth@netscape.com, sr=jst@netscape.com
2001-04-12 06:57:02 +00:00
attinasi%netscape.com
c68bc0e2b0
'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
59c0d9ecc7
Fix for 75189. r=jag. sr=attinasi
2001-04-11 03:55:39 +00:00
blakeross%telocity.com
60046d5eee
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
595cbdb537
fix for :not() due to 72302; b=71647, r=pierre, sr=attinasi
2001-04-10 13:43:20 +00:00
glazman%netscape.com
9c5a520934
CSS2+ identifiers should support underscores ; b=74845, r=pierre, sr=attinasi
2001-04-10 11:09:07 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
waterson%netscape.com
b5d9f94eaf
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
4a66754d65
Fix regression to :-moz-bound-element caused by the :not checkin.
2001-04-08 22:22:47 +00:00
attinasi%netscape.com
d442237a68
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
6573419a09
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
f09e2d433f
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
3313029adc
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
3f3fd3de5d
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
b117712a15
Fixes bug 73905 "CSS/JS documents are not cached" r=pierre, sr=waterson
2001-04-04 07:20:46 +00:00
hyatt%netscape.com
6626a4a006
Fix for mutation event crashers.
2001-04-04 04:30:03 +00:00
av%netscape.com
b0e37cf2f3
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
8acb380147
Fixing crasher/regression bug 74431 that I caused a few weeks ago.
2001-04-03 07:14:12 +00:00
dbaron%fas.harvard.edu
2567905f44
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
c355507eda
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
glazman%netscape.com
93d965c462
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
19b315986e
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
96f5f6cf31
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
ad4cc99616
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
33edb59e2d
Checkin for 36665. r=pink, sr=waterson
2001-03-30 02:30:17 +00:00
heikki%netscape.com
2f7d5496ae
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
e8da0993b5
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
8ad2a1e5c4
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
4ac856f988
bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf
2001-03-29 02:11:48 +00:00
glazman%netscape.com
d366db697f
fix for Stylesheet Dump in viewer. b=71648, r=pierre, sr=attinasi
2001-03-28 08:02:20 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
kmcclusk%netscape.com
2c1157a5e0
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
a29202035c
Removing unused code, for bug 38061. r=beard, sr=alecf.
2001-03-23 02:27:51 +00:00
hwaara%chello.se
21196afac5
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
bebfb308f0
Attempt at fixing OS2 bustage.
2001-03-22 10:47:23 +00:00
jst%netscape.com
c2940dd311
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
8fd255977b
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
abda3de65a
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
d20e313e4e
easy fix for 71647 ; that bug was hidden behind 72302, [s]r=attinasi
2001-03-21 09:40:41 +00:00
hyatt%netscape.com
6b24608b5a
Fix for 62985, r=dbaron, sr=attinasi
2001-03-21 08:10:20 +00:00
timeless%mac.com
1ed03e4187
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
d44332bdf7
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
7bb6ef4c39
bug 68912 - allow nsHTMLTableRowElement::SetCells() to pass a null value. sr=attinasi
2001-03-20 15:40:18 +00:00
glazman%netscape.com
b547795c45
adds support for :not() css3 pseudo-class; b=71647, r=pierre, sr=hyatt
2001-03-20 11:49:20 +00:00
blakeross%telocity.com
0ad568f284
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
7212e2f4c4
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
ee2eb43f20
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
bb5936e001
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
aaf0e6df84
Fix for 70704 and 71261. r=pierre, sr=attinasi
2001-03-13 02:34:02 +00:00
jst%netscape.com
5bdb58601b
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
9c5d760307
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
c9f797564b
Expose Reset from nsIDocument.
r=jag, sr=jst.
2001-03-12 06:39:27 +00:00
Peter.VanderBeken%pandora.be
fc084262e3
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
e9eab5cf9a
Correcting indentation.
2001-03-11 21:07:33 +00:00
harishd%netscape.com
d3f41aceb6
Indendation got messed up...somehow! CORRECTING.
2001-03-11 21:03:08 +00:00
harishd%netscape.com
f1e706bc7a
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
9cd9101366
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