jst%netscape.com
475b247f24
Cheking in change that shuts down annoying warnings from addreffing and releasing nsFrameFrame (which is not refcounted). r=pavlov@netscape.com
2001-05-19 07:29:25 +00:00
karnaze%netscape.com
9d79b74c35
bug 64645 - process children of <object> during frame construction and reflow child if alternate is needed. sr=attinasi, r=peterl
2001-05-19 02:45:21 +00:00
mstoltz%netscape.com
edf3f8a6e9
Re-checking-in my fix for 47905, which was backed out last night because of a bug in some other code that was checked in along with it. This checkin was not causing the crasher and is unchanged. See earlier checkin comment - in short, this adds same-origin to XMLHttpRequest and cleans up some function calls in caps, removes some unnecessary parameters. r=vidur, sr=jst.
2001-05-19 00:33:51 +00:00
jst%netscape.com
e22f199c61
Checking in support for onload handlers for frame and iframe elements, and fixing .ownerDocument of orphan elements, fixes bug 60173, and also fixes part of bug 27382. r=pollmann@netscape.com, sr=vidur@netscape.com
2001-05-19 00:17:01 +00:00
dbaron%fas.harvard.edu
a560b94cae
Fix typo that was causing some blocks within tables (and also some resize cases without tables) to be too wide. b=77920 r=waterson sr=attinasi
2001-05-18 23:14:36 +00:00
vidur%netscape.com
bd743ad518
Partial fix for bug 78976. Rather than dropping events that are targeted at the canvas frame, we pass them down to the first frame child. r=joki, sr=jst.
2001-05-18 23:08:00 +00:00
mjudge%netscape.com
be26e31ade
fixing bad check in tablecellselection. wouldnt work if only 1 char in a text node was selected. bug=68641 r=ftang, sr=hyatt. simple fix..
2001-05-18 23:07:54 +00:00
ftang%netscape.com
a8fe890e24
fix 79653. check in for simon@softel.co.il
...
r=ftang sr=attanasi
remove unnecessary code in IBMBIDI due to previous check in
2001-05-18 20:33:08 +00:00
rbs%maths.uq.edu.au
ff7e0bdfcf
Optimize the reflow of multiple break-after lines (e.g., avoid to unnecessarily reflow clean lines during plaintext editing in mailcompose or textarea). This is an iteration on waterson's earlier patch. b=43914 r=waterson sr=sfraser
2001-05-18 07:00:46 +00:00
evaughan%netscape.com
453d1d1d71
Fix for bug #80902
...
-r jeff@tcbnetworks.com -sr waterson
Fix for bug #80505
-r aaronl, jgaunt -sr brendan
2001-05-17 23:52:32 +00:00
dcone%netscape.com
36d76beae4
b=71976 r=rods sr=attinasi. Don't compare the url with title, especially since its been destroyed.
2001-05-17 20:54:05 +00:00
waterson%netscape.com
cd26a0ea5b
Bug 81118. Back out changes to bug 43914, which regressed jrgm's tests.
2001-05-16 15:51:17 +00:00
ftang%netscape.com
36ab05611e
fix bug 80552 r=ftang r/sr=jst
...
check in for simon@softel.co.il
change BidiEnable to GetBidiEnable
2001-05-16 13:40:08 +00:00
ftang%netscape.com
3fc561d8e2
fix UMR in GetPosition for bug 81078
...
check in for simon@softel.co.il
r/sr=kin@netscape.com , ftang@netscape.com
check array boundary before accessing the content array
2001-05-16 13:36:36 +00:00
ftang%netscape.com
d897428761
fix bug 80793.
...
check bidi frame before we call next sibling
check in for simon@softel.co.il
r/sr=kin
2001-05-16 13:17:40 +00:00
peterlubczynski%netscape.com
e5a783d5de
Fix for lost focus for plugins on mac bug 78846 sr=attinasi r=dcone
2001-05-16 03:46:56 +00:00
peterlubczynski%netscape.com
54126487e2
Fix for plugins not resizing correctly in XUL. r=peterl sr=attinasi patch by kens@activestate.com bug 77234
2001-05-16 02:24:33 +00:00
mstoltz%netscape.com
822c76926e
Fixing bug 78831 - treat chrome and resource URLs the same in the
...
URL loading check and give them access to each other. r=pavlov,
sr=brendan. This allows us to turn on the fix (already reviewed)
for 69070.
2001-05-15 22:47:21 +00:00
waterson%netscape.com
ee104a4a8c
Bug 43914. Don't force-dirty line after break-after; be sure to dirty lines containing a modified frame's continuation. Should improve typing performance. r=dbaron, sr=attinasi
2001-05-15 19:09:41 +00:00
ftang%netscape.com
43b3808c42
fix port bustage
2001-05-15 14:34:23 +00:00
ftang%netscape.com
80449836af
fix and check in 77252 for simon@softel.co.il
...
r=ftang sr=blizzard
2001-05-15 12:29:10 +00:00
ftang%netscape.com
fa9a6ddaaa
fix bug 80166. check in for simon@softe.co.il
...
r=ftang sr=blizzard
2001-05-15 12:07:30 +00:00
timeless%mac.com
1b51c1fede
Bugzilla Bug 80634 Program received signal SIGSEGV, Segmentation fault.
...
Bullet-proofing patch + ASSERT. rs=shaver
2001-05-15 03:12:08 +00:00
nisheeth%netscape.com
4dffad8bd0
Fix OS/2 build bustage from fix to bug 29171.
2001-05-12 07:12:33 +00:00
nisheeth%netscape.com
545241bba3
r=heikki. sr=jst. Fix for bug 29171. Create HTML unknown element for non-lowercased elements that are in the XHTML namespace.
2001-05-12 05:10:48 +00:00
evaughan%netscape.com
a8792fc3db
Landing accessibility
...
-r aarol, jgaunt
-sr brendan
2001-05-11 21:11:38 +00:00
mjudge%netscape.com
5ef9d40385
reverting method for getting selection controller. this WAS to stop selection from snapping from outer document to inside the text field. unfortunately this caused a regression with copying. r= kin a= leaf
2001-05-11 18:51:43 +00:00
brade%netscape.com
cabe7bf157
rename GetScrollView to GetScrollableView to match Set; bug #65124
2001-05-11 13:25:38 +00:00
mjudge%netscape.com
126c85114b
62971 sr= hyatt r=kin/waterson fix for changing how we find the line given an event point
...
this will now do a binary search muuuch faster worst case than before
2001-05-11 08:04:29 +00:00
mjudge%netscape.com
811eb6bd0c
46811 sr= kin r= cmanske
2001-05-11 08:01:40 +00:00
waterson%netscape.com
89d0f227f0
Bug 62589. Remove ad hoc timers from layout regression page cycler, collection regression data 200msec after page load has completed. Fix some bustage on framesets that happened when landing the new embed APIs. Fix Win32 harness to set XPCOM_DEBUG_BREAK=warn. r=karnaze,rpotts; sr=attinasi
2001-05-11 02:17:35 +00:00
dcone%netscape.com
352fe42dcd
bug 79477 r=kmmclusk sr=attinasi
2001-05-10 14:19:58 +00:00
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
jst%netscape.com
adf1d8320a
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
pavlov%netscape.com
e973fdc83f
fixing bug 78015 and removing some old imagelib code r=saari sr=hyatt
2001-05-04 06:29:59 +00:00
mjudge%netscape.com
4e1f32d6a2
changing table cell selection to use borders. sr=waterson r= kin 26831
2001-05-03 23:59:55 +00:00
dcone%netscape.com
a7ba45407e
Added a parameter to regression testing output. sr=waterson r=karnaze b=78523
2001-05-03 21:20:35 +00:00
waterson%netscape.com
ecf9d7b9c2
Bug 76727. Remove redundancy from BRS_ISINLINEINCRREFLOW optimization; take advantage of existing control flow. Also, correct misc misspelling. r=rbs@maths.uq.edu.au; sr=attinasi@netscape.com
2001-05-03 20:11:50 +00:00
erik%netscape.com
a88825b2b4
bug 74587; author=simon@softel.co.il; r=attinasi; sr=erik; fix for a
...
crasher in IBMBIDI-ifdeffed code for bidi documents
2001-05-02 22:13:29 +00:00
pierre%netscape.com
4da58efd40
30971 cursor: auto does not work. r=attinasi
2001-05-02 11:03:03 +00:00
karnaze%netscape.com
9a172ef481
bug 5522 - initialize max element size. sr=attinasi, r=peterl.
2001-05-01 12:42:53 +00:00
waterson%netscape.com
781b8bd98d
Bug 77414. Break nsBlockReflowState out into its own files. sr=attinasi
2001-05-01 04:22:57 +00:00
waterson%netscape.com
bd07e601ce
Remove everything but nsBlockReflowStat implementation, part 2. Not part of the build.
2001-05-01 03:43:41 +00:00
waterson%netscape.com
599a640cff
Remove everything but nsBlockReflowStat implementation, part 1. Not part of the build.
2001-05-01 03:41:11 +00:00
waterson%netscape.com
2174dec9f7
Remove everything bug nsBlockReflowState declaration. Not part of the build.
2001-05-01 03:40:32 +00:00
waterson%netscape.com
df284a6bef
Bug 76885. Removed redundant test from nsBlockFrame::ReflowDirtyChild(). sr=attinasi
2001-04-29 21:58:50 +00:00
waterson%netscape.com
8ba7e692ae
Bugs 76721, 76724. Remove vestigial |aDeltaY| argument from RecoverStateFrom() methods. Remove redundant implementation of GetAvailableSpace(). r=dbaron, sr=attinasi.
2001-04-28 02:34:58 +00:00
hyatt%netscape.com
31a850a277
Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov
2001-04-25 19:52:49 +00:00
dcone%netscape.com
c765109976
b=75893. r=mcclusk sr=attinasi a=chofmann
2001-04-25 14:26:28 +00:00
peterlubczynski%netscape.com
c5c252fca5
Fix for [Bug 68756] ObjectFrame needs nsIDOMFocusListener for Mac keyboard events in Shockwave r=karnaze sr=attinasi a=drivers
2001-04-24 23:24:01 +00:00
peterlubczynski%netscape.com
526420fc1b
Fix for Backspace can't be used in a Flash form (goes back one page) bug 60102 r=attinasi sr=waterson a=roc+moz
2001-04-24 21:03:27 +00:00
roc+%cs.cmu.edu
2673dd6ef6
Add API to view manager to get/set default background color (used when refresh disabled and possibly useful for other things). Have Docshell preserve background color across page loads. Make root frames set background color. Fix for bug 75591. r=waterson,sr=attinasi,a=blizzard
2001-04-24 01:01:16 +00:00
attinasi%netscape.com
585c1da55d
Fixed handling of empty line after a bullet in QuirksMode. b=75963 r=karnaze@netscape.com sr=waterson@netscape.com a=brendan
2001-04-19 21:54:35 +00:00
heikki%netscape.com
aa9a3a3c06
Bug 51339, XHTML map elements did not work, r=harishd, sr=vidur.
2001-04-18 00:14:34 +00:00
mjudge%netscape.com
ea5c8db87a
removing optimization unneeded for table selection to fix 60846sr= kin r= manske after making changes they requested
2001-04-17 23:31:34 +00:00
roc+%cs.cmu.edu
319d4463f3
Make sure a reflow command is posted for all dirty children in nsContainerFrame::ReflowDirtyChild, even if there's already a dirty child. Fix for bug 57251. r=attinasi,sr=waterson
2001-04-17 23:12:36 +00:00
evaughan%netscape.com
0211de1fe7
Accessibility work. bug #12952
...
-r aaronl -sr brendan
2001-04-17 23:06:38 +00:00
erik%netscape.com
cd263a6f2e
bug 76311; author=simon@softel.co.il; r=mjudge; sr=erik; This fixes the bug
...
where we were running bidi selection code even on a non-bidi document. It
also fixes a problem in the bidi code where we were ignoring the return
values of a few calls.
2001-04-17 23:03:38 +00:00
pavlov%netscape.com
b8c8ecf7d7
fixing printing of images printing them too small. r=timeless sr=ben. bug 73254 and 75425.
2001-04-17 09:03:20 +00:00
waterson%netscape.com
ae41a2f55c
Bug 74184. Make sure that NS_FRAME_HAS_CHILD_WITH_VIEW is carried forward to continuing frames. r=kmcclusk, sr=attinasi
2001-04-17 06:43:01 +00:00
roc+%cs.cmu.edu
b90fd2dc64
Fix calculation of scrollbar widths for laying out fixed-position frames. Also make sure that the fixed frames are reflowed if scrollbar widths change. Fix for bug 5195. r=evaughan,sr=attinasi
2001-04-17 01:45:38 +00:00
akkana%netscape.com
93afc41b85
74169: Enable controls on image animation in libpr0n. r=pavlov,saari sr=sfraser
2001-04-16 22:02:39 +00:00
erik%netscape.com
9d699a0d9e
fixing build bustage in IBMBIDI ifdef on Mac
2001-04-16 21:53:21 +00:00
erik%netscape.com
43ae06995d
fixing build bustage in IBMBIDI ifdef on Mac
2001-04-16 21:32:19 +00:00
pavlov%netscape.com
6b7360f5fb
fixing scaling problem r=saari, sr=hyatt
2001-04-15 05:15:48 +00:00
pavlov%netscape.com
4af9294640
fixing bug 75185 r=brendan sr=attinasi
2001-04-15 02:13:49 +00:00
peterlubczynski%netscape.com
19080f75cd
Adding pref to enabled double buffering for pages that have plugins on Mac bug=62891 a=av sr=attinasi
2001-04-13 21:30:14 +00:00
rods%netscape.com
2a2dd7510d
This is a temporary fix until 75739 is fixed, this keeps the brorders from being
...
drawn over by the InnerFrame.
Bug 75737 r=pollmann sr=attinasi
2001-04-13 11:34:31 +00:00
mjudge%netscape.com
d71140eb14
53151 68396 sr=kin r= kin. removing some ifdefs of dead ender-lite code and fixing a mail news lockup in text traversal
2001-04-12 23:38:32 +00:00
rods%netscape.com
f439ddf0c3
Implements Print FrameAsIs and other frame printing options
...
Bug 7201 r=dcone sr=attinasi
2001-04-12 13:04:29 +00:00
pollmann%netscape.com
9db93c9724
Bug 70450: Make frame.noResize scriptable, r=nisheeth@netscape.com, sr=jst@netscape.com
2001-04-12 08:16:54 +00:00
sfraser%netscape.com
98b3d5f2b0
Blue boxes be gone! Fixing 58121, r=jfrancis, sr=attinasi.
2001-04-12 01:26:57 +00:00
peterlubczynski%netscape.com
1f1bc42c9d
Fix for POSTing in embedded plugins bug 63050 r=peterl sr=attinasi Patch by Pollman
2001-04-12 00:09:08 +00:00
erik%netscape.com
860634c7ac
bug 74946; author=simon@softel.co.il; r=erik; sr=attinasi; diffs from IBM
...
bidi project (e.g. Arabic, Hebrew)
2001-04-11 23:32:21 +00:00
erik%netscape.com
4175b0f2c6
bug 75040; author=simon@softel.co.il; r=evaughan; sr=erik; diffs from IBM
...
bidi project (e.g. Arabic, Hebrew)
2001-04-11 23:04:11 +00:00
pollmann%netscape.com
e4f0f038f0
Bug 66399: Make click on targetted server-side image map load resulting page into correct frame, r=nisheeth@netscape.com, sr=jst@netscape.com
2001-04-11 08:12:10 +00:00
pollmann%netscape.com
2f1086b27b
Bug 59675: Initialize variables before use (fix compiler warnings), r=nisheeth@netscape.com, sr=jst@netscape.com
2001-04-11 07:56:13 +00:00
sspitzer%netscape.com
94c8528952
another bulletproofer, until pavlov wakes up. #75416 r=waterson.
2001-04-10 18:16:58 +00:00
attinasi%netscape.com
96705671b8
Fixed some bad code that was updating list position incorrectly when going from outside to inside. b=59086, r=karnaze@netscape.com sr=waterson@netscape.com
2001-04-09 23:13:31 +00:00
erik%netscape.com
fef7a0704d
a name change outside the IBMBIDI ifdef caused the ifdeffed code to break;
...
this change fixes that; no bug number, r, sr
2001-04-05 23:50:10 +00:00
pavlov%netscape.com
fcc4f4489a
fixing images not drawing correctly. bug 73195. patch from kmcclusk@netscape.com. r=pavlov sr=jst
2001-04-04 08:23:14 +00:00
peterlubczynski%netscape.com
e6f3e73e27
Fix for sending events to plugins on Windows through the DOM bug 60712 r=saari sr=attinasi
2001-04-03 21:32:37 +00:00
evaughan%netscape.com
2d2a0054e2
XP part of accessibility landing
...
-r vidur, rods -sr hyatt
2001-04-01 01:01:33 +00:00
waterson%netscape.com
7373bddf79
Bug 60079. Look a little bit harder for <area> elements, rather than just bailing if the first element in the <map> isn't an <area>. r=saari, sr=jst
2001-04-01 00:45:59 +00:00
kmcclusk%netscape.com
f669dfa632
Use frame bit to indicate if frame has a decendant with a view and use this to optimize nsContainerFrame::PositionChildViews; bug 70211; sr=attinasi@netscape.com r=karnaze@netscape.com
2001-03-30 05:25:49 +00:00
kmcclusk%netscape.com
f3b73154d2
Invalidate only the newly exposed region when the container frame size changes vertically b=19256; sr=attinasi@netscape.com r=roc+moz@cs.cmu.edu
2001-03-30 05:17:07 +00:00
peterlubczynski%netscape.com
6c7b4a707c
Fix to make printing OBJECTs safer bug 73846 a=av sr=waterson
2001-03-30 03:07:52 +00:00
attinasi%netscape.com
c4e9650ce5
Empty inlines now take up space in the line, fixing problem where the backtround images for those elements were not showing up even if they had sufficient padding. b=21415 r=karnaze, sr=waterson
2001-03-29 06:39:40 +00:00
attinasi%netscape.com
df5c565e88
Commented out assertion that is triggering in table regression tests: problem is covered by bug 71210, this just removes the assertion alert. r=karnaze
2001-03-28 20:06:15 +00:00
peterlubczynski%netscape.com
bd81405495
Plugins no longer get resize events bug 70429 a=av sr=waterson
2001-03-28 01:02:30 +00:00
mjudge%netscape.com
6880aec2e1
66793 r= cmanske sr = attinasi
2001-03-27 23:02:21 +00:00
rods%netscape.com
4421ccbfc6
This now enables print listeners, print progress and the cancelling of printing
...
Bug 70946 & Bug 70949 r=dcone,chak sr=attinasi
2001-03-27 11:56:03 +00:00
disttsc%bart.nl
7dc7816cb0
bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc
2001-03-27 11:17:17 +00:00
pavlov%netscape.com
5cd961ea1f
fix for bug 73345. r=hixie,bryner sr=cls
2001-03-25 02:56:38 +00:00
pavlov%netscape.com
47e458e854
fix for bug 73239. output pixels instead of twips from GetNaturalImageSize. r=ninsheeth sr=shaver,smfr
2001-03-23 21:52:08 +00:00
kmcclusk%netscape.com
b257b00b3d
Removed code which prevented reparenting of views + added code to check floating child list when reparenting views bug 71032; sr = waterson@netscape.com; r=dcone@netscape.com
2001-03-23 14:43:09 +00:00
kmcclusk%netscape.com
780320e154
Added 1 pixel to the invalidate rect to compensate for twips to pixel rounding error. bug=63951; sr=karnaze@netscape.com; r=attinasi@netscape.com
2001-03-23 14:36:28 +00:00
pavlov%netscape.com
6e0b968410
bug 37779. patch mostly from tor@cs.brown.edu. r=me, saari. r=blizzard for gtk gfx changes. r=rods for the nsImageFrame changes. sr=waterson. needed to land new imagelib.
2001-03-22 07:05:19 +00:00
pavlov%netscape.com
4a9e682e70
adding ifdef'd code to use the new imagelib. bug #70938 . r=waterson sr=attinasi
2001-03-22 01:38:35 +00:00
shanjian%netscape.com
c2285de199
#36863 CSS: small-caps/uppercase: � should become SS
...
r = erik, sr = erik
2001-03-22 01:27:13 +00:00
timeless%mac.com
d44332bdf7
fix Bug 70989 Clean up lots of "shadows" and other common warnings
...
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
erik%netscape.com
84ace96483
bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes
...
from IBM bidi project (Arabic, Hebrew, etc); some in ifdef for now
2001-03-21 01:16:22 +00:00
peterlubczynski%netscape.com
290f9145a7
Fix for getting Object Frame (and plugins) getting focus on Mac. Fixes Shockwave typing input bug 68756 a=av sr=sfraser
2001-03-19 23:26:41 +00:00
peterlubczynski%netscape.com
c350fb9165
Fix refcount issue with nsPluginInstanceOwner caused during key event listener registration bug 72236 a=av sr=attinasi
2001-03-19 22:10:23 +00:00
disttsc%bart.nl
6653250595
Hook up browser UI after skin switch. bug=68662, r=ben, sr=alecf, a=asa
2001-03-16 22:40:15 +00:00
attinasi%netscape.com
16758e7b34
b=70731 r=dcone sr=waterson - fixes crasher while printing
2001-03-14 06:45:41 +00:00
karnaze%netscape.com
ca4feee704
bug 71810 - don't have inline virtual methods. r=karnaze.
2001-03-13 15:21:42 +00:00
joki%netscape.com
8dbd9c8bb1
Fix bug 58331, don't access internal frame data after DOM event dispatch. r:peterv sr:jst
2001-03-13 11:32:43 +00:00
karnaze%netscape.com
a3a25d11b0
table reflow coalescing, table reflow face lift. sr=attinasi
2001-03-13 06:38:59 +00:00
rods%netscape.com
fe6f8fcf66
Display frame reflow counts (turned via config file define)
...
Bug 71514 r=kmclusk sr=attinasi
2001-03-13 01:47:22 +00:00
kmcclusk%netscape.com
1b90c855e2
Rewrote nsContainerFrame::PositionChildViews to use the view tree instead of doing a recursive walk of the frame tree. Should improve page load performance bug 70211 r=attinasi@netscape.com sr=hyatt@netscape.com
2001-03-12 04:19:10 +00:00
dbaron%fas.harvard.edu
f305b913f0
Clean up string usage (including some leaks and FMMs) and use some nsCOMPtrs to fix leaks on failure in nsObjectFrame::Reflow. b=64209 r=av@netscape.com,disttsc@bart.nl sr=waterson@netscape.com
2001-03-10 03:17:40 +00:00
erik%netscape.com
4faba61a60
bug 71370; sr=erik; dbaron caught an error in yesterday's check-in; the
...
bidi bit was set in the reserved area; it is now in the right area
2001-03-10 00:15:16 +00:00
erik%netscape.com
a7135c5aab
bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi
...
(bidirectional text) for languages such as Arabic and Hebrew; from IBM bidi
project; not part of build yet (due to #ifdef IBMBIDI)
2001-03-09 03:29:00 +00:00
erik%netscape.com
ca75151209
bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi
...
(bidirectional text) for languages such as Arabic and Hebrew; from IBM bidi
project; not part of build yet (due to #ifdef IBMBIDI)
2001-03-09 03:13:03 +00:00
attinasi%netscape.com
043b4729be
Commented out assertion while I find out why HR's are triggering it in some cases...
2001-03-08 15:48:48 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
rods%netscape.com
fe23bec8ec
Don't paint blocks that shouldn't be painted when printing
...
Bug 67296 r=kmcclusk sr=attinasi
2001-03-08 02:46:44 +00:00
waterson%netscape.com
d64f218a4a
Bug 71181. Revert attinasi's changes for bug 70730.
2001-03-07 20:15:35 +00:00
attinasi%netscape.com
ec83acbcec
Fix for printing crash when bulleted items have no bullet and we assume they do. Added assertion to help find the cause of the problem, and checks for null to prevent the crash. b=70730 r=dcone sr=waterson
2001-03-07 00:38:45 +00:00
attinasi%netscape.com
460310f8d1
Fixes box-sizing for absolutely positioned elements. b=67690 r=waterson (and buster R.I.P), sr=hyatt
2001-03-06 05:56:19 +00:00
waterson%netscape.com
83a393db0a
Bug 64670. Clean up and document SplitToContainingBlock(). Specifically: fix stray comma in file; unmuddle replaced frame and its parent in CantRenderReplacedElement(); sanity check args in SplitToContainingBlock(); manage view reparenting in SplitToContainingBlock(); fix nsObjectFrame to only stifle key events if the plugin was really instantiated. r=kmcclusk, saari sr=attinasi
2001-03-06 03:31:29 +00:00
attinasi%netscape.com
ed35909142
Don't reflow for every notification of an image load if the image frame's size is constrained. b=69552 r=kmcclusk sr=hyatt
2001-03-06 00:47:46 +00:00
hyatt%netscape.com
5eb460964a
Fix for 70704, r=brendan, sr=attinasi
2001-03-03 21:57:56 +00:00
harishd%netscape.com
18f4fb8fe3
Added refresh & setcookie atoms
...
r=heikki,sr=vidur
2001-03-03 00:41:02 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
rbs%maths.uq.edu.au
c8e811acd0
Shift frame-state bits in implementations to the 12 higher bits - bug 68411 r=karnaze sr=waterson
2001-02-23 12:42:12 +00:00
rbs%maths.uq.edu.au
4a4a2fffe7
Reserve additional frame state-bits - implementations are now only allowed to use the 12 higher bits. The 20 lowest bits are reserved for general use - bug 6841 r=karnaze sr=waterson
2001-02-23 12:31:28 +00:00
dbaron%fas.harvard.edu
a201dec440
Remove static constructor for nsStyleColor. r=disttsc@bart.nl sr=brendan@mozilla.org b=67341
2001-02-20 13:44:43 +00:00
heikki%netscape.com
fa72c631ce
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
heikki%netscape.com
ae23767cdd
Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:55:42 +00:00
heikki%netscape.com
28bb7ee4be
New interfaces needed for layout splitup. Not part of the build yet
2001-02-17 01:54:26 +00:00
cmanske%netscape.com
c12be864ca
Minor change to remove compile warning
2001-02-16 05:12:08 +00:00
cmanske%netscape.com
33e49891ba
Fixed table selection bug 68860. r=brade, sr=sfraser
2001-02-16 03:33:12 +00:00
buster%netscape.com
f169aa57f5
bug 47549 (Floaters cause entire page to redraw as content is appended (block paint perf))
...
r=kmcclusk@netscape.com
sr=waterson@netscape.com
2001-02-12 07:06:49 +00:00
pierre%netscape.com
ad19cf4c81
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
2001-02-07 09:57:26 +00:00
waterson%netscape.com
3eb8f6f6a5
Bug 67796. Don't update aMetrics.mMaximumWidth or .maxElementSize in ComputeFinalSize(): the maxElementSize computation was wrong, and it's not clear that the mMaximumWidth is safe to update here either. Patch from rbs@maths.uq.edu.au, r=waterson, sr=karnaze
2001-02-07 04:05:59 +00:00
rods%netscape.com
133daec2f6
Printing of selected frameset frames and Iframes
...
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
rbs%maths.uq.edu.au
49a94e8325
Fix for shift/jump/overlap in the incremental reflow of tables containing text-inputs and images. Bug 45562 and related dups. sr=waterson@netscape.com
2001-02-06 04:42:31 +00:00
pollmann%netscape.com
4f01a88ecc
Bug 8065: Prevent crashing on infinitely recursive framesets, r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 00:52:36 +00:00
brade%netscape.com
0678d58be7
cleanup of FetchDesiredX; r=kin; sr=sfraser
2001-02-05 15:43:46 +00:00
anthonyd%netscape.com
04e5df3d19
fix for bug #55921 - Clicking to the right of a link doesn't clear selection
...
sr/r=joki, sfraser
2001-02-03 07:07:15 +00:00
jst%netscape.com
2b5c3d79a5
Fixing bug 58753. Making document.referrer work for documents in [i]frames and window.open()'ed windows. r=mstoltz@netscape.com and pollmann@netscape.com, sr=vidur@netscape.com
2001-02-03 01:17:00 +00:00
peterlubczynski%netscape.com
22b10a1ba9
Fix relative URLs in 'pluginspage' attribute honor BASE tag bug 46405 a=av, sr=buster
2001-02-03 00:43:09 +00:00
attinasi%netscape.com
5a4026508d
Floated list items are now handled correctly. b=32200, r=buster sr=waterson
2001-02-02 21:17:01 +00:00
rods%netscape.com
360737ebca
Added UI for printing selectd frame
...
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2001-02-02 08:42:53 +00:00
karnaze%netscape.com
d370b0fcb2
mispelled #ifdef DEBUG
2001-02-01 02:26:26 +00:00
dbaron%fas.harvard.edu
c123fff210
Checking back in change (rev. 3.410) that was mistakenly backed out (in rev. 3.411):
...
bug 13553 (Table doesn't render properly)
patch submitted by bernd.mielke@snafu.de
r=waterson
sr=buster
2001-01-28 17:00:19 +00:00
saari%netscape.com
1ca1d7d2d0
fix for 656687, plugins don't scroll. r=bnesse, sr=waterson
2001-01-28 00:37:48 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00