bzbarsky%mit.edu
3594b59c19
Backing out to attempt to fix Mac orange. Bug 232691
...
git-svn-id: svn://10.0.0.236/trunk@156776 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 19:26:52 +00:00
bzbarsky%mit.edu
987b0c8dfc
Test backout to maybe fix mac orange. Bug 232691
...
git-svn-id: svn://10.0.0.236/trunk@156774 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 18:49:53 +00:00
bzbarsky%mit.edu
ac21d3cb1d
Undef some windows-only macros to fix bustage
...
git-svn-id: svn://10.0.0.236/trunk@156773 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 17:36:12 +00:00
myk%mozilla.org
59a339db48
updating schema
...
git-svn-id: svn://10.0.0.236/trunk@156770 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 17:08:48 +00:00
bzbarsky%mit.edu
b500ffc684
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu >, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@156769 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 17:04:53 +00:00
myk%mozilla.org
a1aefca1dd
reorganizing directory layout
...
git-svn-id: svn://10.0.0.236/trunk@156768 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 16:52:04 +00:00
bzbarsky%mit.edu
457174619e
deCOMtaminate nsIWidget::GetChildren. Bug 243724, r+sr=roc (with sr=blizzard
...
on a previous-but-similar iteration of the patch).
git-svn-id: svn://10.0.0.236/trunk@156767 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 16:47:13 +00:00
myk%mozilla.org
b252412f91
Don't assume we're in the root dir and intensify some comments about what we should be doing.
...
git-svn-id: svn://10.0.0.236/trunk@156766 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 16:43:20 +00:00
myk%mozilla.org
d103e3fea7
print informative messages to STDOUT instead of a log file. We can use standard shell redirection to put them into a log file if we want.
...
git-svn-id: svn://10.0.0.236/trunk@156763 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 14:14:16 +00:00
myk%mozilla.org
5932ffa699
Treat compressed files as if they were the same as their uncompressed versions so that we can compress files and not have them be reprocessed. Also, handle bzip2ed files.
...
git-svn-id: svn://10.0.0.236/trunk@156762 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 14:09:58 +00:00
roc+%cs.cmu.edu
f31b7bb7b5
Bug 243757. Complete propagation of mouse event grabbing to root view manager. r+sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@156761 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 14:03:13 +00:00
mconnor%myrealbox.com
d3a75067f4
fixing checkin for bug 233582, check in what was reviewed
...
git-svn-id: svn://10.0.0.236/trunk@156757 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 06:43:24 +00:00
bzbarsky%mit.edu
cc7a3bb0f1
Use a reflow (without forced repaint) hint for position struct changes. Bug
...
243882, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@156752 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 05:50:12 +00:00
sspitzer%mozilla.org
ad30f9b7b7
fix for bug #244279
...
Enabling popup blocking from About Popups fails to set the preference.
thanks to neil for the fix.
r=mconnor, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@156751 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 05:46:52 +00:00
scott%scott-macgregor.org
f8c610bd36
Don't include dom inspector in the installer to help reduce the download size.
...
You can still get it from the full XPI.
git-svn-id: svn://10.0.0.236/trunk@156748 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 02:41:04 +00:00
mconnor%myrealbox.com
746c1e6467
bug 240648 - next button disabled when last checkbox unchecked in Import Wizard, r=ben@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@156747 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 01:33:53 +00:00
nelsonb%netscape.com
b60bd074e9
Fix crash when array member is used as variable. Bug 243655. r=relyea.
...
git-svn-id: svn://10.0.0.236/trunk@156746 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 01:24:22 +00:00
bryner%brianryner.com
9a44c012ba
Fix crashes when dynamically removing input type=file elements by not calling GetValue() during Destroy() since that re-adds the frame to the primary frame map. Bug 203041, 238906, patch originally by mats.palmgren@bredband.net, updated by me, r+sr=bzbarsky.
...
git-svn-id: svn://10.0.0.236/trunk@156745 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 01:17:00 +00:00
nelsonb%netscape.com
114d1fe0ab
Use "slop time" in nextUpdate validity check for CRLs. Bug 242146.
...
r=julien.pierre
git-svn-id: svn://10.0.0.236/trunk@156744 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 01:03:26 +00:00
nelsonb%netscape.com
c07273f164
Add missing license block. Wrap long lines. Bug 243580. r=relyea.
...
git-svn-id: svn://10.0.0.236/trunk@156743 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 00:56:46 +00:00
bzbarsky%mit.edu
19a9e2f3a9
Followup for bug 73409 -- treat unknown types as text/plain.
...
git-svn-id: svn://10.0.0.236/trunk@156742 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 23:31:37 +00:00
neil%parkwaycc.co.uk
ccd8631f4e
Bug 236215 Stop creating spurious ranges when removing the first or last row from a range r=varga sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@156740 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 22:48:12 +00:00
jst%mozilla.jstenback.com
4d8eb245ea
Fixing bug 244300, patch by mozilla-bugzilla@future.shiny.co.il. Adding double inclusion protection to nsMutationEvent.h. r+sr=bzbarsky@mit.edu.
...
git-svn-id: svn://10.0.0.236/trunk@156739 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 21:54:32 +00:00
bzbarsky%mit.edu
2c57a14935
Add suport for a "text/plain" first arg to document.open() (no support for any
...
other types, and none really planned). Bug 73409, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@156737 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 21:32:11 +00:00
wchang0222%aol.com
d340f1e399
Bugzilla bug 235381: use the -features=tmplife flag for Sun compilers to
...
enable Standard C++ lifetime of temporary objects. The patch is contributed
by Andreas Lange <anlan@ida.liu.se >. r=wtc. sr=darin.
git-svn-id: svn://10.0.0.236/trunk@156736 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 21:28:43 +00:00
jst%mozilla.jstenback.com
cb265bcf34
Fixing remaining part of bug 241157 (patch by ben@bengoodger.com). Make nsDefaultEncoder::Decode() properly deal with null valued elements. r=darin@meer.net, sr=jst@mozilla.jstenback.com
...
git-svn-id: svn://10.0.0.236/trunk@156734 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 21:23:10 +00:00
jst%mozilla.jstenback.com
dcbd59ff2b
Fixing part of bug 241157. Making it valid for an nsIVariant to hold a interface pointer pointing to null. r=ben@bengoodger.com, sr=darin@meer.net.
...
git-svn-id: svn://10.0.0.236/trunk@156733 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 21:19:13 +00:00
rlk%trfenv.com
d9ba8a9242
how the heck did that get in there!
...
git-svn-id: svn://10.0.0.236/trunk@156731 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 21:16:43 +00:00
scott%scott-macgregor.org
77b671d014
Bug #244247 --> Initial Focus in Help About should be the accept button
...
git-svn-id: svn://10.0.0.236/trunk@156728 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 20:12:56 +00:00
amardare%qnx.com
41cd263e79
Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
...
Added support for Pt_ARG_WEB_OPTIONs related to print header/footer.
git-svn-id: svn://10.0.0.236/trunk@156727 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 20:09:37 +00:00
amardare%qnx.com
81cfe43029
Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
...
Define PHOTON_DND to enable/disable photon's nsDragService from the default build.
git-svn-id: svn://10.0.0.236/trunk@156726 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 20:07:33 +00:00
mostafah%oeone.com
33e53a1235
necessary adjustments to make sunbird
...
git-svn-id: svn://10.0.0.236/trunk@156724 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 20:02:42 +00:00
cls%seawood.org
fc9f744d1f
Fix viewer in static MSVC SeaMonkey builds.
...
Bug #237919 r=sdwalker
git-svn-id: svn://10.0.0.236/trunk@156721 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 19:43:37 +00:00
neil%parkwaycc.co.uk
b08b4776fa
Bug 187252 Provide ?? mechanism to insert literal ? in templates r=varga sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@156720 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 19:41:33 +00:00
bienvenu%nventure.com
1f76e091b3
fix 244299 handle js exceptions when trying to find identity for reply, sr=mscott, handles case where original account has been deleted/corrupted
...
git-svn-id: svn://10.0.0.236/trunk@156718 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 19:10:39 +00:00
neil%parkwaycc.co.uk
701cf8fa28
Bug 243961 Can't drag into the personal toolbar chevron Bug 243692 Personal toolbar chevron should close when item is dragged out p=durbacher@gmx.de r=me sr=jag
...
git-svn-id: svn://10.0.0.236/trunk@156717 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 19:10:09 +00:00
aaronleventhal%moonset.net
e0fa0d71ef
Bug 243028. Tabbing broken when links have a subtree of nodes rather than just an image or text node. r=bryner, sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@156715 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 18:33:07 +00:00
bienvenu%nventure.com
0657b43ae0
make reply/forward to a pop3 message use account key, if set, part of global inbox work 30057, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@156713 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 18:16:42 +00:00
bienvenu%nventure.com
d7f1313163
fix stop watch cursor selecting an imap folder for the second time while offline, sr=mscott 244282
...
git-svn-id: svn://10.0.0.236/trunk@156707 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 17:39:37 +00:00
pkw%us.ibm.com
037f85a00c
Bug 146500 - libgfx_gtk.so needs to link with X libraries on gtk2.
...
r=bryner@brianryner.com , sr=blizzard@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@156705 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 15:37:41 +00:00
igor%mir2.org
c5c90a5dba
Splitting Main.java into Main.java and GUI-related DebugGui.java
...
git-svn-id: svn://10.0.0.236/trunk@156704 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 15:06:36 +00:00
igor%mir2.org
042d5c8fbc
Split Main class into Main and DebugGui to have better debugger/gui separation
...
git-svn-id: svn://10.0.0.236/trunk@156703 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 14:25:21 +00:00
igor%mir2.org
ca388181aa
Move all logic to open source window at the end of compilation to single update action.
...
git-svn-id: svn://10.0.0.236/trunk@156701 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 12:04:47 +00:00
igor%mir2.org
c0b2076609
1. Fixing reporting for calls to undefined: stringReg is not suitable for function names if function contains arguments. So Token.NEW/Token.CALL comes with index of potential function name.
...
2. If debug information is not generated, Context.interpreterLineIndex could contain garbage from previous function invocation leading to ArrayIndexOfBound. Now Context.interpreterLineIndex is initialized at the interpreter entrance and getSourcePositionFromStack checks against absent line numbers.
git-svn-id: svn://10.0.0.236/trunk@156700 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 11:43:38 +00:00
igor%mir2.org
94ee98f884
Move logic to show exception dialog into EnterInterrupt action
...
git-svn-id: svn://10.0.0.236/trunk@156699 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 11:27:59 +00:00
peterv%propagandism.org
63909272a8
Trying to fix bustage.
...
git-svn-id: svn://10.0.0.236/trunk@156698 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 11:25:38 +00:00
igor%mir2.org
417c6e5046
Test file
...
git-svn-id: svn://10.0.0.236/trunk@156697 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 10:53:19 +00:00
peterv%propagandism.org
9e2eb3d460
Fix for bug 235748 (Reorganize Transformiix directories). r=Pike, sr=jst.
...
git-svn-id: svn://10.0.0.236/trunk@156696 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 10:41:24 +00:00
ben%bengoodger.com
9a53d8dd5b
237241 - form history not imported by phoenix profile migrator.
...
git-svn-id: svn://10.0.0.236/trunk@156695 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 09:45:55 +00:00
neil%parkwaycc.co.uk
b08cc46df1
Bug 88633 Disable the attachments menuitem when we have no attachments r=Stefan.Borggraefe sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@156694 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 09:44:59 +00:00