Commit Graph

4088 Commits

Author SHA1 Message Date
slamm%netscape.com
139a2eb921 Clean up xul. 2000-02-11 01:21:22 +00:00
slamm%netscape.com
694c922e72 Change 'My Panels' to 'My Sidebar' (bug 26932). 2000-02-11 01:16:35 +00:00
slamm%netscape.com
a33c7c754d Fix links in sidebar (bug 25951). 2000-02-11 01:16:31 +00:00
slamm%netscape.com
e12819f714 Create remote panel list url from prefs (bug 26073). Change interCaps to lowercase_underscore. 2000-02-11 01:16:25 +00:00
slamm%netscape.com
93f745ef29 Remove calculater (bug 18373). It was causing problems. 2000-02-11 01:16:18 +00:00
slamm%netscape.com
243cf35045 Inline entities in rdf file. Remove calculater (bug 18373). It was causing problems. 2000-02-11 01:16:09 +00:00
slamm%netscape.com
bb676a76b6 Pick a slightly taller default height. 2000-02-11 01:16:05 +00:00
slamm%netscape.com
fa29ddfbfa Copy all panel attributes from remote datasource (bug 23357). Fix preview button enabling (bug 24149). Change interCaps to lowercase_underscore. 2000-02-11 01:15:59 +00:00
tbogard%aol.net
c818f63d00 Removed forward declare of unused class nsIBrowserWindow. 2000-02-11 01:15:07 +00:00
rjc%netscape.com
52eed330bb Fix bug # 24302: AM/PM localization issue fixed. 2000-02-11 01:13:20 +00:00
fergus%netscape.com
aa2a9bf313 Changes to Localization notes. r=chjung@netscape.com 2000-02-11 01:11:35 +00:00
hyatt%netscape.com
f27bd79d05 Fix for 16339. 2000-02-11 01:04:16 +00:00
alecf%netscape.com
aafbb019b2 add new branding string bundle (#27294)
r=tao
2000-02-11 00:58:28 +00:00
dbragg%netscape.com
ae4114626a Fix for bug 27093 r=cathleen 2000-02-11 00:54:15 +00:00
law%netscape.com
81d1189517 Handle error by stopping input channel (and generating alert for user); b=23821,r=warren@netscape.com 2000-02-11 00:53:27 +00:00
mjudge%netscape.com
587612f008 adding more = false lines to xul files and the XBL. bugs=25462,25730 hyatt 2000-02-11 00:53:01 +00:00
rjc%netscape.com
6cd9f54a84 Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown() 2000-02-11 00:51:33 +00:00
ben%netscape.com
ff25edb9ee forgot to check this in with my localisability fixes last night (those were r=jst@citec.fi) 2000-02-11 00:48:37 +00:00
rjc%netscape.com
06783ed5a9 Fix bug # 25034: more support for foreign charset conversion on search results. 2000-02-11 00:48:23 +00:00
rjc%netscape.com
1f2e7dbe1b Fix bug # 27039: small escape changes. Helps JavaScript URLs which are bookmarked. 2000-02-11 00:47:17 +00:00
akkana%netscape.com
dd22238354 Fix minor typo: add the missing space. Very safe, will fix warning message on startup. a=don,granrose 2000-02-11 00:25:59 +00:00
kin%netscape.com
e0a8553641 Fix for PDT+ bug #22206: ALT + NUM Pad operation moves the cursor point unnecessarily
Modified all keybindings for up, down, left, right, home, end, pgUp, and pgDown
so that they are not triggered if the Alt key is down.

    mozilla/xpfe/global/resources/content/editorBindings.xul
    mozilla/xpfe/global/resources/content/browserBindings.xul
    mozilla/xpfe/global/resources/content/inputBindings.xul
    mozilla/xpfe/global/resources/content/textAreaBindings.xul
    mozilla/xpfe/global/resources/content/win/platformInputBindings.xul
    mozilla/xpfe/global/resources/skin/htmlBindings.xml
    mozilla/xpfe/global/resources/skin/win/platformHTMLBindings.xml

r=brade@netscape.com,akkana@netscape.com
2000-02-10 14:08:13 +00:00
tbogard%aol.net
80343108c6 Removed unused header. 2000-02-10 08:54:30 +00:00
tbogard%aol.net
966c47a9db Removed unused include. 2000-02-10 08:35:37 +00:00
tbogard%aol.net
6a1ffaeb57 Moved the loading of the Title, Position and size from XUL into nsXULWindow from WebShellWindow. r=hyatt 2000-02-10 07:47:24 +00:00
tbogard%aol.net
dcc6e4e620 Fixed a bug where when targetting to a "_content" window from within a XUL window that did not have a browser window would not find an already open browser to target into. r=hyatt 2000-02-10 07:41:11 +00:00
ben%netscape.com
5f57ca6e33 localisation fix for bookmarks, r=jst@citec.fi 2000-02-10 06:58:15 +00:00
ben%netscape.com
c83d8a0957 localisability fix for bookmarks, r=jst@citec.fi 2000-02-10 06:57:33 +00:00
ben%netscape.com
3871d842f4 whitespace fix for mac navigator window 2000-02-10 06:50:25 +00:00
ben%netscape.com
362103c7d3 fixes for localisability of navigator package (removed hardcoded english strings ) (r=jst@citec.fi),
small formatting fix for navigator to prevent whitespace at top of mac navigator window
2000-02-10 06:46:50 +00:00
norris%netscape.com
2b4b436f5f Fix 25062 Reload vulnerability
25206 Reload vulnerability #2
Implement grant dialogs and persistence for capabilities.
most r=mstoltz, some code from morse w/ r=norris
2000-02-10 04:56:56 +00:00
law%netscape.com
390d8c7a65 Fix for 27102; backing out bad JS and fixing entity reference in the xul; a=leaf 2000-02-09 22:35:14 +00:00
evaughan%netscape.com
b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
law%netscape.com
d3aa6ff646 Transfer focus to existing dialog, if there is one; b=23029, r=sfraser 2000-02-09 15:39:21 +00:00
valeski%netscape.com
5b94267bd4 we don't want to default to GMT 2000-02-09 05:08:54 +00:00
matt%netscape.com
09e16ad76c This file was not supposed to get commited. 2000-02-09 02:12:33 +00:00
matt%netscape.com
53a54bac98 fixes for bugs 24758 2456 (commenting out lines) 23355 (changed .js pref sting) r=jud r=matt 2000-02-09 01:56:11 +00:00
matt%netscape.com
5008f42a29 fix for bug 11870 26458 r=ben 2000-02-09 01:44:49 +00:00
tbogard%aol.net
8784e4d323 Properly unregister the content listener when browser instance service goes away. This is a temporary fix until command service changes can be properly factored. r=mscott bug #26979 2000-02-08 22:47:51 +00:00
tbogard%aol.net
784537aebf Clear the intrinsic sizing after we have already sized the window. Fixes bug #26976. 2000-02-08 21:29:00 +00:00
tbogard%aol.net
4427818f1d The XULWindow object can get destroyed during the closing of a window, thus our loop would not have access to the mContinueLoop. We internally bump the ref on ourselves to ensure that while in the loop the object stays valid. r=mscott. 2000-02-08 20:20:33 +00:00
tbogard%aol.net
5408b39e26 When creating a new COM C++ object the refcount starts out at 0. Though we will QI before we return it out, we need to ensure COMPtr's used during init don't take the count to 1 and then back to 0. So we temporarily locally bump the count to 1 to represent our ownership during the scope of the function. r=mscott 2000-02-08 20:19:00 +00:00
tbogard%aol.net
79d89d1831 Fixed crash when dismissing modal dialogs. r=mscott 2000-02-08 18:57:02 +00:00
tbogard%aol.net
90bab0bb4f We were checking against TRUE on the return rather than NS_SUCCEEDED(). Fix for bug #26974. Good catch by Putterman. 2000-02-08 18:45:55 +00:00
tbogard%aol.net
48b1db01ed Ooops, XULWindow doesn't implement nsIDocumentObserver. Commented it out for now and moved the removal of the observer back to webshellwindow. This should fix the mac build. 2000-02-08 16:14:55 +00:00
tbogard%aol.net
4e6803a14f Fixed it so prompts could come up. Was missing the ability to QI properly. 2000-02-08 16:11:10 +00:00
tbogard%aol.net
1aa3d662b7 Now that the content viewer supports the SizeToContent, we can farm the work off onto it. r=hyatt 2000-02-08 15:55:46 +00:00
brade%netscape.com
f8197f80ed add 2nd Composer pref panel 2000-02-08 15:03:09 +00:00
brade%netscape.com
914e6e1d34 First Checked In. 2000-02-08 15:02:23 +00:00
brade%netscape.com
56fc9e0699 add second composer panel 2000-02-08 15:01:34 +00:00