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

162078 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%mozilla.org 9780bc9969 fix for bug #343370. additional scenario where tab scrolling does not handle window resize well. cache the tab strip width and only adjust the tabstrip, scroll and ensure the selected tab is visible if the width changes. r=asaf 2006-07-03 06:46:48 +00:00
sspitzer%mozilla.org 38302d6f2b supplimental fix for bug #343019. tab scrolling does not handle resize and underflow well. r=asaf 2006-07-03 06:07:58 +00:00
mike.morgan%oregonstate.edu cb98b5bdcf Fixed error in template for recommended.tpl. 2006-07-02 23:29:28 +00:00
gavin%gavinsharp.com 5260dbeb94 Bug 331828: Can't inspect windows using DOMi on Mac, patch by Phil Ringnalda <philringnalda@gmail.com>, r=timeless, sr=neil 2006-07-02 22:01:10 +00:00
gavin%gavinsharp.com 54edf1276d Bug 310071: Use system calls to add files to the recent documents folder, r=mconnor, r=bsmedberg 2006-07-02 20:47:53 +00:00
gavin%gavinsharp.com 51bb9db187 Bug 240320 - Use system selection color in tree.css, patch by Stefan <stefanh@bluebottle.com>, r=kmgerich 2006-07-02 20:28:39 +00:00
neil%parkwaycc.co.uk c5f50fc494 Bug 340272 Ensure that tree.columns is always initialised r=enn sr=roc 2006-07-02 20:21:26 +00:00
neil%parkwaycc.co.uk 5d8b110700 Bug 335113 More obvious secure site indication p=zug_treno@yahoo.com r=db48x,jag sr=me 2006-07-02 16:18:58 +00:00
cvshook%sicking.cc cf07d96809 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
bugzilla%standard8.demon.co.uk 0405ae6583 Bug 343317 Some Privacy & Security Preference sections missing in suiterunner builds (Include security pref and page info overlay definitions for suite). r/sr=Neil 2006-07-02 06:50:43 +00:00
bugzilla%standard8.demon.co.uk 61416de04c Bug 343127 SeaMonkey installer doesn't install some icons. r=ajschult,sr=Neil 2006-07-02 06:46:53 +00:00
mattwillis%gmail.com ff2760d0f8 renabling MozillaAlive test and disabling installer 2006-07-02 03:34:34 +00:00
mrbkap%gmail.com ce7f8b4281 Add missing rooting around a call out JS_Enumerate. bug 343290, r=brendan 2006-07-02 03:30:46 +00:00
mrbkap%gmail.com 1c28781a91 Protect against overly-large reallocations. bug 342960, r=brendan a=dveditz 2006-07-02 03:05:06 +00:00
mattwillis%gmail.com 07807927b3 disabling MozillaAlive test for debugging 2006-07-02 02:45:04 +00:00
mattwillis%gmail.com 3e16539a6d bug 332457 - move old xpi icons to xpi folder. r=mvl 2006-07-02 01:55:53 +00:00
mattwillis%gmail.com e3b794ce2f attempting to enable installer again 2006-07-02 01:38:26 +00:00
ajschult%verizon.net 81bf78721e Bug 341436: Address Neil's review nit 2006-07-02 00:39:32 +00:00
sspitzer%mozilla.org bb261a5405 fix for bug #343019, tab scrolling does not handle window resize well
fix for bug #342890, make tab min width 125 px by default (down from 140 px)
  and heed the hidden browser.tabs.tabMinWidth pref.
fix for bug #342385, get the hidden browser.tabs.tabClipWidth pref working.
  It was actually working, but I've changed the default to 115 px to match
  the 125 px default value for the browser.tabs.tabMinWidth pref.

also, some code cleanup and whitespace fixes.

