sicking%bigfoot.com
|
5acab8c012
|
Fix .ch on HTMLTableRowElement and some friends. Checkin for Fabian Guisset (hidday@geocities.com)
b=75667 r=sicking sr=jst
|
2001-10-15 13:04:09 +00:00 |
pavlov%netscape.com
|
8f58942452
|
removing lowsrc support. bug 92453. r=jag sr=attinasi
|
2001-10-14 01:17:08 +00:00 |
alecf%netscape.com
|
511a787492
|
convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser
|
2001-10-13 00:16:32 +00:00 |
jaggernaut%netscape.com
|
54efcea043
|
Bug 103304: Make nsGenericHTMLElement::GetNodeName more efficient. r=bzbarsky@mit.edu, sr=jst
|
2001-10-11 00:26:40 +00:00 |
shanjian%netscape.com
|
dde83fbf7b
|
#88363 Site with duplicate Content-Type loads with incorrect encoding
r=yokoyama sr=waterson
|
2001-10-10 23:37:18 +00:00 |
loadrunner%betak.net
|
f4ffdc94a0
|
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/, r=av,peterl, sr=waterson, removing unused nsHTMLUtils.* files resulting from repository copy
|
2001-10-10 07:17:33 +00:00 |
loadrunner%betak.net
|
750823ac50
|
bug 88155, Trunk & M094 crash [@ MSVCRT.DLL - ns4xPluginStreamListener::OnDataAvailable, nsPluginStreamListenerPeer::OnDataAvailable] - seg faults loading http://www.planetjulie.com/, r=av, peterl, sr=waterson
|
2001-10-09 00:12:15 +00:00 |
bryner%netscape.com
|
f10039d3d3
|
Getting rid of a usage of xp_file.h (bug 38061). r=jkeiser, not part of the build.
|
2001-10-08 19:55:59 +00:00 |
jaggernaut%netscape.com
|
25694acfa3
|
Clean up REQUIRES lines.
|
2001-10-07 10:35:41 +00:00 |
bzbarsky%mit.edu
|
657005872b
|
Fix parsing of negative (illegal) values of border-spacing, padding, and
others. Bug 102344, r=dbaron, sr=attinasi
|
2001-10-06 15:13:23 +00:00 |
pavlov%netscape.com
|
e15f4f6c5d
|
fix for bug 92248 r=bryner sr=jst
|
2001-10-06 05:08:16 +00:00 |
locka%iol.ie
|
ad1a03b626
|
Checkin makes scrolling to anchors faster by attempting to scroll to the named element from the content sink's timer routine rather than waiting until page loading completes. b=58661 r=heikki@netscape.com sr=jst@netscape.com a=asa@mozilla.org
|
2001-10-05 10:39:01 +00:00 |
jst%netscape.com
|
c77d1fb8e5
|
More changes from John Keiser, not part of the build yet
|
2001-10-02 21:20:46 +00:00 |
dbaron%fas.harvard.edu
|
0cc7ea34da
|
Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf
|
2001-10-02 03:18:08 +00:00 |
dbaron%fas.harvard.edu
|
4021e7798d
|
Remove duplication of code between implementations of nsILookAndFeel and nsIDeviceContext by removing system color and metric implementations from nsIDeviceContext implementations and changing nsIDeviceContext::GetSystemAttribute to nsIDeviceContext::GetSystemFont. b=96971 r=bryner sr=waterson
|
2001-10-02 03:10:56 +00:00 |
mstoltz%netscape.com
|
fa4e5530e9
|
Bug 18553, better fix which should cause fewer problems. Clear event listeners
before every document load, including the first, except when setNewDocument
is called from document.open. r=heikki, sr=jst
|
2001-10-02 00:54:44 +00:00 |
rods%netscape.com
|
2f4396c68d
|
Backing out fix for Bug 85286 & 72906
|
2001-10-01 18:22:48 +00:00 |
jst%netscape.com
|
84be6c6463
|
Adding new files for John Keiser <jkeiser@iname.com>, not part of the build yet.
|
2001-10-01 17:51:28 +00:00 |
vidur%netscape.com
|
338e3871f8
|
Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts
|
2001-09-29 17:50:15 +00:00 |
jaggernaut%netscape.com
|
fdc4078bc4
|
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
|
2001-09-29 08:28:41 +00:00 |
harishd%netscape.com
|
99bd737981
|
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
r=dp,shanjian,sfraser, sr=rpotts.
|
2001-09-28 23:08:17 +00:00 |
gerv%gerv.net
|
f385eb981a
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
glazman%netscape.com
|
925e600581
|
fixing erroneous DOM 2 name for bug 101925; rs=jst
|
2001-09-28 14:11:05 +00:00 |
glazman%netscape.com
|
2bbdd47a50
|
implements getComputedStyle() for float property + bad next-line argument indentation cleanup ; b=101925, r=bzbarsky, sr=jst
|
2001-09-28 07:39:41 +00:00 |
bzbarsky%mit.edu
|
64fb1452bf
|
Make setting element.style.foo just parse the value instead of creating
a property:value pair and parsing that. Speeds up setting of
element.style.top by about 5%. Bug 99797, r=attinasi, sr=jst
|
2001-09-28 01:38:36 +00:00 |
rods%netscape.com
|
4b3943796b
|
Use the nsIWebProgressListener to make sure two submits do not happen
the listener is used to know when the submit got thru so it can unreg itself
Bug 85286 r=rpotts sr=kin a=pdt
|
2001-09-28 00:33:23 +00:00 |
hewitt%netscape.com
|
b293c5b0b5
|
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
|
2001-09-27 21:43:00 +00:00 |
rbs%maths.uq.edu.au
|
899f17f924
|
bug 99010 - font changes. r=attinasi@netscape.com, sr=hyatt@netscape.com
|
2001-09-27 18:33:58 +00:00 |
hewitt%netscape.com
|
e7ad287a94
|
93519 - new box-ordinal-group xul layout feature, r=waterson, sr=hyatt
|
2001-09-25 22:17:00 +00:00 |
gerv%gerv.net
|
2b0c9d0438
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
bzbarsky%mit.edu
|
687a4abbe8
|
Add a document.contentType attribute to allow getting the MIME type of
the current document from JS. The rest is moving around stuff to deal
with nsIDocument already declaring GetContentType. bug 73847, r=peterv,
sr=jst
|
2001-09-24 22:43:23 +00:00 |
rjesup%wgate.com
|
b3f93c53a1
|
Backout of commits for bug 97299. This causes assertions, which means we
missed some spots where name was getting set.
|
2001-09-24 15:26:39 +00:00 |
rjesup%wgate.com
|
9c4abfe094
|
Bug 97299: Store font names in lowercase. r=pavlov, sr=attinasi
|
2001-09-24 07:35:04 +00:00 |
mstoltz%netscape.com
|
85fa6ff8f9
|
Bug 99020, need to clear the value of a textbox when we change its type to
'file.' r=heikki, sr=jst.
|
2001-09-22 00:24:41 +00:00 |
jst%netscape.com
|
b279aeaf98
|
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
|
2001-09-20 07:58:49 +00:00 |
mkaply%us.ibm.com
|
082d76fc60
|
OS/2 bustage
PR_STATIC_CALLBACK is not needed here
|
2001-09-20 02:38:56 +00:00 |
bzbarsky%mit.edu
|
6978d3d311
|
Implement the parentRule property of CSS rules. Bug 37470, r=pierre,
sr=jst
|
2001-09-19 14:16:34 +00:00 |
rods%netscape.com
|
5d2ad35123
|
Make the default for "submit"
Bug 59035 r=kmcclusk sr=attinasi
|
2001-09-19 12:58:41 +00:00 |
jaggernaut%netscape.com
|
e25262c61f
|
One module per line for REQUIRES. r=/sr=alecf
|
2001-09-18 22:01:13 +00:00 |
jaggernaut%netscape.com
|
3826eb9902
|
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
|
2001-09-18 13:41:47 +00:00 |
dbaron%fas.harvard.edu
|
1c9cca516b
|
Allow declarations in style attribute to be surrounded by braces in quirks mode. Rename ParseDeclarations to ParseStyleAttribute since that's what it does. b=99554 r=hixie,glazman sr=attinasi
|
2001-09-17 23:59:30 +00:00 |
alecf%netscape.com
|
cf9912aa80
|
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
|
2001-09-17 19:06:35 +00:00 |
dbaron%fas.harvard.edu
|
232b3ee364
|
Add all extension properties to nsIDOMNSCSS2Properties, rather than just a few. Clean up nsDOMCSSDeclaration implementation of nsIDOM{,NS}CSS2Properties and implement new attributes in nsIDOMNSCSS2Properties. r=hixie sr=jst b=98500
|
2001-09-17 00:57:46 +00:00 |
bzbarsky%mit.edu
|
c35a5645c6
|
Make insertRule() calls on a media rule which initially had no children
not fail. Bug 98931, r=sicking, sr=jst
|
2001-09-15 01:27:49 +00:00 |
jaggernaut%netscape.com
|
efc8c209fb
|
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
|
2001-09-14 05:37:29 +00:00 |
jaggernaut%netscape.com
|
e055a4a2a4
|
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
|
2001-09-12 12:48:23 +00:00 |
jst%netscape.com
|
1f59d6436f
|
Removing unnecessary casts. No code change
|
2001-09-11 04:48:31 +00:00 |
jst%netscape.com
|
7ffb688dcd
|
Reoving unnecessary casts and giving this code some more nsCOMPtr love. r=bryner@netscape.com, sr=me
|
2001-09-11 03:35:30 +00:00 |
vidur%netscape.com
|
261f2d1a98
|
Fix for bug 98815. Implement DOM Level 3 namespace methods for prefix and URI lookup. The implementation of these may be changed later if we get rid of the nsINameSpace interface. r=heikki, sr=jst
|
2001-09-11 03:04:49 +00:00 |
alecf%netscape.com
|
898cb5872f
|
add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls
|
2001-09-10 20:46:52 +00:00 |