peterv%netscape.com
d96051a4a2
Fix for bug 183999 (Modernize content). r=caillon, sr=bz.
2002-12-11 14:24:49 +00:00
caillon%returnzero.com
342abe6814
182954 - Convert content to use nsIPrefService, nsIPrefBranch, and friends.
...
r=sicking sr=peterv
2002-12-10 23:44:03 +00:00
caillon%returnzero.com
02dff0ba15
Bug 177328: Update compareTreePosition to compareDocumentPosition as per the latest DOM3 Core WD: http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20021022/core.html#Node3-compareDocumentPosition
...
r=bzbarsky sr=jst
2002-12-04 05:18:39 +00:00
bzbarsky%mit.edu
fe53f95e60
Make the CSSLoader correctly order stylesheets as they are dynamically added
...
and removed via the DOM. Clean up the nsIDocument stylesheet accessors. Clean
up nsIDocumentObserver stylesheet stuff a bit. Make style sheets visible in
the CSSOM (though not completely accessible) from the moment the load is kicked
off. Make us have sheet objects that can be manipulated via CSSOM even for
failed loads. Bug 107567, bug 47734, bug 57225, bug 178407.
r=sicking, sr=peterv.
2002-12-03 05:48:14 +00:00
cbiesinger%web.de
b3f0e1a8c2
bug 84756 patch by Harshal <keeda@hotpop.com> r=caillon sr=peterv
...
JS menu is destroyed during use
2002-12-01 13:54:39 +00:00
peterv%netscape.com
2cd27f702a
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
bzbarsky%mit.edu
37d1492f3b
Remove fishy logic with the advisory type. Bug 155421, r=sicking, sr=dbaron
2002-11-27 03:42:37 +00:00
sicking%bigfoot.com
b615fa9010
Bug 181808: Use macros to declare and implement nsIDocumentObserver
...
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
bratell%lysator.liu.se
7994d30d0c
Bug 165893 - use cached nsParserService pointer instead of looking up the service everywhere. r=jst, sr=bzbarsky
2002-11-22 12:20:05 +00:00
darin%netscape.com
d9541f875d
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
jfrancis%netscape.com
7020f27047
pay no attention to the man behind the curtain.
2002-11-22 05:40:10 +00:00
jfrancis%netscape.com
551794e4c1
more work on build bustage.
2002-11-22 04:45:25 +00:00
jfrancis%netscape.com
57890237d4
fixing build bustage
2002-11-22 04:29:15 +00:00
jfrancis%netscape.com
0c756dc3b3
fix for 142855: cf_html paste functionality. r=brade,cmanske; sr=kin
2002-11-22 03:30:59 +00:00
jst%netscape.com
b129f6ff18
Fixing bug 181351. Making NS_NewTextNode() return an nsITextContent pointer in stead of reaturning an nsIContent pointer to avoid having to QI the new text node to set it's value. r=caillon@returnzero.com, sr=bzbarsky@mit.edu
2002-11-21 23:53:06 +00:00
jst%netscape.com
2970b8921a
Fixing bug 180816. Avoid construction of an nsAutoString every time we open a container in the sink when the nsAutoString is only needed when dealing with textarea tags.
2002-11-20 22:30:53 +00:00
brade%netscape.com
b533ffc17f
bug 157111; add some new commands, remove unneeded Init call for editSession; r=cmanske, sr=sfraser
2002-11-20 01:22:17 +00:00
harishd%netscape.com
3b23a2feca
Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst
2002-11-19 18:29:35 +00:00
bratell%lysator.liu.se
60ab58236e
Bug 165893 - avoid refetching the parser service all the time. r=jst@netscape.com, sr=bzbarsky@mit.edu
2002-11-19 13:39:20 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
brade%netscape.com
5472d1ac73
implement queryCommandEnabled (bug 179730, r=akkana, sr=peterv)
2002-11-13 15:23:03 +00:00
brade%netscape.com
06987d3d49
check origin, disable paste and some other commands until security review, cmd mgr api changes, remove forced focus (bug 157117, r=mkaply, sr=sfraser)
2002-11-11 20:19:37 +00:00
bzbarsky%mit.edu
bce74cf4fe
fix leak of charset string. bug 176989, patch by keeda@hotpop.com,
...
r=peterv, sr=jst
2002-11-08 10:52:06 +00:00
mkaply%us.ibm.com
289b60535f
Need PR_FALSE here - OS/2 bustage
2002-11-07 23:03:05 +00:00
brade%netscape.com
cf20089514
extend the api for Midas functionality (bug 177700, r=akkana, sr=jst)
2002-11-07 15:38:35 +00:00
brade%netscape.com
9c7071dd54
add Midas functionality (bug 177700, r=akkana, sr=jst)
2002-11-07 15:36:25 +00:00
rpotts%netscape.com
6a2d2e0134
bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag
2002-11-07 05:17:21 +00:00
bzbarsky%mit.edu
38fa7c0f02
clean up some array stuff in nsDocument. Bug 177543, r=peterv, sr=alecf
2002-11-07 02:36:24 +00:00
bzbarsky%mit.edu
325b307026
Fix uri leak. Bug 176985, patch by Harshal <keeda@hotpop.com>,
...
r=peterv, sr=bzbarsky, a=roc+moz
2002-10-30 04:57:15 +00:00
darin%netscape.com
0194395e7e
fixes bug 174984 "Prefetch requests should send Referer" r=gagan,mstoltz
...
sr=bzbarsky a=dbaron
2002-10-24 03:17:44 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
bzbarsky%mit.edu
c55ea12003
Missed some of that bustage...
2002-10-16 03:07:37 +00:00
bzbarsky%mit.edu
645a3cb33e
fixing build bustage...
2002-10-16 02:50:06 +00:00
kmcclusk%netscape.com
316ef47cb0
Fix sluggish UI during long page loads from local file or cache on WIN32 by setting plevent performance hint when there is user interaction r=rods sr=kin a=asa @173956
2002-10-16 02:13:48 +00:00
darin%netscape.com
f8645f610d
fixes bug 151478 "https wyciwyg page is cached on disk" r=mstoltz sr=rpotts a=asa
2002-10-11 04:22:54 +00:00
heikki%netscape.com
919aef29e4
Bug 172372, when loading XML as data, we need to disable scripts and styles. r=sicking, sr=bzbarsky, a=asa.
2002-10-11 00:38:29 +00:00
darin%netscape.com
4f540c03c1
fixes bug 173278 "Should not prefetch <link rel="alternate">" r=gordon sr=alecf
2002-10-08 21:04:25 +00:00
timeless%mac.com
782c07c6eb
Bug 170441 Build warning caused by checkin for bug 138892
...
patch by walk84@yahoo.com r=jkeiser sr=jag
2002-10-07 04:06:12 +00:00
bryner%netscape.com
1bb489617c
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
darin%netscape.com
89dd3a05d2
fixes bug 171102 "prefetch <link rel=prefetch> and only prefetch the first
...
occurance of <link rel=next>" r=gagan sr=jst
2002-10-03 02:53:18 +00:00
kmcclusk%netscape.com
3df9afe194
improve user interactivity during long page loads by doing better detection of user-input and interrupting the parser more frequently. Also moved the WIN32 specific logic for determining when the user is moving a top-level window from plevent.c to the widget module. b=165039 r=rods@netscape.com sr=kin@netscape.com
2002-10-01 03:04:22 +00:00
cbiesinger%web.de
5dfad69023
bug 88685 part 1 remove USE_IMG2 ifdefs r=caillon sr=tor
2002-09-28 10:50:50 +00:00
dbaron%fas.harvard.edu
c47e593427
Fix leaks from nsDocument::mPrincipal by making it an nsCOMPtr. b=170201 r=mstoltz sr=jst
2002-09-24 01:27:44 +00:00
hyatt%netscape.com
e8710c1495
Fix for 169373, make HTML form controls fully support native look on Windows XP. r/sr=hewitt/blake
2002-09-21 01:03:38 +00:00
peterv%netscape.com
7a93a8cbf1
Fix for bug 163810 (Option Object created, own properties added, but Mozilla "forgets" them after some time.). r=sicking, sr=jst.
2002-09-20 13:40:53 +00:00
shanjian%netscape.com
5ed0f33e34
#169858 Browser--Can not login CMB website.
...
Populate frameset charset source of post doc to disable autodetection.
r=jkeiser, jebak, sr=jst.
2002-09-20 09:24:54 +00:00
rpotts%netscape.com
800f0c121d
fixing build bustage...
2002-09-19 00:13:40 +00:00
jst%netscape.com
139203b942
Fixing bug 168371. Cleaning up nsHTMLContentSink.cpp, I'll now get to own this whole file! r=caillon@returnzero.com, rs=rpotts@netscape.com
2002-09-18 23:31:08 +00:00
rpotts%netscape.com
a87e45789b
bug #93015 (r=darin/sr=jst) First patch that cleans up imglib use of LoadFlags and channel attributes...
2002-09-18 22:08:12 +00:00
jkeiser%netscape.com
3398fd541e
Make multiple HEAD tags work, and fix form to work with it too (patch by harishd@netscape.com, bug 141537), r=jkeiser@netscape.com, sr=jst@netscape.com
2002-09-16 21:48:25 +00:00