r=mano, ui-r=beltzner
2006-07-02 00:20:10 +00:00
ajschult%verizon.net 25efce09e6 Bug 341436: Don't pass null to GetResource to avoid "ASSERTION: URI is empty: '!aURI.IsEmpty()'" patch by Alex Vincent <ajvincent@gmail.com>, r+sr=Neil 2006-07-01 23:37:34 +00:00
gavin%gavinsharp.com 19a82a5306 Bug 337390: Session restore dialog is scary / confusing. Also fixes bug 342765 (wrong button order in the session restore dialog), patch by Ryan Flint <rflint@dslr.net>, ui-r=beltzner, r=mconnor for the button ordering change 2006-07-01 22:09:18 +00:00
gavin%gavinsharp.com 800620bd05 Bug 198936: "Do you wish to compact..." dialog has no "don't ask me again" checkbox, patch by Jens Bannmann <jens.b@web.de>, r=bienvenu, sr=mscott 2006-07-01 21:48:49 +00:00
shaver%mozilla.org 32945d9619 Bug 302287: support crypto hashes for add-ons; fix installation error for
items that have hashes. patch from mao, r=shaver.
2006-07-01 20:42:36 +00:00
lpsolit%gmail.com 22b451e0c4 Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-07-01 20:01:52 +00:00
igor.bukanov%gmail.com 6f64341bcc Bug 322135: the length setter for array tries to detect a sparse array and enumerate over properties to remove elements beyond the array length. r=mrbkap,sr=brendan 2006-07-01 19:58:44 +00:00
igor.bukanov%gmail.com 9c67473b07 Bug 343228: Fixing array_sort to always free the temporary array. r=mrbkap 2006-07-01 19:52:32 +00:00
gavin%gavinsharp.com af63d0dbc2 Bug 343278, Hitting delete in the password manager doesn't delete the password, patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2006-07-01 19:31:15 +00:00
igor.bukanov%gmail.com 2317062306 Bug 341956: Reorder id allocation to avoid delays with their access. r=mrbkap,sr=brendan 2006-07-01 19:29:34 +00:00
gavin%gavinsharp.com 4761223002 Bug 341437: No user feedback when adding new search engine fails URL checks, patch by Michael Wu <michael.wu@mozilla.com>, r=me/mconnor 2006-07-01 17:12:03 +00:00
mkanat%bugzilla.org 00630230bd Bug 343248: SQL query to get all keywords with bug count is duplicated in editkeywords.cgi and describekeywords.cgi
Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave
2006-07-01 16:45:54 +00:00
mkanat%bugzilla.org e33a465cf4 Bug 343166: $template->process leaks 512K of RAM per call under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-07-01 16:10:14 +00:00
hwaara%gmail.com a3a029b509 Make newserver.js be preprocessed. Fixes bug 343223 and bug 343318. Patch by Regis Caspar <regis.caspar+bz@gmail.com>. r=Mano 2006-07-01 12:55:37 +00:00
neil%parkwaycc.co.uk db75d5bea0 Adding comment for previous change, no bug. 2006-07-01 12:50:00 +00:00
neil%parkwaycc.co.uk 1af29581bd Make xpfe prefwindow work in suiterunner b=342087 r+sr=jag 2006-07-01 12:19:53 +00:00
tor%cs.brown.edu 76cfc2ad30 Backout of bug 339237. 2006-07-01 07:44:49 +00:00
bzbarsky%mit.edu ca8d1d91fc Add unit tests for getElementsByTagName, getElementsByTagNameNS, and
getElementsByAttribute.  No bug, just checking in regression tests.
2006-07-01 07:13:19 +00:00
mattwillis%gmail.com 6a2fa7d37b disabling NSIS installer due to orange tboxwq 2006-07-01 05:50:19 +00:00
aaronleventhal%moonset.net e815f2841a Bug 339565. Gogle.com textfield autocomplete shows unexpectedly with GOK. Patch by Nian Liu. r=aaronlev, sr=neil 2006-07-01 04:02:03 +00:00
aaronleventhal%moonset.net 613a2b63b2 Bug 342979. Role attribute should be recognized in XHTML 1.x namespace. r=pilgrim, sr=neil 2006-07-01 03:52:29 +00:00
kaie%kuix.de 879d6a06e6 Follow up checkin for bug 336944,
address Darin's additional review comments.
2006-07-01 03:33:43 +00:00
aaronleventhal%moonset.net 2e03d30048 Bug 339237. Fix accessible menu events regression. r+sr=bz, for UI r=neil, mano 2006-07-01 03:30:58 +00:00
kaie%kuix.de 51ca3e80da Additional checkin for bug 236933, Patch 5 - strings,
in order to improve the error messages on weak crypto sites.
ui-r=beltzner, r=rrelyea
2006-07-01 03:18:34 +00:00
kaie%kuix.de d25523b547 Bug 343230, When retrying on TLS intolerance sites, use SSL v2 compatible hellos
r=rrelyea
2006-07-01 03:11:21 +00:00
kaie%kuix.de 3143f9b6ec Bug 324474, Revoked S/MIME certificate difficult to detect in received messages
r=rrelyea
2006-07-01 02:46:44 +00:00
ajschult%verizon.net e17f7d5e43 Bug 334257: Need to include thebes in installer packages. r=cbiesinger 2006-07-01 01:16:38 +00:00
mattwillis%gmail.com b14620ec1c enabling NSIS installer after fix of bug 343218 2006-07-01 00:37:55 +00:00
rhelmer%mozilla.com cad5bedffb ability for tinderbox to pull and unpack prebuilt binaries, b=342783, r=preed 2006-07-01 00:24:46 +00:00
rhelmer%mozilla.com 974c723eed graph_time should only be pulled once per run, b=342767, r=preed 2006-07-01 00:00:42 +00:00
dougt%meer.net 139e85228f Fixing build bustage when building minimo non en-us on ce without MOZ_PSM. r=axel 2006-06-30 23:09:15 +00:00
martijn.martijn%gmail.com 562a1bbe7a Bug 343281 - nsIFileInputStream/nsIFileOutputStream::Init - document the special -1 value for ioFlags and perm params, patch by Nickolay Ponomarev. r=cbiesinger, sr=darin 2006-06-30 23:06:20 +00:00