Граф коммитов

99099 Коммитов

Автор SHA1 Сообщение Дата
alexsavulov%netscape.com 9d2234ac01 fix for bug 121368 - prevents the method nsCSSFrameConstructor::ReframeContainingBlock
to execute during a reflow and so destroy the frame tree that's in reflow
sr= attinasi, r= karnaze, a= asa
2002-03-07 20:51:05 +00:00
ian.mcgreer%sun.com 1891e7ab51 bug 129370, temp cert trusts and S/MIME profiles may cause crashes
r/a=wtc
2002-03-07 20:42:40 +00:00
locka%iol.ie f2a17ba7a0 Prevent persist object giving out duplicated file names. b=115991 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org 2002-03-07 20:34:57 +00:00
rchen%netscape.com 50712931f7 Fix bug 120870. - Read reply header string from .property file in case the user doesn't specify in pref.r=nhotta, sr=sspitzer, a=asa 2002-03-07 20:18:31 +00:00
brade%netscape.com a2a1182765 don't clone node if flag is set to operate on original dom, add error checking (bug 125069); r=adamlock, sr=kin, a=asa 2002-03-07 20:14:19 +00:00
darin%netscape.com c0e921342d fixes bug 114897 "My.Yahoo - Logs you out when using Back button"
r=dougt, sr=mscott, a=asa
2002-03-07 20:13:14 +00:00
rchen%netscape.com 695ab9b37f Fix bug 120870. - Read reply header string from .property file in case the user doesn't specify in pref. r=nhotta, sr=sspitzer, a=asa 2002-03-07 20:11:34 +00:00
dougt%netscape.com d3008c0583 Fail when Async Proxy methods are passed out or in-out params. bug 128560. r/sr=jband@netscape.com,rpotts@netscape.com, a=asa@mozilla.org 2002-03-07 20:02:38 +00:00
dp%netscape.com db17994366 backing out previous change to figure out whats going on 2002-03-07 16:45:25 +00:00
bienvenu%netscape.com b51e3933b0 fix problem leaking msg dbs and db's not getting closed when not in use r=naving, sr=sspitzer a=asa 129312 2002-03-07 15:43:17 +00:00
dp%netscape.com 6164595e54 (again) bug 116023 Parser recycling buffers. Protects all cases of
usage of mCurrentPosition without checking mSlidingBuffer. r=harishd,
sr=sfraser, a=asa
2002-03-07 15:43:12 +00:00
karnaze%netscape.com 74a917c925 bug 128876 - expanded border collapse damage area to include spanners. sr=roc, r=bernd, a=asa 2002-03-07 15:33:49 +00:00
ccarlen%netscape.com b82f5db31e Bug 45699 - Load plugins from profiles directory. r=peterl/sr=roc+moz/a=asa 2002-03-07 15:24:40 +00:00
karnaze%netscape.com 200dab5fc2 bug 127471 - construct the correct nsStyleBorder for border collapse cells, . sr=roc, r=alexsavulov, a=asa 2002-03-07 15:23:08 +00:00
peterlubczynski%netscape.com bdade5d500 Fix for % sizing of object frame, bug 106602 r=serge sr=attinasi a=roc+moz 2002-03-07 15:22:24 +00:00
ftang%netscape.com 17c4bdc982 fix bug 90583. r=mjudge/jfrancis sr=kin a=asa
fix chinese ime candidate window position problem.
 we need the nsAutoPlaceHolderBatch destroctor called before hitting
 GetCaretCoordinates so the states in Frame system sync with content
 therefore, we put the nsAutoPlaceHolderBatch into a inner block
  {
2002-03-07 14:34:35 +00:00
rods%netscape.com 4192ff3428 1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
rods%netscape.com 56c2710b00 When object tags are sub-documents they should be treated as IFrames for printing
Bug 128142
sr=attinasi r=dcone a=asa
2002-03-07 12:44:57 +00:00
mhammond%skippinet.com.au 11f9d07fca Provide a nicer exception when an unknown contract ID is attempted to be
used.

Not part of the build.
2002-03-07 12:01:38 +00:00
mhammond%skippinet.com.au 7f14bff0ac Minor comment and string change. Not part of the build. 2002-03-07 12:00:43 +00:00
mhammond%skippinet.com.au 4c590cd411 Add tests for repr() of objects. Remove assert, replace with functions
that don't depend on -o flag.

Not part of the build.
2002-03-07 11:59:40 +00:00
mhammond%skippinet.com.au a1b22d9ba8 Back out last checkin - windows has thread-state problems with this code.
Not part of the build.
2002-03-07 11:26:03 +00:00
seawood%netscape.com f5cb360af6 Do not set MOZILLA_FIVE_HOME in the installer script as it's not needed by the installer and it causes problems when the mozilla script tries to honor MOZILLA_FIVE_HOME.
Bug #129075 r=syd
2002-03-07 09:31:11 +00:00
leaf%mozilla.org 6fee9c206b fix bogus env var test, missing tab, to fix gmake release build sizes. r=cls,
a=drivers
2002-03-07 08:23:11 +00:00
roc+%cs.cmu.edu f1ceb9bb57 Bug 35274. Make event handling in layout respect clipping. r=dbaron,sr=attinasi,a=asa 2002-03-07 07:03:03 +00:00
mkaply%us.ibm.com 2929c1b0c3 #129119
r=smontagu, sr=blizzard, a=asa
Os/2 only - use a constant scale for printing based on 96dpi
2002-03-07 06:16:52 +00:00
mkaply%us.ibm.com 15c90bdc92 #129119
r=smontagu, sr=blizzard, a=asa
Os/2 only - Move #pragma pack so include of os2.h doesn't override it
2002-03-07 06:14:15 +00:00
morse%netscape.com 4e4b0ade95 bug 128942, crash in cookie module, r/sr=darin,jag, a=asa 2002-03-07 06:09:30 +00:00
bryner%netscape.com 5c5f8c38b0 #include cleanup from my last checkin. Not part of the build. 2002-03-07 04:09:12 +00:00
bryner%netscape.com ac43cfc520 Fixing NSBrowserView bustage from the nsIURI API change. Not part of the build, a=shaver. 2002-03-07 03:53:50 +00:00
bryner%netscape.com 690da19e7a Bulletproofing fix for bug 95465. Patch from John Morrison <jrgm@netscape.com>, r=bryner, sr=hyatt, a=asa. 2002-03-07 03:47:27 +00:00
bryner%netscape.com d2229cbf68 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2002-03-07 03:34:29 +00:00
curt%netscape.com fefe11a9c3 Cleaning up Component descriptions.
(Bug #123975, r=leaf, sr=dveditz, a=dbaron)
2002-03-07 03:33:27 +00:00
hyatt%netscape.com ba89375bc1 Impl horizontal scroll invalidation properly in cocoa. NPOB. 2002-03-07 03:15:21 +00:00
ducarroz%netscape.com adf7063e7f Fix for bug 129131. Fix regression caused by my previous checkin and add a null pointer check to avoid future crash. R=varada, SR=bienvenu, A=dbaron 2002-03-07 03:01:21 +00:00
oeschger%netscape.com ac03c30a08 documentation fix for checked-in change in 46490, sr=sfraser, r=me, author=diego biurrun, with dispensation for content updates per 122806 2002-03-07 02:47:12 +00:00
dean_tessman%hotmail.com e4e52cbde3 Bug 78153 - Find dialog should have XUL dialog access keys
modified xul, js, and dtd to add them.  js needed modification because the text of the Find button is set in code.
r=aaronl, sr=blake, a=asa
2002-03-07 02:40:27 +00:00
nicolson%netscape.com b24b11d263 Fix 129389: Algorithm.c treats oidIndex as short when it should be int. 2002-03-07 01:59:58 +00:00
pavlov%netscape.com baed5212ca fixing bug 62108. basic auth of inline images. r=cbiesinger@web.de sr=darin a=shaver 2002-03-07 01:50:14 +00:00
curt%netscape.com f44756e3a8 For the Quick Launch dialog. 2002-03-07 01:43:20 +00:00
bryner%netscape.com b3ff325cc3 Fixing cocoa widget bustage. Not part of the build. a=shaver. 2002-03-07 01:41:51 +00:00
curt%netscape.com 948f13959a Should have been checked in with -kb. 2002-03-07 01:41:31 +00:00
beard%netscape.com b82c974a90 [NPOB] fix bustage. 2002-03-07 01:21:24 +00:00
waldemar%netscape.com 24cfb9a514 Checkpoint 2002-03-07 01:12:41 +00:00
yokoyama%netscape.com fd332349cf Bug 116711
Convert Commandline URL to Unicode using Platform charset
It's executed only when moz is launched with -url commandline argument.
/r=nhotta, /sr=alecf, /a=asa
2002-03-07 00:44:03 +00:00
blakeross%telocity.com e76aed7183 Download manager. Not part of build. a=asa 2002-03-07 00:36:39 +00:00
darin%netscape.com 26bd866efc fixes startup assertion 2002-03-07 00:25:13 +00:00
cmanske%netscape.com dd1248cd49 Set Save/Publish buttons after loading url in Composer, b=127698, r=brade, sr=sfraser, a=asa 2002-03-07 00:05:09 +00:00
blakeross%telocity.com 79b92e1df8 Download manager. Not part of build. a=asa 2002-03-07 00:03:25 +00:00
cmanske%netscape.com 968a245fa4 Simplify wording of composer pref string, b=125135, r=andreww, sr=kin, a=asa 2002-03-06 23:56:49 +00:00