arougthopher%lizardland.net
b172805113
Fix for Bug#129964
...
regxpcom fails due to app_server interaction
regxpcom and the other utility functions to not create a BApplication. The beos widget component was creating some static BCursors that were invoked when trying to be loaded by regxpcom, which caused it to fail. The cursors are now created dynamically.
r=cls
a=asa
2002-03-13 01:09:29 +00:00
arougthopher%lizardland.net
0897a30aaf
Fix for Bug#124543
...
BeOS MathML implementation
r-rbs (rbs@maths.uq.edu.au )
a=roc+moz
2002-03-13 01:02:25 +00:00
dougt%netscape.com
299b47cf06
Fixes 127918. Mime Service was being accessed from a non-ui thread. This causes all kinds of problems. Found that content type is not needed while opening most stream io's. Removes content type result from nsIStreamIO::Open(). Added atrribute content type nsIStreamIO. Fixes callers. r=gordon@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org.
2002-03-13 00:34:54 +00:00
seawood%netscape.com
ef015e206d
Fix |Cannot use const char* to initialize char*| bustage with Sun Forte compilers.
...
Thanks to Pete Zha <pete.zha@sun.com> for the patch.
Bug #129533 r=Roland.Mainz a=asa
2002-03-12 23:49:23 +00:00
ben%netscape.com
e85c0181a3
Fix build bustage. r=bryner, sr=blake
2002-03-12 23:38:26 +00:00
timeless%mac.com
e2dea144d4
Bug 80562 Xprint does not support any other visuals than Xprt's default one...
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=db48x sr=attinasi a=roc+moz
2002-03-12 22:52:34 +00:00
ben%netscape.com
830cc28946
Fix for 128815 - numerous bookmarks improvements, including fixes for bugs: 77411, 114142, 126748, 128571.
...
- update outliner builder to expose "Sort" method publicly.
r=blake, sr=hyatt, a=asa
2002-03-12 22:45:05 +00:00
ben%netscape.com
996f63020a
Fix for 128815 - numerous bookmarks improvements, including fixes for bugs: 77411, 114142, 126748, 128571.
...
r=blake, sr=hyatt, a=asa
2002-03-12 22:44:04 +00:00
ftang%netscape.com
5f1cf54742
fix bug 130071. r=nhotta sr=hyatt, a=roc+moz
...
make the Asian localization display access key correctly if the last char is a ":"
2002-03-12 22:39:52 +00:00
ftang%netscape.com
ee74c1de7d
fix bug125298. hide bidi control format code
...
r=nhotta sr=sfraser a=roc+moz
2002-03-12 22:36:59 +00:00
dcone%netscape.com
1caa14a4f9
Not part of the build. Adding files needed for the layout-debug object
2002-03-12 22:29:58 +00:00
nhotta%netscape.com
5d9debacdd
For IMAGE SRC/FRAME SRC, set a charset from the document and pass it to NS_NewURI,
...
bug 127282, r=attinasi, sr=darin, a=asa.
2002-03-12 22:26:11 +00:00
dcone%netscape.com
485d9c6092
Not part of the build. Adding objects for the layout-debug plugin object.
2002-03-12 22:25:22 +00:00
dcone%netscape.com
d4c1480d0a
Not part of the build. Adding files needed for the layout-debug object
2002-03-12 22:21:53 +00:00
heikki%netscape.com
bf57164cba
Bug 129608, moving XML parsererror into its own namespace along with the CSS rules so it won't mess up with web pages using parsererror and sourcetext tags. Clean up the content tree before parser error. Also removing dead files. r=harishd, sr=jst, a=roc+moz@cs.cmu.edu.
2002-03-12 22:17:18 +00:00
blakeross%telocity.com
fa6c821fe5
Download manager. Not part of build. a=asa
2002-03-12 22:13:45 +00:00
dcone%netscape.com
dc69a8011a
Not part of the build. Adding of files from the Layout-Debug object.
2002-03-12 22:08:59 +00:00
igor%mir2.org
f5b8fd5697
Rename catchStack to tryStack and allocate it only when required
2002-03-12 22:02:55 +00:00
igor%mir2.org
5e73d7338f
Move definitions of interpreter bytecode specific tokens like BREAKPOINT or INTNUMBER to Interpreter.java.
...
Use switch instead of string array to return token names not to depend on token oder.
2002-03-12 22:00:56 +00:00
brendan%mozilla.org
21978efea8
Missing JSFunction API (129545, r=shaver, sr=jband, a=asa).
2002-03-12 21:58:27 +00:00
dcone%netscape.com
a14aab5ae7
Not part of build. Adding files as part of the Layout-Debug object.
2002-03-12 21:57:50 +00:00
dcone%netscape.com
4dfd4691ac
Not part of build. Adding files for the layout-debug object.
2002-03-12 21:54:58 +00:00
bryner%netscape.com
a34c68fa0b
Changing XUL menus to use a :-moz-menuactive pseudoclass rather than a menuactive attribute for styling the active item. This will allow XBL select widgets to not modify the HTML DOM. Bug 128947, r=dbaron, sr=hyatt, a=asa.
2002-03-12 21:49:23 +00:00
morse%netscape.com
a3db62d620
bug 128948, crash in password manager, r=racham, sr=jag, a=asa
2002-03-12 21:19:03 +00:00
bzbarsky%mit.edu
e5ff4dcaa4
Implement directional, list, cursor properties. Bug 128428, patch by
...
caillon@returnzero.com (Christopher Aillon), r=bzbarsky, sr=jst, a=asa
2002-03-12 21:16:22 +00:00
seawood%netscape.com
1675289b45
Only set MAPFILE if MOZ_MAPINFO is set - win32 gmake build
...
Bug #129161 r=walk84 a=asa
2002-03-12 21:15:36 +00:00
bzbarsky%mit.edu
e2bb9ad325
Make "go" button pref do the right thing again. Bug 129686, patch by
...
caillon@returnzero.com (Christopher Aillon), r=bzbarsky, sr=jag, a=asa
2002-03-12 21:14:11 +00:00
sicking%bigfoot.com
2ed5916893
Bug 123343. Make <base> and <meta http-equiv=".."> work in XSLT generated pages. Also adds keeping track of stylesheet index for inserted stylesheets.
...
r=peterv sr=jst a=roc+moz
2002-03-12 21:03:34 +00:00
hwaara%chello.se
7c4d528623
#69528 , "Can't add multiple attachments at once via dnd [drop files]"
...
r=varada, sr=sspitzer, a=shaver
2002-03-12 21:03:24 +00:00
beard%netscape.com
cfd9905cbb
[not part of build] plugin dir code for Mac OS X.
2002-03-12 20:35:53 +00:00
blizzard%redhat.com
4cb69322ab
Add FONTCONFIG_PATH, not part of the build.
2002-03-12 16:45:16 +00:00
myk%mozilla.org
477e2abf47
Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
...
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
2002-03-12 16:15:41 +00:00
myk%mozilla.org
1a2c88b4cf
Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
...
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
2002-03-12 16:05:35 +00:00
karnaze%netscape.com
2b094e1eca
bug 128804 - moved optimization of text controls to nsBlockReflowState and initialized it earlier. a=dbaron, sr=attinasi, r=alexsavulov.
2002-03-12 15:48:52 +00:00
alecf%netscape.com
3c88a713e6
fix for bug 130135 - remove "virtual" from nsObserverList because it doesn't have virtual methods
...
(saves 4 bytes per list)
r=dougt, sr=darin, a=roc+moz
2002-03-12 15:46:19 +00:00
karnaze%netscape.com
16016ee0cf
bug 105742 - paint the outline of an image after the image content. a=roc, sr=attinasi, r=alexsavulov.
2002-03-12 15:35:52 +00:00
timeless%mac.com
751ca6a031
Bug 123550 Toggling unread column doesn't properly toggle unread counts in name column
...
patch by neil@parkwaycc.co.uk r=timeless sr=sspitzer a=asa
2002-03-12 15:34:33 +00:00
bzbarsky%mit.edu
9ffb53af67
Account for scrollbar in incremental reflow of fixed-pos elements. Bug
...
130002, r=dbaron, sr=attinasi, a=roc+moz
2002-03-12 15:29:33 +00:00
bzbarsky%mit.edu
5353b81526
Fix hang when style.cssText is set to an unrecognized value. Bug
...
129927, r=dbaron, sr=jst, a=roc+moz
2002-03-12 15:28:27 +00:00
dcone%netscape.com
c637ecd828
pulling changes. The checkin went to the wrong place.
2002-03-12 15:23:50 +00:00
karnaze%netscape.com
303ce25eb2
bug 92868 - Simplified the style context provider mechanism, changed frame manager to re-resolve the provider first and to use correct style context in a few other places. a=roc, sr=attinasi, r=dbaron.
2002-03-12 15:21:35 +00:00
mkaply%us.ibm.com
9353dc61cc
#125432
...
r=pedemont, sr=blizzard, a=roc+moz
OS/2 only - use the web page font for entryfields, buttons, and lists since our chrome font is a bitmap font that can't be scaled.
2002-03-12 15:07:47 +00:00
mkaply%us.ibm.com
9137f1b773
#129716
...
r=pedemont, sr=blizzard, a=roc+moz
OS/2 only - Initialize titlebars to a blank rather than 0
2002-03-12 15:04:03 +00:00
dcone%netscape.com
1efbc9683b
Adding the debug object. This is not part of the build.
2002-03-12 14:57:25 +00:00
rods%netscape.com
bd9bc62f8e
Change getters of widgets to nsCOMPtrs to get rid of leaks.
...
Bug 129933 r=dcone sr=attinasi a=roc
2002-03-12 14:16:57 +00:00
brade%netscape.com
8dc0720421
display save error on !success (rather than only for exceptions); bug 128367, r=adamlock, sr=kin; a=asa
2002-03-12 14:13:39 +00:00
myk%mozilla.org
b488beb502
Fix for bug 103778: Rewrites and templatizes buglist.cgi.
...
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2002-03-12 13:55:07 +00:00
bbaetz%student.usyd.edu.au
34a9262f08
Bug 130254 - Template params don't have to exist, since they may be
...
subject to interpolation. Ignore names with $ in them as a workaround
r=myk x 2
2002-03-12 13:33:55 +00:00
rjc%netscape.com
9a8f9501ef
Backout fix for bug # 129794 due to orangeness. Will try again tomorrow.
2002-03-12 11:21:03 +00:00
rjc%netscape.com
a1558f7dd5
Typo. Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz
2002-03-12 10:28:18 +00:00