Commit Graph

5395 Commits

Author SHA1 Message Date
ben%netscape.com
1b1872fdb1 Skinnable navigator/toolkit work. Moved essential focus behaviour from scrollbar skin to xul.css so that all skin providers do not need to duplicate this. 2000-05-27 03:37:42 +00:00
ben%netscape.com
6ff2bbdb36 forgot to check this in the other day with SSL update to proxy pref panel. 2000-05-27 02:44:22 +00:00
pavlov%netscape.com
14f6a376b9 fix for 39951 r=slamm a=waterson 2000-05-26 22:00:15 +00:00
evaughan%netscape.com
55816643f1 fix for [beta2] bugs:
37835
39085
32920

-r pinkerton, rods, hyatt
2000-05-26 06:42:29 +00:00
mcafee%netscape.com
af6a49d16e Comment only. Suggesting call to centerWindowOnScreen() (26017) 2000-05-26 03:13:11 +00:00
mcafee%netscape.com
be903faa1b Hooking up clear mem/disk cache buttons (39672). r=law 2000-05-26 02:30:43 +00:00
pinkerton%netscape.com
964a2311a5 File Removed. 2000-05-26 00:16:58 +00:00
pinkerton%netscape.com
dc90210b21 stop building nsXULCommand r=saari. for bug 31104 2000-05-26 00:14:01 +00:00
radha%netscape.com
6e41253e1e Fix for bug # 39719. Typo in gotoHistoryIndex() a=waterson 2000-05-25 21:18:12 +00:00
kin%netscape.com
108b7677fd Part 1 of fix for bug #39821: Drag and Drop interferes with selection.
layout/base/public/nsIFrameSelection.h
  layout/base/src/nsSelection.cpp
  layout/events/src/nsEventStateManager.cpp
  layout/html/base/src/nsFrame.cpp
  layout/html/forms/src/nsGfxTextControlFrame2.cpp
  xpfe/browser/resources/content/navigatorDD.js

r=brade@netscape.com,cmanske@netscape.com a=beppe@netscape.com,waterson@netscape.com
2000-05-25 20:04:02 +00:00
mkaply%us.ibm.com
c599e744f3 # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only
2000-05-25 14:23:27 +00:00
ben%netscape.com
ba5c5e4199 fixes for 39690, 22056, 36125. r=hyatt 2000-05-25 12:14:15 +00:00
ben%netscape.com
c4ea9a3f81 skinnability fixes for bookmarks 2000-05-25 06:00:50 +00:00
ben%netscape.com
40a585fcd7 skinnability cleanup 2000-05-25 05:54:47 +00:00
ben%netscape.com
cc83f80fca some more sidebar skinnability stuff (19557) and fix assert and non-visible sidebar panel header in preview (39632) 2000-05-25 05:53:39 +00:00
alecf%netscape.com
8a645dedd3 removing conflicting files 2000-05-25 03:59:34 +00:00
blizzard%redhat.com
8972abaef5 add google search service from Amit Patel <amitp@google.com>. bug #32586. r=rjc a=brendan 2000-05-25 03:37:35 +00:00
pavlov%netscape.com
2804c173c5 fix for unix file picker not handling null window parents bug 34328 r=brendan, slamm
fix for mailnews' file->save as dialog not saving files on unix in due to its handling of file extentions and filters.  this code now uses nsIFilePicker.  fixes nsbeta2+ bug 31096. r=mscott
2000-05-25 00:44:10 +00:00
mccabe%netscape.com
ba80f85fb1 Fix for 40406. Add setter to XPConnect to set default JS context used to execute JS components when no appropriate context can be found.
The setter changes per-thread data - for the DOM/UI thread, this means that we can set the JS Context to one with DOM magic.  This magic allows some DOM JS <-> XPConnect JS conversions to succeed, and in particular allows creation of a DOM window from within a JS component.

Unblocks nsbeta2 work by Vishy and Pavlov.

