Граф коммитов

3130 Коммитов

Автор SHA1 Сообщение Дата
jkeiser%netscape.com 90f7d0d6fb Add CheapSet, reduce select bloat, make blank options restore correctly (bug 166168), r=rjesup@wgate.com, sr=jst@netscape.com 2002-10-03 03:43:11 +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
dbaron%fas.harvard.edu 58e711b7d5 Use correct interface pointer to fix crash inserting rule into media rule. b=170699 r=glazman sr=roc+moz 2002-10-03 01:02:13 +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
dbaron%fas.harvard.edu 12c92754b3 Properly ignore the 'float' property for generated content. Rename NS_STYLE_POSITION_NORMAL to NS_STYLE_POSITION_STATIC. Patch from Mats Palmgren <mats.palmgren@bredband.net>. r=dbaron sr=bzbarsky b=93227 2002-09-30 14:46:56 +00:00
dbaron%fas.harvard.edu 29c30c5f3e Porting fixes for gcc trunk (to become 3.3): Eliminate C-only option from CXXFLAGS. Don't use pasting for things that are still separate tokens. Don't pass objects of non-POD type through |...|. Don't include strstream.h, which isn't used anymore anyway. b=170250 r=bbaetz sr=alecf 2002-09-30 14:18:27 +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
darin%netscape.com 71bb3b05de fixes bug 170789 "HTTP Accept: header should be tailored to context of the
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
jkeiser%netscape.com b9ab55938e Make option elements strip whitespace even when empty (bug 164909), r=rods@netscape.com, sr=jst@netscape.com 2002-09-26 08:21:26 +00:00
jkeiser%netscape.com 94d067c4e9 Make align=left on input type=text do text-align instead of float (bzbarsky@mit.edu's patch, bug 165547), r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu 2002-09-26 08:18:42 +00:00
caillon%returnzero.com 9061952afd Bug 117500. Adding support for the CSS2Properties interface to computed style declarations.
r=dbaron sr=jst
2002-09-26 03:46:50 +00:00
darin%netscape.com 2de4f81a70 fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
glazman%netscape.com 4e4c744b19 Add support for :-moz-selection CSS3 pseudo-element. See test case in bug. Should become ::selection once support for '::' parsing is implemented; b=167068, r=mjudge, sr=kin 2002-09-24 08:13:05 +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
rpotts%netscape.com b5533b4cc8 bug #145579 (r=darin, sr=jst) send the correct referrer for images... 2002-09-17 18:59:41 +00:00
alecf%netscape.com b15e45e72d re-fix bug 166147 - autoinitialize mRefCnt to 0 for more efficient constructors
r=dougt, sr=jag, this time including some CSS stuff that has 31-bit refcounts.
2002-09-17 04:49:28 +00:00
jkeiser%netscape.com 7a4fb99bb1 Make input type=image only submit once when the image doesn't exist (bug 167664), r=rods@netscape.com, sr=bzbarsky@mit.edu 2002-09-16 21:52:16 +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
jkeiser%netscape.com 3ff4249a53 Make file inputs accept leading file:// (t.bubeck@reinform.de's patch, bug 165943), r=jkeiser@netscape.com, sr=darin@netscape.com 2002-09-16 06:00:08 +00:00
bzbarsky%mit.edu ddf2a851ed Fix an edge case in color-parsing correctness. Bug 154755, r=glazman,
sr=dbaron
2002-09-14 05:28:26 +00:00
jkeiser%netscape.com 99559fac4a Back out bug 163593 (superceded by bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-09-13 21:18:15 +00:00
darin%netscape.com 3ccc04a004 enabling prefetching again for XP_MAC (had to back this out two days back
due to bustage)
2002-09-12 19:45:10 +00:00
darin%netscape.com 4839e4f7e2 temporary hack to fix mac bustage... will return with the real fix. 2002-09-11 04:32:38 +00:00
darin%netscape.com f83410ff28 fixes bug 166647 "allow link prefetching from a META tag + other fixes"
r=dougt,hixie sr=rpotts
2002-09-11 03:12:13 +00:00
bzbarsky%mit.edu 2add13be13 Fix offsetTop/offsetLeft to not be confused by table borders. Bugs
163923 and 119167, r=sicking, sr=jst
2002-09-11 01:58:59 +00:00
jst%netscape.com 04e808f85d Fixing bug 161042. If a table cell doesn't have an align attribute, ask the cell's row for the alignment. r=peterv@netscape.com, sr=bzbarsky@mit.edu 2002-09-11 01:57:40 +00:00
bzbarsky%mit.edu 49fd167d97 negative border widths are not legal in CSS. bug 167657, r=glazou,
sr=dbaron.
2002-09-11 01:47:25 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
jst%netscape.com 76ab201522 Whitespace cleanup, no code changes. r/sr/a=me! 2002-09-07 01:48:39 +00:00
jkeiser%netscape.com 0717b547f2 Fix race condition where iframe's frame is created after document is loaded and body is parsed (bug 153815), kin@netscape.com's patch, r=jkeiser@netscape.com, sr=jst@netscape.com 2002-09-06 05:44:31 +00:00
caillon%returnzero.com 7f92e25158 Remove an unneeded check: unsigned ints are always >= 0.
Bug 166364; r=sicking; sr=jst
2002-09-04 02:15:35 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
bzbarsky%mit.edu 17c644b311 Deal with comments inside options. bug 72980, r=jkeiser, sr=jst 2002-09-03 23:23:00 +00:00
jkeiser%netscape.com 315e8af3d3 Make wbr take back what it said about being an eHTML_FORM_CONTROL. (bug 166307), r=caillon@returnvalue.com, sr=jst@netscape.com 2002-09-03 07:04:50 +00:00
andreas.otte%debitel.net 932f63b026 fix bug 166085 [Assertion constructing about: URIs
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
bzbarsky%mit.edu 51f8c6e76f Option.selected = false should not select the option. Bug 165404,
r=sicking,jkeiser, sr=jst
2002-08-29 21:53:22 +00:00
jfrancis%netscape.com 308ab1fe69 fix for 159842: parser has no mechanism to allow parsing of incomplete html fragments. sr's from heikki, kin, bz 2002-08-29 08:17:41 +00:00
jkeiser%netscape.com 32844f7719 Make anonymous content inaccessible to web content (bug 164086), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-08-29 04:05:39 +00:00
axel%pike.org 311e1be821 fix MOZ_TIMELINE bustage by bzbarzky, bug 119321. code by peterv, r=me 2002-08-28 12:18:26 +00:00
bbaetz%student.usyd.edu.au e1742b6500 Backing out jkeiser's checkin for bug 164086 (not bug 96537) because he
left a file out, and the tree turned red....
2002-08-28 10:13:28 +00:00
jkeiser%netscape.com 8aa6968431 Make anonymous content inaccessible to web content (bug 96537), r=sicking@bigfoot.com, sr=jst@netscape.com 2002-08-28 08:19:43 +00:00
bzbarsky%mit.edu d9ea7f8f8f Bug 119321 and bug 80106. Create a generic nsIUnicharStreamLoader that
makes two callbacks -- one to determine the charset and one to provide
an nsIUnicharInputStream.  Use this in the CSSLoader instead of
allocating a single big buffer for the sheet.  Clean up the way we look
for the @charset charset in the sheet data.

r=rpotts for netwerk/, r=peterv for content/, r=smontagu for intl/,
sr=darin for the whole thing.
2002-08-27 23:47:25 +00:00
alexsavulov%netscape.com 244d832b0c Fix for bug 164065 - Broken image input element crashes the browser.
r= jkeiser, sr= jst
2002-08-27 22:00:26 +00:00