dougt%netscape.com
d94b37c68a
Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 05:38:16 +00:00
leaf%mozilla.org
b1bdbfd3cd
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
caillon%returnzero.com
bc7c8c2816
167009 - We should be using the node type constants defined on Node instead of their numerical expression.
...
r=glazman rs=bzbarsky a=asa
2002-09-07 00:55:05 +00:00
timeless%mac.com
dd314848aa
Bug 166185 sidebar needa a minimum width
...
r=oeschger sr=jag a=rjesup
2002-09-06 17:37:50 +00:00
rginda%netscape.com
7ec7c07562
bug 166967, "profile summary is incorrect"
...
fix profile summary format string to include avg call time.
also makes isURLFiltered return true for empty urls.
2002-09-06 06:54:07 +00:00
aaronl%netscape.com
ce929fb460
Bug 166955. Type ahead find causes typing failure in mail compose window after returning from browser. r=bz, sr=dbaron
2002-09-05 23:41:16 +00:00
rginda%netscape.com
3e58ef9ae7
- cview only, not part of the build -
...
change rec.show() to rec.unHide(), because there is no such thing as rec.show()
2002-09-05 21:06:16 +00:00
morse%netscape.com
fadf215033
backout offending part of patch in bug 158216, a=asa
2002-09-05 20:09:20 +00:00
timeless%mac.com
c0effaec4a
Bug 166574 password input controls don't accept typing (goes to typeaheadfind) smoketest blocker r=jesup sr=dbaron a=dbaron
2002-09-04 14:38:22 +00:00
aaronl%netscape.com
71efc72735
Bug 166033: Type ahead find messed up menu keyboard navigation. r=caillon, sr=bzbarsky. Bug 165665: Type ahead find not working when new doc loaded in window, r=caillon, sr=bzbarsky. Bug 166340: Type ahead find in full text search mode wouldn't find certain characters. r=akkana, sr=bzbarsky. These fixes also contain some perf improvements for type ahead find.
2002-09-04 05:43:13 +00:00
rginda%netscape.com
061f216579
- venkman only -
...
crop view titles.
hide js components when "Exclude Browser Files" is enabled.
fix strict warnings.
use jsds to get parent instead of __parent__ to avoid warning.
make sure script is valid before trying to pretty print it.
don't trace errors from chrome urls if "Exclude Browser Files" is enabled.
add a source code colorization limit, default to 1500 lines.
add "Include ECMA Properties" and "Include Functions" options in the Locals and Watch views.
fix "Files" node in the Open Windows view.
Don't get property counts in the Locals and Watch views, because it takes too long.
don't print the hook error, of the hook in question was the display hook, to avoid an infinite loop.
Fix logic to reuse tabs once max-tab limit has been reached.
show an error when an unknown pref or pref pattern is passed to the /pref command.
2002-09-04 04:27:32 +00:00
timeless%mac.com
2699fac979
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2002-09-04 02:20:51 +00:00
rjc%netscape.com
800d8a6b3b
Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin
2002-09-04 01:28:36 +00:00
dougt%netscape.com
c1b9f8114d
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
rginda%netscape.com
cec2c08e47
- chatzilla only -
...
bug 165901, "Clicking on network/channel name has no effect"
bug 165875, "Support CTCP CLIENTINFO in Chatzilla"
bug 165868, "Support CTCP TIME in Chatzilla"
bug 137892, "Pref for new tab threshold is ignored"
fix strict warning in static.js
2002-09-03 23:33:27 +00:00
rods%netscape.com
ddf0798006
Get the plugin into the build and some extra work for instrumenting printing testing
...
Bug 164072 rs=kin r=dcone
2002-09-03 23:06:56 +00:00
timeless%mac.com
44ef3cdbcc
Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
...
patch by riceman+bmo@mail.rit.edu r=morse,dougt,dveditz,timeless sr=dveditz
2002-09-03 14:51:05 +00:00
aaronl%netscape.com
16492863f4
Bug 30088. Turning of type ahead pref again because of regressions. See bug.
2002-09-03 06:34:41 +00:00
bryner%netscape.com
ce46702752
Moving Andreas Otte's fix for bug 166085 (Assertion constructing about: URIs) to the new location of these files. r=bzbarsky, sr=darin.
2002-09-03 00:32:48 +00:00
bryner%netscape.com
5b9ca7bb37
New Makefiles for standalone datetime and finger handlers (bug 98753). r=cls, sr=darin.
2002-09-03 00:25:40 +00:00
andreas.otte%debitel.net
219e0622f7
fix bug 166085 [Assertion constructing about: URIs
...
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
caillon%returnzero.com
fbbc2c86f2
152553 - "Show Anonymous Content" menu item doesn't reflect the true state because we were checking |false != null| or |true != null| to determine state.
...
r=timeless sr=bzbarsky
2002-09-02 00:03:43 +00:00
peterv%netscape.com
3e13e631d7
Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Cleanup only to ease branch landing, no functional changes. r=Pike, rs=jst.
2002-08-30 14:37:12 +00:00
peterv%netscape.com
5fb70e71e9
Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz.
2002-08-30 12:48:16 +00:00
peterv%netscape.com
35808898a5
Part of fix for bug 155578 (branch for refactoring XSLTProcessor and interfaces). Remove unused context node argument. r=Pike, sr=bz.
2002-08-30 12:43:53 +00:00
seawood%netscape.com
d18ef1f4be
Updating cvsignore files.
...
Thanks to Diego Biurrun <diego@biurrun.de> for the patch.
Bug #164774 r=cls
2002-08-30 05:12:02 +00:00
aaronl%netscape.com
3824278a64
Bug 164928. Crash in type ahead find. Patch by Akkana. r=aaronl, sr=bz
2002-08-30 03:31:48 +00:00
aaronl%netscape.com
d8a92c07c8
Bug 30088. Turning pref back on, because perf issues appear solved. Using original r=/sr= from akkana and jst
2002-08-30 02:59:25 +00:00
heikki%netscape.com
9150f607cf
Bug 83573, XMLHttpRequest now adds itself to the loadgroup of the page (if called from JS) so that when you leave the page/hit stop, XMLHttpRequest aborts automatically. r=sicking, sr=bzbarsky.
2002-08-29 22:07:18 +00:00
axel%pike.org
683bcf732e
bug 155578, refactor XSLTProcessor, landing trivial parts to make diff usefull. Function reordering in XSLTProcessor, txExpandedNameMap::remove, r=sicking, sr=bz
2002-08-29 08:34:48 +00:00
aaronl%netscape.com
2de1bb011b
Bug 161960. Slight reordering of original fix - make sure we do init only when pref is set. r=jkeiser, sr=bzbarsky
2002-08-29 08:26:38 +00:00
aaronl%netscape.com
bae7f4c986
Bug 161960. Type Ahead Find, make Accel+G remember last type ahead find until normal find is used again. Also should fix the page load performance issue. r=akkana, sr=bz
2002-08-29 06:27:38 +00:00
morse%netscape.com
899ec2b293
bug 90644, http and ftp sites share cookies, r=mstoltz, sr=darin
2002-08-29 00:12:26 +00:00
morse%netscape.com
d1755097b0
bug 164278, reading cookie file is inefficient, c=brade, r=morse, sr=darin
2002-08-28 23:58:06 +00:00
morse%netscape.com
3f5e97a50a
bug 157480, crash if password deleted while select-user prompt is up, r=sgehani, sr=darin
2002-08-28 23:50:07 +00:00
aaronl%netscape.com
5ff545b3a9
Bug 30088. Reversing pref that automatically turns on type ahead find due to perf regressions. Patch to fix regressions is being worked on in bug 161960
2002-08-28 06:57:56 +00:00
morse%netscape.com
48a3076ed0
bug 162129 (leak in cookie module) & bug 158216 (cookies written out too often), r=sgehani, sr=jag
2002-08-28 00:30:06 +00:00
aaronl%netscape.com
fcae298335
Bug 30088. Finishing checkin by turning on pref for type ahead find in default build. r=akkana, sr=jst
2002-08-27 06:00:13 +00:00
sicking%bigfoot.com
3faec4321f
Fix whitespacehandling by looking for xml:space-attributes when needed and only when needed.
...
b=163856 r=Pike sr=bz
2002-08-27 04:13:18 +00:00
dougt%netscape.com
d0dc56776f
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
alecf%netscape.com
5d2a2e5fef
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
kairo%kairo.at
ae0f8fee99
bug 164496 - Language switching broken (again), regression of 144740, r=timeless, sr=alecf
2002-08-26 11:02:28 +00:00
danm%netscape.com
a82218200b
update for rev 1.26 of nsIAppShellService.idl: Quit takes a new parameter. bug 163918 r=brendan,bryner
2002-08-24 18:58:19 +00:00
roc+%cs.cmu.edu
c0c4d81870
Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin
2002-08-24 14:41:28 +00:00
smontagu%netscape.com
b95b4ce51b
Fix build bustage with --enable-ctl by moving files from extensions/ctl to intl/ctl. Bug 133212. Author=Roland.Mainz@informatik.med.uni-giessen.de; Makefile changes r=cls. Not part of the default build.
2002-08-23 23:09:22 +00:00
aaronl%netscape.com
a6d9cfdbf1
Bug 164295. [typeaheadfind] Linker Error with Sun Forte Compile against gkgfx
2002-08-23 21:16:50 +00:00
bryner%netscape.com
2920dae2f9
Ignore generated Makefiles.
2002-08-23 10:30:06 +00:00
bryner%netscape.com
7359b7f9de
Ignore UniversalChardetTest binary.
2002-08-23 10:28:28 +00:00
morse%netscape.com
37b5b08c36
bug 146271, password manager contains undeletable entries, r=sgehani, sr=jag
2002-08-22 22:58:16 +00:00
mkaply%us.ibm.com
8552b6d0dc
#154657
...
r=morse, sr=alecf
Remove wallet samples from the build - point to the ones on mozilla.org
2002-08-22 22:36:44 +00:00