waldemar%netscape.com
|
7a1532b329
|
Added U+0085 to the list of line terminator characters.
|
2003-06-30 22:14:07 +00:00 |
|
waldemar%netscape.com
|
17c4e13975
|
Added U+0085 to the list of line terminators. Added a few interesting test cases.
|
2003-06-30 22:13:44 +00:00 |
|
waldemar%netscape.com
|
c0a2a39172
|
Added depict-supplementary-character.
|
2003-06-30 22:13:14 +00:00 |
|
waldemar%netscape.com
|
b475e2e05d
|
Added white-space-or-line-terminator-char?.
|
2003-06-30 22:12:55 +00:00 |
|
waldemar%netscape.com
|
14a4b0788c
|
Added U+0085 to list of line terminators. Cleaned up and rearranged other productions slightly.
|
2003-06-30 22:12:21 +00:00 |
|
waldemar%netscape.com
|
91ebe67b65
|
Added object-to-source and used it for printing the results of the read-eval-print loop.
|
2003-06-30 22:10:56 +00:00 |
|
waldemar%netscape.com
|
4c4fb50e92
|
Added char21, supplementary-char, multiple-value-bind. The depiction of exec now explicitly states that the result is ignored.
|
2003-06-30 22:10:12 +00:00 |
|
waldemar%netscape.com
|
0e51fdd1f7
|
Added char21, supplementary-char, multiple-value-bind. Moved the floating-point-to-string conversions from lisp code to mostly semantic code.
|
2003-06-30 22:09:09 +00:00 |
|
bienvenu%netscape.com
|
0ad3366042
|
fix 211104 CRAM-MD5 capability not always recognized, patch by ch.ey@gmx.net, r/sr=bienvenu
|
2003-06-30 21:57:02 +00:00 |
|
dbaron%dbaron.org
|
45a4e99656
|
Fix mats's review comment as well. b=210873 r+sr=bzbarsky
|
2003-06-30 21:55:35 +00:00 |
|
dbaron%dbaron.org
|
e4f8669cd4
|
Fix atom leaks. b=206379 r=alecf sr=bryner
|
2003-06-30 21:50:55 +00:00 |
|
dbaron%dbaron.org
|
bfa9da5f49
|
Remove unneeded CanvasFrame::AttributeChanged. b=210955 r+sr=roc
|
2003-06-30 21:50:21 +00:00 |
|
dbaron%dbaron.org
|
c00fbe09c4
|
Clean up EnsureBlockDisplay and make it do the right thing for inner table display types. b=210873 r+sr=bzbarsky
|
2003-06-30 21:48:56 +00:00 |
|
dbaron%dbaron.org
|
7737491efe
|
Ensure relatively positioned floats act as containing block for absolutely positioned elements by using (and adding a parameter to) nsCSSFrameConstructor::ConstructBlock. Remove ProcessBlockChildren, which no longer needs to be separate from ProcessChildren. b=210873 r+sr=bzbarsky
|
2003-06-30 21:48:07 +00:00 |
|
ssu%netscape.com
|
baa8ed6914
|
fixing bug 162079 - installer: lack of objdir support. r=seawood/sr=leaf
|
2003-06-30 21:47:55 +00:00 |
|
dbaron%dbaron.org
|
97c994908a
|
Remove change hints from CSS parser and replace with boolean indicating whether there was a change, computed a much simpler way. b=158713 r+sr=bzbarsky
|
2003-06-30 21:39:22 +00:00 |
|
pkw%us.ibm.com
|
8bf13d8ca8
|
Bug 56670 - add error handling ui to movemail
First set of changes.
r/sr=sspitzer@netscape.com
|
2003-06-30 21:36:27 +00:00 |
|
dbaron%dbaron.org
|
ef811ed02b
|
Fix crash bug 209575 by ensuring that mDeclaration is never null. Remove unneeded null checks. r+sr=bzbarsky
|
2003-06-30 21:31:25 +00:00 |
|
jake%bugzilla.org
|
8646f5fc88
|
Bug 201955 - The method for specifing a charset has changed now that we use CGI.pm for header output (bug 201816).
|
2003-06-30 21:11:00 +00:00 |
|
locka%iol.ie
|
c0aed753d2
|
NOT PART OF BUILD. Add link to wxmozilla in readme, fixup popup menus in browser, add more functionality to editor, add new save & print menu items
|
2003-06-30 20:49:06 +00:00 |
|
cbiesinger%web.de
|
996fd00670
|
178491 patch by malcolm-bmo@farside.org.uk r=smontagu sr=alecf Bring languageNames.properties up to date with iso639-2
|
2003-06-30 20:39:35 +00:00 |
|
dbaron%dbaron.org
|
4d36cb7adf
|
Fix MOZ_PHOENIX bustage.
|
2003-06-30 20:29:59 +00:00 |
|
cbiesinger%web.de
|
a96fdc499f
|
fix debug build bustage caused by my earlier checkin
|
2003-06-30 20:23:27 +00:00 |
|
igor%mir2.org
|
78167b2c67
|
Teach Committing.generateCatchBlock() to generate catch blocks for EcmaError exceptions to avoid code duplication.
|
2003-06-30 20:21:32 +00:00 |
|
sicking%bigfoot.com
|
d46559104b
|
Backing out patch from bug 210528 to fix ports bustage
|
2003-06-30 20:11:13 +00:00 |
|
darin%netscape.com
|
57810801b3
|
fixes bug 143575 "URL: http ignores username and password (http://user:passwd/domain) for auth cache" r=dougt sr=alecf
|
2003-06-30 19:56:05 +00:00 |
|
aaronl%netscape.com
|
2913951658
|
Bug 210515. Fix assertion in nsAccessible. r=kyle, sr=alecf
|
2003-06-30 19:48:44 +00:00 |
|
igor%mir2.org
|
0ca2f9239b
|
The code to deal with caught Java exceptions and transfer control to script finally/catch is transfered to CATCH bytecode which is now always added to the and of script bytecode. In this way if Context.observeInstructionCount throws an exception, a proper cleanup to restore Interpreter runtime will still be carried out. It also allowed to transfer control directly to catch/finally code when script call throw instead of throwing Java exception just to capture it immediately.
This special CATCH bytecode is a simple way to workaround lack of goto in Java which makes writing interpreters more complex then necessary...
|
2003-06-30 19:31:44 +00:00 |
|
igor%mir2.org
|
387b707f61
|
Added ScriptRuntime.getCatchObject() for extracting JS object to pass as the argument to JS catch statement.
|
2003-06-30 19:21:41 +00:00 |
|
igor%mir2.org
|
6d1229405a
|
Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=210682 :
A slightly modified version of Brian Gugliemetti fix for bad interaction in TokenStream.getToken()/peekTokenSameLine() when dealing with EOL.
|
2003-06-30 19:18:31 +00:00 |
|
brade%netscape.com
|
ed3d11ddae
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 19:10:53 +00:00 |
|
sicking%bigfoot.com
|
3e358d8a77
|
Bug 208979: Fix NS_ENSUREs to use the right variable. Patch by peterv
r=sicking sr=jst
|
2003-06-30 19:03:35 +00:00 |
|
cbiesinger%web.de
|
dd0fc2d465
|
124014 r=bzbarsky sr=darin URL handled by helper app never marked visited
|
2003-06-30 19:00:46 +00:00 |
|
brade%netscape.com
|
b09e279a38
|
code cleanup continued; r=timeless, sr=kin, bug=209548
|
2003-06-30 18:55:06 +00:00 |
|
roc+%cs.cmu.edu
|
6f6e04e088
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-06-30 18:52:23 +00:00 |
|
jake%bugzilla.org
|
f140863193
|
Bug 206498 - Add a warning that Bugzilla upgrades are irreversable and that backups should be made.
|
2003-06-30 18:51:59 +00:00 |
|
sicking%bigfoot.com
|
eb53572f85
|
Bug 210528: Modernize XPath-classes to use nsAutoPtr
r=Pike sr=jst
|
2003-06-30 18:44:22 +00:00 |
|
mkaply%us.ibm.com
|
ae5826b6f6
|
#188071
r=mkaply, sr=dbaron
Change buttons in classic on Windows to use new "default" nslookandfeel color
|
2003-06-30 18:39:30 +00:00 |
|
rbs%maths.uq.edu.au
|
4a05aa5b52
|
Strengthen the detection of the appropriate error status to avoid building on a false assumption that a font is bitmap when there is a real error, b=113779, r+sr=roc
|
2003-06-30 18:05:00 +00:00 |
|
cbiesinger%web.de
|
a0c42e6953
|
170131 r=timeless sr=bzbarsky Missing/misleading window/widget titles in helper application selection dialog
note: this checkin only fixes the "title" part of the bug
|
2003-06-30 17:58:56 +00:00 |
|
cbiesinger%web.de
|
6f83e351d0
|
194761 patch by kjh-4275@attbi.com r=bzbarsky sr=dbaron [ps] Huge static buffer in gfx/src/ps/nsPostScriptObj.cpp
|
2003-06-30 17:48:39 +00:00 |
|
brade%netscape.com
|
eb37ab13c3
|
code cleanup, r=timeless, sr=kin, bug=209548
|
2003-06-30 17:28:52 +00:00 |
|
brade%netscape.com
|
cfe03fb3da
|
code cleanup, r=timeless, sr=kin, bug=209548
|
2003-06-30 15:02:48 +00:00 |
|
brade%netscape.com
|
446fa1708a
|
remove unused headers, r=timeless, sr=kin, bug=209548
|
2003-06-30 14:59:04 +00:00 |
|
brade%netscape.com
|
d188ae1ca0
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:57:59 +00:00 |
|
brade%netscape.com
|
15f77abce7
|
code cleanup, r=timeless, sr=kin, bug=209548
|
2003-06-30 14:56:22 +00:00 |
|
brade%netscape.com
|
9b6d727de6
|
code cleanup; r=timeless, sr=kin, bug 209548
|
2003-06-30 14:46:41 +00:00 |
|
brade%netscape.com
|
d77dfe0b8d
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:41:55 +00:00 |
|
brade%netscape.com
|
2b032d24d7
|
code cleanup; r=timeless, sr=kin, bug 209548
|
2003-06-30 14:39:27 +00:00 |
|
brade%netscape.com
|
3bad714491
|
code cleanup, r=timeless, sr=kin, bug 209548
|
2003-06-30 14:33:23 +00:00 |
|