mccabe%netscape.com
817398ee13
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
c53ec6b0f5
quiet down the unix filepicker
2000-03-31 10:37:12 +00:00
pavlov%netscape.com
9680451c22
use nsIFilePicker instead of nsIFileSpecWithUI
2000-03-31 10:27:17 +00:00
evaughan%netscape.com
53b00e50f0
box skinnablility changes.
...
-r Hyatt
2000-03-31 07:02:06 +00:00
mccabe%netscape.com
c1e471397e
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
bf04656f15
Add JS Console components to the unix and windows build systems.
2000-03-31 04:20:00 +00:00
pavlov%netscape.com
17e64c00b9
few more changes
2000-03-31 04:19:59 +00:00
mccabe%netscape.com
426dbb7c2d
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
f22eeade2f
few minor changes here and there
2000-03-31 04:01:02 +00:00
beard%netscape.com
f92ff9b577
initial check-in.
2000-03-31 02:03:19 +00:00
mccabe%netscape.com
eb4fc6f062
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
2c8f992926
Need to link search service against timers (on Windows).
2000-03-31 01:08:18 +00:00
rjc%netscape.com
ea113f728b
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
93ef5ab6ac
When using bookmark timers, set channel load attributes to always validate.
2000-03-31 00:58:02 +00:00
rjc%netscape.com
93ee08c087
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
mccabe%netscape.com
c34165e864
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
rjc%netscape.com
b6bb2419b3
Fix bug # 33546: drag&drop positioning.
2000-03-30 01:47:29 +00:00
rjc%netscape.com
2c2f0af3b8
Small tweak for GetFolderViaHint()
2000-03-30 00:26:30 +00:00
mccabe%netscape.com
2027a0896e
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
pinkerton%netscape.com
c52e4075ed
allowing drag feedback on sorted trees.
2000-03-29 23:21:01 +00:00
rjc%netscape.com
cc3d7ada7d
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
95da0e12ac
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
727f312b32
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
1ba1d8b0bd
changes to accomodate global.css change
2000-03-29 03:25:58 +00:00
rjc%netscape.com
aba89cc16a
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
b2d5ba2266
file picker changes
2000-03-29 01:42:45 +00:00
rjc%netscape.com
c246bddd81
Fix bug # 33664: UMR in bookmarks.
2000-03-29 01:41:45 +00:00
morse%netscape.com
6d21c3707c
fix bug 33545, button too wide + typo on button
2000-03-28 22:54:11 +00:00
rjc%netscape.com
0fda1b264a
Bug # 26334: Small fixes for search datasets.
2000-03-28 04:16:43 +00:00
rjc%netscape.com
96737f2db8
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
e0cf7cf10b
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
tbogard%aol.net
912fd1e6a3
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
b5fb426956
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
b40c2bc8fb
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
311b9df6bb
small changes to clients of string converting APIs
2000-03-27 01:11:01 +00:00
morse%netscape.com
ccf30a55a8
clean up wording on wallet functions
2000-03-27 00:02:53 +00:00
morse%netscape.com
bfedf79244
remove a temporary statement
2000-03-26 23:56:59 +00:00
morse%netscape.com
1bfd0227f7
Implemented ability to start up cookie viewer in the image tab
2000-03-26 21:18:15 +00:00
scc%netscape.com
13fb3320b6
small changes to clients of string converting APIs
2000-03-26 11:48:10 +00:00
rjc%netscape.com
7b3f7b5762
Add support for "Dates" as per search spec.
2000-03-26 08:51:34 +00:00
rjc%netscape.com
ba0c5e30ce
Fix simple signed/unsigned comparison warning.
2000-03-26 06:38:46 +00:00
rjc%netscape.com
75f2b682ba
Fix simple signed/unsigned comparison warning.
2000-03-26 06:29:44 +00:00
rjc%netscape.com
cb136446bf
Check for any existing search filters before enabling "Clear Filter" command.
2000-03-26 06:11:52 +00:00
rjc%netscape.com
05aa40e0c7
Remove errant <rule>
2000-03-26 05:47:18 +00:00
rjc%netscape.com
1ebef793ad
Add "category" and "result" icons into Unix builds.
2000-03-26 05:41:10 +00:00
rjc%netscape.com
fba19ec199
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
263c1ece76
New search images.
2000-03-26 05:30:56 +00:00
sford3%swbell.net
aa651546d8
Fixing 32550, renaming Ok to Save in the sidebar
2000-03-26 01:00:48 +00:00
rjc%netscape.com
0bc764f684
Use .get() when comparing native ptr and nsCOMPtr.
2000-03-25 09:52:48 +00:00
rjc%netscape.com
f28287741e
Add support for "Set New Bookmark Folder" and "Set Personal Toolbar Folder" context menu commands.
2000-03-25 09:25:18 +00:00
mccabe%netscape.com
5e7ffb5975
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
pavlov%netscape.com
3564a1b105
few more changes to the way we handle saving
2000-03-24 22:40:13 +00:00
pavlov%netscape.com
ff0472af3f
update new unix filepicker stuff
2000-03-24 21:55:04 +00:00
mscott%netscape.com
7669ce4e7a
Bug #28776 , 28569 --> support weak references
...
r=sspitzer
2000-03-24 05:44:10 +00:00
rjc%netscape.com
c4edbcd78e
Add RDF command separator support.
2000-03-24 02:44:26 +00:00
slamm%netscape.com
6bf45b0d92
Fix typo.
2000-03-24 00:36:12 +00:00
slamm%netscape.com
cfe784e246
Fix typo and build bustage.
2000-03-24 00:35:28 +00:00
slamm%netscape.com
859f247576
Unused. Used generic dialogs instead.
2000-03-24 00:21:07 +00:00
matt%netscape.com
d3e8352844
adding for bug 26076
2000-03-24 00:09:47 +00:00
slamm%netscape.com
df578b759e
Fix Mac bustage
2000-03-24 00:06:33 +00:00
slamm%netscape.com
df5b15869c
Fix 23606, 'Sidebar shows incorrect cursor.' Use a box instead of a splitter when the sidebar is the only thing there (e.g. no mail folders).
2000-03-23 23:57:55 +00:00
slamm%netscape.com
f418baf932
Makefile did nothing. Remove it.
2000-03-23 23:30:15 +00:00
slamm%netscape.com
4e45ad6139
Use one iframe per panel/tab instead of a shared iframe. Sandbox non-chrome urls.
2000-03-23 23:30:09 +00:00
slamm%netscape.com
baf5fe1c7e
hidden == display:none and collaptes == visibility:collapsed
2000-03-23 23:30:06 +00:00
slamm%netscape.com
080036833b
Leave 'Ok' button enabled all the time. Only save the panels if something has changed. Use customize-panel.xul again.
2000-03-23 23:30:00 +00:00
slamm%netscape.com
058033bbf7
Resurrect this to make simple chromeless window.
2000-03-23 23:29:52 +00:00
slamm%netscape.com
7c5361a7d0
Alerts are dead.
2000-03-23 23:29:50 +00:00
slamm%netscape.com
fc825531ae
Remove remote-panels.rdf (comes from Netcenter).
2000-03-23 23:29:45 +00:00
slamm%netscape.com
0376d3f7af
Remove remote-panels.rdf (comes from Netcenter). Rename sidebar-rdf.dtd to local-panels.dtd. Screw with the whitespace.
2000-03-23 23:29:35 +00:00
slamm%netscape.com
cd59d0299e
Rename sidebar-rdf.dtd to local-panels.dtd
2000-03-23 23:29:00 +00:00
morse%netscape.com
0336def539
keep two copies of CookieViewer.dtd in synch until bug 26020 is fixed properly
2000-03-23 22:11:29 +00:00
morse%netscape.com
5747386db9
keep two copies of CookieViewer.js in synch until bug 26020 is fixed properly
2000-03-23 22:10:41 +00:00
morse%netscape.com
694a5bb616
keep two copies of SignonViewer.xul in synch until bug 26020 is fixed properly
2000-03-23 22:09:21 +00:00
rjc%netscape.com
0de63974a4
Fix bug # 30152: showing/hiding bookmark columns. CSS fix from aaronr@us.ibm.com.
2000-03-23 10:55:04 +00:00
rjc%netscape.com
b396387653
Use GetValueConst() in a couple of places.
2000-03-23 10:33:55 +00:00
rjc%netscape.com
502eb2b1f5
When using various bookmark commands, now prompt for arguments. Prevent invalid arguments (for example, disallow deletion of the "Personal Toolbar Folder").
2000-03-23 10:33:03 +00:00
pavlov%netscape.com
66b29ab1dd
add some windows makefiles so that we export filepicker.property
2000-03-23 08:10:46 +00:00
pavlov%netscape.com
ca6df020e4
change create to init
2000-03-23 07:52:28 +00:00
pavlov%netscape.com
77b47ac0e9
add properties file, update js, etc.
2000-03-23 07:40:49 +00:00
rjc%netscape.com
d444178676
Check for correct mouse buttons.
2000-03-23 02:35:54 +00:00
rjc%netscape.com
33939dc387
Disallow generic browser context menus for the search results area. (Note: Search-specific context menus ARE available when context-clicking on results.)
2000-03-23 02:25:25 +00:00
rjc%netscape.com
a639194363
Activate context menus for search results in content area of browser. Consolidate common JS into "shared.js".
2000-03-23 00:55:41 +00:00
rjc%netscape.com
065a8de928
<text> is now <textnode> due to Hyatt's change.
2000-03-22 22:48:23 +00:00
mcafee%netscape.com
3dfc17d3d0
Fixing english typo in timebomb blurb. r=akkana
2000-03-22 22:06:20 +00:00
matt%netscape.com
9c3242b1d5
changing java pref string to the one in 4.7 and fixing cache opening code
2000-03-22 21:51:37 +00:00
morse%netscape.com
b3c6c2dd07
fix bug 32502, put change-master-password into pref panel
2000-03-22 21:01:56 +00:00
pavlov%netscape.com
d3b987b848
build filepicker stuff on unix
2000-03-22 10:32:24 +00:00
rjc%netscape.com
41e4c23c7a
Rest of fix for bug # 32681: also support html for clipboard encoding.
2000-03-22 09:33:35 +00:00
pavlov%netscape.com
a6351bc126
use nsILocalFile instead of nsIFile
2000-03-22 09:17:01 +00:00
rjc%netscape.com
64cf196585
Fix bug # 32681: also support text for clipboard encoding.
2000-03-22 09:16:16 +00:00
rjc%netscape.com
56d05b04ab
Fix bug # 17333: use a string bundle. Code from aaronr@us.ibm.com: Review: me
2000-03-22 08:18:02 +00:00
pavlov%netscape.com
523085c1dd
add Makefiles.ins, .cvsignores, update css file to reflect correct paths
2000-03-22 08:13:31 +00:00
pavlov%netscape.com
ce7ae00400
xp file picker
2000-03-22 07:22:06 +00:00
sford3%swbell.net
65b270a637
Fix 27411, r=ben
2000-03-22 06:36:53 +00:00
rjc%netscape.com
692b394a6e
Set transparency on this GIF.
2000-03-22 03:10:00 +00:00
rjc%netscape.com
16593d1a1b
No need to auto-generate the "All items" html:option.
2000-03-22 03:04:04 +00:00
ben%netscape.com
e8c34fc35b
some new images for search
2000-03-22 01:38:27 +00:00
bryner%uiuc.edu
6b73d6a987
Clean up the mousewheel prefs so that the Boxes and Springs are the same
...
for each option in the dropdown box, and the text doesn't jump around when
you change it. r=sspitzer.
2000-03-22 00:38:02 +00:00
law%netscape.com
45d61bbe20
Fix for bug 30901. Set initial content to blanks.
2000-03-21 23:38:16 +00:00
law%netscape.com
81d83f29da
Fix for bug 29216. Add <keyset> so global keyset overlay applies
2000-03-21 23:01:35 +00:00
law%netscape.com
31fef3ad03
Fix for bug 28588. Add <keyset> so global keyset overlay applies
2000-03-21 22:57:20 +00:00
law%netscape.com
d8d5c4e203
Fix for bug 31422. Unescape file name when suggesting saveas file name.
2000-03-21 22:44:08 +00:00
rjc%netscape.com
398c127979
Part of fix for bug # 18604: use [XUL] <checkbox> and ".checked".
2000-03-21 08:30:19 +00:00
dougt%netscape.com
795aed9519
removing manual confirmation check box, bug:16825
2000-03-21 06:11:24 +00:00
sford3%swbell.net
ee9eabd620
Prepatory work for reorganizing wallet
2000-03-20 23:57:42 +00:00
rjc%netscape.com
13546c880b
Fix bug # 32546: MLKs in search service. Found by bruce@cybersight.com.
2000-03-20 22:39:24 +00:00
rjc%netscape.com
fb4b3dcbff
Add CSS for support of #IEFavoritesFolder
2000-03-20 07:57:00 +00:00
rjc%netscape.com
b29e40f9c7
Stronger implementation of isBookmarked() method.
2000-03-20 02:03:17 +00:00
rjc%netscape.com
fb09b64bd1
Fix bug # 28062: now able to again save a search query in bookmarks. Also fix bug # 31208: get full list of categories back. Finally, also fix up some of the search datasets to not use silly redirect urls.
2000-03-20 01:16:19 +00:00
rjc%netscape.com
1b6abd549c
Small shrike experiment to see if can fix static mLoadGroup leak. (I'll be watching shrike until this clears.)
2000-03-19 13:40:10 +00:00
rjc%netscape.com
b62913c8d9
For the moment, back out mLoadGroup leak fix... see if shrike returns to happy green.
2000-03-19 12:06:55 +00:00
rjc%netscape.com
25a642229c
Fix three trivial warnings of shadowed variables.
2000-03-19 11:06:10 +00:00
rjc%netscape.com
4612ecc9db
Don't leak static mLoadGroup.
2000-03-19 10:09:14 +00:00
rjc%netscape.com
73aef2bfd6
Take out "crap". :^)
2000-03-19 09:10:53 +00:00
rjc%netscape.com
d08d7ecc33
Oops, need to do proper comparison for Linux.
2000-03-19 08:56:31 +00:00
rjc%netscape.com
e24b76e4ee
Add support for various ways of filtering search results... (accessable via context menus.)
2000-03-19 08:52:18 +00:00
rjc%netscape.com
889d5308d7
Add "IsBookmarked" method.
2000-03-19 08:50:34 +00:00
andreas.otte%primus-online.de
796d671dd3
fix bug 26003, Files with the percentage (%) sign cannot be viewed via mouse, r=valeski@netscape.com
2000-03-18 11:07:04 +00:00
ben%netscape.com
9043c2381c
make sidebar customize dialog skinnable
2000-03-18 06:17:40 +00:00
ben%netscape.com
15420251ec
another attempt at adding the selected bookmark images
2000-03-18 06:15:22 +00:00
mccabe%netscape.com
a1a082d9b2
Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
...
Preparatory to fix to 11454.
r=jband
2000-03-17 23:47:48 +00:00
morse%netscape.com
3c735c8645
minor wording change to support images
2000-03-17 15:46:05 +00:00
rjc%netscape.com
ffc19f8e19
Get rid of unneeded flex attribute.
2000-03-17 10:41:33 +00:00
rjc%netscape.com
8883b9615f
Search UI changes.
2000-03-17 10:26:43 +00:00
ben%netscape.com
749b060cc2
update bookmarks.css to comment out references to images I've removed
2000-03-17 08:33:16 +00:00
ben%netscape.com
f3b710c84b
removing these files because stupid shortbus mac cant handle the long names
2000-03-17 08:31:00 +00:00
ben%netscape.com
c65a90ce7e
hacking the images out of the makefiles until I'm competent enough not to screw things up
2000-03-17 08:16:44 +00:00
ben%netscape.com
748cd9e97d
ok, here are the files AGAIN. dammit.
2000-03-17 08:00:58 +00:00
sspitzer%netscape.com
66b5c6c373
clean up nsUserInfoUnix.cpp. fix from Chris Seawood <cls@seawood.org>.
...
r=sspitzer, tested by colin blake on vms.
2000-03-17 07:53:19 +00:00
ben%netscape.com
98eba235f9
darn it, added these files without -kb flag, removing then adding agian
2000-03-17 07:48:00 +00:00
rjc%netscape.com
ad177b72c7
Need to also implement nsIStreamObserver interface.
2000-03-17 07:40:43 +00:00
ben%netscape.com
2a81672ceb
new bookmark icons
2000-03-17 07:40:05 +00:00
rjc%netscape.com
8c7ac8e0fa
Cancel outstanding search connections via Stop().
2000-03-17 07:32:21 +00:00
rjc%netscape.com
ce490b7875
Convert to using a Necko loadgroup so that search results can be easily stopped as well as tracked.
2000-03-17 07:17:51 +00:00
ben%netscape.com
a5393158d3
fix for 32034
2000-03-17 06:36:46 +00:00
law%netscape.com
1291d596d0
Fix for bug 38104. Going back to AsyncRead technique in use pre rev 1.15. This bogs down the UI thread with doing synchronous writes, but does not hang. Will fix later to move this code to another thread. You can revert to the prior version by removing the #define for USE_ASYNC_READ in nsStreamXferOp.h. r=gagan@netscape.com
2000-03-17 04:35:44 +00:00
rjc%netscape.com
5a86caa314
Slight change for RDF command format on bookmarks.
2000-03-17 03:14:17 +00:00
rjc%netscape.com
b22afec3a7
Fix bug # 28238: (work around bug # 26402) get context menus in bookmarks window/sidebar working, by setting "oncommand" attribute AFTER inserting node into content model.
2000-03-17 01:40:05 +00:00
rjc%netscape.com
b1f44dc07e
When bringing up a context menu, only adjust selection if we actually have a treeitem. (This check also allows correct behavior of context menus on the background.)
2000-03-16 00:11:37 +00:00
rjc%netscape.com
0b707e5557
Fix bug # 22521: context menus should work on background of bookmarks window and background of bookmarks sidebar panel.
2000-03-15 09:59:04 +00:00
rjc%netscape.com
13998091a2
On Mac, mark IE Favorites folders with a unique type so that they can be distinguished for regular bookmark folders.
2000-03-15 08:34:55 +00:00
rjc%netscape.com
7695f01a74
Fix bug # 28927: double-clicking on twisty problem. Also, add some context menus to bookmark sidebar panel.
2000-03-15 07:47:48 +00:00
sspitzer%netscape.com
620987a70a
fix to get this to build on VMS. thanks to colin blake for this patch. r=sspitzer
2000-03-15 05:30:13 +00:00
rjc%netscape.com
53131f5662
Fix broken clicking metaphor for bookmarks sidebar panel. Review: pavlov.
2000-03-15 03:44:15 +00:00
rjc%netscape.com
737cc31fee
Fix bug # 29045: small text change.
2000-03-15 03:32:24 +00:00
rjc%netscape.com
154f9e9494
Part of fix for bug # 17333: add "Properties..." menuitem to context menu (if appropriate). Code from aaronr@us.ibm.com, review/slight mods: me.
2000-03-15 03:27:34 +00:00
rjc%netscape.com
fe07d7980f
Part of fix for bug # 29212: prevent recursion when writing out bookmarks.
2000-03-15 02:30:06 +00:00
rjc%netscape.com
397a9884e1
Fix bug # 31624 (add Mac IE favorites foreign charset alias resolution support) and bug # 29135 (default to adding new bookmark items under the root node if there is no selection). Review: me
2000-03-15 01:24:47 +00:00
hyatt%netscape.com
cc3cf630c3
Converting tabs
2000-03-14 11:40:02 +00:00
ben%netscape.com
9edc1b6866
pref panel appearance tweaks, r=hyatt
2000-03-14 11:31:54 +00:00
slamm%netscape.com
82897231d3
Change 'Search Results' to 'Search'
2000-03-14 03:01:28 +00:00
slamm%netscape.com
8ba923bbdd
Use simplified CHROME rules. Use default dirs for install locations.
2000-03-14 03:01:26 +00:00
ben%netscape.com
719842a270
fix for 28103, landing on trunk first... r=danm
2000-03-12 23:30:25 +00:00
sspitzer%netscape.com
bf56d7dbed
minor tweakage, not part of the build yet.
2000-03-12 11:52:02 +00:00
sspitzer%netscape.com
e66c382543
we now have an implementation of nsIUserInfo for windows.
...
only GetUsername is implemented.
2000-03-12 11:49:28 +00:00
sspitzer%netscape.com
3e1091328f
fix build bustage. I need to make this code more portable across unixes.
2000-03-12 10:26:09 +00:00
rickg%netscape.com
ffe78e83e5
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
morse%netscape.com
e495006a22
generalize per-site permissions, r=norris
2000-03-11 20:02:45 +00:00
tbogard%aol.net
225c10c319
Remove dependency on nsIBrowserWindow.
2000-03-11 00:21:27 +00:00
tbogard%aol.net
9167609e43
Removed dependency on nsBrowserWindow.h
2000-03-11 00:18:20 +00:00
tbogard%aol.net
26eb0883a4
GetContentViewer from DocShell instead of webShell.
2000-03-11 00:17:52 +00:00
sford3%swbell.net
7d015dae5f
Fixing bug 28079, localization help, r/a=ben@netscape.com
2000-03-10 03:11:56 +00:00
ben%netscape.com
95ee571b85
ok so I checked in a slightly older version of the files I should have checked in last night.
...
also including some more slight CSS tweaks. a=jevering, r=german, johng
2000-03-10 01:44:05 +00:00
ftang%netscape.com
30cf34d6dd
fix 31029. r=waterson, a=bobj. Make the MapEncoding function return "UTF-8" as default so we will create a nsIUnicodeDecoder for the receiving data.
2000-03-09 23:31:19 +00:00
ben%netscape.com
04ca04b397
fixes for search panel appearance, 28103 r=german, a=jevering
2000-03-09 07:53:22 +00:00
ben%netscape.com
aaa1772939
fixes for search panel appearance, 28103 r=german, a=jevering
2000-03-09 07:46:00 +00:00
slamm%netscape.com
ecf916b555
Have local panels for customize dialog come from client again (instead of remote source). Bug 30872. r=mcafee a=jar.
2000-03-09 00:06:47 +00:00
jbetak%netscape.com
242a3bb70c
b=28127 r=matt,ben,ftang,erik a=bobj Font prefs don't list all fonts - changed UI for Beta1 and fixed a radio-button problem in pref.js
2000-03-08 06:24:25 +00:00
slamm%netscape.com
2a784f23d9
Remove hacks for 20546 and persist 'collapsed' on splitter siblings instead. Bug 29813. r=evaughan,mcafee a=jevering
2000-03-08 00:16:07 +00:00
dougt%netscape.com
3f218f9c28
Adding export file to fix build bustage
2000-03-07 22:00:17 +00:00
dougt%netscape.com
e51ecb9da0
fixed some bugs in the origanal code. I missed a
...
check against null, and was using the wrong pref string.
28060 r=mccabe, a=jevering
2000-03-07 20:58:46 +00:00
warren%netscape.com
c0497e31be
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
ben%netscape.com
c70d285bff
mozilla default page change from netscape->mozilla. r=pavlov
2000-03-04 07:20:15 +00:00
rjc%netscape.com
a86e6b71f1
Part of fix for PDT+ bugs including 26334, others. New search engines, new search categories, etc. Review: ben. Pre-approval: jar
2000-03-04 05:59:32 +00:00
rjc%netscape.com
9180354767
New search URL from Netcenter (mldavis)... approval from Jar to check this in immediately.
2000-03-04 03:07:15 +00:00
rjc%netscape.com
6235cbecb7
Part of fix for PDT+ bugs including 26334, others. New search engines, new search categories, etc. Review: ben. Pre-approval: jar
2000-03-04 00:51:28 +00:00
rjc%netscape.com
3cc8c64a60
Part of fix for PDT+ bugs including 26334, others. New search engines, new search categories, etc. Review: ben. Pre-approval: jar
2000-03-04 00:42:04 +00:00
ftang%netscape.com
fe8ff73487
a=bobj, r=matt correct the 1.5 checkin. matt use the wrong case of 'c' in the function name
2000-03-04 00:39:54 +00:00
slamm%netscape.com
43e77ef5e0
Checkin for german@netscape.com. Use tab look for panel headers. Bug 28353. r=hyatt,slamm, a=jar.
2000-03-03 22:37:09 +00:00
ftang%netscape.com
14adfca8e0
fix bug 28464. Use the Unichar version of the pref function instead of the Char version so we
...
will read/write UTF8 from the pref. r=matt a=bobj
2000-03-03 02:41:35 +00:00
ben%netscape.com
0c3efefeb8
forgot to update this file with the search changes I made last night. r=german, a=jar
2000-03-02 23:47:09 +00:00
law%netscape.com
9c516532ee
Handle null l10n entity values, this is a partial fix for bug 27736; r=matt@netscape.com, a=jevering@netscape.com
2000-03-02 19:58:34 +00:00
rjc%netscape.com
db6dd2d89f
Part of fix for PDT+ bug # 26334: add "MultiSearch: true" HTTP header when doing search aggregation to aid in tracking; Netcenter search enhancement request. Review: gagan. Approval: jevering
2000-03-02 07:50:33 +00:00
ben%netscape.com
1da67ff961
search appearance tweaks, single click hookup, default search engine hookup (b=26887, 29591, 28103) r=german@netscape.com, waterson@netscape.com (pref hookup) a=jar@netscape.com
2000-03-02 06:34:54 +00:00
ben%netscape.com
007eeea0e3
oops forgot to cvs add this file with the previous checkin
2000-03-02 06:33:42 +00:00
sspitzer%netscape.com
3093145395
add some comments / todo items. not part of the build.
2000-03-02 00:59:58 +00:00
jbetak%netscape.com
35de39d6d2
28124, a=bobj, r=erik, matt Adding UI labels for language groups in font prefs
2000-03-02 00:54:54 +00:00
slamm%netscape.com
1d17e504d4
Fix for smoketest bugs 29793, 29718. Sidebar problems.
2000-03-02 00:33:31 +00:00
jdunn%netscape.com
584db88eb0
remove NS_DECLARE_ID and replace (where needed) with NS_DEFINE_CID.
...
DECLARE was declaring kPlatformCharsetCID as extern const, and
DEFINE declares it as static const. These 2 are incompatible.
r= ftang@netscape.com
a= dp@netscape.com
2000-03-01 22:42:39 +00:00
slamm%netscape.com
aa911b3df4
Fix blocker: Customize dialog not showing panels (29793)
2000-03-01 22:02:59 +00:00
slamm%netscape.com
0b2ace1273
Fix build blocker bug 29718.
2000-03-01 19:55:53 +00:00
sspitzer%netscape.com
46a21ce04e
not part of the build yet.
2000-03-01 19:52:43 +00:00
sspitzer%netscape.com
7ecceef4b0
not part of the build yet.
2000-03-01 19:03:33 +00:00
sspitzer%netscape.com
9f24d3b8c7
not part of the build.
2000-03-01 17:24:12 +00:00
sspitzer%netscape.com
5650853485
not part of the build yet.
2000-03-01 05:55:19 +00:00
sspitzer%netscape.com
f4cd0a1c67
not part of the build yet.
2000-03-01 05:17:06 +00:00
sspitzer%netscape.com
beb30af70b
fix for #29690 , pref window won't close. matt fisher fixed the other half of this,
...
when he fixed fontScalingOverlay.xul. r=ben, a=jar,rickg
2000-03-01 02:49:16 +00:00
slamm%netscape.com
2360b5a437
Use server provided rdf list for available panels. (bug 26963). r=gable a=jar.
2000-02-29 23:32:34 +00:00
matt%netscape.com
c08afad715
fix for bug a=jevering r=eric just changing a string to a int
2000-02-29 22:52:30 +00:00
sspitzer%netscape.com
ba1405a966
better, simpler fix for #27984 , r=mscott. a=phil
...
may also fix #29666 , since we aren't calling SetCharPref on exit.
2000-02-29 22:11:29 +00:00
tbogard%aol.net
d2a51867ff
Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering
2000-02-29 22:03:49 +00:00
jbetak%netscape.com
01f869dea1
a=bobj, r=matt, bug 24027, beefed up error handling for charsets without lable/title, changed save filter to accept pref IDs >1 characters
2000-02-29 21:38:17 +00:00
ftang%netscape.com
e5973abb33
change copyright symbol to (c) so we won't assert that much for 28422. fix bug 29516 . r=rjc a=bobj
2000-02-29 07:02:37 +00:00
dougt%netscape.com
a14179a92e
Adding a windows implementation of GetUserName().
...
Adding a check on unix to ensure that the out param is not null when return
NS_OK.
Not in the build.
2000-02-29 04:39:54 +00:00
ben%netscape.com
db25eb3a8a
fix for bug 29360, fix crash in unknown content dialog, r=law, a=jevering
2000-02-29 04:25:53 +00:00
ben%netscape.com
32dde037ab
fix for 25310, pref panel display follows tree selection, r=rjc, a=jevering
2000-02-29 04:19:08 +00:00
danm%netscape.com
bc4e8ed4e4
fixing build bustage by obliterating the entire offending function, which appears to be unused.
2000-02-29 02:50:06 +00:00
matt%netscape.com
cf04b9c9ba
a=bobj r-=ftang. .... patch ftang gave me for bug 27826
2000-02-29 02:18:17 +00:00
sspitzer%netscape.com
976819d442
change this to a wstring. not part of the build.
2000-02-29 01:38:45 +00:00
alecf%netscape.com
1d15d01f5f
fix for #29168
...
r=sspitzer
a=phil
allow us to switch between nativePath and URLString when using the picker in prefs/account manager
2000-02-29 00:52:51 +00:00
sspitzer%netscape.com
ae871d5874
not part of the build.
2000-02-29 00:49:46 +00:00
sspitzer%netscape.com
f34360612a
fix for #27984 , r=alecf, a=rickg. implement GetLastPageVisited.
...
also, for now, don't stuff the url in the history db (or use it for GetLastPageVisited)
if it is not http: or https:. There is a bug here, we call AddPage() too often and with
url that should not be in the history db. this makes history usuable for beta, and
prevents mailnews, about:blank, javascript:, file: and chrome: urls from getting in the history db.
2000-02-29 00:26:51 +00:00
tbogard%aol.net
cf5a3f3925
Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering
2000-02-29 00:20:55 +00:00
tbogard%aol.net
5e8d8f31f5
Removed the unused src and public directories as now all the prefs code is done from JS without the need for a C++ backend. This code has actually been dead for a little over a month. r=alecf a=jevering
2000-02-28 22:14:07 +00:00
cls%seawood.org
35dfa6bbb3
Adding temporary hack to fix tinderbox objdir build problem introduced by placing obj files in the srcdir. (This occurs if you prefix your srcfiles by $(srcdir).) r=bryner
2000-02-27 08:39:16 +00:00
morse%netscape.com
25c436dd84
fix worst of bug 29317, bad wording in cookie pref panel, r+a=jar
2000-02-26 06:35:44 +00:00
sspitzer%netscape.com
7cb570ad1b
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
2000-02-26 03:52:06 +00:00
sspitzer%netscape.com
9e1fffab82
not part of build, yet.
2000-02-26 03:29:24 +00:00
sspitzer%netscape.com
83e038128b
ignore generated file
2000-02-26 03:28:13 +00:00
rjc%netscape.com
7ba13725d3
Part of fix for bug # 25876: bookmarks drag&drop behavior modification. Approval: jevering Review: pinkerton
2000-02-26 01:27:29 +00:00
erik%netscape.com
3f484cff3d
bug 18136; removed font size menu numbers from this DTD file since
...
localizers don't localize numbers like this; r=pierre; a=rickg
2000-02-25 23:06:54 +00:00
erik%netscape.com
e7bde3dd61
bug 18136; changed default fixed width font size to 13px, and updated
...
font size menus accordingly, moving values from DTD file to XUL file
since localizers don't localize numbers; r=pierre; a=rickg
2000-02-25 23:06:10 +00:00
hangas%netscape.com
36af4ceba9
Fix for PDT+ bug 23091 (Messages pref panel). r=scottip a=phil
2000-02-25 01:56:02 +00:00
rjc%netscape.com
bad6f949af
Fix bug # 28126. Approval/Review: jar
2000-02-24 02:59:52 +00:00
jbetak%netscape.com
065b2e3af6
bug 24027, Static Charset Menu Customization for Beta1 (clean-up)
...
a=bobj
r=matt
2000-02-24 01:12:39 +00:00
matt%netscape.com
803318b991
fix for bug 27899. commenting out line. tree row and item where mixed.
2000-02-24 00:24:32 +00:00
jbetak%netscape.com
19d1eed6ab
bug 24027, Static Charset Menu Customization for Beta1 (clean-up)
...
a=bobj
r=matt
2000-02-24 00:04:53 +00:00
slamm%netscape.com
556c70b06f
Fix crash on panel add (bug 28843). Add resource after assertions instead of before. r=waterson a=jar,jevering
2000-02-23 22:52:16 +00:00
ben%netscape.com
af7004960f
formatting problems caused by malevolent deck rules in global.css, PDT+ b=28113, r=waterson, a=jevering
2000-02-23 21:08:26 +00:00
waterson%netscape.com
671edd100b
Bug 28640. Be sure to addref before returning interface. r=rjc, a=jevering
2000-02-23 02:41:46 +00:00
jbetak%netscape.com
927fc99237
bug 24027, Charset Menu <Static> area: read from prefs and have editing UI
...
r=matt
a=bobj
2000-02-23 00:44:25 +00:00
slamm%netscape.com
96613aea4c
Make new panel show up after addPanel() call (bug 28073). Fixed by appending element *after* other assertions and by grouping assertions with 'inbatch' assertion. This is the same way the customize dialog does it. r=waterson a=chofmann.
2000-02-22 22:33:07 +00:00
dougt%netscape.com
ec5ba812cc
Fix to make this makefile produce a simple program which is named different
...
from the shared lib. Also fixes VMS bustage Submitted by colin@theblakes.com , r=me, a=jevering.
2000-02-22 01:02:09 +00:00
slamm%netscape.com
a34518bbc4
Include js file strres.js to fix JS error. Bug 27430. r=mcafee a=leaf
2000-02-21 22:30:14 +00:00
dveditz%netscape.com
a63ee75907
Bug 23941 speed up install on Mac, r=cathleen, a=jar;
...
Bug 12817 no Autoreg (in optimized builds) unless xpinstall detects flag indicating install has happened or build number changed, r=dp, a=jar;
Bug 23859 add wstring API to nsIRegistry for profile manager/i18n, r=gayatrib, a=jar;
2000-02-20 03:12:59 +00:00
rjc%netscape.com
28e47c0e78
Part of fix for bug # 28126: new search datasets from Netcenter. Review: me Approval: jar
2000-02-18 23:49:33 +00:00
alecf%netscape.com
3058b6d6aa
fix for #27630 (missed this file in an earlier checkin, so r=ben)
...
a=phil, chofmann
2000-02-17 23:37:04 +00:00
cls%seawood.org
e08ef4f88e
Build bustage fix. Can we setup a tinderbox to use NSDISTMODE=copy? r,a=leaf
2000-02-17 21:46:28 +00:00
morse%netscape.com
c757236b97
bug 27027, remove wallet, r=matt, a=jar
2000-02-17 21:27:51 +00:00
jdunn%netscape.com
247a0084da
fixing unresolved symbols at link time
...
# 28114
r=cls@seawood.org
a=chofmann@netscape.com
2000-02-17 04:53:08 +00:00
ben%netscape.com
364a13c340
fix for hang in treeview on multiple search engine search, r=rjc, a=jar
2000-02-17 01:50:41 +00:00
sspitzer%netscape.com
715edae005
adding this to fix build bustage. r=rginda
2000-02-16 08:21:16 +00:00
sspitzer%netscape.com
1f63915cc1
fix for build breakage, we hope. r=rginda
2000-02-16 08:10:09 +00:00
davidm%netscape.com
31f6ffde6d
20893 Cache preferences need to be hooked up
r = ben@netscape.com
2000-02-16 07:52:43 +00:00
vishy%netscape.com
002c14c1f4
bugsplat=384817, need id here to dynamic overlay from commercial tree
2000-02-16 07:50:23 +00:00
ben%netscape.com
c74ae92af7
small filespec usage tweak to stop mac complaining about non-registered protocols. PDT+ b=22961, r=waterson
2000-02-16 07:21:07 +00:00
rginda%netscape.com
95e72eb552
First (sidebar) part of fix for 20721, r=slamm
2000-02-16 06:28:31 +00:00
sspitzer%netscape.com
56fb0c4bb2
clean up -help output. fix bug #26959 , make it so when you start
...
a browser window, the right page (home, blank or last page visted) gets
loaded. clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js. r=mscott
2000-02-16 06:22:03 +00:00
ben%netscape.com
544575e2cf
addition to previous search changes... r=rjc
2000-02-16 05:36:23 +00:00
matt%netscape.com
eff10cb75f
fixes for the wallet UI and displaying none prefs
...
r=german 23596 21838
2000-02-16 04:48:31 +00:00