radha%netscape.com
8e871e7ea2
Add Keywords menu by the urlbar
2000-04-14 21:49:50 +00:00
jbetak%netscape.com
2e96b0a606
34719 Available Charset list box doesn't contain anythig - removed hidden XUL box element
2000-04-14 21:16:13 +00:00
akkana%netscape.com
46c5dae109
15275: track Pavlov's change to the clipboard API (which broke this feature). r=pavlov
2000-04-14 21:01:31 +00:00
brade%netscape.com
1d603a94bc
first pass at moving to new composer prefs based on spec
2000-04-14 14:55:28 +00:00
rjc%netscape.com
54ab990c92
Small "Search Editor" changes.
2000-04-14 12:03:39 +00:00
rjc%netscape.com
6d891894c5
Implement the "New Category" and "Remove Category" functions.
2000-04-14 11:52:48 +00:00
rjc%netscape.com
f41c486764
Implement the "Add Engine" function.
2000-04-14 10:47:00 +00:00
rjc%netscape.com
92286f11a0
Implement RemoveEngine() function in "Search Editor".
2000-04-14 10:34:09 +00:00
rjc%netscape.com
344833d7b3
Allow multiple item selections in "Search Editor".
2000-04-14 10:33:10 +00:00
rjc%netscape.com
4c79b72d02
Small "Search Editor" changes.
2000-04-14 10:17:14 +00:00
rjc%netscape.com
2aa795bf92
Small "Search Editor" changes.
2000-04-14 10:07:54 +00:00
rjc%netscape.com
59727fc9e5
Small "Search Editor" changes.
2000-04-14 09:58:05 +00:00
rjc%netscape.com
117936b79a
Small changes.
2000-04-14 08:18:43 +00:00
rjc%netscape.com
18518be7f8
Add support for "Search Editor".
2000-04-14 08:00:49 +00:00
rjc%netscape.com
fdb63baeb1
Get silly beta1 redirect URLs out of the tip.
2000-04-14 03:28:42 +00:00
pinkerton%netscape.com
a08bd44ab6
new clipboard interfaces for unix selection clipboard.
2000-04-14 02:52:38 +00:00
rjc%netscape.com
6a41010994
Use proper window ID.
2000-04-14 02:50:46 +00:00
rjc%netscape.com
cee6cd7ad6
Open up new "Find Bookmarks" window.
2000-04-14 02:50:06 +00:00
rjc%netscape.com
978b844f44
Use <xul:textfield> instead of <html:input>
2000-04-14 02:46:01 +00:00
rjc%netscape.com
db19624174
Use <xul:textfield> instead of <html:input>. Set initial focus.
2000-04-14 02:45:26 +00:00
rjc%netscape.com
757aa6c507
Add "bookmark find" dialog support.
2000-04-14 00:05:49 +00:00
rjc%netscape.com
dac4101384
Add "bookmark find" dialog support.
2000-04-13 23:28:14 +00:00
morse%netscape.com
12eea852f2
fix bug 34866
2000-04-13 22:24:55 +00:00
danm%netscape.com
f13843ab50
removing obsolete, erroneous dialog samples
2000-04-13 21:43:55 +00:00
danm%netscape.com
d050e80160
removing old, broken dialog samples from debug menu
2000-04-13 21:34:35 +00:00
rginda%netscape.com
7a29e878d1
fix for 33694, and some cleanup in addSearchEngine.
...
r=rjc
2000-04-13 21:22:50 +00:00
danm%netscape.com
2468589dcc
adding centerScreen flag
2000-04-13 21:19:45 +00:00
danm%netscape.com
9e945b79cc
hook up new 'centerscreen' chrome flag
2000-04-13 20:32:30 +00:00
ducarroz%netscape.com
2df4057741
More work on autocomplete. Add support for text selection
2000-04-13 20:21:07 +00:00
danm%netscape.com
d888c7e978
adding alwaysLowered and alwaysRaised flags
2000-04-13 20:14:45 +00:00
danm%netscape.com
333e1e453b
adding a 'center' method
2000-04-13 20:07:28 +00:00
waterson%netscape.com
93951f3bd4
Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre
2000-04-13 19:55:47 +00:00
tbogard%aol.net
e4fc88d0b4
Removed a dump statement that wasn't meant to have been pushed.
2000-04-13 09:18:30 +00:00
tbogard%aol.net
81f7803783
Changed the code to use the nsIXULBrowserWindow interface rather than poking attributes for setting throbber activity, window activity and location changing. This should speed things up a bit and also makes the code a bit cleaner.
2000-04-13 08:08:52 +00:00
mccabe%netscape.com
2d39eb3359
Make the console service threadsafe. Lock when logging messages, copying out the message array, registering and unregistering listeners, etc. Also proxy each registered listener to ensure that it is called only on the thread that registers it; hopefully this will make it safe to use javascript-implemented listeners even when error messages are logged on other threads.
...
Also log some partial work towards making nsIConsoleMessage interfaces factory-instantiable.
2000-04-13 07:20:24 +00:00
mccabe%netscape.com
77a756d5a0
Rename interface constants from names like ERROR and STRICT, which evidently conflict with preprocessor defines on Windows.
...
Thanks to Travis for noticing this problem.
2000-04-13 07:03:46 +00:00
mccabe%netscape.com
61ad3f5232
Fix Makefile to work with srcdir.
...
Patch courtesy Colin Blake <colin@theblakes.com>
2000-04-13 07:00:33 +00:00
morse%netscape.com
d49965c036
remove image blocking
2000-04-13 05:16:10 +00:00
ducarroz%netscape.com
fa587f9aa6
Add xpfe/components/autocomplete to the build. R=alecf.
2000-04-13 04:49:50 +00:00
ducarroz%netscape.com
4a421da362
Add CSS binding for new XBL autocomplete widget. R=alecf.
2000-04-13 04:49:28 +00:00
ducarroz%netscape.com
ee08d13485
Fix makefile error. R=alecf
2000-04-13 04:49:23 +00:00
brade%netscape.com
1b457e7493
use platform-specific keybindings for previous/next word (with and without extending selection)
2000-04-12 13:08:51 +00:00
brade%netscape.com
95712fbab2
move windows-specific keybindings out of general editor file and into window-specific file
2000-04-12 13:07:44 +00:00
rjc%netscape.com
a2e45ee846
Small search changes.
2000-04-12 08:07:10 +00:00
sspitzer%netscape.com
4ebad65365
I need to name this node, so I can overlay the ab synch pref panel.
2000-04-12 07:58:25 +00:00
rjc%netscape.com
074fabe128
Add support for importing/exporting bookmarks.
2000-04-12 03:09:04 +00:00
hyatt%netscape.com
0ce02d0be0
Cuddling mailnews and giving it some of my sweet sweet love.
2000-04-12 00:25:05 +00:00
evaughan%netscape.com
f03ff8d62c
Grid fixes.
...
Memory leak fixes.
box cleanup.
-a ftang
2000-04-11 23:55:15 +00:00
tbogard%aol.net
18b1f2c494
Close now simply calls destroy. nsWebShellWindow now has a subclass for Destroy which does everything that Close use to do. Removed all the implementation of nsIWebShellContainer methods that went away.
2000-04-11 23:52:50 +00:00
tbogard%aol.net
1fc4af093b
nsChromeTreeOwner is now a nsIWebProgressListener for a load.
2000-04-11 23:50:14 +00:00
putterman%netscape.com
ad63066e1a
Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer.
2000-04-11 20:19:32 +00:00
ducarroz%netscape.com
d2fc913cd4
More work on autocomplete. NOT YET PART OF THE BUILD
2000-04-11 06:05:28 +00:00
ducarroz%netscape.com
372e1a61e0
First Checked In.
2000-04-11 06:04:29 +00:00
ducarroz%netscape.com
62742b5917
Fix make file build error. NOT YET PART OF THE BUILD
2000-04-11 00:14:43 +00:00
ducarroz%netscape.com
7f86a82fe3
First Checked In.
2000-04-11 00:00:38 +00:00
pavlov%netscape.com
8c7e1ff515
fix for 34651 r=sfraser a=leaf
2000-04-10 22:08:19 +00:00
law%netscape.com
95ae0d5e57
Fix for bug 32664; change url and menu text for some QA menu items; a=leaf
2000-04-09 01:55:04 +00:00
hyatt%netscape.com
e1122c2d8c
Backing out some global changes that cause sidebar horkage.
2000-04-07 18:38:04 +00:00
hyatt%netscape.com
a0e7620837
Fix double sidebar problem. Still don't understand why these rules would be required.
...
r=don
2000-04-07 18:29:21 +00:00
hyatt%netscape.com
ec3dde208d
Fixing the XBL event handler bug and the menu accelerator bug (plus getting menus
...
looking normal again). r=brendan, ben a=leaf
2000-04-06 22:33:41 +00:00
pavlov%netscape.com
9104f7a01d
fix for colorpicker not working r=ben a=leaf
2000-04-06 06:49:10 +00:00
mccabe%netscape.com
d1f26b6c42
Fix console by updating component request from unused 'consoleservice' to 'mozilla.consoleservice.1'. Oversight!
2000-04-06 02:08:18 +00:00
rjc%netscape.com
156f926ff9
Fix bug # 34557: choosing a new search category needs to update the list of engines. Review: waterson Approval: leaf
2000-04-05 23:16:22 +00:00
cls%seawood.org
3c1876ab59
Minor changes to incoporate OS/2 into our build system. Bug #34106
...
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
morse%netscape.com
f5ae297131
fix bug 34499 don't display Block-Image if image is already blocked
2000-04-05 05:05:09 +00:00
rjc%netscape.com
87a011d982
Fix bug # 29871: allow string substution with shortcut URLs.
2000-04-05 04:06:40 +00:00
rjc%netscape.com
03c1bdd55b
Fix bug # 34125: bookmarks drag&drop edge-case fix.
2000-04-05 02:56:44 +00:00
sfraser%netscape.com
ec81a40013
Work in progress for Cut/copy/paste on context menu. r=ben
2000-04-05 02:37:06 +00:00
sfraser%netscape.com
b96cbaf68f
Give the Find and Find Again menu items a shortcut key, and tidy up the Search menu. r=ben
2000-04-05 02:36:29 +00:00
sfraser%netscape.com
3af0830a48
Give the Find and Find Again menu items a shortcut key, and add Cut/Copy/Paste strings for the context menu. r=ben
2000-04-05 02:35:57 +00:00
sfraser%netscape.com
cf6df5ee11
Add a Redo menu item, for future use. r=ben
2000-04-05 02:35:15 +00:00
sfraser%netscape.com
8ba6e59d67
Fix for bug 29811 -- srGetStrBundle error on Mac. r=ben
2000-04-05 02:34:25 +00:00
sfraser%netscape.com
d662366533
Fix for bug 29807; JS error from hidden window on Mac. r=ben
2000-04-05 02:33:03 +00:00
sfraser%netscape.com
734fd0dcc7
Fix the Open button in the dialog to be enabled after a Choose file, and on paste. r=ben
2000-04-05 02:31:19 +00:00
danm%netscape.com
f5462d5481
when constraining z-level, make changes if "immediate" flag is set
2000-04-05 02:30:59 +00:00
sfraser%netscape.com
b2e9fe069c
Make the prefs dialog position persist. r=ben
2000-04-05 02:29:30 +00:00
sfraser%netscape.com
e5a89783b7
Convert the Find dialog to use new XUL widgets. r=ben.
2000-04-05 01:43:15 +00:00
morse%netscape.com
810439364d
undo partial fix for bug 26020
2000-04-05 00:30:40 +00:00
davidm%netscape.com
d20b65f04c
34454 ftp thread destroying nsIPrompt on the wrong thread
made nsWebShellWindow addref/release thread safe
2000-04-05 00:11:56 +00:00
hyatt%netscape.com
63c490cec5
Eliminating nsIFocusableContent
2000-04-04 23:54:06 +00:00
pavlov%netscape.com
ad8f59cb37
Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog
2000-04-04 23:50:41 +00:00
rjc%netscape.com
9d522902e4
Add support for adding a search engine via public sidebar JavaScript method (with appropriate user acceptance).
2000-04-04 04:55:58 +00:00
rjc%netscape.com
6c366ca7c7
Fix a couple of signed/unsigned warnings.
2000-04-04 04:52:33 +00:00
cls%seawood.org
57978e5c23
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
rjc%netscape.com
cdfe2d7d70
Expose support for adding a search engine via JavaScript (with appropriate user acceptance).
2000-04-04 04:42:50 +00:00
pavlov%netscape.com
368596de6b
fix bug with not handling null parents correctly
2000-04-04 00:29:47 +00:00
tbogard%aol.net
938b79e35c
Changed nsSHEntry to be more XPCOM friendly.. Uses nsCOMPtr, the new interface map etc.
2000-04-03 23:02:55 +00:00
sfraser%netscape.com
4512a0765d
Fix for 34362 -- make opening local files work again, by returning a URL, rather than a native path. r=pavlov, a=leaf.
2000-04-03 22:19:16 +00:00
dougt%netscape.com
0203056a29
Fix for 34295. We are basically removing the classes from the titled buttons that
...
were not defined. This makes this dialog use the standard button ui, which IMO looks
good. r=valeski@netscape.com , a=leaf.
2000-04-03 20:19:57 +00:00
sfraser%netscape.com
a4e2330c8c
Fix a syntax error (simple missing brace). r=syd, a=leaf
2000-04-03 19:50:15 +00:00
rjc%netscape.com
649e910e55
Reduce amount of string allocations/copies when doing a search.
2000-04-03 09:02:16 +00:00
rjc%netscape.com
30f12a7c0a
Fix fragment name on Macintosh.
2000-04-03 07:27:34 +00:00
rjc%netscape.com
d1c93a66db
Skinnability: use <xul:menulist> instead of <html:select>. Convert pluses to spaces before calling unescape().
2000-04-03 04:23:38 +00:00
tbogard%aol.net
a436e77cae
Changed the nsISHEntry interface to deal with layoutStateHistory in terms of a types nsILayoutHistoryState rather than just an nsISupports. Also changed the implementation to hold on to it with an nsCOMPtr rather than a raw pointer.
2000-04-03 01:21:06 +00:00
colin%theblakes.com
b445230127
Add MOZ_TIMER_LIBS to resolve NS_NewTimer. r=cls
2000-04-02 23:35:56 +00:00
colin%theblakes.com
f145c5bbdf
Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls
2000-04-02 23:34:34 +00:00
erik%netscape.com
319380c5f3
trying to fix build bustage with Enlarge/Reduce Text Size keys
2000-04-02 23:08:49 +00:00
erik%netscape.com
f84e783851
bug 30022; added SetTextZoom and some UI stuff for that
2000-04-02 21:58:08 +00:00
tbogard%aol.net
ccb7b3e336
Changed the session history to not rely on the webShell to capture the state. It can call through to presShell on it's own.
2000-04-02 00:22:32 +00:00
danm%netscape.com
fdc29f54bb
sync with nsWebShellWindow.h 1.291
2000-04-01 22:15:07 +00:00
danm%netscape.com
c147bfb793
adding events to constrain z-level
2000-04-01 22:13:46 +00:00
danm%netscape.com
c67d91f31f
now additionally keeps track of windows in z-order
2000-04-01 22:07:41 +00:00
danm%netscape.com
ebf40913da
add z-ordering attribute
2000-04-01 22:03:28 +00:00
rjc%netscape.com
c08fcbd6d8
Small sorting changes on search results.
2000-04-01 10:23:31 +00:00
sspitzer%netscape.com
d63498c8d7
ignore generated makefiles.
2000-04-01 10:08:39 +00:00
sspitzer%netscape.com
9691b2d94a
fix for #34182 . r=cls
2000-04-01 10:04:45 +00:00
rjc%netscape.com
725b1b66e9
Get hard-coded beta1 search URLs out of the tip.
2000-04-01 09:37:27 +00:00
rjc%netscape.com
a1098aad8f
Small text change.
2000-04-01 09:00:41 +00:00
rjc%netscape.com
eddcdc9e7c
Internally, force all "shortcuts" to be lowercase (due to RDF APIs being case-significant). When looking for a shortcut match, first lowercase it, then look through graph... this allows for a case-insignificant match.
2000-04-01 08:48:29 +00:00
rjc%netscape.com
2e5b007759
Make bookmark property dialog skinnable.
2000-04-01 08:46:14 +00:00
rjc%netscape.com
6f38125082
Add new bm-props.css file into builds.
2000-04-01 08:45:10 +00:00
rjc%netscape.com
2940bc0926
Add new bookmark property window CSS.
2000-04-01 08:44:31 +00:00
morse%netscape.com
a28e418cb1
minor wording change
2000-04-01 08:00:51 +00:00
tbogard%aol.net
6a8b242fdb
nsIWebShell now has a new method for this last remaining piece of code that needs to call the loadurl. Converted the load to use that call.
2000-04-01 00:29:28 +00:00
cmanske%netscape.com
6896b0624e
Improved pavlov's changes to open location dialog. r=pavlov
2000-04-01 00:16:39 +00:00
morse%netscape.com
91e74bd9cd
add log-out ability to password manager
2000-03-31 15:41:04 +00:00
brade%netscape.com
bbcc3d49b1
add strings for localization of Edit Frame and Edit Frameset
2000-03-31 15:16:47 +00:00
cls%seawood.org
19382e559b
Another DLL_SUFFIX change hidden by not clobbering.
2000-03-31 12:05:29 +00:00
mccabe%netscape.com
1b406032ce
Point to the JS Console page from the UI; from tasksOverlay, for now.
...
Tweak js console javascript, with many added notes
add 'categories I know about so far' to nsIScriptError.idl, as some attempt at documentation.
2000-03-31 10:51:13 +00:00
pavlov%netscape.com
382e9e071f
quiet down the unix filepicker
2000-03-31 10:37:12 +00:00
pavlov%netscape.com
825e5b1127
use nsIFilePicker instead of nsIFileSpecWithUI
2000-03-31 10:27:17 +00:00
tbogard%aol.net
8ee0467cc0
Changed nsPIDOMWindow::GetXPConnectObject to GetObjectProperty and the same change to Set.
2000-03-31 09:26:02 +00:00
evaughan%netscape.com
4891539d50
box skinnablility changes.
...
-r Hyatt
2000-03-31 07:02:06 +00:00
mccabe%netscape.com
8a8a2155c9
Fix solaris bustage -
...
Add (nsISupports *) cast to nsSupportsArray::RemoveElement call, to remove overloading ambiguity detected on Solaris
2000-03-31 06:29:34 +00:00
mccabe%netscape.com
32ffaeca59
Add JS Console components to the unix and windows build systems.
2000-03-31 04:20:00 +00:00
pavlov%netscape.com
3147da3bb5
few more changes
2000-03-31 04:19:59 +00:00
mccabe%netscape.com
a909f3ffeb
Rename progids to foo.bar.1 format; change console.js to take advantage of nsIScriptError messages when it gets them.
2000-03-31 04:17:54 +00:00
pavlov%netscape.com
5d77107339
few minor changes here and there
2000-03-31 04:01:02 +00:00
pavlov%netscape.com
a66c3f2998
use nsIFilePicker instead of nsIFileSpecWithUI
2000-03-31 03:55:41 +00:00
tbogard%aol.net
3d5fa0a660
Changed the nsIXULBrowserWindow to distinguish between JS status and it's own status. Fixed bugs where pages that set the window.status wouldn't actually end up showing up correctly. Now status has a priority scheme where different status versus links etc take priority. Use the new interfaces on nsPIDOMWindow to get to the properties hanging off the js window object instead of the old separate list.
2000-03-31 03:36:26 +00:00
beard%netscape.com
79d6c9d6df
initial check-in.
2000-03-31 02:03:19 +00:00
mccabe%netscape.com
bfd7d3e4d5
Not part of the build. IDL manifest for soon-to-be-landed mac project for js console.
2000-03-31 01:59:50 +00:00
rjc%netscape.com
a2dc8e53b6
Need to link search service against timers (on Windows).
2000-03-31 01:08:18 +00:00
rjc%netscape.com
49b905931a
Preparation for update/updateCheckDays support. Also, when creating a nsIChannel to get the HTML, set the VALIDATE_NEVER option so that, if data is in the cache, we'll just use it, don't bother checking the server.
2000-03-31 01:01:32 +00:00
rjc%netscape.com
66a5ecddf0
When using bookmark timers, set channel load attributes to always validate.
2000-03-31 00:58:02 +00:00
rjc%netscape.com
e920ad64cb
Small bookmark timer fix (I believe this was broken a while ago when repeating timers were implemented.)
2000-03-31 00:26:15 +00:00
ben%netscape.com
3adfb32d67
open location tweaks
2000-03-30 12:00:43 +00:00
mccabe%netscape.com
521e977623
Switch from nsIScriptErrorLogger approach - having the Console Service support multiple factory interfaces for different kinds of console methods - to having a separate script error class. Per discussion with jband.
...
Add a few #ifndef __nsidefineforthisfile__ guards to .h files.
2000-03-30 09:40:11 +00:00
ben%netscape.com
a7c0fcbf34
some new widget styles, XBL API conversion for XUL widgets, remove evil style rules to regain menu performance
2000-03-30 07:53:42 +00:00
ben%netscape.com
3ae2bad890
updated test page for new widget styles
2000-03-30 07:52:15 +00:00
ben%netscape.com
cd583eb879
removing invalid binding link to avoid crash
2000-03-30 03:19:08 +00:00
rjc%netscape.com
3199e32b59
Fix bug # 33546: drag&drop positioning.
2000-03-30 01:47:29 +00:00
saari%netscape.com
71f461645d
Fixing MacOS native menu leak
2000-03-30 01:47:20 +00:00
gayatrib%netscape.com
ddd9673274
Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz
2000-03-30 01:35:15 +00:00
rjc%netscape.com
d199659215
Small tweak for GetFolderViaHint()
2000-03-30 00:26:30 +00:00
mccabe%netscape.com
13ed5e9125
Not currently built!
...
Add nsScriptError, and make nsConsoleService implement nsIScriptErrorLogger for logging script errors. I do it this way to leave open the possibility of e.g. an nsIXMLErrorLogger interface later on.
2000-03-29 23:47:28 +00:00
ben%netscape.com
92c355e7af
fix typo
2000-03-29 23:42:39 +00:00
ben%netscape.com
1d154476f5
fixing kbd navigation problem in menus (accidentally checked in a little too much last night ;)
2000-03-29 23:39:51 +00:00
pinkerton%netscape.com
6cf9cfb692
allowing drag feedback on sorted trees.
2000-03-29 23:21:01 +00:00
rjc%netscape.com
a747812010
Add support for "Set as New Internet Search Folder" context menu command... which means, you can set a bookmark folder to use when bookmarking search queries.
2000-03-29 09:25:33 +00:00
rjc%netscape.com
a64976a213
Strip out any bogus CRs or LFs from HREFs. (Yes, some silly search engines do this... we won't mention names, to protect the guilty.)
2000-03-29 08:24:28 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
ben%netscape.com
78a2bc728d
changes to accomodate global.css change
2000-03-29 03:25:58 +00:00
ben%netscape.com
a76253ad07
widget test page
2000-03-29 03:22:07 +00:00
ben%netscape.com
4729df9489
new widget styles
2000-03-29 03:21:13 +00:00
rjc%netscape.com
36e41d9f07
Fix bug # 33678: require a valid URL when adding a new URL. Also, ensure that IsBookmarked() works for all URIs (not just bookmarks, but folders too) so that when looking for a folder by type, we can use IsBookmarked() to verify that the folder actually exists in the bookmarks hierarchy chain.
2000-03-29 02:58:45 +00:00
pavlov%netscape.com
7da4567d47
file picker changes
2000-03-29 01:42:45 +00:00
rjc%netscape.com
15c5a26fbd
Fix bug # 33664: UMR in bookmarks.
2000-03-29 01:41:45 +00:00
shaver%mozilla.org
b0c2810d8b
fix leak of nsAppShellService ( #29907 , r=warren)
2000-03-29 01:21:23 +00:00
morse%netscape.com
349fe8555a
fix bug 33545, button too wide + typo on button
2000-03-28 22:54:11 +00:00
dougt%netscape.com
02e277fe61
making bool of AlertCheck be a inout param. this was suggested by morse@netscape.com
2000-03-28 11:37:12 +00:00
tbogard%aol.net
977f5cc092
FindNamedBrowser is now FindNamedBrowserItem and deals with nsIDocShellTreeItems instead of nsIWebBrowser.
2000-03-28 09:54:25 +00:00
sspitzer%netscape.com
2ca48b7d76
fix from dunna001@bama.ua.edu for bug #33555 . r=sspitzer
...
check all the args for -h and -v, and handle them immediately.
2000-03-28 08:20:38 +00:00
rjc%netscape.com
46891eefc9
Bug # 26334: Small fixes for search datasets.
2000-03-28 04:16:43 +00:00
norris%netscape.com
b1bac05243
Fix bug 7264 All JavaScript running with correct principals
...
r=mstoltz
2000-03-28 03:59:46 +00:00
rjc%netscape.com
e462258c1b
Small fix for "skipLocalFlag" usage, and ignore case of "category"/"result" strings when checking for them.
2000-03-28 03:49:20 +00:00
mccabe%netscape.com
3ef0f08740
NOT BUILT YET -
...
Make getMessageArray return an empty array (rather than null) when there are no mmessages, and change console.js to expect this (but check against null anyway.)
2000-03-28 03:21:45 +00:00
danm%netscape.com
434a6c482c
reenabling disabling of modal window's parent, inexplicably removed in rev 1.21. bugs 30633, 33129
2000-03-28 00:53:43 +00:00
tbogard%aol.net
7684abde79
nsISHEntry's attribute uri became URI to become more consistent with other places it exists.
2000-03-28 00:48:02 +00:00
tbogard%aol.net
d30f3e9e56
Added the concept of a replaceable entry. This is an entry which when a new item is added will get overwritten rather than adding the entry to the end of the list.
2000-03-28 00:19:05 +00:00
jband%netscape.com
1f718342a1
Win32 only makefile changes to get mccabe's JS console code to compile. Not yet part of the build
2000-03-27 22:24:33 +00:00
scc%netscape.com
0f827ac25f
small changes to clients of string converting APIs
2000-03-27 01:11:01 +00:00
morse%netscape.com
ede536e900
clean up wording on wallet functions
2000-03-27 00:02:53 +00:00
morse%netscape.com
a7ccc8583f
remove a temporary statement
2000-03-26 23:56:59 +00:00
morse%netscape.com
051a634b0e
Create image-manager and form-manager submenus
2000-03-26 21:34:49 +00:00
morse%netscape.com
356cc8adfd
Create image-manager and form-menu submenus
2000-03-26 21:33:05 +00:00
morse%netscape.com
8b2363856b
Implemented ability to start up cookie viewer in the image tab
2000-03-26 21:18:15 +00:00
scc%netscape.com
1381293dea
small changes to clients of string converting APIs
2000-03-26 12:05:32 +00:00
scc%netscape.com
b3197adb8c
small changes to clients of string converting APIs
2000-03-26 11:48:10 +00:00
rjc%netscape.com
9b5e0ff28b
Add support for "Dates" as per search spec.
2000-03-26 08:51:34 +00:00
rjc%netscape.com
b9abf52244
Fix simple signed/unsigned comparison warning.
2000-03-26 06:38:46 +00:00
rjc%netscape.com
55d26ad38c
Fix simple signed/unsigned comparison warning.
2000-03-26 06:29:44 +00:00
rjc%netscape.com
1518baf199
Check for any existing search filters before enabling "Clear Filter" command.
2000-03-26 06:11:52 +00:00
rjc%netscape.com
dc5a62614d
Remove errant <rule>
2000-03-26 05:47:18 +00:00
rjc%netscape.com
9a016e6bda
Add support for multiple <interpret> tags, and new icons for "category" and "result" node types.
2000-03-26 05:33:07 +00:00
rjc%netscape.com
7c9af85e8b
New search images.
2000-03-26 05:30:56 +00:00
sford3%swbell.net
a24f970f73
Fixing 32550, renaming Ok to Save in the sidebar
2000-03-26 01:00:48 +00:00
rjc%netscape.com
185bb63100
Use .get() when comparing native ptr and nsCOMPtr.
2000-03-25 09:52:48 +00:00
rjc%netscape.com
9a35bb1f85
Add support for "Set New Bookmark Folder" and "Set Personal Toolbar Folder" context menu commands.
2000-03-25 09:25:18 +00:00
dp%netscape.com
1b4f1c76e6
Removing using prefs to control xpcom logging.
2000-03-25 08:28:13 +00:00
mccabe%netscape.com
d511ab7c98
Initial add of files to support a JavaScript console.
...
r=jband, r=ben
(though I've changed things slightly since they saw it.)
2000-03-25 04:23:31 +00:00
mjudge%netscape.com
8dbff951d3
r=saari stop scrollbars from being selected
2000-03-25 01:12:51 +00:00
law%netscape.com
c806eec3a6
Fix for bug 33114; r=none, but that's OK since I'm just fixing code that wan't reviewed when it was checked in
2000-03-25 01:03:25 +00:00
putterman%netscape.com
0e02a4a509
fix bustage.
2000-03-24 23:30:41 +00:00
pavlov%netscape.com
59f09ce278
few more changes to the way we handle saving
2000-03-24 22:40:13 +00:00
norris%netscape.com
c7afcfb732
Fix
...
32088 Circumventing Same Origin security policy using javascript: URLs
32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
jim_nance%yahoo.com
5723bcda31
Fix bug 33019. Compiler warnings.
...
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
pavlov%netscape.com
993a4a643c
update new unix filepicker stuff
2000-03-24 21:55:04 +00:00
sspitzer%netscape.com
a3ac4fb5b2
implement find / find again for mailnews. clean up the browser's find / find again code to use
...
do_GetService and nsCOMPtrs. bug #10894 . r=mscott.
2000-03-24 05:44:32 +00:00
mscott%netscape.com
5bde5ac04e
Bug #28776 , 28569 --> support weak references
...
r=sspitzer
2000-03-24 05:44:10 +00:00