Commit Graph

116272 Commits

Author SHA1 Message Date
jshin%mailaps.org
83904cb49f bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding 2003-03-07 02:30:18 +00:00
shliang%netscape.com
affede981b 194072 - no tooltip for popup blocked icon. r=sgehani,sr=jag 2003-03-07 02:26:03 +00:00
shliang%netscape.com
3a70339597 content\navigator.xul 2003-03-07 02:25:08 +00:00
shliang%netscape.com
f167a8e60a 195833 - js error in onLocationChange when trying to get hostPort if there isn't one. r=jag, sr=bzbarsky 2003-03-07 02:22:30 +00:00
shliang%netscape.com
eff0281dfe 192755 - unable to allow popup from site with specified port. r=bzbarsky, sr=jag 2003-03-07 02:20:13 +00:00
shliang%netscape.com
db50dc210a 192193 - missed part of checkin for default whitelist for popup blocking. r/sr=jag 2003-03-07 02:14:56 +00:00
timeless%mozdev.org
39a2ea215a Bug 166888 deprecate nsISupportsArray
r=alecf sr=alecf
2003-03-07 01:17:27 +00:00
jpierre%netscape.com
322b4851d6 Fix for bug 175167 - don't use mark & release in QuickDER decoder . r=wtc 2003-03-07 01:13:22 +00:00
bryner%netscape.com
a88046b75c fixing bustage 2003-03-07 01:05:54 +00:00
aaronl%netscape.com
7f1d8cadac Bustage fix 2003-03-07 00:24:27 +00:00
bryner%netscape.com
9d7d571cab Remove nsIXBLPrototypeBinding (part of bug 194834). r=jkeiser, sr=alecf. 2003-03-06 23:59:18 +00:00
cavin%netscape.com
e6bd6d0b4b Fix for bug 183087. Disallow certain types of cards to be members of a list and/or be editable. r=ducarroz, sr=sspitzer. 2003-03-06 23:58:13 +00:00
dougt%netscape.com
3b4e35ca3a fixes warnings 2003-03-06 23:26:43 +00:00
cavin%netscape.com
10c8ce1d71 Fix for 196240. Remove File|Rename Address Book menu item. r/sr=bienvenu. 2003-03-06 23:19:27 +00:00
locka%iol.ie
62d2069df4 Make mfcembed build in unicode when BUILD_UNICODE_MFCEMBED is defined. b=154426 r=yokoyama@netscape.com sr=blizzard@mozilla.org 2003-03-06 23:15:55 +00:00
aaronl%netscape.com
20117a7edc Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz 2003-03-06 23:07:00 +00:00
pavlov%netscape.com
1985e0cb61 checking in fix for bug 196130 2003-03-06 23:03:49 +00:00
cltbld%netscape.com
1fd2b82862 Automated update 2003-03-06 22:45:12 +00:00
seawood%netscape.com
8cce7c2ae8 Removing GLE support.
Thanks to Kenji Irie <gelsoft@mx4.tiki.ne.jp> for the patch.
Bug #195865 r=cls
2003-03-06 22:39:14 +00:00
bryner%netscape.com
dc9345f96b fix gtk2 phoenix build bustage 2003-03-06 22:01:01 +00:00
suresh%netscape.com
90c01febac bug 185692 - enable prefetching of '?' URLs in the context of rel=prefetch. r-dougt, sr-darin 2003-03-06 21:37:09 +00:00
dbaron%dbaron.org
10878a0640 Remove unused variable (fix warning). b=171830 2003-03-06 21:01:52 +00:00
dbaron%dbaron.org
2c149384ef Fix for bustage on older gcc. b=117316 2003-03-06 20:16:35 +00:00
dougt%netscape.com
4212ce0c53 backing this out AGAIN 2003-03-06 19:59:31 +00:00
alecf%netscape.com
5b7536c806 fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream:
- hide Fill() (or remove it where not necessary)
- add ReadSegments() so that we can do reads without copying
- remove the extra offset parameter to Read()
r=dougt, sr=darin
2003-03-06 19:54:51 +00:00
brendan%mozilla.org
dcad0d8960 Infrastructure for bug 92773, r=shaver@mozilla.org:
- call the JSRuntime's checkObjectAccess callback, if configured, for each
  get or set that invokes a user-defined function (a user-defined function is
  a scripted or native function object, not a native JSPropertyOp C function).
  The value passed as an in-out parameter in *vp is the function object, so
  the callback could, e.g., clone function objects and configure them with
  different parent objects, if that helped import them into a trust domain.
- Fix a long-standing bug that broke the deprecated, old-style, and rarely-
  used top-level getter/setter function declaration form:

    getter function f()  { return ++x; }
    setter function f(y) { return x = y; }

  We want js_CheckRedeclaration to complain only if a permanent getter is
  being redefined by another getter, likewise for a setter -- but not when
  (as above) a setter is being added to a top-level object for the same id
  as a pre-existing getter (or vice versa).
