gerv%gerv.net
d91e17f67a
Chang all instances of "My Sidebar" to "Sidebar". Bug 77819. r=timeless, sr=brendan using his magic "String only changes" rubberstamp.
2001-07-09 22:51:57 +00:00
tao%netscape.com
a60ef23c40
86807: Some menu items are missing if you use incompatibly profle.
...
r=jbetak,sr=hyatt. Add locale version to all packages and their locale
providers.
2001-07-09 22:13:09 +00:00
cotter%netscape.com
4d9cf22b70
help content updates per b=85925, PDT approved, r=oeschger@netscape.com
2001-07-09 20:47:20 +00:00
timeless%mac.com
1fdeed80f7
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
hwaara%chello.se
c0fab2a99b
Trivial wording fixes:
...
#88665 , r=Hurricane, sr=blizzard. #89470 , r=varada, sr=sspitzer.
2001-07-08 10:52:37 +00:00
racham%netscape.com
0d86268f2f
Fixing bugscape bug 6684. Adding context sensitive help system for Account Manager dialog. Updating help.js file with the new mail topics tags. r=oeschger, sr=sspitzer
2001-07-06 21:50:47 +00:00
ccarlen%netscape.com
dbdc6e931f
Bug 89162 - Profile change observer in single-signon needs to be static. Otherwise, if last instance is destroyed, there's nothing to observe change. r=valeski/sr=alecf
2001-07-06 14:05:22 +00:00
ben%netscape.com
66a12fd8fe
more 65251, package strings in appropriate jar file. patch from jag, r=hixie sr=ben
2001-07-06 06:48:11 +00:00
ben%netscape.com
50a78a9d51
bug 65241, add 'download more' button to Content Pack pref panel.
...
uncomment-out button and add string to dtd file for button
r=matt, sr=blake
2001-07-06 05:53:08 +00:00
cls%seawood.org
cfce8f4dcc
Updating .cvsignore files.
...
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
timeless%mac.com
f8a92c48de
Bug 70857 [XUL Syntax]
...
Smaller CSS/JS/XBL patch, should allow XUL changes to go in easier
by andersma@luther.edu r=timeless sr=blake
2001-07-06 02:01:52 +00:00
jaggernaut%netscape.com
802d5019da
Backing out this change, this was meant for the branch.
2001-07-06 00:22:10 +00:00
cotter%netscape.com
32d8d1f61c
help content updates per b=85925, PDT approved, r=oeschger@netscape.com
2001-07-05 22:18:04 +00:00
jaggernaut%netscape.com
8b38cface9
Bug 86726: Form Manager is blank. r=pchen, sr=blake. Note: this is a temporary work-around.
2001-07-05 21:48:41 +00:00
yokoyama%netscape.com
9b886d3dda
Bug : 33337 - Universal Charset Autodetection
...
Adding universal charset files to extension folder.
/r=shanjian, /r=ftang
2001-07-05 20:16:20 +00:00
heikki%netscape.com
e3d9c89065
Bug 88327, XMLHttpRequest.responseText did not support HTTP charset header. r=harishd, sr=jst.
2001-07-04 19:31:14 +00:00
axel%pike.org
941d5b835c
bug 89017, PredicateList::evaluatePredicates redone, + code cleanup. r=peterv,sicking,sr=jst
2001-07-04 11:15:54 +00:00
rginda%netscape.com
790ef3bbd4
- not built -
...
add styles for executable/not executable lines in the source code window.
2001-07-03 22:45:45 +00:00
rginda%netscape.com
7057dee1b2
- not built -
...
add styles for executable/not executable lines in the source code window.
add style for exception trace messages.
color stop (red) and continue (green) messages so they're easy to spot.
2001-07-03 22:45:13 +00:00
rginda%netscape.com
ad08b81949
- not built -
...
add tmode related strings
2001-07-03 22:43:51 +00:00
rginda%netscape.com
25111652bd
- not built -
...
add tmode related entities
2001-07-03 22:43:26 +00:00
rginda%netscape.com
5116277c1c
- not built -
...
add tmode commands, keys, and menu items
2001-07-03 22:42:54 +00:00
rginda%netscape.com
450435a635
- not built -
...
decrement console._stopLevel in cont() and step() functions, like good little boys and girls
initDebugger *after* setting up the console routines, we'll need them
2001-07-03 22:41:27 +00:00
rginda%netscape.com
0ab4bb0303
- not built -
...
add tab with pref default value
2001-07-03 22:40:11 +00:00
rginda%netscape.com
013b2d7c3b
change from body class= to body id=, so we can getElementById it later
2001-07-03 22:39:43 +00:00
rginda%netscape.com
1c71f4cf27
- not built -
...
propagate executable/not executable information to he outliner to we can CSS it.
2001-07-03 22:39:00 +00:00
rginda%netscape.com
fc772eec1e
- not built -
...
add ETRACE message type for traced exceptions
add other message names mostly related to the tmode command and exception tracing.
2001-07-03 22:37:05 +00:00
rginda%netscape.com
e7ab8f45ae
- not built -
...
set up the excetions submenu checkmarks correctly onCreate
load the source if it's not there in onDebugTrap
add onDebugContinue to clear our state when we continue
implement tmode command
move onclose back to onunload, onclose doesn't fire if the user selects "Quit" from the file menu.
2001-07-03 22:36:01 +00:00
rginda%netscape.com
8b27bf568c
- not built -
...
add tmode command to trace/ break when the target throws an exception.
fix "breakpoint hit while servicing breakpoint" behavior. When we hit the second breakpoint, its stack is put on top of the current stack. Not the best solution, but better than leaving the user in an undefined state.
distunguish between executable and non-executable lines in the source array so we can distinguish the lines in CSS.
expand tabs in the source (outliner doesn't know what to do with \t.)
if we can't load a source file sync, try it async.
2001-07-03 22:31:38 +00:00
rginda%netscape.com
d41bbaca42
- not built -
...
hook up tmode command
2001-07-03 22:27:37 +00:00
cotter%netscape.com
7d416783ac
help content updates per b=85925, PDT approved, r=oeschger@netscape.com
2001-07-03 21:43:56 +00:00
ben%netscape.com
e05d9d2b17
[not part of build]
...
add license to some files
2001-07-03 06:17:09 +00:00
ben%netscape.com
409649b4fd
[not part of build]
...
implement easy session saving preferences (window size, position, loaded documents)
2001-07-03 06:14:01 +00:00
oeschger%netscape.com
eae6462d99
fixing pref->help modality issue (plus updating some cs help 'keys'), bug=87720, r=danm, sr=blake
2001-07-03 02:47:06 +00:00
peterv%netscape.com
fcf9847d21
And now for a real code change. Fix for bug 88901 (Ill formed code in MozillDocument.cpp in Document::createAttributeNS). r=sicking, sr=scc.
2001-07-03 00:49:46 +00:00
peterv%netscape.com
e682f72495
Part of bug 88623 (Cleanup Transformiix code). Remove unnecesary comment lines, no code changes. r=Pike, rs=jst.
2001-07-03 00:47:47 +00:00
sicking%bigfoot.com
09697ef7fb
Clean up ListIterator by removing unused flags and the almost-not-used reversed mode. Also add tx prefix to List and ListIterator classes and clean up whitespace.
...
Bug 85189. r=peterv, sr=scc
2001-07-02 23:40:23 +00:00
ben%netscape.com
66629cf529
[not part of build]
...
- implement FileLocator class that can locate special system directories
- make preferences use this to locate user-prefs.xml file in Documents and Settings\Application Data\Manticore
- implement Browse... button in Browser display pref panel, rooted on My Documents (using File Locator)
- create default user-prefs.xml file (empty) which is copied to user profile directory on first launch or when data is corrupted.
- create new directory for storing defaults. (defaults/)
- Add deployment project to solution file.
2001-07-02 22:54:41 +00:00
cotter%netscape.com
bfad3e92cc
help content update per b=85925, PDT approved, r=oeschger@netscape.com
2001-07-02 21:23:01 +00:00
sicking%bigfoot.com
f756020bdf
Make FilterExpr check type of ExprResult before casting to NodeSet. Also sort nodeset in document order before filtering.
...
Bug 88736. r=peterv, sr=jst
2001-07-02 21:12:21 +00:00
sicking%bigfoot.com
b40cca5635
Remove unused (and a few almost-unused) functions in the XPath classes.
...
Bug 88612. r=peterv, sr=jst
2001-07-02 20:11:05 +00:00
peterv%netscape.com
4f9a746cf6
Warning fixes, part of bug 88623 (Clean up Transformiix code). r=sicking, sr=jst.
2001-07-02 09:24:58 +00:00
ben%netscape.com
c548890d4d
[not part of build]
...
Browser client area prettiness when launched with blank page (draw a nice inset border)
2001-07-02 08:04:33 +00:00
ben%netscape.com
d495f6f7ae
[Not part of build]
...
Make preferences dialog work (PrefPanel class for preference panel switching, loading of preferences, saving of preferences, initial Browser Display panel)
2001-07-02 07:07:08 +00:00
rginda%netscape.com
4fbc8db5e0
- chatzilla only -
...
massive changes to add i18n support to chatzilla, see bug 27805, "ChatZilla needs i18n"
2001-07-02 04:36:29 +00:00
rginda%netscape.com
e235febe6d
- chatzilla only -
...
initial add of stringbundle for chatzilla, for bug 27805, "ChatZilla needs i18n"
2001-07-02 04:34:50 +00:00
ben%netscape.com
5d61d5b1de
[not part of build]
...
Status bar text updating for links, progress, etc
2001-07-01 00:57:35 +00:00
ben%netscape.com
39e427ff87
[Not part of build]
...
- general code tidy up. Merge command handler with Browserwindow class
- add progressmeter class (still in development)
2001-06-30 21:29:14 +00:00
sicking%bigfoot.com
1e9e8d8f00
Removing unused (and bitrotted) tests.
...
Not part of the build.
r=peterv, no bug
2001-06-30 17:51:47 +00:00
peterv%netscape.com
70353aa937
Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102.
...
Lexer changes by Pike, parser and expressionclasses changes by me.
r=peterv Pike(on my code) me(on pikes code), sr=jst
2001-06-30 13:57:27 +00:00