Commit Graph

4349 Commits

Author SHA1 Message Date
sspitzer%netscape.com
9811a371d0 fix FMM and UMR from purify, add some null sanity checks to fix various
crashers that I've seen.


git-svn-id: svn://10.0.0.236/trunk@56309 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 23:11:17 +00:00
sspitzer%netscape.com
2e52c17f46 warnings fixes, and fix for #21901, all password dialogs to have titles
if the user passes one in, or use "Password" if they pass null.


git-svn-id: svn://10.0.0.236/trunk@56308 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 23:03:29 +00:00
sspitzer%netscape.com
df88898095 sanity check and adding new line to the end of a file.
git-svn-id: svn://10.0.0.236/trunk@56307 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 22:56:49 +00:00
sspitzer%netscape.com
e9e49a8076 adding newline to the end of the file, because I am anal
git-svn-id: svn://10.0.0.236/trunk@56260 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 01:14:55 +00:00
akkana%netscape.com
a41305819a 18446: change name of keyset back to 'keyset'. r=danm (actually, this is his change), a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56254 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 00:12:28 +00:00
waterson%netscape.com
dd1ed05fd3 Bug 22212. Don't support weak reference; this'll ensure that the observer service keeps a strong ref to us. r=scc, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56252 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-21 00:11:37 +00:00
rgoodger%ihug.co.nz
44b2a2bd66 fixing 22018, profile wizard problems. r=cls, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56244 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-20 23:26:38 +00:00
brade%netscape.com
34e0dfe3e5 color preferences; parts written or reviewed by sspitzer and brade
git-svn-id: svn://10.0.0.236/trunk@56233 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-20 16:03:47 +00:00
brade%netscape.com
bed2d03b32 handle color preferences; optimize memory usage/fix memory leaks
git-svn-id: svn://10.0.0.236/trunk@56232 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-20 16:01:51 +00:00
brade%netscape.com
11943c71e9 handle color preferences
git-svn-id: svn://10.0.0.236/trunk@56231 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-20 16:01:36 +00:00
morse%netscape.com
830a491fe8 remove compile-time warning that my checkin from this morning introduced
git-svn-id: svn://10.0.0.236/trunk@56227 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-20 02:51:36 +00:00
morse%netscape.com
26b6521f5e another attempt to fix mac bustage
git-svn-id: svn://10.0.0.236/trunk@56225 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 23:13:50 +00:00
morse%netscape.com
0e6301f5fa band-aid to fix mac bustage
git-svn-id: svn://10.0.0.236/trunk@56219 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 19:34:25 +00:00
morse%netscape.com
6fa6d63278 add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56217 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 18:32:21 +00:00
rjc%netscape.com
a7905aea93 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56214 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 07:55:15 +00:00
rjc%netscape.com
d488324f1f Fix Windows declaration problem.
git-svn-id: svn://10.0.0.236/trunk@56213 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 07:15:16 +00:00
rjc%netscape.com
d5de2ab1bc Remove const for the moment to fix Unix complaints.
git-svn-id: svn://10.0.0.236/trunk@56212 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 06:56:47 +00:00
rjc%netscape.com
c2038a1be9 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56211 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-19 06:53:18 +00:00
jband%netscape.com
191411b358 Landing big set of DOM and XPConnect changes:
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.

XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.

Also, xpconnect tests are reorganized and improved.

fixes bugs: 13419, 17736, 17746, 17952, 22086

r=vidur r=mccabe r=norris r=cbegle
a=chofmann


git-svn-id: svn://10.0.0.236/trunk@56202 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 20:29:29 +00:00
rjc%netscape.com
c4133be5c8 Fix LookSmart search dataset regression by updating to latest version. Review/approval: me
git-svn-id: svn://10.0.0.236/trunk@56194 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 10:13:43 +00:00
rjc%netscape.com
b23699721b Fix Netscape search dataset regression by updating to latest version. Review/approval: me
git-svn-id: svn://10.0.0.236/trunk@56193 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 09:46:17 +00:00
rjc%netscape.com
4ea3bd0ed2 Fix Google search dataset regression by updating to latest version. Review/approval: me
git-svn-id: svn://10.0.0.236/trunk@56192 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 09:37:40 +00:00
sspitzer%netscape.com
b696bb10d9 changes from bryner@uiuc.edu for the mouse wheel configuration. r=sspitzer
bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!