2003-03-06 19:45:18 +00:00
brendan%mozilla.org
3c0c23b860 Generalize the JS_SetCheckObjectAccessCallback hook implemented here to deal with user-defined getters and setters (92773, r=mstoltz, sr=jst). 2003-03-06 19:40:14 +00:00
dbaron%dbaron.org
42cb723529 Fix dynamic style changes resulting from change to href attribute on HTML links. b=194972 r+sr=bzbarsky 2003-03-06 19:19:55 +00:00
dbaron%dbaron.org
c3fb353790 Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky 2003-03-06 19:14:17 +00:00
dbaron%dbaron.org
636a18962f Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830 2003-03-06 19:07:22 +00:00
pinkerton%netscape.com
393ceead5a beginnings of new bookmark manager, off by default 2003-03-06 19:04:15 +00:00
pinkerton%netscape.com
6e103d135c when replacing the text of the urlbar (with, say, a bookmark), put the
insertion point at the end instead of leaving it at the beginning.
2003-03-06 19:03:34 +00:00
aaronl%netscape.com
4a1413710b Bug 193966. Keyboard navigation prefs don't get set if clicking on OK in a different prefs panel. r=samir, sr=jag 2003-03-06 18:55:54 +00:00
aaronl%netscape.com
8ac3b448d6 Bug 194977. Support <label> elements as ROLE_STATICTEXT like IE does, fix use of label name for controls when no form element. r=kyle, sr=henry 2003-03-06 18:50:39 +00:00
aaronl%netscape.com
52677ea55f Bug 192454. Window is focused again if onclick='window.open' and href = '#foo'. r=bryner, sr=jst 2003-03-06 18:42:49 +00:00
aaronl%netscape.com
06894f9174 Bug 195243. Potential hang in typeaheadfind. r=caillon, sr=sspitzer 2003-03-06 18:38:16 +00:00
aaronl%netscape.com
bc707bca94 Bug 195120. FAYT fails after switching to compose window, typing a key, and returning. r=caillon, sr=sfraser 2003-03-06 18:36:53 +00:00
timeless%mozdev.org
33f768e3d3 Bug 156436 IBM Web Browser is unrecognized
patch by mkaply@us.ibm.com r=timeless a=justdave
2003-03-06 18:13:26 +00:00
dougt%netscape.com
bdaff16cf7 follow up landing of 193442. This fixes the strcmp logic error we has when checking for the gre string r=dbradley, alecf, darin 2003-03-06 17:41:01 +00:00
jdunn%netscape.com
c0a46d86e0 adding a newline (for hp-ux) r=cls 2003-03-06 15:56:34 +00:00
wtc%netscape.com
4df4c061fc Bug 118832: with the removal of the crmfi.h inclusion, CRMFEncryptedKey
becomes an incomplete type, and aCC on HP-UX does not allow using
static_cast to cast a pointer to an incomplete type to void *.  Use
implicit conversion of a data pointer to void * instead. r=kaie. sr=dbaron.
2003-03-06 15:04:46 +00:00
mkaply%us.ibm.com
8c29d3f5cf #196013
r=mkaply, sr=blizzard (platform specific)
OS/2 only - code from Javier Pedemonte - detect symbol fonts and use 65400 as the codepage for them.
2003-03-06 15:01:37 +00:00
kaie%netscape.com
5f3ad686d7 b=194636 Forwarding binary message produces invalid message
r=ducarroz sr=sspitzer
2003-03-06 14:19:41 +00:00
ere%atp.fi
32c983d2e3 Fix for bug 195954: Old position incorrectly checked in nsWindow::Move().
r=danm, sr=jag
2003-03-06 10:38:30 +00:00
neil%parkwaycc.co.uk
3c806ac954 Bug 195393 Use phase="target" r=varga sr=jag 2003-03-06 10:01:01 +00:00
igor%mir2.org
1b6885bd21 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=196017 :
Use Thread.getContextClassLoader() as the last resort when searching for classes.
2003-03-06 09:29:00 +00:00
sfraser%netscape.com
16682c50a3 Funky new splash screen 2003-03-06 07:55:46 +00:00
darin%netscape.com
a9955c10eb fixing OS/2 bustage 2003-03-06 07:27:27 +00:00
darin%netscape.com
dde9c3e7b9 fixes bug 156909 "Possible bug in netwerk/protocol/http/src/nsHttpChannel.cpp"
patch=tenthumbs@cybernex.net r=suresh sr=darin
2003-03-06 05:42:35 +00:00
darin%netscape.com
8ba1dc8571 fixes bug 191835 "FTP leaks control socket" r=bbaetz sr=bzbarsky 2003-03-06 05:01:30 +00:00