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

117388 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com c1617d1775 Build the default plugin on Mac OS X, bug 179863. r=cls, sr=bryner. 2003-04-04 22:47:50 +00:00
sfraser%netscape.com 5b3f8676d6 Build the default plugin as Mach-O, in a way that works in objdir builds. r=cls, sr=bryner, bug 179863. 2003-04-04 22:47:03 +00:00
bzbarsky%mit.edu 327a0205c8 prettify HTML-detection a bit; make it a little less likely to detect HTML.
Bug 144672, r=bbaetz, sr=darin
2003-04-04 22:46:50 +00:00
bzbarsky%mit.edu 36a26eca9c No need for two separate document viewer constructors. Bug 158804, r=peterv, sr=jst 2003-04-04 22:37:52 +00:00
pkw%us.ibm.com f462556dbb Bug 200560 - Several error messages displayed while building installer.
r=ssu@netscape.com, sr=dveditz@netscape.com
2003-04-04 22:22:01 +00:00
bzbarsky%mit.edu 89cf7b2d67 Fix strict JS warning. Bug 190541, patch by stevechapel@earthlink.net (Steve
Chapel), r=peterl, sr=bzbarsky
2003-04-04 22:11:38 +00:00
ccarlen%netscape.com 81f4105f97 Bug 200118 - Allow Cocoa embedding sample to build from the command line, including in obj dir builds. r=pinkerton/sr=bryner. Not part of build. 2003-04-04 21:24:56 +00:00
cltbld%netscape.com fa7d744691 Automated update 2003-04-04 21:15:06 +00:00
seawood%netscape.com 945a0e21cd Add minimum version check for Sun compilers on solaris (WS6U2)
Bug #177486 r=roland.mainz@informatik.med.uni-giessen.de
2003-04-04 21:14:34 +00:00
seawood%netscape.com dd29379fd5 Add missing makefile to venkman list
Bug #200666
2003-04-04 21:08:02 +00:00
seawood%netscape.com 368699d33c Fix xul preprocessor bustage
Thanks to Brian Ryner <bryner@netscape.com> for the patch.
Bug #200629 r=cls
2003-04-04 21:06:22 +00:00
kin%netscape.com 3d15b63ab6 Fix for bug # :Hiding resize handles triggers assertion in ~nsGenericHTMLElement()
Modfied DeleteRefToAnonymousNode() so that it set the content node's document and parent to nsnull.

r=brade@netscape.com  sr=sfraser@netscape.com
2003-04-04 20:51:36 +00:00
darin%netscape.com e601785fb3 fixes bug 191715 "PAC: did not work, after a external site is shown" r=bbaetz sr=bz 2003-04-04 20:50:46 +00:00
kysmith%netscape.com 40b182063f updating user agent to 1.4b 2003-04-04 20:50:36 +00:00
kin%netscape.com e665d2543f Fixes for bug 192569 (allow foreign transactions to be added to the queue)
mozilla/editor/idl/nsIEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/PlaceholderTxn.cpp
mozilla/editor/libeditor/html/nsHTMLCSSUtils.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsTextEditRules.cpp

  - Renamed nsIEditor::Do() to nsIEditor::DoTransaction() so that it
    can be called from JavaScript.

  - Cleaned up nsEditor::Begin/EndUpdateViewBatch() so that
    nothing happens outside the check of mUpdateCount.

  - Modified PlaceholderTxn.cpp so that it checks to see
    if a merged transaction implements nsPIEditorTransaction
    before attempting to cast it to (EditorTxn*).

mozilla/editor/ui/composer/content/EditorCommandsDebug.js
mozilla/editor/ui/composer/content/editorOverlay.xul
mozilla/editor/ui/composer/locale/en-US/editorOverlay.dtd

  - Added debug menu items to test execution of foreign transactions
    via the txnmgr and editor.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2003-04-04 20:50:25 +00:00
dbradley%netscape.com 41c00fb6af Fix for alecf's const bustage at line 1548 2003-04-04 16:39:31 +00:00
timeless%mozdev.org ba9822bb11 Bug 199200 Make Networking Tests XP friendly by using the eventqueueservice
r=darin
2003-04-04 16:01:51 +00:00
timeless%mozdev.org 68cf15b0df Bug 200424 nsEventQueueServiceImpl::GetThreadEventQueue might return NS_OK w/ null out [@ nsMemoryImpl::FlushMemory]
r=darin
2003-04-04 15:56:37 +00:00
rogerl%netscape.com 3d5f23984b Disneyland bug fixes; gc bugs. 2003-04-04 15:47:35 +00:00
axel%pike.org 291f9322fb remove dead code, r=sicking, sr=peterv 2003-04-04 15:44:13 +00:00
dbradley%netscape.com f7b64929d9 bug 199122 - IDispatch logic should not depend on order of properties. r=adamlock, sr=alecf (Not part of the build) 2003-04-04 15:32:30 +00:00
kin%netscape.com 57f5813868 Fix for bug #195959: Drop causes image in -moz-user-select:all subtree to be duplicated
Prevent nsHTMLEditRules::CreateStyleForInsertText() from trying to split non-container nodes.


