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

2130 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu 496c1799d3 Fix bustage from XPCDOM landing by including nsIScriptContext.h. 2001-05-08 21:40:24 +00:00
jst%netscape.com 621060c4fd Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
morse%netscape.com 965845638d bug 78262, can't delete certain passwords, r=matt, sr=alecf 2001-05-08 01:37:18 +00:00
morse%netscape.com 6924db5f51 bug 77525, shouldn't save password when password field is empty, r=matt, sr=alecf 2001-05-08 01:34:54 +00:00
ccarlen%netscape.com df1a6e78a8 Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
dbaron%fas.harvard.edu 229ec01726 Fix potential bustage pointed out by mkaply - "$(LIB_SUFFIX)" rather than ".a". b=75924 2001-05-06 02:41:20 +00:00
dbaron%fas.harvard.edu 4d40563ed6 Fix creation of two copies of the archive resulting from a space after the LIBRARY_NAME line. r=cls@seawood.org b=75924 2001-05-06 01:34:50 +00:00
dbaron%fas.harvard.edu 07d4abac78 Attempt to fix AIX bustage by linking against gkgfx and gkconshared_s (ugh!). 2001-05-05 21:56:46 +00:00
dbaron%fas.harvard.edu c1045b5b95 Change true and false to PR_TRUE and PR_FALSE to fix AIX and OS/2 bustage from adding inspector to --with-extensions=all. b=75924 2001-05-05 17:50:09 +00:00
dbaron%fas.harvard.edu a3a4ce4fc0 Change CRLF line endings to LF to fix IRIX bustage from adding access-builtin to --with-extensions=all. 2001-05-05 15:34:50 +00:00
dbaron%fas.harvard.edu 42217ccd08 Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924 2001-05-05 14:20:44 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
rginda%netscape.com f93537935f - not built -
fix help tip
2001-05-05 00:11:49 +00:00
rginda%netscape.com ebf2272da9 - not built -
add more l10n strings!
2001-05-04 22:35:33 +00:00
rginda%netscape.com 5e573e8c10 - not built -
hook up new l10n strings
2001-05-04 22:35:01 +00:00
rginda%netscape.com 4ff83f5a95 - not built -
implement break and step commands
2001-05-04 22:34:27 +00:00
rginda%netscape.com ae7099ca50 - not built -
consolidate Hooker objects into a single _executionHook object
add script create and destroy listeners
keep track of all loaded scripts in console._scripts (insertScriptEntry(), removeScriptEntry(), addScript(), and removeScript())
Add TYPE_INTERRUPTED case to debugTrap for single stepping.
call clearAllBrakpoints() before turning the debugger off in detachDebugger()
add TYPE_BOOLEAN case to formatProperty()
add setBreakpoint() (whee!)
2001-05-04 22:32:06 +00:00
rginda%netscape.com 1561ae32ab - not built -
wiring for break and step commands
2001-05-04 22:25:37 +00:00
valeski%netscape.com 58072871cc sr=rpotts. cookie/wallet r=morse, xmlTerm r=saravn@mozdev.org, mailnews r=mscott, activeX r=adamlock, everything else covered by the sr from rpotts. 15345. These changes remove nsIDocumentLoaderObserver.idl from the build, and all of it's implementations and registrations have been moved over to nsIWebProgressListener.idl and nsIWebProgress.idl respectively. there are two (78762, 78760) mailnews printing bugs that I overturned *before* landing this. I've run this code through the mail-news and browser smoketests among other tests outlined in the patch description attatched to the bug. 2001-05-04 20:15:38 +00:00
markh%activestate.com 4ada974fae Fixes to Linux build process. Not part of the build. 2001-05-03 23:27:34 +00:00
markh%activestate.com 0fe20c4fa6 Fix build problems with RH7. 2001-05-02 23:27:33 +00:00
markh%activestate.com 5e36bf56a6 Only try and free an existing buffer for In params.
Not part of the build.
2001-05-02 23:26:54 +00:00
peterv%netscape.com 075e578bfc Get P3P support building on Mac. Bug 62399. r=harishd. Not part of the build. 2001-05-02 23:06:12 +00:00
peterv%netscape.com 2d3ba1a0da Get P3P support building on Mac. Bug 62399. r=harishd. Not part of the build. 2001-05-02 22:34:23 +00:00
axel%pike.org 1e15480726 bug 77257, add null checks to mozilla wrappers, code by sicking@bigfoot.com, r=me, sr=jst, a=peterv 2001-04-30 14:04:08 +00:00
cls%seawood.org c06c69763c Remove unneeded LOST_SYM_LIBS defines. 2001-04-30 01:13:22 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
valeski%netscape.com 9e8d80d70f mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
axel%pike.org 2fd5a2eb77 not part of the build; make buster start up twice as fast, r=sicking@bigfoot.com; thanx to sicking for XUL update of the search button 2001-04-27 09:20:59 +00:00
sfraser%netscape.com 5e35cbdbc0 Backing out valeski 2001-04-27 05:53:22 +00:00
valeski%netscape.com def10e77f9 mozilla tree r=tao, sr=alecf. commercial tree r=syd, sr=syd/shaver. lowercasing the first char in JS method calls to createBundle. removing the dead locale parameter in the CreateBundle() method call. 76332 2001-04-27 04:16:22 +00:00
heikki%netscape.com a0844e5329 Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur. 2001-04-26 19:33:12 +00:00
bnesse%netscape.com 19dccef1bc Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
morse%netscape.com 32a0e534c9 bug 70955, fix js warning message, r=law, sr=alecf 2001-04-26 07:36:17 +00:00
morse%netscape.com 7a5b116211 bug 77331, cookperm.txt destroyed after allowing stylesheet image load, r=valeski, sr=alecf 2001-04-26 07:30:51 +00:00
rginda%netscape.com 85ac27afda - not built -
add new error messages, whitespace changes
2001-04-26 06:49:35 +00:00
rginda%netscape.com d6d4165bed - not built -
add a "two objects in scope" sample stack
2001-04-26 06:48:32 +00:00
rginda%netscape.com c041880c9c - not built -
check type of param in display()
refactor result printing from evalIn*Scope over to routines in venkman-handlers.js
add refreshResultsArray() to call refresh() on all elements of the $ array
add new exception number
2001-04-26 06:47:52 +00:00
rginda%netscape.com 857ee851c8 - not built -
add new error and header message names
2001-04-26 06:46:10 +00:00
rginda%netscape.com 228d07a162 - not built -
refactor result display from the evalIn*Scope functions to onInputEval[D]()
print header information for props[D]
2001-04-26 06:45:27 +00:00
rginda%netscape.com d12d03516b - not built -
add breakpoint hook
throw an error if there is no debugger service
use new on() and off() methods
check type of param in displayProperties()
2001-04-26 06:43:55 +00:00
shaver%mozilla.org 81497eb7e1 backing out unauthorized checkin to closed tree, as per Asa 2001-04-25 16:24:24 +00:00
morse%netscape.com a354734ce0 cookperm.txt destroyed after allowing stylesheet image load, r=valeski, sr=alecf, a=vishy 2001-04-25 13:59:07 +00:00
rginda%netscape.com 276cd98535 - not built -
css tweakage
2001-04-24 22:01:32 +00:00
rginda%netscape.com b36a652fd8 - not built -
more strings
2001-04-24 22:00:01 +00:00
rginda%netscape.com 331cce4c09 - not built -
capture window.onkeypress so we can focus the input control whenever the user hits tab
2001-04-24 21:59:34 +00:00
rginda%netscape.com 632916dd5f - not built -
declare warn and ASSERT vars
use message type constants instead of hardcoded "EVAL-IN", etc
focus the input widget onload
2001-04-24 21:58:48 +00:00
rginda%netscape.com 402420d97b - not built -
remove command character pref
2001-04-24 21:57:18 +00:00
rginda%netscape.com e9191368a8 - not built -
seperate VAL message types into WORD and VAL, VAL messages are words surrounded in <>, used as a variable name in a text message, WORD messages are single (well, no more than a few) words usually replaced into longer messages.
added more strings
2001-04-24 21:56:56 +00:00
rginda%netscape.com 1b22258eb8 - not built -
remove the "/" before commands.  No reason to use "/where" over just "where" in a debugger
implement evald, props, and propsd commands
s/VAL/SCOPE/ where appripriate
remove unused parameter from quit and where
add pgup and pgdn handkers
2001-04-24 21:54:59 +00:00