roc+%cs.cmu.edu
d5659ce557
Trivial fix for uninitialized variable. r+sr=dbaron
2003-06-26 01:49:34 +00:00
scott%scott-macgregor.org
89b3ac1e83
Land a trunk change to not include commandglue.js twice
2003-06-26 01:48:42 +00:00
scott%scott-macgregor.org
cf2501e506
pref updates from the trunk
2003-06-26 01:47:26 +00:00
scott%scott-macgregor.org
ae924de1ab
'Contacts' sounds much friendler than 'Addresses' or 'address picker'. rename the new contacts side bar
2003-06-26 01:47:07 +00:00
scott%scott-macgregor.org
ced61ecee7
Update to the contacts manager for picking addresses in the compose window.
2003-06-26 01:46:26 +00:00
nelsonb%netscape.com
b54a7e669d
This patch extracts rfc822 names from a cert's distinguished name at the
...
time when the list of cert names is being built and builds a GeneralName
out of it, just as if the rfc822 name had come from a subject alt name
extension. This way, no special handling is needed of either directory
names or rfc822 names in the name constraints code. The special "phase 1"
loop in cert_CompareNameWithConstraints disappears compmletely. And all
the cases in the (former phase 2) loop can now simply assert that the
name's type matches the constraint's type exactly.
This patch also factors out the code that creates new CERTGeneralNames and
that copies a single CERTGeneralName into new separate functions. This
eliminates a lot of duplicated code whose correctness required lengthy
inspection. Now these primitive operations are centralized.
2003-06-26 01:25:10 +00:00
cltbld%netscape.com
071928d826
parameterize client.mk to Settings::moz_client_mk so we can substitute other builds here, e.g. camino. -mcafee
2003-06-26 01:06:48 +00:00
cltbld%netscape.com
98f1270db0
off the branch, need to check checkout status. -mcafee
2003-06-26 01:05:15 +00:00
bryner%netscape.com
3adf284116
Remove #include "nsIScriptContext.h" from nsPIDOMWindow.h, because this (among other things) creates a dependency on js headers, which is breaking Camino. Bug 210704, r+sr=jst.
2003-06-26 00:41:23 +00:00
mstoltz%netscape.com
13f4af7d21
Bug 194872 - Cache zone-policy data on the subject principal instead of the callee. r=nisheeth, sr=jst.
2003-06-26 00:18:43 +00:00
jst%netscape.com
59652ebfd8
Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me.
2003-06-25 23:59:34 +00:00
danm%netscape.com
7a62bf7ccd
also check for popup window abuse in the internal Open method. bug 210560 r=brendan,jst
2003-06-25 23:38:45 +00:00
gerv%gerv.net
92e580113f
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
2003-06-25 23:23:13 +00:00
roc+%cs.cmu.edu
43d2fd1764
Fix nsIFrame::GetWindow to not add a ref. Should fix a leak I introduced. r+sr=dbaron
2003-06-25 22:55:27 +00:00
locka%iol.ie
7f03fb6ff2
NOT PART OF BUILD. Add popup menus, chat template, switch to nsIContextMenuListener2
2003-06-25 22:46:11 +00:00
locka%iol.ie
93d690c438
NOT PART OF BUILD. Add popup menus, chat template
2003-06-25 22:45:20 +00:00
caillon%returnzero.com
2145bade1a
Bug 210601 - XSLT should check whether the subject principal is the system principal.
...
r=axel@pike.org sr=jst@netscape.com
2003-06-25 22:40:58 +00:00
jst%netscape.com
b2dd1f5161
Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me.
2003-06-25 22:24:25 +00:00
bishakhabanerjee%netscape.com
195925a071
enabling log scraping in header instead
2003-06-25 21:57:21 +00:00
bishakhabanerjee%netscape.com
7361de7ee8
enabling log scraping in header instead, where RESULTDIRURL gets created
2003-06-25 21:56:19 +00:00
bishakhabanerjee%netscape.com
0d74efc36a
removed new variable for Win platform - extra - don't need
2003-06-25 21:39:54 +00:00
bishakhabanerjee%netscape.com
2ff0613d68
fix URL for Windows platform
2003-06-25 20:43:18 +00:00
kin%netscape.com
6c295fc019
jst@netscape.com's fix for tree blocker bug 210641 (Crash using Japanese IME)
...
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
- Fixed INTERFACE_MAP macros so that they call through to the class we inherit from.
r=brade@netscape.com sr=kin@netscape.com
2003-06-25 19:21:59 +00:00
bishakhabanerjee%netscape.com
e886704557
taking out un-needed stuff
2003-06-25 17:39:38 +00:00
darin%netscape.com
8559a3d4f3
fixes smoketest blocker, bug 210579 "hang trying to access page with invalid headers" r=dougt sr=bzbarsky
2003-06-25 17:24:48 +00:00
amardare%qnx.com
8843496262
Changes for the photon platform - they should not affect build/runtime on other platforms.
...
nsWidget.cpp
- fixed the problem with context menus not showing up in the Mail&News client.
nsWindow.cpp
- fixed a problem with the PtRegion underneath the menus not being realized in some cases
( not related to the change in nsWidget.cpp ).
2003-06-25 16:23:28 +00:00
varga%netscape.com
e1c3905ff2
Fixing build bustage.
2003-06-25 15:13:46 +00:00
seawood%netscape.com
e18f40e3c2
Use standard __declspec keyword instead of _declspec.
...
Bug #202826 r=wtc
2003-06-25 14:49:44 +00:00
bienvenu%netscape.com
45e3ec5821
remove debugging code accidentally checked in with last checkin
2003-06-25 14:49:28 +00:00
colin%theblakes.com
6c3563d32b
Support for FireBird etc. b=210630. r=cls
2003-06-25 14:47:43 +00:00
bienvenu%netscape.com
7250a9bdac
logout of connections that get a syntax error, because we don't re-use them correctly, r/sr=sspitzer, 205789 - the most common cause of this is spam messages with embedded nulls
2003-06-25 14:42:03 +00:00
glazman%netscape.com
89a9bf1f37
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 09:20:07 +00:00
glazman%netscape.com
9e7ea0ab4e
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 08:50:48 +00:00
neil%parkwaycc.co.uk
537927df37
Bug 209911 XUL tree blob sort ignores sort direction r=varga sr=jag
2003-06-25 08:46:31 +00:00
neil%parkwaycc.co.uk
c54f37d097
Bug 180512 Editable menulists do not support context attribute overriding default context menu p=ajvincent@juno.com r=timeless sr=jag
2003-06-25 08:42:54 +00:00
glazman%netscape.com
55c9e23578
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 08:41:51 +00:00
glazman%netscape.com
27496fee45
Files removed, they were accidentally checked in with a non binary cvs add
2003-06-25 07:49:49 +00:00
glazman%netscape.com
1197c766f5
Support for Absolute Positioning, Snap to Grid, and Inline Table Editing in Composer
...
r=brade, sr=jst
2003-06-25 07:30:19 +00:00
bryner%netscape.com
1a85d1f804
Fix a shutdown crash with gtk2 by not attempting to unload libgconf after we've called gconf_client_get_default(). gconf initializes ORBit which in turn registers atexit() handlers, so unloading the library would cause those function pointers to become invalid. Also, release our reference to the GConfClient in the GConfProxy dtor, and remove some unneeded code from the dtor. Bug 210471, r=bolian.yin@sun.com, sr=alecf.
2003-06-25 06:29:44 +00:00
jshin%mailaps.org
59ccee831a
bug 176290 : custom font encoding support in Xft build (not a part of the default build). style clean-up is thanks to blizzard. r,sr (effectively) =blizzard, sr=rbs
2003-06-25 06:00:14 +00:00
scott%scott-macgregor.org
922182c092
Refactor the method for adding recipient rows to the addressing widget into two methods so the new thunderbird
...
addressing sidebar panel can re-use some of this code.
sr=sspitzer
2003-06-25 05:17:19 +00:00
scott%scott-macgregor.org
21481edabb
New address picker panel is built into the compose window as a sidebar. You can drag and drop entries to the addressing widget,
...
or double click addressses or use the To/cc buttons.
Still needs some UI polish.
2003-06-25 05:15:58 +00:00
jshin%mailaps.org
ef72a5ce33
bug 127755 : add two Thai charsets ISO-8859-11 and TIS-620 to libuconv and make corresponding changes in GFX:Gtk and GFX:Xlib. What used to be referred to as TIS-620 is renamed as Windows-874. r=smontague, sr=rbs (ut/uf files are thanks to ftang).
2003-06-25 05:11:44 +00:00
wtc%netscape.com
02c8289ae0
Shorten the clickable text portion of RESULTDIRURL.
2003-06-25 04:23:34 +00:00
arougthopher%lizardland.net
56475dcdfe
Bug#173469
...
Implement a BeOS native dialog for pref_Alert
r=timeless
sr=alecf
2003-06-25 02:25:44 +00:00
timeless%mozdev.org
96ddd6bfaf
Bug 108973 Multi-tabbed windows should confirm close
...
patch by riceman+bmo@mail.rit.edu r=neil sr=jag
2003-06-25 02:13:35 +00:00
bzbarsky%mit.edu
948b38be85
Fix CDATA tokenization in view-source mode end the CDATA section on "]>", not
...
']' (as it needs to do for normal parsing mode). Bug 209485, r=harishd, sr=jst
2003-06-25 01:29:21 +00:00
seawood%netscape.com
7f3b1c240c
Fixing build bustage
2003-06-25 01:20:47 +00:00
rbs%maths.uq.edu.au
677dc71376
Helper patch for bug 15364. Expose an API to allow scripts to show the caret even in selections (a la Emacs). Users can also set the pref ui.caretVisibleWithSelection to 1, which gives a nice combination with caret browsing (hit F7). r=sfraser, sr=bzbarsky
2003-06-25 01:14:25 +00:00
timeless%mozdev.org
78ac5872a4
Bug 204407 cleanup warnings in nsToolkit.cpp and nsLookAndFeel.cpp
...
patch by arougthopher@lizardland.net r=cls
2003-06-25 01:13:36 +00:00