r=mccabe,vishy.  a=brendan,sleestack.
2000-05-24 22:54:57 +00:00
blizzard%redhat.com
9be6adf6d5 fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan 2000-05-24 22:52:39 +00:00
danm%netscape.com
3ef34119d6 fixing broken makefiles (see warnings in full tinderbox log) r=law 2000-05-24 21:20:50 +00:00
sfraser%netscape.com
2c410e27a0 Fix for 40444; don't allow buttons to steal focus willy-nilly, because this breaks toolbar buttons. What really needs to happen is that every kind of toolbar buttons needs user-focus: none style. r=hyatt, a=leaf 2000-05-24 20:52:26 +00:00
ben%netscape.com
2af893e00b fix skinnability flaw (taskbar toolbar not in toolbox) 2000-05-24 13:57:19 +00:00
ben%netscape.com
4ba02261f0 fix skinnability flaw (put menubar in toolbox) 2000-05-24 13:45:01 +00:00
ben%netscape.com
42c8c842cd widget lovin', r=hyatt 2000-05-24 09:45:04 +00:00
hyatt%netscape.com
b314d8dce9 fix broken skin switching, r=ben 2000-05-24 08:36:10 +00:00
mcafee%netscape.com
acbc70693e Fixing double-quit menu item problem; doubly-included globalOverlay files in browser, mailcompose. (38170) r=jrgm, ducarroz 2000-05-24 08:30:47 +00:00
sspitzer%netscape.com
3598825f45 fix for #40245. r=mscott 2000-05-24 08:22:41 +00:00
jbetak%netscape.com
597f39a1d0 36136 [regression]View source with meta charset info does not display properly
r=ftang
2000-05-23 23:09:25 +00:00
sspitzer%netscape.com
27127b9ae2 stop the crash that causes #40306. the "first time start page" causes us
many problem on linux, not sure if it is related to that page, or
the redirect.  still investigating.

other changes here remove the crap code that forces you to go to
the checkin guidelines page and to see the account manager on start up
on debug builds.  this was preventing debug builds from seeing the problem.

after this change debug behaves like optimized, which is what we want.

r=mscott, a=granrose
2000-05-23 22:18:08 +00:00
sspitzer%netscape.com
02b40486f6 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:08:54 +00:00
sspitzer%netscape.com
f1996ddb49 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:02:09 +00:00
slamm%netscape.com
473ae55996 Revert last two checkins. Fix for 37428 caused tabs to not load properly. 2000-05-23 00:55:43 +00:00
pavlov%netscape.com
1b23366994 fix for 40020 r=alecf,mscott 2000-05-22 21:50:40 +00:00
mkaply%us.ibm.com
677613d5be # 37239
r = mkaply@us.ibm.com, a = brendan
OS/2 bringup continues on M16 - These files are OS/2 only!
2000-05-22 19:38:22 +00:00
hyatt%netscape.com
55915394d7 adding a file with bindings that aren't used. harmless. r=ben 2000-05-22 08:22:43 +00:00
ben%netscape.com
e7d0ebca54 forgot to add file as part of previous check-in to 19557. 2000-05-22 04:32:18 +00:00
ben%netscape.com
6f4c8beb08 fix for 38743, remove XUL titledbutton from bookmarks window. r=hyatt 2000-05-22 04:30:30 +00:00
ben%netscape.com
363add0908 correct text for the skin switching pref panel, bug 38964 r=verah 2000-05-22 04:25:12 +00:00
ben%netscape.com
85bbfefbe7 second attempt at 19557, skinnable sidebar. r=hyatt 2000-05-22 04:14:49 +00:00
hyatt%netscape.com
f87999942a New bindings for XUL trees. Not used. 2000-05-21 07:03:05 +00:00
kin%netscape.com
caa5c18e20 Temporarily disable D&D support for selection to unblock
people working on selection problems. (Bug #39821 Drag and Drop interferes with selection)
r=brade@netscape.com, a=trudelle@netscape.com
2000-05-19 20:37:53 +00:00
slamm%netscape.com
160a78a958 Tiny adjustment to last checkin (Fix for bug 37428). Adjustment fixes stuck 'loading...' message on Windows. r=pavlov 2000-05-19 19:55:07 +00:00
mcafee%netscape.com
f10cab5764 Prefs were being stored as wrong type (39779). r=cmanske 2000-05-19 02:23:48 +00:00
slamm%netscape.com
196c6ab8b3 Add the 'load' handler through timeout to push it down in the event queue a little. Otherwise, js barf when it fires the 'load' handler too early. Fix bug 37428. r=pavlov. 2000-05-18 23:43:23 +00:00
tao%netscape.com
af173fb103 bug 39634: Sidebar customize has no remote tabl r= slamm. 2000-05-18 22:44:19 +00:00
tao%netscape.com
644a6420d7 Back out change to 35121 (searchplugins/); move it back to bin/ r=rjc. 2000-05-18 22:37:50 +00:00
slamm%netscape.com
4b1b8db220 Include globalOverlay.js to fix dispatching. bug 37243. r=mcafee 2000-05-18 22:10:42 +00:00
mcafee%netscape.com
e21e8c585a Fixing colorwell in prefs. r=slamm, beta2+, blah blah. (21160) 2000-05-18 22:08:14 +00:00
slamm%netscape.com
b5019e93bd Add items to bookmarks menu on personal toolbar (bug 35345). Also break long lines into multiple lines. r=law 2000-05-18 21:49:05 +00:00