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

165008 Коммитов

Автор SHA1 Сообщение Дата
mvl%exedo.nl 31efc480f2 Add a way to manually show a single blocked pop-up window. Pass the features of the window.open() call in DOMPopupBlockedEvent.
Bug 198846, r=danm, sr=jag
2006-07-27 14:58:06 +00:00
dwitte%stanford.edu 1b708699bd remove preference imageblocker.enabled.
b=208882, patch by mconnor@myrealbox.com, r=mvl, sr=alecf.
2006-07-27 14:58:05 +00:00
dwitte%stanford.edu 94b0d06db4 implement session cookie UI. thanks to mconnor for the patch!
b=225857, p=mpconnor@myrealbox.com, r=neil, sr=alecf
2006-07-27 14:58:04 +00:00
mvl%exedo.nl 6f31ef4277 Put back a line that shouldn't have been removed for bug 161130 2006-07-27 14:58:03 +00:00
timeless%mozdev.org 1a1521d08d Bug 205541 Selecting "Unblock Cookies..." while on a site that you'd previously blocked allows the site to set cookies rather than just removing the block
patch by mpconnor@rogers.com r=neil sr=alecf
2006-07-27 14:58:02 +00:00
neil%parkwaycc.co.uk c85ee0d70d Bug 182359 only open one manager window of each type r=dwitte sr=darin 2006-07-27 14:58:01 +00:00
neil%parkwaycc.co.uk c3ba49798c Bug 231499 Cookie manager could only delete contiguous selections r=dwitte sr=darin 2006-07-27 14:58:00 +00:00
neil%parkwaycc.co.uk 1da6373144 Bug 215656 Cookie and Popup managers don't update scrollbar correctly r=mvl/dwitte sr=bryner 2006-07-27 14:57:59 +00:00
timeless%mozdev.org d9f4e65594 Bug 220451 - Popup Manager's "Allowed Sites" dialog doesn't persist size and position
patch by borggraefe@despammed.com r=neil sr=alecf
2006-07-27 14:57:58 +00:00
timeless%mozdev.org c05e0f7e3c Bug 231831 About Popups doesn't load pref panel on Yes.
patch by r=neil sr=jag
2006-07-27 14:57:57 +00:00
neil%parkwaycc.co.uk edae350aae Bug 220460 "About Popups" dialog should autosize and not be resizable p=borggraefe@despammed.com r=me sr=bienvenu 2006-07-27 14:57:56 +00:00
timeless%mozdev.org 32afb2df88 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2006-07-27 14:57:55 +00:00
timeless%mozdev.org d7e5cde3b7 Bug 228397 Warning ``assignment to undeclared variable uri'' [xs] in file ``chrome://cookie/content/cookieContextOverlay.xul'', line 53, character 0.
r=dwitte sr=bz
2006-07-27 14:57:54 +00:00
dwitte%stanford.edu eb342bc1ea Bug 212284: Adding a web site to allowed popup site list crashes Mozilla [@ nsPermissionManager::Add ]
fixing a crasher regression from yesterday's landing of bug 209475.

patch by mvl; r=dwitte, sr=bz, a=dbaron.
2006-07-27 14:57:53 +00:00
dwitte%stanford.edu 295f25ea45 Bug 209475: Make nsIPermissionManager more flexible for extensions.
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.

Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).

patch by mvl; r=dwitte, sr=bz.
2006-07-27 14:57:52 +00:00
shliang%netscape.com e9f61f1d2a 208357 - image manager menuitem needs to be removed for ns builds on mac osx. r=sgehani, sr=jag 2006-07-27 14:57:51 +00:00
shliang%netscape.com c998c0e1fe 195924, 195921, 195928 - popup blocking changes to use whitelisting only and provide info dlg when popup first encountered. r=danm, sr=jag. 2006-07-27 14:57:50 +00:00
bzbarsky%mit.edu cf68b70e83 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2006-07-27 14:57:49 +00:00
jshin%mailaps.org afe33b46ed bug 215797 (by mistake, ff part was not checked in and mozilla part was checked in with 'dump()') r=bsmedberg, sr=darin, moa=bryner 2006-07-27 14:57:48 +00:00
jshin%mailaps.org 224716d89b bug 215797 : can't open an entry with IDN in History (r=bsmedberg, sr=darin, moa=bryner) 2006-07-27 14:57:47 +00:00
cbiesinger%web.de e88f47dc72 Bug 230349
Adding multiple history entries to bookmarks fails and context menu reads
      "Bookmark this Page(L)"
