Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
bugzilla%arlen.demon.co.uk 3450896f3f Bug 289444 Give prefs panels titles a unique name (xpfe patch)
p=giacomo.magnini@portalis.it r=kairo sr=neil.parkwaycc.co.uk a=chofmann
2006-05-17 02:39:53 +00:00
neil%parkwaycc.co.uk d81c6a1cee Bug 245009 pref-history.xul should hit URLBar history through RDF instead of using the urlbarhistory component r=pike sr=alecf 2006-05-17 02:39:21 +00:00
gerv%gerv.net fbb3460483 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-05-17 02:39:15 +00:00
bsmedberg%covad.net e670617eb7 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2006-05-17 02:35:45 +00:00
timeless%mac.com c45d12733c Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless rs=jag 2006-05-17 02:35:16 +00:00
alecf%netscape.com c6cfbfd5f6 bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2006-05-17 02:34:48 +00:00
blakeross%telocity.com e02ca1519e 155712 - remove session history limit pref. r=jrgm sr=ben 2006-05-17 02:33:15 +00:00
blakeross%telocity.com e6c26f07bb 59816 - clear history button should be disabled if all entries have been deleted (redux). r=ben sr=alecf 2006-05-17 02:32:20 +00:00
blakeross%telocity.com 543943727e 99243 - invalid history pref entry is reset to 0, not previous value. r=ben sr=hewitt 2006-05-17 02:32:04 +00:00
blakeross%telocity.com 46537bd278 81061 - implement folder deletion in history.
73927 - use batch deleting for history (a speedup of 30000% for a few hundred items!).

63292 - session additions to global history are lost on a crash.

112308 - 2M history.dat file adds 30% to startup time.

96753 - changing history grouping doesn't update open sidebar panels.

98776 - support context menus on folders in global history.

124665 - can't clear global history after startup if you don't have a homepage.

93233 - with large history, clear history appears to hang.

92613 - shouldn't store chrome uris in global history.

59816 - clear history button should be disabled if history is empty; add count attr to nsIBrowserHistory.

104231 - last typed web location remains after clearing all history.

r=ben sr=alecf
2006-05-17 02:31:57 +00:00
blakeross%telocity.com bce1b3b905 114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2006-05-17 02:31:51 +00:00
blakeross%telocity.com da625bbbfc 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2006-05-17 02:31:28 +00:00
hewitt%netscape.com 514bcf9e53 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2006-05-17 02:31:26 +00:00
jaggernaut%netscape.com df066b5e02 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2006-05-17 02:31:25 +00:00
jaggernaut%netscape.com 6c67a322c8 Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2006-05-17 02:31:17 +00:00
hewitt%netscape.com 509c6c49b0 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2006-05-17 02:30:43 +00:00
timeless%mac.com 1a3a59b383 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2006-05-17 02:30:33 +00:00
blakeross%telocity.com 80c689e6be History does not remember settings (81415). r=kerz sr=alecf a=asa 2006-05-17 02:29:31 +00:00
eddyk%netscape.com 2d3710c761 Bug 70625: complex locked pref FE disabling
r=blake, sr=ben
2006-05-17 02:29:28 +00:00
blakeross%telocity.com 5f836094fa Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2006-05-17 02:29:13 +00:00
disttsc%bart.nl d6b56dd30f Removing prefutilities.js, moving the code in it to where it belongs. bug=73355, r=mao, sr=ben 2006-05-17 02:29:03 +00:00
blakeross%telocity.com 476f40a9ff Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2006-05-17 02:28:51 +00:00
maolson%earthlink.net aae7346c4b fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2006-05-17 02:28:45 +00:00
maolson%earthlink.net c30db46848 bug 56680 - use a xul <stringbundle/> instead of including the strres.js code
first pass through prefs, more to come later.
r=jag, sr=alecf
2006-05-17 02:28:44 +00:00
timeless%mac.com 15e1d9d67e fix Bug 65428 language="javascript" should be type="application/x-javascript"
r=kerz a=ben
2006-05-17 02:28:42 +00:00
radha%netscape.com c2883bee8c Follow up to previous checkin regarding bug # 62651. Remove commented out code. 2006-05-17 02:28:22 +00:00
radha%netscape.com 7897f8441e Fix for Session History growth bug 62651 r=law and several other people, sr=waterson
Put a limit on number entries session History will hold for each browser window/embedding
window
2006-05-17 02:28:21 +00:00
blakeross%telocity.com 2bc3d8a4ca Fix, um, an extension of 60660: bunch of _elementIDs-related JS strict warnings. r=blake sr=alecf 2006-05-17 02:27:56 +00:00
waterson%netscape.com a21fde6da7 Bug 42001. Implement 'clear history'. r=ben,brendan,alecf, sr=shaver 2006-05-17 02:27:45 +00:00
rayw%netscape.com 6f96d2be63 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2006-05-17 02:27:37 +00:00
mcafee%netscape.com 60e0be5aa6 Factoring history prefs into separate pane (5236). a=pavlov 2006-05-17 02:26:21 +00:00