mikep%oeone.com
82351788e9
Fixing so that future tasks appear as a different color, bug 197759.
2003-03-12 18:21:34 +00:00
cbiesinger%web.de
d6365ea5e5
Bug 182997 patch by johann.petrak@chello.at r=timeless sr=jag showItem("context-copy") should check isTextSelected and onTextInput
2003-03-12 15:43:08 +00:00
peterv%netscape.com
e708301bae
Bustage fix.
2003-03-12 15:35:35 +00:00
dbradley%netscape.com
86efd82e8c
Bug 194043 - Refactor exception logic between IDispatch and XPConnect. r=adamlock@netscape.com, sr=jst@netscape.com
2003-03-12 15:21:06 +00:00
peterv%netscape.com
2f95c70817
Fix for bug 179720 (implement real result tree fragments). r=sicking, sr=jst.
2003-03-12 14:07:30 +00:00
igor%mir2.org
c157c1a306
Removal of generation of non-operational dup/pop when creating function objects for function statements.
2003-03-12 09:39:16 +00:00
varga%netscape.com
24c5cecb34
Fix for bug 192885. Expose the single selection method of nsTreeSelection.
...
r=neil, sr=jag
2003-03-12 09:00:28 +00:00
seawood%netscape.com
b8baa00a2a
Use EXTRA_DSO_LIBS to clear up link issue on OS/2.
2003-03-12 08:53:48 +00:00
seawood%netscape.com
333e5fd1d1
Use LIBS_DIR instead of hardcoding -L$(DIST)/bin
2003-03-12 08:46:32 +00:00
cls%seawood.org
74d26b5b5d
Remove bogus mingw & win16 ifdefs from plevent.h
...
Add stub declaration for _mbstr which isn't defined in the current mingw headers but is present in the libs.
Fix GRE definition of XPCOM_DLL for mingw.
Bug #134113 r=dougt
2003-03-12 08:35:57 +00:00
cls%seawood.org
66610139a6
Move function prototypes into RDFContentSinkImpl class to appease mingw gcc.
...
Make gContainerInfo struct local to the only function that uses it.
Bug #134113 r=rjc sr=alecf
2003-03-12 08:26:03 +00:00
bryner%netscape.com
cf7dcf25dc
Don't need to stabilize mRefCnt to 1 in nsStyleContext dtor (bug 196956). r/sr=dbaron.
2003-03-12 05:19:43 +00:00
bryner%netscape.com
f53211b6ca
fixing ports bustage
2003-03-12 05:03:35 +00:00
bryner%netscape.com
7ce4b290a0
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
2003-03-12 04:57:33 +00:00
seawood%netscape.com
738c347e52
Treat the GRE ID as a string. Bug #195840 r=dougt
2003-03-12 04:25:33 +00:00
jaggernaut%netscape.com
cc9b6278cf
Bug 94424: Search/filters UI text field doesn't accept click-right paste. The underlying cause was that mousedown on a menuitem in the textbox's context menu shifted focus from the textbox into the first focusable container of the textbox. We're fixing this by not letting the focusable frame search code look outside popup frames. r=bryner, sr=hyatt
2003-03-12 04:19:53 +00:00
jaggernaut%netscape.com
a52364a2ed
Bug 195486: tab bar context menu: add "Bookmark This Group of Tabs". r=neil, sr=
...
bryner
2003-03-12 04:12:17 +00:00
jaggernaut%netscape.com
9fe7431540
Bug 109551: prefs to show home/current/blank page in new tab. r=shliang, sr=bryner
2003-03-12 04:06:05 +00:00
dougt%netscape.com
2a978cc28a
Adding debug support to detect reentrant create instance patterns, r+sr=alecf@netscape.com, b=194568
2003-03-12 03:58:33 +00:00
roc+%cs.cmu.edu
f295b9b118
Bug 183905. Allow horizontal scrolling with mouse sticks. Patch by Dainis_Jonitis, r+sr=roc+moz
2003-03-12 03:22:11 +00:00
pete.zha%sun.com
4c311d39d2
bug=195784 Composer - New Page Settings: access key missing for background color picker
...
r=brade@netscape.com sr=jaggernaut@netscape.com patch=jessie.li@sun.com
2003-03-12 03:05:57 +00:00
kirk.erickson%sun.com
3a1698b77b
Made 'seconds' argument to '-L' optional.
...
Updated Usage with '-L [seconds]' syntax, and default value (30).
2003-03-12 02:40:43 +00:00
timeless%mozdev.org
29ee89f56c
Bug 193726 Separate command execution from command stack insertion
...
patch by ajvincent@juno.com r=timeless sr=roc+moz
2003-03-12 02:26:19 +00:00
mstoltz%netscape.com
adad165e96
Bug 188229 - adding new security check function that allows component instantiation by CID. r=dveditz, sr=heikki. *not part of build yet*
2003-03-12 02:17:37 +00:00
ssu%netscape.com
ce2e7dc695
fixing bug 191048 - Need to install .js files in Mozilla's not GRE's component dir. r=spitzer, sr=dveditz
2003-03-12 01:31:42 +00:00
bryner%netscape.com
73b61da950
Make prototype bindings be refcounted again. This ensures that the
...
prototype binding will still be alive even if the XBLDocumentInfo has
been deleted, as can happen when the XUL cache is flushed (since it
holds the only reference to the docinfo in that case). Fixes crashers
196446, 196333, 196477, 196736. r=jkeiser, sr=jag.
2003-03-12 00:42:52 +00:00
smontagu%netscape.com
fdd3579e37
Pass the prefs filename to PREF_EvaluateConfigScript() so that it will appear in the message displayed if there is an error in the file. Bug 196763, r=ccarlen, sr=jag.
2003-03-12 00:39:31 +00:00
dbaron%dbaron.org
e245b67875
Add testcase for bug 177331.
2003-03-12 00:07:40 +00:00
dbaron%dbaron.org
62f2b8c3bd
Remember the lowest floater top for CSS2 9.5.1 rule 5 (a float cannot be higher than earlier floats) on the space manager rather than the block reflow state so that it works across blocks sharing the same space manager. Save and restore it in the space manager's PushState and PopState to fix incremental reflow bug (177331). b=196919 r+sr=roc+moz Change PRIntn to PRInt32. b=115153 r+sr=bzbarsky
2003-03-11 23:56:49 +00:00
cavin%netscape.com
53de0d9911
Fix for 195727. Changed IsSpace() declaration from 'const char aChar' to 'PRUnichar aChar'. r=darin, sr=sspitzer.
2003-03-11 23:49:08 +00:00
rogerl%netscape.com
a8fcbe2f8c
Fixed passing wrong environment to function call.
2003-03-11 23:46:09 +00:00
alecf%netscape.com
e28c0e6945
update API docs so that I don't get false positives for GetUnicode()
...
(not part of build, just a doc)
2003-03-11 23:26:18 +00:00
dbaron%dbaron.org
55aaf50587
Add testcase for bug 196919.
2003-03-11 23:22:47 +00:00
dougt%netscape.com
dc86608ecf
adding SpecialSystemDirectory files to trunk. not part of build
2003-03-11 22:47:05 +00:00
bryner%netscape.com
f270f4e005
These files are copied from gfx during the build; they shouldn't be checked into CVS in this directory.
2003-03-11 22:36:35 +00:00
jst%netscape.com
a3dbc99032
Fixing bug 196895. Don't assume aIsUndefined is non-null. Patch by dbradley@netscape.com, r=jst@netscape.com, sr=alecf@netscape.com
2003-03-11 22:24:02 +00:00
dougt%netscape.com
4291bb8ac5
Experimental native uconv implementation.
2003-03-11 21:54:33 +00:00
dougt%netscape.com
da37fd9b09
Converting the file location of the component registry and the xpti manifest file to use the directory service. r=darin, b=191055
2003-03-11 21:36:59 +00:00
locka%iol.ie
5afc67f9b3
Skip whitespace in middle of meta refresh string. b=196346 r=radha@netscape.com sr=darin@netscape.com
2003-03-11 21:15:01 +00:00
brendan%mozilla.org
29e29639fb
Give JSScope a proper flags member, without increasing its size (part of 196097, r=shaver).
2003-03-11 20:30:55 +00:00
mkaply%us.ibm.com
a102e01fe6
No bug - do slash substitution in deliver perl script
2003-03-11 19:58:31 +00:00
aaronl%netscape.com
f3e62ba705
Bug 196308. Flashing/flickering display. r/sr=roc+moz
2003-03-11 19:27:30 +00:00
brade%netscape.com
27eabbf773
allow only compatible trasferable flavors (bug 196728, r=smfr, sr=kin)
2003-03-11 19:02:18 +00:00
edburns%acm.org
b7ddb28024
Ronald Capelli contributed this fix to make it work with Mozilla
...
1.3b.
2003-03-11 18:13:22 +00:00
igor%mir2.org
bb0cf4e75a
Fixing a regression in Codegen.transform which effectively disabled direct call optimization: FunctionNode.FUNCTION_STATEMENT should be compared against fn.getFunctionType(), not fn.getType()
2003-03-11 17:17:57 +00:00
alecf%netscape.com
509a252295
fix for bug 196094 - fix for topcrash in RDFServiceImpl::GetResource
...
reverse the order of the tests so we don't dereference off the end of a string
patch by bz
r=biesi, sr=alecf
2003-03-11 15:37:32 +00:00
varga%netscape.com
4d550130c1
Adding an assertion for bug 154952.
...
r/sr=bz
2003-03-11 15:27:25 +00:00
bmlk%gmx.de
79a60cddf3
clip the border at the dirty rectangle, bug 86249 r+sr=roc+moz
2003-03-11 15:15:08 +00:00
bmlk%gmx.de
153d7b63d5
compiler warning fix, bug 167659, orig. patch by caillon, r=jkeiser, sr=dbaron
2003-03-11 13:33:19 +00:00
neil%parkwaycc.co.uk
9859de30bb
Bug 195423 EdConvertToTable.js tries to SetTextboxFocus to a <radiogroup> r=brade sr=kin
2003-03-11 10:07:46 +00:00