waterson%netscape.com
a06a8ee723
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
mccabe%netscape.com
5e9efe740c
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
e0f7ca3602
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
b7cbbcab57
Fix Makefile to work with srcdir.
...
Patch courtesy Colin Blake <colin@theblakes.com>
2000-04-13 07:00:33 +00:00
morse%netscape.com
6b0428948f
remove image blocking
2000-04-13 05:16:10 +00:00
ducarroz%netscape.com
aa9c0b8b9c
Add xpfe/components/autocomplete to the build. R=alecf.
2000-04-13 04:49:50 +00:00
ducarroz%netscape.com
da3a4e2064
Fix makefile error. R=alecf
2000-04-13 04:49:23 +00:00
rjc%netscape.com
72993c1b62
Small search changes.
2000-04-12 08:07:10 +00:00
sspitzer%netscape.com
2ba0913689
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
dbab71154c
Add support for importing/exporting bookmarks.
2000-04-12 03:09:04 +00:00
hyatt%netscape.com
2b53d72d4e
Cuddling mailnews and giving it some of my sweet sweet love.
2000-04-12 00:25:05 +00:00
putterman%netscape.com
8cbb6c9e43
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
5b85eb600c
More work on autocomplete. NOT YET PART OF THE BUILD
2000-04-11 06:05:28 +00:00
ducarroz%netscape.com
3078defc63
First Checked In.
2000-04-11 06:04:29 +00:00
ducarroz%netscape.com
6bf0714ade
Fix make file build error. NOT YET PART OF THE BUILD
2000-04-11 00:14:43 +00:00
ducarroz%netscape.com
b7c1ff7669
First Checked In.
2000-04-11 00:00:38 +00:00
hyatt%netscape.com
5a7d052e32
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
710c01ed6a
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
mccabe%netscape.com
1d9c2ddad4
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
2726faffee
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
adef1ac6f6
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
rjc%netscape.com
042db95908
Fix bug # 34125: bookmarks drag&drop edge-case fix.
2000-04-05 02:56:44 +00:00
sfraser%netscape.com
ffe8e9f0db
Make the prefs dialog position persist. r=ben
2000-04-05 02:29:30 +00:00
sfraser%netscape.com
d48d445b61
Convert the Find dialog to use new XUL widgets. r=ben.
2000-04-05 01:43:15 +00:00
morse%netscape.com
bf7c703c8c
undo partial fix for bug 26020
2000-04-05 00:30:40 +00:00
pavlov%netscape.com
8242fd6791
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
9c97a6db13
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
92e44d39e8
Fix a couple of signed/unsigned warnings.
2000-04-04 04:52:33 +00:00
cls%seawood.org
f6740baa20
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
379258deea
Expose support for adding a search engine via JavaScript (with appropriate user acceptance).
2000-04-04 04:42:50 +00:00
pavlov%netscape.com
b58d97eecb
fix bug with not handling null parents correctly
2000-04-04 00:29:47 +00:00
tbogard%aol.net
b5b4ebf8b2
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
2501a6efd1
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
839bb23502
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
6e4d66805d
Fix a syntax error (simple missing brace). r=syd, a=leaf
2000-04-03 19:50:15 +00:00
rjc%netscape.com
bce0926e19
Reduce amount of string allocations/copies when doing a search.
2000-04-03 09:02:16 +00:00
rjc%netscape.com
aac3b9963d
Fix fragment name on Macintosh.
2000-04-03 07:27:34 +00:00
rjc%netscape.com
553472a1f1
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
3ddf9d2462
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
123ed06b15
Add MOZ_TIMER_LIBS to resolve NS_NewTimer. r=cls
2000-04-02 23:35:56 +00:00
colin%theblakes.com
dfa6f20d42
Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls
2000-04-02 23:34:34 +00:00
rjc%netscape.com
f621262cee
Small sorting changes on search results.
2000-04-01 10:23:31 +00:00
sspitzer%netscape.com
59d90cbfe1
ignore generated makefiles.
2000-04-01 10:08:39 +00:00
sspitzer%netscape.com
70fc950a4c
fix for #34182 . r=cls
2000-04-01 10:04:45 +00:00
rjc%netscape.com
a3deed1119
Small text change.
2000-04-01 09:00:41 +00:00
rjc%netscape.com
f631ab9ad5
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
69568fa841
Make bookmark property dialog skinnable.
2000-04-01 08:46:14 +00:00
rjc%netscape.com
83f6eb3ae0
Add new bm-props.css file into builds.
2000-04-01 08:45:10 +00:00
rjc%netscape.com
48de7536ed
Add new bookmark property window CSS.
2000-04-01 08:44:31 +00:00
morse%netscape.com
1c6d2cd73b
minor wording change
2000-04-01 08:00:51 +00:00