bzbarsky%mit.edu
309f4ea84b
Make selecting parts of a line in align:justify work right on
...
Mac/Linux. Bug 58704, r=akkana, sr=kin
2002-04-29 22:03:41 +00:00
hyatt%netscape.com
ddad872cf5
GOD DAMMIT.
2002-04-29 22:03:34 +00:00
andreww%netscape.com
e3e3ceb4db
bugzilla 141029 r=cmanske, sr=sspitzer add needed overlay target to editorTasksOverlay.xul.
2002-04-29 22:01:46 +00:00
pavlov%netscape.com
7b331284f5
bug 133217. r=biesi sr=ben. fixes problem where imagelib will reload images when it shouldn't due to the wrong pointer address being passed in
2002-04-29 21:59:32 +00:00
hyatt%netscape.com
26d222578d
Fix crash on quit.
2002-04-29 21:57:22 +00:00
hyatt%netscape.com
d1895cc7b6
The crash doesn't happen this way.
2002-04-29 21:52:10 +00:00
bienvenu%netscape.com
ae2ab053a9
fix top crash in imap header parsing, r=naving, sr=sspitzer 140986
2002-04-29 21:36:37 +00:00
ben%netscape.com
256eefa9ff
Let's try this NIB thing again...
2002-04-29 21:31:08 +00:00
shaver%mozilla.org
4c29be0c94
Use a dhash instead of a vector and linear search for storing module data
...
in the static component loader. BUg 128335, r=dougt, sr=waterson.
2002-04-29 21:29:38 +00:00
shaver%mozilla.org
e262a505d5
Use an nsFixedSizeAllocator to legalize the bit-packing's assumption that
...
all nsXULAttributes pointers will be 8-byte aligned. Bug 124335, r=brendan,
sr=waterson.
2002-04-29 21:28:29 +00:00
alecf%netscape.com
09ce09edfb
fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
...
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
cbiesinger%web.de
768146c9ed
bug 112908 patch by rossi@telnet.at r=biesi sr=alecf
...
Error in walletOverlay.js on startup [redeclaration of const hide]
2002-04-29 20:19:00 +00:00
pinkerton%netscape.com
97551581fa
remove duplicated line
2002-04-29 20:12:47 +00:00
pinkerton%netscape.com
9e45d79236
changing copying phase to use dist/Embed for everything, rather than plucking things from the tree. allows debug builds to work better with security
2002-04-29 20:07:27 +00:00
cbiesinger%web.de
301221c5b3
bug 67790 r=walk84 sr=alecf
...
js warning in bookmarksOverlay.js
2002-04-29 19:59:45 +00:00
cbiesinger%web.de
8c4bceedfc
bug 57652 r=caillon sr=alecf
...
js strict warning in customize.js
2002-04-29 19:52:08 +00:00
cbiesinger%web.de
b63d6d5fa2
bug 115192 patch by walk84@yahoo.com r=caillon sr=alecf
...
js strict warning in bookmarks.xml
2002-04-29 19:49:14 +00:00
gerv%gerv.net
815f10f9c4
Bug 140664 - checksetup.pl fails on perl 5.005. Patch by bbaetz; r=afranke, daa@rm.incc.net, gerv.
2002-04-29 19:49:00 +00:00
cbiesinger%web.de
cfef21fe45
bug 67793 r=timeless sr=alecf
...
js strict warning in addBookmark.js
2002-04-29 19:42:42 +00:00
gerv%gerv.net
fadf2f5804
Bug 140564 - Unquoted variable in regexp in globals.pl. Patch by xor@ivwnet.com; 2xr=gerv.
2002-04-29 19:37:52 +00:00
cbiesinger%web.de
25c257fa8c
bug 55798 r=fabian sr=alecf
...
strict warning in navigator.js
2002-04-29 19:37:21 +00:00
gerv%gerv.net
fb10ff1244
Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv.
2002-04-29 19:36:03 +00:00
gerv%gerv.net
17277729f2
Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jouni@heikniemi.net; r=bbaetz, gerv.
2002-04-29 19:32:29 +00:00
gerv%gerv.net
1b98af33ef
Bug 140953 - Creating the first attachment status fails. Patch by jouni@heikniemi.net, 2xr=myk.
2002-04-29 19:29:52 +00:00
hyatt%netscape.com
d5c1300ee7
Better but still get a sheet error message.
2002-04-29 19:25:49 +00:00
cbiesinger%web.de
2858217e40
bug 91876 patch by walk84@yahoo.com r=biesi sr=alecf
...
strict warning in help.js
2002-04-29 19:22:58 +00:00
igor%mir2.org
f8f19e8815
LabelTable cleanup:
...
1. Targeting of labels with 0x80000000 biscuits is moved from LabelTable to ClassFileWriter as this is classfile specific and is not necessary in Interpreter.
2. LabelTable allows for pc > Short.MAX_VALUE as this restriction is classfile specific. The only requirement is for jump offsets to stay within short range.
3. LabelTable is made private member of Interpreter and ClassFileWriter instead of being classes' superclass to avoid API leakage that forced optimizer.Codegen to declare few utility methods public as they got the same signature as LabelTable methods visible throw Interpreter inheritance.
2002-04-29 19:21:57 +00:00
hyatt%netscape.com
683d1f9a18
This is better. Still undoing fuckage.
2002-04-29 19:05:29 +00:00
hyatt%netscape.com
612aad1012
Undo ben's horkage.
2002-04-29 18:59:33 +00:00
cbiesinger%web.de
af5aeeaded
bug 140146 patch by ere@atp.fi r=bienvenu sr=mscott
...
crash in nsMsgFolder during shutdown
2002-04-29 18:15:09 +00:00
igor%mir2.org
a5f83f7e8c
I replaced java.util.Enumeration type for result and arguments of ScriptRuntime.initEnum/ScriptRuntime.nextEnum by Object to allow for greater flexibility in for (...in...) implementation.
2002-04-29 17:31:11 +00:00
sdagley%netscape.com
7fef4f6eae
Fix mach-o bustage introduced with last checkin - NS_TruncNodeName is implemented in nsLocalFileMac which currently isn't part of the mach-o build.
2002-04-29 15:49:49 +00:00
mostafah%oeone.com
4b889c83d2
Bringing code up-to-date with libical official CVS on Apr 29th 2002 ( Fixes bug 140793 )
2002-04-29 15:14:41 +00:00
locka%iol.ie
91507facc0
Stop crash in mousewheel code when wheel is rolled over another Gecko app window (e.g. mfcEmbed). b=137213 r=bryner@netscape.com alecf@netscape.com
2002-04-29 14:50:58 +00:00
bzbarsky%mit.edu
276756d187
Text zoom should reflow the viewport, otherwise fixed-pos elements don't
...
get reflown correctly. Bug 51578, r=dbaron, sr=waterson
2002-04-29 13:46:29 +00:00
ben%netscape.com
0f6af29780
Remove noisy NSLogs
2002-04-29 13:15:25 +00:00
ben%netscape.com
6b32c6fef6
Fix Project to have correct connection between CHHistoryDataSource and its outliner view
2002-04-29 12:58:30 +00:00
ben%netscape.com
ae7f018cf3
More history sidebar panel work.
2002-04-29 12:39:27 +00:00
ben%netscape.com
db22759557
History DataSource
2002-04-29 10:27:55 +00:00
glazman%netscape.com
9305e25ff3
weird crasher in |nsHTMLCSSUtils::GetElementContainerOrSelf|
...
b=138003, r=jfrancis, sr=kin
2002-04-29 10:13:23 +00:00
glazman%netscape.com
72856d1943
The 'lighter' CSS value was not output in STYLE attributes because of a bug in |nsCSSProps::SearchKeywordTableInt|
...
This routine was stopping on negative values but there are some negative values defined in nsStyleConsts.h
b=137061, r=caillon, sr=kin
2002-04-29 09:39:55 +00:00
hyatt%netscape.com
692bcc3f39
Pref code for internet config hooked up.
2002-04-29 09:15:53 +00:00
hyatt%netscape.com
b3c3dbbf51
oops.
2002-04-29 08:23:05 +00:00
hyatt%netscape.com
92b6052f17
Adding pref manager from Wisner.
2002-04-29 08:22:37 +00:00
hyatt%netscape.com
e51fc71f49
The importer works.
2002-04-29 08:08:24 +00:00
sdagley%netscape.com
f9557a0368
Fix #116079 - if a file with no extension is dragged to Mozilla and it has a file type of 'TEXT' treat it as text/plain rather than application/octet-stream. r=bryner, sr=hyatt
2002-04-29 07:01:44 +00:00
sdagley%netscape.com
c760410529
Fix #139360 - Don't silently fail when file name from FilePicker >31 characters. Do a mid-trunc until we can switch to HFS+ APIs. r=ccarlen,pinkerton sr=scc
2002-04-29 06:22:55 +00:00
badami%netscape.com
e1ece0f4b5
bug 122877 r=bratell sr=jst a=asa patch=t_mutreja@yahoo.com
...
case insensitive matching for attributes (HREF != href)
2002-04-29 06:20:58 +00:00
gerv%gerv.net
10d0bd6ccb
Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.
2002-04-29 06:15:50 +00:00
mhammond%skippinet.com.au
1444f5df9f
file PyIVariant.cpp was initially added on branch MOZILLA_1_0_0_BRANCH.
2002-04-29 05:54:52 +00:00