git-svn-id: svn://10.0.0.236/trunk@56189 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 06:45:40 +00:00
rjc%netscape.com
744cf6d5c8 Part of fix for bug # 21677: read in bookmarks AFTER trying to get bookmarks string bundle. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56186 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 05:01:04 +00:00
rjc%netscape.com
0e08e66482 Fix bug # 21677: Use a string bundle so that hard-coded strings in nsBookmarksService.cpp can be removed. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56181 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 04:33:10 +00:00
rjc%netscape.com
90a8a4c912 Fix bug # 19089: use the correct document's list of RDF datasources, and try and resolve URLs (anonymous, as well as those with "#URL" properties) before loading them in. Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56180 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 04:20:28 +00:00
rjc%netscape.com
5b672cd06b Fix bug # 21669: The Related Links datasource needs to observe user preferences, at least for the "skip these domains" list (which can contain wildcards, such as "*.mcom.com") Approval: chofmann
git-svn-id: svn://10.0.0.236/trunk@56177 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-18 03:51:16 +00:00
tbogard%aol.net
7f977c7dbe Changed nsWebShellWindow to talk to webshell as an nsIBaseWindow where appropriate.
git-svn-id: svn://10.0.0.236/trunk@56155 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-17 23:43:47 +00:00
hyatt%netscape.com
ed214323ed Fixing the spacebar problem. r=saari, a=jar
git-svn-id: svn://10.0.0.236/trunk@56129 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-17 02:49:59 +00:00
hyatt%netscape.com
0a48b9ea46 Making sure that space key bindings in browser don't fire while in text fields. r=saari, a=jar
git-svn-id: svn://10.0.0.236/trunk@56128 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-17 02:47:28 +00:00
waterson%netscape.com
c5288be77f Bug 21668. Ooops. Almost missed the CAN'T BE KILLED xpfe/AppCores directory. DIE DIE DIE!
git-svn-id: svn://10.0.0.236/trunk@56120 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-17 00:41:09 +00:00
akkana%netscape.com
56562c9273 Fix typo
git-svn-id: svn://10.0.0.236/trunk@56111 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-16 23:36:41 +00:00
akkana%netscape.com
f1a3a1e4b9 Oops, fix typo
git-svn-id: svn://10.0.0.236/trunk@56110 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-16 23:36:10 +00:00
akkana%netscape.com
aed5d5fe45 21610, 18033: split off from the global overlay the four
platform-specific key binding files per platform,
  as requested by Hyatt for his new keybinding plan.
  Part of the ongoing mjudge/hyatt/me/saari checkin.


git-svn-id: svn://10.0.0.236/trunk@56108 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-16 23:33:51 +00:00
slamm%netscape.com
46e33dec01 Remove references to unused dialog entities. r=hyatt a=choffman
git-svn-id: svn://10.0.0.236/trunk@56077 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-16 02:54:55 +00:00
slamm%netscape.com
41b3790ceb Remove references to unused dialogs. r=hyatt a=choffman
git-svn-id: svn://10.0.0.236/trunk@56064 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 23:49:12 +00:00
slamm%netscape.com
0970d0f4c4 Remove references to unused dialogs.
git-svn-id: svn://10.0.0.236/trunk@56063 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 23:47:19 +00:00
slamm%netscape.com
09721dbc25 Remove obsolete files. r=hyatt a=choffman
git-svn-id: svn://10.0.0.236/trunk@56062 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 23:46:34 +00:00
mjudge%netscape.com
f1fc87a209 saari pointed out i forgot to check in these files last night. textarea needs bindings also r=saari a=pdt+ team
git-svn-id: svn://10.0.0.236/trunk@56061 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 23:23:40 +00:00
shaver%netscape.com
f5c6fff733 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf)
git-svn-id: svn://10.0.0.236/trunk@56058 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 23:00:34 +00:00
dmose%mozilla.org
acde4e576c fix for bug 20861: remove My Netscape from the personal toolbar; r=slamm@netscape.com, a=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@56054 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 21:31:29 +00:00
akkana%netscape.com
840d2cd902 20519, 21529: another tweak to fix last night's checkin.
r=mjudge, part of mjudge's big checkins a=chofmann


git-svn-id: svn://10.0.0.236/trunk@56050 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 20:42:55 +00:00
akkana%netscape.com
4e2c26c803 18033: make platform bindings work again. They were broken by a
checkin last night which mistakenly renamed the input bindings.
  r=mjudge; part of mjudge's key-binding checkin which was a=chofmann


git-svn-id: svn://10.0.0.236/trunk@56048 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 20:15:22 +00:00
sspitzer%netscape.com
d1968e1600 purify related fixes. first, prevent a crash that was prevent me
from running purify in nsGenericFactory.cpp.  Second, add support
for "mozilla -pure".  Only works if you've build mozilla.bin.pure, of course.


git-svn-id: svn://10.0.0.236/trunk@56038 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 06:23:50 +00:00
mjudge%netscape.com
5d1c178d04 fixing key bindings... will be addint textareabindings.xul soon
git-svn-id: svn://10.0.0.236/trunk@56027 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:49:06 +00:00
tbogard%aol.net
08a26d790f When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56009 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:53:52 +00:00
mcafee%netscape.com
62b420051f Adding pref UI for browser.cache.enable in debug pane. Removed unneeded native/partial/gfx rendering option to allow space for new pref. Re-did layout per evaughan's lead on other pref panes. r=syd, a=chofmann,jar
git-svn-id: svn://10.0.0.236/trunk@55980 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 07:37:03 +00:00
mjudge%netscape.com
1f72cdf182 2 xul files updated reviewed by saari and mcluskey(sp)
git-svn-id: svn://10.0.0.236/trunk@55958 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 01:37:15 +00:00
mjudge%netscape.com
3385a09d75 adding new export for browserBindings.xul r =saari
git-svn-id: svn://10.0.0.236/trunk@55948 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-13 23:25:29 +00:00
mjudge%netscape.com
1e8a3a110f adding new file for browser pageup/down/ keybindings.
git-svn-id: svn://10.0.0.236/trunk@55947 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-13 23:23:15 +00:00