r=jfrancis@netscape.com  sr=sfraser@netscape.com
2003-04-04 15:29:59 +00:00
locka%iol.ie 548e9caec3 Don't stop at space chars when reading URL from meta refresh. b=191207 r=alecf@netscape.com sr=bzbarsky@mit.edu 2003-04-04 15:16:53 +00:00
alecf%netscape.com 6c75920da1 fix for bug 195298 - pldhash ops tables should be const.. r=dougt, sr=sfraser 2003-04-04 15:10:37 +00:00
kaie%netscape.com d093a1f848 fix bustage from previous checkin 2003-04-04 14:19:28 +00:00
jaggernaut%netscape.com d5a82d57cc Add defined(XP_MACOSX) to bail early when !mInIMEMode. r=brade, sr=lumpy 2003-04-04 13:26:12 +00:00
cbiesinger%web.de 3544502fde 176950 patch by dwitte@stanford.edu r=darin sr=jag cookie permissions site blocking does not appy to fully qualified node names from within the site. 2003-04-04 13:20:37 +00:00
kaie%netscape.com 5157ee46bc b=50823 S/Mime: Support certificates with multiple listed email addresses
r=javi sr=alecf
2003-04-04 12:57:51 +00:00
jaggernaut%netscape.com 1d19525bc6 Bug 200638: fix drag copy modifier key on Mac OS X. r=Neil, sr=peterv 2003-04-04 12:48:23 +00:00
locka%iol.ie 2e2c7eaef0 Ignore meta refresh values that supply negative numbers. b=149543 r=alecf@netscape.com sr=bzbarsky@mit.edu 2003-04-04 11:45:53 +00:00
neil%parkwaycc.co.uk c3d25f959e Fix JS warnings in previous checkin to bug 38367 r=varga sr=bz 2003-04-04 10:10:04 +00:00
seawood%netscape.com 410d28b951 Remove unneeded xp_path.h reference
Bug #171883
2003-04-04 08:26:27 +00:00
axel%pike.org 288d41c59b warning fix, r/sr=peterv 2003-04-04 08:00:00 +00:00
seawood%netscape.com a002b14264 Removing obsolete include/ from build.
Bug #199920
2003-04-04 07:47:31 +00:00
seawood%netscape.com 6a7aa64950 Purge obsolete mozilla/include
Bug #199920
2003-04-04 07:44:08 +00:00
seawood%netscape.com 5a63213a87 Removing obsolete include/ from build.
Bug #199920
2003-04-04 07:28:20 +00:00
louie.zhao%sun.com b42d94ce62 bug 166833 "nsFT2FontCatalog leaks memory"
patch = Andrew Schultz(ajschult@eos.ncsu.edu)
r = louie
sr = bryner
2003-04-04 07:05:56 +00:00
kyle.yuan%sun.com 116864c12f Clean the old Makefile.win 2003-04-04 06:34:30 +00:00
seawood%netscape.com 12f0a8dbf1 Purge XP_PC.
Bug #74999
2003-04-04 05:26:58 +00:00
seawood%netscape.com 212ea0003e Add PR_GetPathSeparator function.
Bug #171883 r=wtc
2003-04-04 05:03:55 +00:00
seawood%netscape.com a9357d146b Use NSPR functions to get path separators instead of obsolete xp_path.h.
Bug #171883 r=bryner sr=alecf
2003-04-04 05:00:29 +00:00
cltbld%netscape.com 9dc5a5099f Automated update 2003-04-04 05:00:09 +00:00
seawood%netscape.com 28e8488435 Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-04 04:54:33 +00:00
seawood%netscape.com b50d48a27a Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-04 04:52:54 +00:00
seawood%netscape.com d7aeeb2bde Add explicit dependency upon mozilla-config.h
Bug #200574 r=dougt sr=dbaron
2003-04-04 04:50:58 +00:00
bzbarsky%mit.edu d6729d8f19 Fixing merge conflict from bug 194240 the right way -- removing redundant
function decls.  r=mozbot.
2003-04-04 03:57:03 +00:00
seawood%netscape.com b88dd1c331 Purge XP_PC.
Bug #56767
2003-04-04 03:01:25 +00:00
seawood%netscape.com 890f5269df Purge XP_PC.
Bug #74999
2003-04-04 03:00:58 +00:00
sfraser%netscape.com 05e5f933f1 Forward-declare nsIPresShell in nsISelectionPrivate.h. 2003-04-04 02:36:12 +00:00
alecf%netscape.com dcaf858b0d fix for bug 200524, use arenas to allocate pref names
r=dveditz, sr=jag
2003-04-04 02:19:25 +00:00