bzbarsky%mit.edu
cd39dd8995
Margin/padding computations need to flush the reflow queue. Bug 173354,
...
r=caillon, sr=heikki, a=asa.
2002-10-16 03:38:52 +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
dbaron%fas.harvard.edu
3ad435a24c
OK, over from snprintf to PR_snprintf. b=173837
2002-10-15 00:29:58 +00:00
dbaron%fas.harvard.edu
17ce8bf5d5
Maybe an explicit include of stdio.h will fix the myotonic bustage. b=173837
2002-10-15 00:20:45 +00:00
dbaron%fas.harvard.edu
fc4297892b
Add preference for whether to enable marquee, and set the default to disabled. b=161109 r=caillon sr=bzbarsky a=rjesup
2002-10-15 00:06:57 +00:00
dbaron%fas.harvard.edu
9c32fa806d
Remove unused ability to optionally arena-allocate certain stylesheet objects. b=174256 r=kin sr=bzbarsky a=rjesup
2002-10-14 23:57:17 +00:00
dbaron%fas.harvard.edu
cac2947037
Change sprintf to snprintf to avoid potential for buffer overflow. Untabify surrounding code. b=173837 r=heikki sr=bzbarsky a=rjesup
2002-10-14 23:49:48 +00:00
akkana%netscape.com
859e59d609
145196: prevent creation of extra blank lines. Fix from burpmaster@truffula.net, r=akkana, sr=jag, a=rjesup
2002-10-14 22:07:48 +00:00
bzbarsky%mit.edu
adfb8db44b
Fix crash in nsStyleQuotes copy constructor. Bug 174178, r=caillon,
...
sr=dbaron, a=roc+moz
2002-10-13 18:55:12 +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
varga%netscape.com
7f662f3124
Fixing a typo.
...
bug 26429.
2002-10-09 21:02:52 +00:00
peterv%netscape.com
a09b893f34
Fix bustage.
2002-10-09 10:33:27 +00:00
sspitzer%netscape.com
c4c5071e77
attempting to fix MacOSX/Darwin 5.5 planetoid Depend bustage for sicking, r=cls.
2002-10-09 08:06:53 +00:00
sicking%bigfoot.com
de70300d00
bug 64945 stage two.
...
Prettyprint without modifying the DOM by using an XBL binding. Use viewsource.css for styling. Also refactor a real sync-load service and make transformiix and XBL use it.
r=jkeiser sr=darin
2002-10-09 07:03:15 +00:00
bzbarsky%mit.edu
093137e9f2
Make GetImportantRule and GetISupportsValue return already_AddRefed.
...
Bug 171808, r=jkeiser, sr=dbaron
2002-10-09 01:59:43 +00:00
bzbarsky%mit.edu
279ffda515
Make GetParent on nsStyleContext return an
...
already_AddRefed<nsIStyleContext>. Bug 171808, r=jkeiser, sr=dbaron
2002-10-09 01:46:15 +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
5a9229daea
Bug 173299 change getControlleryById to getControllerById in nsIControllersInterface
...
r=cmanske sr=kin
2002-10-08 18:25:57 +00:00
rods%netscape.com
855fd85355
This patch is a bit different, instead of having the DocShell figure out whether it or one of its children are printing or PP, it gets told whether it is, and it caches that value.
...
This was done so navigation is as fast as possible, meaning it doesn't have to figure it out each time.
The patch:
1) Adds a method to the nsIContentViewerContainer to tell it whether we are printing or in PP.
2) Fix up the DV and PrintEngine, the DV SetIsXXXX didn't need to set any
values in the PrintEngine, but now instead makes calls and sets the values in DocShells
3) Cleaned up and add a macro to nsIDocumentViewerPrint
Bug 171161 r=dcone sr=rpotts
2002-10-08 13:17:56 +00:00
caillon%returnzero.com
0294527edd
Oops, this got accidentally checked. Backing out.
2002-10-08 10:43:38 +00:00
caillon%returnzero.com
5ba9439c07
Correcting our background painting code per the latest CSS specs. By default, backgrounds should be painted to the border
...
area, and not the padding area as per the CSS 2 Errata, CSS2.1 and CSS3. Also, implementing the CSS3 'background-clip'
and 'background-origin' properties (currently with -moz- prefixes) to control this behavior.
Bug 162252, r=dbaron sr=roc+moz
2002-10-08 10:24:53 +00:00
dbaron%fas.harvard.edu
50be3cbecb
Attempt to fix mach-o bustage. b=172207
2002-10-08 03:58:32 +00:00
caillon%returnzero.com
3afede1887
Attempting to fix Windows bustage
2002-10-08 03:03:56 +00:00
caillon%returnzero.com
d8d932cd3f
More footprint work; Axing the large switch statement in GetPropertyCSSValue()
...
bug 172207 r=bzbarsky sr=alecf
2002-10-08 01:53:31 +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
aaronl%netscape.com
2494d75102
Fixing extra comma in checking
2002-10-05 16:12:44 +00:00
aaronl%netscape.com
f7218d0d8a
Bug 28583. Select text field contents when focused, except by mouse click, on certain platforms. r=brade, sr=sfraser
2002-10-05 15:39:33 +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
hyatt%netscape.com
20a66be47e
Fix for 172545, give datasources the ability to specify icons for XUL trees, r=varga, sr=jag
2002-10-04 08:26:36 +00:00
seawood%netscape.com
f2acbeccf8
Fixing static build bustage caused by checkin for bug 158110.
2002-10-04 00:27:14 +00:00
caillon%returnzero.com
8e992f87ae
Bug 170895. Reducing footprint. Use XPCOM aggregation to get at CSS2Properties.
...
r=dbaron sr=alecf
2002-10-03 19:41:42 +00:00
rods%netscape.com
c29b4912ff
Removing unwanted part of patch
2002-10-03 11:28:48 +00:00
rods%netscape.com
51646a434c
Impl print preview for mail and addrbook
...
Bug 158110 r=bienvenu sr=sspitzer
2002-10-03 10:48:59 +00:00
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
aaronl%netscape.com
f21629a412
Bug 81723. Keyboard context menu (Shift+F10/Ctrl+space on mac) should open near focused item. r=pinkerton, sr=bryner
2002-10-03 00:47:54 +00:00
dbaron%fas.harvard.edu
a384d0ce7d
Don't prevent 'display: none' from working on generated content by being overzealous with CSS2 12.1 'display' fixups. At suggestion of Mats Palmgren, split code path between CSS2 9.7 fixups and CSS2 12.1 fixups since the former can't affect generated content and the latter apply only to generated content. r=bzbarsky and mats.palmgren sr=kin b=171749
2002-10-03 00:42:16 +00:00
caillon%returnzero.com
1405fe4c71
IsCallerChrome() should return a PRBool like the signature says and not an nsresult.
...
r=cls sr=jst via IRC. No bug.
2002-10-02 08:45:54 +00:00
t_mutreja%yahoo.com
f720727c61
Bug#169292(text indentation of <li> elements not corrent for final element)
...
Patch:t_mutreja@yahoo.com, r= akkana, sr=heikki
2002-10-02 07:12:49 +00:00
rods%netscape.com
d8b1751919
Have the DV ref coun itself if the the DV is being Clsoed while printing or a pending print.
...
Bug 165445 r=dcone sr=rpotts
2002-10-01 21:57:15 +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
bryner%netscape.com
a4474ab6d4
For mousewheel text resizing, ignore HTML form controls and XUL content, to avoid triggering resizing in cases where the user is both ctrl+clicking and scrolling (bug 65355). r=hewitt, sr=hyatt.
2002-10-01 01:28:51 +00:00
bryner%netscape.com
e3d321d3b9
Don't crash if the focus controller is null during a deactivate (bug 168454). r=hewitt, sr=jst.
2002-10-01 01:25:00 +00:00
caillon%returnzero.com
15ead48756
171785. Using new CSS_PROP_NOTIMPLEMENTED macro. This should have gone in with the patch to bug 117500 but somehow was left out.
...
r=dbaron sr=kin/jst
2002-10-01 00:13:55 +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