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

169201 Коммитов

Автор SHA1 Сообщение Дата
hewitt%netscape.com c9ac332333 83457 - Text overflow handling of URL bar search popup, r=ben, sr=hyatt 2006-09-14 06:00:58 +00:00
hyatt%netscape.com eb432bdf66 Fix to convert property to field. 106153. r=hixie, sr=hewitt 2006-09-14 06:00:57 +00:00
timeless%mac.com 20f00ca96b Bug 120282�javascript error in metadata.js (Link Properties doesn't work)
patch by neil.marshall@sympatico.ca r=timeless sr=alecf a=asa
2006-09-14 06:00:56 +00:00
hyatt%netscape.com bc01c0a0b8 Turn off favicon.ico and remove support for turning it on from the UI. r=hixie, sr=ben, a=asa 2006-09-14 06:00:55 +00:00
hyatt%netscape.com 6b0e0d0ad9 Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt 2006-09-14 06:00:54 +00:00
pchen%netscape.com c3d26e13d4 bug 14824, r=rjc, sr=blake, add timeout at end of Startup() which will call nsBookmarksService::ReadBookmarks() 2006-09-14 06:00:53 +00:00
rods%netscape.com 4d0d5a4094 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2006-09-14 06:00:52 +00:00
rods%netscape.com 4a740f3f4d Removing the Print Preview option from the menu
Bug 107562
2006-09-14 06:00:51 +00:00
rods%netscape.com b84ba508c5 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2006-09-14 06:00:50 +00:00
ben%netscape.com bfb076a178 108595 - prevent a duplicate load of contentAreaContextOverlay.xul which is causing problems for image blocking, and remove an unused script include. r=kerz, sr=blake 2006-09-14 06:00:49 +00:00
bryner%netscape.com 28b3b788b4 Adding the XUL tabindex test to the debug menu. r=hyatt. 2006-09-14 06:00:48 +00:00
blakeross%telocity.com 38219d9f6b 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-09-14 06:00:47 +00:00
bzbarsky%mit.edu 1d83ba2e78 Fix variable name to make "Wrap Long Lines" pref work correctly once
again.  Bug 110594, r=timeless, sr=jst
2006-09-14 06:00:46 +00:00
bnesse%netscape.com a981668de3 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2006-09-14 06:00:45 +00:00
law%netscape.com e6d668e04d Fix for bug 104910; change default for Don't ask me this again checkbox on Quick Launch dialog; r=pchen, sr=blake 2006-09-14 06:00:44 +00:00
jaggernaut%netscape.com 54dba6f004 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2006-09-14 06:00:43 +00:00
jaggernaut%netscape.com 7697735d77 Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2006-09-14 06:00:42 +00:00
gerv%gerv.net fe92ab62ee Image Properties window should have image dimensions info - bug 82307. r=sicking, sr=blake. 2006-09-14 06:00:41 +00:00
bnesse%netscape.com 40599fe98f Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2006-09-14 06:00:40 +00:00
bnesse%netscape.com 6d2b00dcb9 Fix for bug 103883/106273. Bad JS broke theme switching. r=jag, sr=alecf 2006-09-14 06:00:39 +00:00
bbaetz%cs.mcgill.ca dfed7a46c9 bug 92892. Remove DOM Viewer from the debug menu, since its confusing
people, and isn't even in the tree any more.
r=bz, sr=darin
2006-09-14 06:00:38 +00:00
hyatt%netscape.com 734adc1d61 Fix for tabbrowser not being localizable as well as fixes to expose Closing of tabs via CTRL+W and the top-level menus. r=jag, sr=jst 2006-09-14 06:00:37 +00:00
hyatt%netscape.com ddecf52ed3 Fix for tabbrowser not being localizable as well as fixes to expose Closing of tabs via CTRL+W and the top-level menus. r=jag, sr=jst 2006-09-14 06:00:36 +00:00
hyatt%netscape.com 010feac3eb Add support for CTRL+w closing the curren tab in multi-tabbedm ode. sr=ben, r=hewitt 2006-09-14 06:00:35 +00:00
bnesse%netscape.com b154c13b46 Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2006-09-14 06:00:34 +00:00
jaggernaut%netscape.com 10388d6226 Bug 105973: s/Observe/observe/ 2006-09-14 06:00:33 +00:00
pchen%netscape.com 24fcf4ac78 *** empty log message *** 2006-09-14 06:00:32 +00:00
ben%netscape.com 6652dc7bcf 101131 - Bookmarks Menu on personal toolbar is empty.
Not the best fix but will do for short term. Comments added
detailing proposed better solution.
r=kerz, sr=hewitt
2006-09-14 06:00:31 +00:00
gerv%gerv.net b102dff520 Bug 103082 - re-enable links toolbar, hidden by default, in such a way that it has no perf. impact when hidden. Patch by sballard@netreach.net, r=gerv, sr=hyatt, a=asa. 2006-09-14 06:00:30 +00:00
gerv%gerv.net 1660fe3ec8 Auto-show for the Links Toolbar. Bug 102832. Patch by sballard@netreach.net (Stuart Ballard). r=gerv, sr=hewitt, a=asa. 2006-09-14 06:00:29 +00:00
stephend%netscape.com 16a1220140 Bug 114321. hreflang handling broken in site navigation bar (links toolbar). Patch by Boris Zbarsky <bzbarsky@mit.edu> r=tim, sr=jag 2006-09-14 06:00:28 +00:00
gerv%gerv.net 3faf158123 Adding missing contributor - Henri Sivonen <henris@clinet.fi>. Bug 87428 again.
While I'm here, the credit for the links toolbar in my last checkin comment should have gone to Christopher Hoess <choess@stwing.upenn.edu>, Eric Hodel <drbrain@segment7.net> and Tim Taylor <tim@tool-man.org>, as well as anyone else who contributed ideas and suggestions.
2006-09-14 06:00:27 +00:00
hyatt%netscape.com 42ef201736 fix for 103082, disable link toolbar, r=doron, sr=hewitt, a=asa 2006-09-14 06:00:26 +00:00
gerv%gerv.net 0c468f6e28 Links toolbar. Bug 87428. r=bzbarsky, sr=hewitt. At last! 2006-09-14 06:00:25 +00:00
bzbarsky%mit.edu f258de00ac Fix JS error opening view source. Checking in for timeless
<timeless@mac.com>, r=me, sr=darin
2006-09-14 06:00:24 +00:00
bzbarsky%mit.edu f095215a5a Change observes= to command=. Bug 39389 (view source context menus).
sr=blake, r=doron
2006-09-14 06:00:23 +00:00
bzbarsky%mit.edu 8adafd69ed Add a context menu to viewsource. Bug 39389, patch by Doron
<doronr@naboonline.com>, r=bzbarsky, sr=alecf
2006-09-14 06:00:22 +00:00
bryner%netscape.com 788833bc5e Enable full-screen mode for unix. Bug 126685, r=blizzard, sr=sfraser, a=asa. 2006-09-14 06:00:21 +00:00
ben%netscape.com 732d05dd26 108816 - add back removed navigation bindings for Windows only. r=waterson, sr=hewitt 2006-09-14 06:00:20 +00:00
gerv%gerv.net ea17a4e01e Remove IE-parity Backspace and Shift-Backspace bindings because they confuse unders. Bug 69981. r=jag, sr=blake. 2006-09-14 06:00:19 +00:00
disttsc%bart.nl 9c14254453 Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2006-09-14 06:00:18 +00:00
stephend%netscape.com 9781d51e70 Bug 100509. JS strict warning (re-declaration) r=doron, sr=blake 2006-09-14 06:00:17 +00:00
bzbarsky%mit.edu 1cfa4acbff Add line-wrapping capability to the view source window. Bug 22022,
r=bzbarsky, sr=alecf
2006-09-14 06:00:16 +00:00
rbs%maths.uq.edu.au 3f4c54aad1 Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst 2006-09-14 06:00:15 +00:00
jaggernaut%netscape.com 243670523d Fix spelling of "isContentPrefered" parameter. sr=hewitt 2006-09-14 06:00:14 +00:00
rpotts%netscape.com bf5c4c7b49 bug #99627 (r=valeski@netscape.com, sr=mscott@netscpae.com). Freeze the nsIURIContentListener interface... 2006-09-14 06:00:13 +00:00
jaggernaut%netscape.com 3939a8e7eb Remove trailing comma (js strict warning) 2006-09-14 06:00:12 +00:00
hewitt%netscape.com 6c7f5c4312 99235 - Bogus URL's added to urlbar history will corrupt localstore.rdf (patch by jrgm), r=jag, sr=hewitt 2006-09-14 06:00:11 +00:00
blakeross%telocity.com 2cfa471057 Javascript urls from dropdown don't replace location box (69095). r=kerz sr=ben 2006-09-14 06:00:10 +00:00
blakeross%telocity.com 667eb93f51 Workaround 'urlbar not responsive to enter' problem (90337). sr=alecf 2006-09-14 06:00:09 +00:00