1488 Commits

Author SHA1 Message Date
blakeross%telocity.com
b387cddd52 Fix 7148: change old Pathfinder website to Time... r=kerz sr=alecf 2000-12-19 03:30:09 +00:00
blakeross%telocity.com
072de35c7f Fix 63126: busy cursor state is broken on windows and linux (after clicking on a link). r=jag sr=alecf 2000-12-18 08:07:19 +00:00
bryner%uiuc.edu
cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
rpotts%netscape.com
d2b7a88a57 Fixing linux build bustage... 2000-12-15 00:58:40 +00:00
radha%netscape.com
7e2782ec3e Fix for urlbar autocomplete bug # 54392 r=ducarroz, sr=alecf 2000-12-15 00:22:04 +00:00
rpotts%netscape.com
fe7878cd13 bug #15345 (r=danm, sr=mscott). Removed dependency on nsIDocumentLoaderObserver... Now nsIWebProgressListener is used instead. 2000-12-14 23:38:00 +00:00
disttsc%bart.nl
a5f1126c44 And on to some actual BrowserInstance surgery. bug=46200, r=ben, a=alecf 2000-12-13 03:21:46 +00:00
disttsc%bart.nl
70803e3a6d More appCore killing, bug=46200, r=ben, a=alecf 2000-12-13 01:28:08 +00:00
dbaron%fas.harvard.edu
fa7d014c05 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:46:08 +00:00
disttsc%bart.nl
98ea682e03 Fix html tooltips. I have been whipped. Ouch. bug=62050, r=blake, a=ben 2000-12-07 04:01:06 +00:00
ben%netscape.com
f826829173 [AURORA] Aurora Test Harness. NOT PART OF BUILD. 2000-12-07 01:39:05 +00:00
ben%netscape.com
4b6d5d199c [AURORA] Navigator Widget Bindings. NOT PART OF BUILD. 2000-12-07 01:38:44 +00:00
ben%netscape.com
0ceb02438e [AURORA] Navigator Command/Toolbar DB, initial revision of manipulation libraries, templates.
NOT PART OF BUILD.
2000-12-07 01:38:17 +00:00
blakeross%telocity.com
9d01f3f68d Fix 60606: remove (evil!) mail dependency on navigator.js. also fixes bookmarking in mail via the context menu. r=jag sr=alecf 2000-12-05 22:11:46 +00:00
disttsc%bart.nl
c4ca6be138 Add shift-ctrl-R for non-cache reload shortcut. bug=61330, r=blake, a=alecf 2000-12-05 00:33:29 +00:00
disttsc%bart.nl
a19269cd0e Temporarily hide leaks (hopefully). Bug 61886, r=dbaron, a=ben 2000-12-04 07:48:40 +00:00
disttsc%bart.nl
ff18b315dc more cleaning up (bug 55798), r=alecf, a=ben 2000-12-03 02:08:57 +00:00
dbaron%fas.harvard.edu
49a4b13d1c Bypass XBL as a hack to avoid a large leak. b=61821 r=disttsc@bart.nl sr=alecf@netscape.com 2000-12-02 19:17:38 +00:00
disttsc%bart.nl
92cdde73d6 More appCore ditching (bug 46200) and cleaning up of navigator.js (bug 55798), r=alecf, a=ben 2000-12-02 14:55:42 +00:00
blakeross%telocity.com
6d06c41584 Fix 58633 and 49744: a typo in GetLastVisited() and improving a cmd line help description. r=jag sr=alecf 2000-11-30 21:17:15 +00:00
blakeross%telocity.com
9426995470 the rest of my previous fix, the patch didn't apply fully. 2000-11-30 00:31:54 +00:00
blakeross%telocity.com
6865deb1f5 Fix 52928: tree columns in page info window not resizable, and grippy isn't properly aligned. r=jag sr=alecf 2000-11-30 00:16:17 +00:00
disttsc%bart.nl
e2ed4bdb69 Damn typos sneaking past me. Fixed. bug=61185, r=blake, a=ben 2000-11-26 04:37:10 +00:00
disttsc%bart.nl
0e52f4342f Whoops... Fixing ``/ //'' lines... 2000-11-25 13:51:33 +00:00
disttsc%bart.nl
73019ea054 Get rid of most appCore uses in navigator.js and do some general cleaning-up. bug=46200, r=alecf, r=Hixie, a=ben 2000-11-25 12:27:40 +00:00
disttsc%bart.nl
790fa68777 A few preparations for later checkins for bug 46200. r=alecf, a=ben 2000-11-25 07:20:07 +00:00
blakeross%telocity.com
b17a3dd940 Fix 59707: extract navigator's context menu and allow it to be used elsewhere in the app (and to help in embedding). r=jag a=alecf 2000-11-23 05:47:04 +00:00
disttsc%bart.nl
a16b54e9c5 Get rid of appCore from sessionHistoryUI.js again, hyatt's recent changes of saving the sessionHistory object on skin switching makes this possible.
bug=46200, r=alecf, a=ben
2000-11-23 05:24:35 +00:00
disttsc%bart.nl
8b368e597b Fixes reference cycle causing leaks, bug=60927, r=dbaron, a=alecf 2000-11-21 00:47:33 +00:00
cls%seawood.org
66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
disttsc%bart.nl
a7a8d77441 Two about:blank related changes:
22400 - Don't show "about:blank" for "blank page" on new window open, r=smfr, a=alecf
37987 - Don't show "Document: done" for "about:blank", r=timeless, a=alecf
2000-11-17 20:50:14 +00:00
disttsc%bart.nl
6dfa8c24fb Make Go menu Back/Forward work again (and add accesskey to Home), bug=59836, r=timeless, a=alecf 2000-11-17 04:24:56 +00:00
disttsc%bart.nl
116bbeadfe Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
disttsc%bart.nl
d85375778a Convert nsIDocumentCharsetInfo to IDL so we can get rid of more bits of nsBrowse
rInstance. bug=46200, r=erik@netscape.com, r=smfr, a=alecf.
2000-11-16 21:33:34 +00:00
mkaply%us.ibm.com
5f7e453da1 #56772
r=cls
OS/2 missing platform specific navigation bindings stuff
2000-11-15 16:00:20 +00:00
mkaply%us.ibm.com
9609963103 #56772
r=mkaply, a=blizzard
OS/2 missing platform specific navigation bindings stuff
2000-11-15 14:59:17 +00:00
alecf%netscape.com
f526cb3b67 big rewrite of drag & drop code to fix #52519
- fix warnings
- change title/url separator to "\n"
- clean up image dragging
- consolidate code
r=jag, a=ben
2000-11-10 02:54:17 +00:00
alecf%netscape.com
ba1123409e two more OpenBookmarkURL's that blake missed a=myself, r=jag
(this is consistent with blake & jag's earlier checkins)
2000-11-09 05:30:14 +00:00
blakeross%telocity.com
3b0c4b2f72 fixing minor problem with my last fix. r=jag sr=alecf 2000-11-09 04:07:34 +00:00
blakeross%telocity.com
8c6d09b89b Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2000-11-09 00:06:54 +00:00
mstoltz%netscape.com
e875395364 Fixing bugscape 3109, LiveConnect exploit. sr=jband, brendan.
Fixing 58021, exploit in "open in new window," bug 55237. sr=brendan
2000-11-07 01:14:08 +00:00
blakeross%telocity.com
d647af09b1 Fix 44239, 43714, 48023, 51248: home button d&d, tooltips, prefs, and other cleanup. r=timeless a=alecf 2000-11-04 02:37:51 +00:00
blakeross%telocity.com
bafad0cecf Fix 52541: link dragging no longer works. r=dr sr=alecf 2000-11-03 22:11:52 +00:00
alecf%netscape.com
c3160b6c5c back out my dumb-ass fix for 52519 - it only worked for like a day, then died. 2000-11-03 02:58:58 +00:00
alecf%netscape.com
574fa5d34d part of fix for #46200 - extract wallet from nsIBrowserInstance, and fixup all callers to call
the wallet service directly.. yay!
r=jag, a=ben
2000-11-02 23:00:08 +00:00
blakeross%telocity.com
a07efad3ca Fixing a typo in my last patch... 2000-11-02 02:38:05 +00:00
blakeross%telocity.com
13fafc7130 Fix 58333, 58283, 58354: Middle mouse paste of URL no longer works, shift+click (not alt+click) to save a link, and middle-click/control-click on <AREA> doesn't open in new window. r=ben sr=brendan 2000-11-02 01:31:05 +00:00
ben%netscape.com
b47f424cf7 that previous checkin was r=jrgm, blake, a=alecf 2000-11-01 06:55:19 +00:00
ben%netscape.com
a09b6cfc75 test for the fix for 58551, crash on startup when event listener added twice. 2000-11-01 06:54:19 +00:00
morse%netscape.com
8dc409d1f2 bug 57395, lock icon incorrect after a skin switch, r=dougt, a=hyatt 2000-10-31 07:10:33 +00:00