bzbarsky%mit.edu
|
0d0d35c968
|
Add a pref (layout.frames.force_resizability) to force frames to be
resizable. Bug 105797, r=hyatt, sr=attinasi
|
2001-11-02 02:19:49 +00:00 |
|
hyatt%netscape.com
|
19490453c9
|
Fix for 106153, avoid building a content model for XBL event handlers, r=bryner, sr=waterson
|
2001-11-02 01:53:13 +00:00 |
|
karnaze%netscape.com
|
3ca7ced0f8
|
fix crash in display reflow debugging.
|
2001-11-01 15:53:57 +00:00 |
|
karnaze%netscape.com
|
128e7ac8d2
|
bug 105166 - split images (except for image contro frames), round pixels down for printing. sr=attinasi,kin r=alexsavulov
|
2001-11-01 15:31:13 +00:00 |
|
mkaply%us.ibm.com
|
475e3cd26b
|
#88100
r=simon@softel.co.il, sr=blizzard
Hookup Bidi preferences
|
2001-11-01 05:49:45 +00:00 |
|
jst%netscape.com
|
b5981c37b3
|
Fixing bug 103904. Don't let pref change callbacks run wild on documents that are partially torn down already. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
|
2001-11-01 04:40:59 +00:00 |
|
karnaze%netscape.com
|
5e56b564c2
|
bug 106158 - changed outer table fix up of nested inner table's computed width to consider if the min width fits.
removed tree specific code. sr=waterson, r=alexsavulov.
|
2001-11-01 04:17:30 +00:00 |
|
seawood%netscape.com
|
8a2a775382
|
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
|
2001-11-01 00:54:48 +00:00 |
|
kin%netscape.com
|
a46abef38f
|
Backout glazman's fix for bug 107567, pending investigation
on why it causes the tinderbox Leak count to go up.
a=beard@netscape.com,jj@netscape.com
|
2001-10-31 19:03:46 +00:00 |
|
glazman%netscape.com
|
3b65896526
|
Remove useless mSheetMap table from nsCSSLoader; b=107567, r=peterv,rjesup@wgate.com; sr=kin
|
2001-10-31 15:53:25 +00:00 |
|
mkaply%us.ibm.com
|
9c301478f8
|
#104874
r=rods, sr=watersin
Patch from simon montagu - cleanup combobox code in Bidi case
|
2001-10-31 14:49:15 +00:00 |
|
karnaze%netscape.com
|
bbd9ace80f
|
bug 107403 - shannond's patch to cast debug code before deleting to satisfy HP-UX. r=karnaze
|
2001-10-31 14:45:12 +00:00 |
|
darin%netscape.com
|
2c3928d7b8
|
fixes bug 70519 "Select All (+ Copy) does not clobber the X primary selection"
patch=jwbaker@acm.org r=akkana sr=kin
|
2001-10-31 06:14:11 +00:00 |
|
mkaply%us.ibm.com
|
877964fad0
|
#104792
r=rods, sr==attinasi
patch from simon montagu - hebrew comboboxes go haywire
|
2001-10-31 05:17:34 +00:00 |
|
bryner%netscape.com
|
e6b4535db9
|
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
|
2001-10-31 05:06:31 +00:00 |
|
bryner%netscape.com
|
de5db63a95
|
Debug-only change to print out the img src when the frame tree is dumped. r=pavlov, sr=waterson.
|
2001-10-31 04:43:48 +00:00 |
|
dbaron%fas.harvard.edu
|
978c81f4e8
|
Additional cleanup after bug 56117: prevent :first-letter from leading to style resolution on text nodes and stop all style resolution for placeholder frames (formerly :placeholder-frame pseudo-element) and for text following a :first-line pseudo-element (formerly :-moz-letter-frame pseudo-element). b=107534 r=waterson, attinasi sr=hyatt
|
2001-10-31 02:53:47 +00:00 |
|
evaughan%netscape.com
|
6a2b45729e
|
fixes bug#107638
-r jag -sr hyatt
|
2001-10-30 23:41:30 +00:00 |
|
rbs%maths.uq.edu.au
|
32cf016db5
|
bug 102088 - Cleanup transitory font APIs that were used as a bridge in bug 99010, r=waterson, sr=attinasi
|
2001-10-30 22:58:00 +00:00 |
|
jst%netscape.com
|
b494463795
|
Fixing part of bug 107453. Combine rarely used leaf element classes into one class to cut down on the amount of code we have for implementing all those dom interfaces. This makes using the combined elements (base, embed, isindex, param, spacer, colgroup, and wbr) a bit more expensive but since they're hardly ever used it's ok for them to take up a bit more heap space when used. r=dbaron@netscape.com, sr=waterson@netscape.com
|
2001-10-30 10:14:06 +00:00 |
|
dbaron%fas.harvard.edu
|
781e5bb21c
|
Avoid attempting to do CSS selector matching on text nodes, comments, or processing instructions by adding a 'NonElement' style resolution method that assumes that no rules match (temporarily, until we don't have style contexts for text nodes) and by cleaning code that was using textPseudo (the usual case) or passing the text node directly (only a few unusual cases). b=56117 r=hyatt sr=attinasi
|
2001-10-30 06:36:06 +00:00 |
|
dbaron%fas.harvard.edu
|
c13d4f0b0c
|
Avoid attempting to do CSS selector matching on text nodes, comments, or processing instructions by adding a 'NonElement' style resolution method that assumes that no rules match (temporarily, until we don't have style contexts for text nodes) and by cleaning code that was using textPseudo (the usual case) or passing the text node directly (only a few unusual cases). b=56117 r=hyatt sr=attinasi
|
2001-10-30 06:02:05 +00:00 |
|
hyatt%netscape.com
|
a802d9dfe8
|
SetParent in nsIFrame should not be inlined. r=evaughan, sr=hewitt
|
2001-10-30 00:01:39 +00:00 |
|
evaughan%netscape.com
|
7d070b2c53
|
turning on grid
-r bryner -sr hyatt
|
2001-10-29 20:20:36 +00:00 |
|
evaughan%netscape.com
|
29e11c6ee6
|
Turning on new grid code
-r bryner -sr hyatt
|
2001-10-29 20:12:07 +00:00 |
|
bernd.mielke%snafu.de
|
a5712df37d
|
bug 97630 cut line-height inheritance for tables in quirks mode
r=hixie,karnaze sr=attinasi
|
2001-10-29 19:44:05 +00:00 |
|
bernd.mielke%snafu.de
|
794abebe7d
|
bug 107103 enable regression output for table printing tests
r=karnaze sr=attinasi
|
2001-10-29 19:19:06 +00:00 |
|
rods%netscape.com
|
ff7243160f
|
Make sure default printing for FrameSets is "AsIs" when printing silently
Bug 106015 r=kmcclusk sr=attinasi
|
2001-10-29 15:28:45 +00:00 |
|
karnaze%netscape.com
|
e38dff73f8
|
bug 103925 - general reflow debugging capability. sr=attinasi, r=alexsavulov
|
2001-10-29 01:43:59 +00:00 |
|
jaggernaut%netscape.com
|
718057d1d5
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-10-27 07:43:56 +00:00 |
|
seawood%netscape.com
|
9b5ae05e33
|
Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
|
2001-10-27 07:38:18 +00:00 |
|
jaggernaut%netscape.com
|
cad0dc7095
|
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
|
2001-10-27 06:44:19 +00:00 |
|
bernd.mielke%snafu.de
|
7f233275f2
|
new regression test, not affecting the build.
|
2001-10-27 06:27:12 +00:00 |
|
sfraser%netscape.com
|
72ca9383ae
|
Clean up static linkage with unichar utils (bug 100214) for alecf. r=fm, sr=alecf
|
2001-10-26 23:34:53 +00:00 |
|
alecf%netscape.com
|
4b9b701faf
|
two more nsUnicharUtils.h stragglers, I think I got r=jag, sr=scc on these in a previous patch - again for bug 100214
|
2001-10-26 17:51:22 +00:00 |
|
alecf%netscape.com
|
6ae8a9bee0
|
Convert users of nsCRT::ToUpper(PRUnichar) to ToUpper(PRUnichar) for bug 100214, r=jag, sr=scc
|
2001-10-26 17:18:35 +00:00 |
|
bernd.mielke%snafu.de
|
fd3d42097e
|
adding a table-layout:fixed regression testcase not part of the build
|
2001-10-26 14:38:50 +00:00 |
|
alecf%netscape.com
|
4c17dcac93
|
Added files:
mozilla/intl/unicharutil/util/nsUnicharUtils.cpp
|
2001-10-26 05:23:36 +00:00 |
|
dbaron%fas.harvard.edu
|
94cefc7b1c
|
Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson
|
2001-10-26 05:12:25 +00:00 |
|
dbaron%fas.harvard.edu
|
6e86902faa
|
Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson
|
2001-10-26 05:06:07 +00:00 |
|
jst%netscape.com
|
5574ddbbfc
|
No need to be this paranoid, checking for pointers being null once is enough! Checking twise in a row is just overkill.
|
2001-10-26 03:31:49 +00:00 |
|
alecf%netscape.com
|
8b0ceb8c3c
|
final makefile.win changes for bug 100214, just adding some REQUIRES to be used soon
|
2001-10-26 03:18:09 +00:00 |
|
evaughan%netscape.com
|
309b361933
|
A little renaming. NOT IN BUILD
|
2001-10-26 02:41:06 +00:00 |
|
alecf%netscape.com
|
743fc2884d
|
other changes for bug 100214, r=jag, sr=scc
include nsUnicharUtils.h for useful stuf
|
2001-10-26 02:38:29 +00:00 |
|
karnaze%netscape.com
|
b838e3f3b3
|
new regression test, not affecting the build.
|
2001-10-26 02:34:16 +00:00 |
|
karnaze%netscape.com
|
c37faec28a
|
bug 60816 use correct cell when rowspan and colspan overlap. Fix pixel rounding errors. sr=attiansi, r=alexsavulov
|
2001-10-26 02:30:38 +00:00 |
|
hewitt%netscape.com
|
257b6413cc
|
105751 - splitter should set orient attribute on itself based on parent orientation, r=jag, sr=hyatt
|
2001-10-26 00:09:12 +00:00 |
|
evaughan%netscape.com
|
e1804ed14c
|
Make file fixes NOT IN BUILD
|
2001-10-25 23:05:23 +00:00 |
|
dbaron%fas.harvard.edu
|
0a8803afaf
|
Fix Mac debug build bustage. (Why don't we have a mac debug tinderbox?) b=86947
|
2001-10-25 20:19:32 +00:00 |
|
mkaply%us.ibm.com
|
afe265287c
|
OS/2 test bustage - need LIB_SUFFIX for gkbase and need EXTRA_DSO_LIBS for gkgfx - note that I don't think gkgfx even needs to be linked for this test but I'm putting it in anyway
|
2001-10-25 16:36:33 +00:00 |
|