patch by durbacher@gmx.de (Andreas Kunz) r=neil.parkwaycc.co.uk sr=alecf
2006-07-27 14:57:46 +00:00
neil%parkwaycc.co.uk 4605540011 Bug 60245 no tooltips for "title" attribute in sidebar r=timeless sr=jag 2006-07-27 14:57:45 +00:00
timeless%mozdev.org 7021553db7 Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
patch by doronr@us.ibm.com r=timeless sr=jag
2006-07-27 14:57:44 +00:00
tor%cs.brown.edu 574b7fab7a Bug 225490 - netscape search plugin no longer functioning.
patch by timeless, r=caillon, sr=alecf, a=tor
2006-07-27 14:57:43 +00:00
jshin%mailaps.org b107fd4371 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2006-07-27 14:57:42 +00:00
bzbarsky%mit.edu d8b2d209ec Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2006-07-27 14:57:41 +00:00
timeless%mozdev.org c445fdfa6a Bug 223336 Cannot perform search from sidebar
suggestion by zack-weg@gmx.de r=neil sr=bz a=asa
2006-07-27 14:57:40 +00:00
neil%parkwaycc.co.uk 0f2ff8dec2 Bug 206464 Advanced search sidebar does not remember your chosen engines
Bug 212703 Advanced search sidebar does not display custom categories
r=varga
sr=alecf
2006-07-27 14:57:39 +00:00
cbiesinger%web.de eb0b3bf0be 205440 patch by kd-moz@tprac.de r=shliang sr=jag JavaScript error in internetresults.xul/.js 2006-07-27 14:57:38 +00:00
cbiesinger%web.de ddafe08d43 Bug 133590
[RFE] in history, add right-click > open in new tab
patch by durbacher@gmx.de (Andreas Kunz) r=neil.parkwaycc.co.uk sr=alecf
2006-07-27 14:57:37 +00:00
neil%parkwaycc.co.uk 0ed3d7257d Supplementary patch in bug 227053 fixing exception when switching group mode r=timeless sr=alecf 2006-07-27 14:57:36 +00:00
neil%parkwaycc.co.uk 3e3687c7d6 Bug 227053 history sidebar issues: gHistoryStatus has no properties; correctly extract the hostname from a url; don't leak observers r=timeless sr=alecf 2006-07-27 14:57:35 +00:00
cbiesinger%web.de 76d871ba8d Bug 230357 gHistoryGrouping in history.js is not updated
patch by durbacher@gmx.de (Andreas Kunz)
neil.parkwaycc.co.uk: review+
alecf: superreview+
2006-07-27 14:57:34 +00:00
neil%parkwaycc.co.uk 200199b07e Bug 144158 No Group by Site option in History r=timeless sr=alecf 2006-07-27 14:57:33 +00:00
neil%parkwaycc.co.uk 420108d297 Bug 135717 Cannot add sidebar panels if they are corrupt or there are no current panels r=varga sr=alecf 2006-07-27 14:57:32 +00:00
neil%parkwaycc.co.uk 0da8b90eb9 Bug 135717 can't customize sidebar if all tabs are deleted r=varga sr=jag 2006-07-27 14:57:31 +00:00
neil%parkwaycc.co.uk a69e566549 Bug 50223 Clicking on a sidebar tab should set focus to its content r=pch sr=alecf 2006-07-27 14:57:30 +00:00
tingley%sundell.net feb3986e50 bug 217340: checkmarks missing from sidebar tabs menu
r=rjc, sr=bz, a=asa
2006-07-27 14:57:29 +00:00
tingley%sundell.net f5ef1cf95e Fix the broken tabs menu in the sidebar, and clean up a related idiom in
the prefs window.  bug 211088: r=rjc, sr=bz, a=asa.
2006-07-27 14:57:28 +00:00
varga%netscape.com 686381521f Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2006-07-27 14:57:27 +00:00
neil%parkwaycc.co.uk cf15c8ab25 Bug 150158 clean up after nsIFile.delete was renamed to .remove p=stevechapel@earthlink.net r=shliang sr=brendan a=asa 2006-07-27 14:57:26 +00:00
shliang%netscape.com b73ea3b487 bugs 195213, 202174. no content in sidebar on uncollapsing when collapsed on startup, make sidebar deal with missing panels. r=sgehani, sr=jag 2006-07-27 14:57:25 +00:00
shliang%netscape.com fec6b67b9f 73962 - sidebar overlaps icons in statusbar. r=varga, sr=jag. 2006-07-27 14:57:24 +00:00
shliang%netscape.com 918b8601d7 195213 - sidebar does not load when opened if collapsed on startup - r=sspitzer, sr=jag 2006-07-27 14:57:23 +00:00
sspitzer%netscape.com a104e4f688 supplimental fix for #198522
r/sr=jag
2006-07-27 14:57:22 +00:00
shliang%netscape.com ec44f1765d 198522 - sidebarOverlay.js changes used for changing sidebar default to closed in ns. r=sgehani, sr=jag 2006-07-27 14:57:21 +00:00
kyle.yuan%sun.com 8244001da6 Bug 186515 no content in sidebar
r=shliang, sr=jaggernaut, a=asa
delayed call to sidebarObj.panels.refresh()
2006-07-27 14:57:20 +00:00
neil%parkwaycc.co.uk 67eeb82c16 Bug 190939 JS error and strict warning in sidebarOverlay.js r=shliang sr=alecf a=asa 2006-07-27 14:57:19 +00:00
shliang%netscape.com 087f846686 bug 134345 - sidebar button. r=sgehani, sr=jag 2006-07-27 14:57:18 +00:00
cbiesinger%web.de 839dd74dbe 77345 patch by Erich.Iseli@Iseli.org r=sgehani,rjc sr=jag
browser window can't display too many multiple search engines at once
2006-07-27 14:57:17 +00:00