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

7675 Коммитов

Автор SHA1 Сообщение Дата
ginn.chen@sun.com 1dd8611fbb Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible objectpatch by nian.liu at sun.com r=surkov.alexander sr=neil 2007-05-15 02:46:06 -07:00
allan@beaufour.dk a64a29d48a Change namespace to aNamespame to avoid reserved C++ keyword. Bug 380125, r=gavin, patch by tom.germeau@gmail.com 2007-05-15 01:18:09 -07:00
mattwillis@gmail.com 3369b8cddf bug 358285 - Fixes copy/paste error so that only one Password Manager window can be open at a time. r=gavin 2007-05-14 22:55:24 -07:00
philringnalda@gmail.com 1a1e6700b1 Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano 2007-05-14 22:55:24 -07:00
gavin@gavinsharp.com b4db25a942 Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest 2007-05-14 22:55:24 -07:00
bugzilla@standard8.demon.co.uk 7753f1a5bb Bug 349438 (bug 266945 enhanced / followup) add title and set default button to no for the remove all password manager confirm prompt. p=Serge Gautherie <gautheri@noos.fr>,r=mconnor 2007-05-14 22:55:23 -07:00
martijn.martijn@gmail.com d88a0be770 Bug 358120 - add id attributes to passwordManager.xul, r=gavin.sharp 2007-05-14 22:55:23 -07:00
gavin@gavinsharp.com 88b733eed0 Bug 343278, Hitting delete in the password manager doesn't delete the password, patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2007-05-14 22:55:22 -07:00
mozilla.mano@sent.com dc1e598373 Bug 266945 - Add confirm prompt for 'Remove All' operation in Password Manager. r+a181=mconnor. 2007-05-14 22:55:21 -07:00
gavin@gavinsharp.com 4d0ece1685 Bug 324063: "passwords never saved" is too hard to find, so move it into it's own window, r=mconnor, ui-r=beltzner 2007-05-14 22:55:20 -07:00
bsmedberg@covad.net a47fa5ca9e Bug 281988 - Chrome registry supports for the xpcnativewrappers=yes flag. Chrome packaging fixup to apply the xpcnativewrappers=yes flag to our application chrome packages for ffox/tbird. This also stops the repackaging of thunderbird chrome. r=mscott+bz a=drivers 2007-05-14 22:55:23 -07:00
aaronleventhal@moonset.net add04582eb Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente 2007-05-14 22:55:21 -07:00
gavin@gavinsharp.com 687cfe7ecf Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor 2007-05-14 22:55:20 -07:00
mozilla.mano@sent.com 7a192c590b Bug 284096 - Useless Cancel button in View Saved Passwords dialog. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor 2007-05-14 22:55:19 -07:00
db48x@yahoo.com 7be7d110fc bug 296662: Javascript strict warnings in preferences dialogpatch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa 2007-05-14 22:55:19 -07:00
marco@gnome.org 4f5ab34ff2 Bug 233461 Add button icons on the new preferences dialogr=mconnor 2007-05-14 22:55:18 -07:00
ben@bengoodger.com 03073f09a6 283871 - password manager does not resize vertically... add flex to content box. Patch by Mook <mook.moz@gmail.com> r=me 2007-05-14 22:55:17 -07:00
ben@bengoodger.com c3aaea2dac 274712 - new options dialog 2007-05-14 22:55:16 -07:00
gerv@gerv.net 4f376606fb Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-05-14 22:55:15 -07:00
ben@bengoodger.com 54066b4263 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2007-05-14 22:55:17 -07:00
bryner@brianryner.com e6ba6d5c16 skip signon entries that don't decrypt properly 2007-05-14 22:55:16 -07:00
steffen.wilberg@web.de 3fd9fc1f48 Bug 239241 - (seamonkey port) option to show/display saved passwords. r=bryner 2007-05-14 22:55:14 -07:00
varga@nixcorp.com fd7ca94205 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2007-05-14 22:55:14 -07:00
bryner@brianryner.com 79b321d847 Persist size/position and column widths for password manager dialog. Bug 217147, patch by steffen.wilberg@web.de, r=me 2007-05-14 22:55:13 -07:00
bryner@brianryner.com 383fb3052f port fix to sort strings case-insensitively, bug 220067 2007-05-14 22:55:12 -07:00
bryner@brianryner.com e4c449f3fd Make removal of stored logins play nicer with the tree widget. Do a (batched) notification of the treeBoxObject that the row count is changing when deleting one or more stored logins. Also do a rowCountChanged notification when removing all stored logins. 2007-05-14 22:55:11 -07:00
bryner@brianryner.com 991aa3a08f Lots of changes and bugfixes: - Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form. - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry. This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.- Clean up prefill logic so that multiple forms on a page could be prefilled.- Fix bug where the last input was used as the username field, instead of the input just before the password.- Make sure we write out all entries for each realm.- Make sure we include all entries in each realm when returning an enumerator.- Remove some form manager cruft I missed in passwordManager.js. 2007-05-14 22:55:10 -07:00
bryner@brianryner.com d91c421bce Adapt wallet's password manager UI (removing the form manager bits). Split into content and locale directories and add contents.rdf files for passwordmgr chrome package. 2007-05-14 22:55:09 -07:00
bryner@brianryner.com 232156b8c7 passwordmgr.properties, not satchel.properties 2007-05-14 22:55:20 -07:00
bryner@brianryner.com a8641c2d14 Initial add of new (work-in-progress) password manager implementation. Not part of the build. 2007-05-14 22:55:19 -07:00
mozilla.mano@sent.com 1229e4399d Bug 372508 part 2 - remove folderId getter. r=sspitzer. 2007-05-14 14:56:38 -07:00
mozilla.mano@sent.com 494310d71e Bug 376650 - Sort by keyword support. r=sspitzer. 2007-05-14 14:47:59 -07:00
mozilla.mano@sent.com 6859032846 Bug 380505 - Simplify and optimize mDBGetChildren. r=sspitzer. 2007-05-14 14:42:57 -07:00
wr@rosenauer.org a036ae875f Bug 378136 - changed passwords not saved for existing entry, r=mconnor 2007-05-14 04:01:57 -07:00
aaronleventhal@moonset.net 22a6e18f60 Associate label with textbox in find bar. r=mano 2007-05-13 19:23:02 -07:00
asqueella@gmail.com 8dc6a9db6f Bug 371276 - In Find toolbar, all buttons should be in Tab orderp=Nian Liu <nian.liu@sun.com>r=mano, ui-r=beltzner 2007-05-13 08:53:53 -07:00
asqueella@gmail.com 5bfb93ec88 Bug 369097 - Only escape % in to-be-evaluated JavaScript codep=Simon Bunzli <zeniko@gmail.com>r=gavin, sr=neil 2007-05-13 08:48:43 -07:00
asqueella@gmail.com a9a6d09c03 Bug 374320 - add a label and an accesskey for the 'code' textbox in the Error Consolep=Cedric Corazza <cedric.corazza@wanadoo.fr>r=mconnor 2007-05-13 05:37:19 -07:00
asqueella@gmail.com 610a41a7d3 Bug 380422 - The evaluating iframe may contain nuts (and other remainders)p=Simon Bunzli <zeniko@gmail.com>r=gavin, sr=neil@parkwaycc 2007-05-13 04:36:50 -07:00
mozilla.mano@sent.com 20daf662dd Bug 365551 - Auto-case mode erroneously shows Match Case box sometimes. r=gavin. 2007-05-12 23:27:11 -07:00
mozilla.mano@sent.com bc95c8b26c Bug 380437 - 'Set as bookmarks toolbar folder' doesn't stick after restart. r=sspitzer. 2007-05-11 17:00:25 -07:00
ted.mielczarek@gmail.com 30ee546aae removing trailing slash, causing build bustage for some people 2007-05-11 13:48:29 -07:00
enndeakin@sympatico.ca 4ad6405ae0 Bug 325342, implement places sort bookmark folder by name command, r=dietrich,mano 2007-05-11 12:06:57 -07:00
gavin@gavinsharp.com 053c39ecab Bug 238898: Allow evaluating the same expression multiple times from the error console, patch by Simon Bünzli <zeniko@gmail.com>, r=me, sr=neil 2007-05-11 11:33:42 -07:00
mozilla.mano@sent.com dff232a310 Bug 380317 - crash on shutdown in nsPlacesImportExportService::WriteContainerContents(), mLivemarkService is null. r=sspitzer. 2007-05-10 16:52:47 -07:00
mozilla.mano@sent.com f3d26cfdc0 Bug 372508 - compact the bookmark APIs - part 1. r=sspitzer. 2007-05-10 11:18:34 -07:00
mozilla.mano@sent.com 2e34341021 Bug 379211 - Use item IDs for annotating bookmark/folder items rather than place: URIs. r=dietrich. 2007-05-10 01:05:19 -07:00
enndeakin@sympatico.ca 5481c3ab31 Bug 371260, cleanup of <radio> code, r=neil 2007-05-09 06:43:26 -07:00
dietrich@mozilla.com 29ce3c5c38 follow-up to bug 379986 (r=sayrer) 2007-05-08 18:51:39 -07:00
dietrich@mozilla.com f4ffab54e0 Bug 379986 make bookmark folders use ids from the moz_bookmarks table (r=mano) 2007-05-08 18:19:12 -07:00
sspitzer@mozilla.org 2344205dbd fix for bug #372051: problems when moving a livemark containerr=mano. Thanks to onemen.one@gmail.com for the patch. 2007-05-08 14:19:39 -07:00
ted.mielczarek@gmail.com 33e9d9dc50 bug 379518 - sync to breakpad svn revision 162. r=bsmedberg 2007-05-08 12:29:41 -07:00
ted.mielczarek@gmail.com d3e9dd7ab6 bug 379290 - add some environment variables to support use in automated testing - add MOZ_CRASHREPORTER_NO_REPORT. r=bsmedberg 2007-05-08 08:15:20 -07:00
joshmoz@gmail.com 09d3163be2 HTML content buttons are unnecessarily wide. b=376816 r=mano sr=roc 2007-05-07 19:14:03 -07:00
joshmoz@gmail.com d7a4940c96 remove support for NS_THEME_BUTTON_SMALL, fix up toolkit consumer. b=379542 r=cbarrett r=mano sr=roc 2007-05-07 18:20:11 -07:00
mozilla.mano@sent.com 7c6b0bdbf5 Bug 374982 - The enabled state of the copy command is incorrect in few edge cases. r=gavin. 2007-05-07 17:50:09 -07:00
ted.mielczarek@gmail.com 1e78055199 bug 379518 - sync up with breakpad svn, yet again. sync to breakpad svn revision 159. r=mento 2007-05-07 13:48:30 -07:00
ted.mielczarek@gmail.com 9ae83b0619 bug 379518 - sync up with breakpad svn, to revision 157. r=mento 2007-05-06 18:03:38 -07:00
kjh-5727@comcast.net c693e38ac1 Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi. 2007-05-06 04:29:41 -07:00
rob_strong@exchangecode.com 8e3ceef73d Win32 only - Bug 369221: Fails to install with xpicleanup error message. r=sspitzer, sr=mscott for Thunderbird 2007-05-03 16:40:54 -07:00
sayrer@gmail.com 1cde6b4bd7 bug 379651. mac exception handler reads utf8 path into utf16 string. r=ted.mielczarek 2007-05-03 15:58:50 -07:00
benjamin@smedbergs.us a504b37891 Bug 377088 - Add additional query string when the user explicitly checks for updates, to make server-side of automatic update checks possible, r=ssptizer+morgamic 2007-05-03 06:36:11 -07:00
dietrich@mozilla.com c750272f29 Bug 376008 bookmarks html import/export needs to move to /browser (r=mano) 2007-05-03 01:56:41 -07:00
joshmoz@gmail.com 35f0c6352c [re-landing] allow buttons to render at smaller sizes than Mac OS X itself will draw using HITheme. Also fixes 376695, allow buttons to accept padding. b=379297 r=cbarrett r=mano sr=pinkerton 2007-05-02 16:47:53 -07:00
gijskruitbosch@gmail.com 1aa887465e Bug 378785 - Crash on launch for nightly builds in Growl code (take 2)r=benjamin@smedbergs.us (Benjamin Smedberg)p=comrade693+bmo@gmail.com (Shawn Wilsher) 2007-05-02 13:16:31 -07:00
gavin@gavinsharp.com 34896b99b0 Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg 2007-05-02 13:13:33 -07:00
gavin@gavinsharp.com 146ae0ff54 Bug 345561: remove unneeded try/catch, patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=me 2007-05-02 13:09:02 -07:00
asqueella@gmail.com fc7e5a1432 Bug 318331 - Default build does not support Xinerama - detect support at runtimep=Sylvain Pasche <sylvain.pasche@gmail.com>r+sr=roc 2007-05-02 13:07:32 -07:00
gavin@gavinsharp.com 2754c5bda0 Bug 356673: Whitespace and alignment fixes for l10n files, patch by Hendrik Maryns <hendrik.maryns@uni-tuebingen.de>, r=me 2007-05-02 12:10:40 -07:00
dietrich@mozilla.com 3f11822c26 Bug 379218 moz_annos table is created w/o the type column (r=mano) 2007-05-02 12:07:57 -07:00
ted.mielczarek@gmail.com 62f42cf38e bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try 2007-05-02 11:45:36 -07:00
asqueella@gmail.com 9cc6274988 bug 379439 - When closing error console: assertion "XPConnect is being called on a scope without a 'Components' property!"add matching removeController() call to the binding's destructor.r=mano 2007-05-02 05:23:59 -07:00
sayrer@gmail.com a11d15c226 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
roc+@cs.cmu.edu aef474d2ac Backing out patch since it broke 3 mochitests and no-one's around to babysit. 2007-05-01 16:54:55 -07:00
ted.mielczarek@gmail.com 6a01400914 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
ted.mielczarek@gmail.com d53c576af8 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:31:52 -07:00
bzbarsky@mit.edu 9a5db57b2f Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
joshmoz@gmail.com 77b8540328 allow buttons to render at smaller sizes than Mac OS X itself will draw using HITheme. Also fixes 376695, allow buttons to accept padding. b=379297 r=cbarrett r=mano sr=pinkerton 2007-05-01 14:52:22 -07:00
dietrich@mozilla.com 502d1a7320 Bug 378820 Crash in addVisit (r=mano) 2007-05-01 09:34:33 -07:00
mats.palmgren@bredband.net 87a0062405 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
sdwilsh@shawnwilsher.com 764891cec2 Backout of Bug 378785. 2007-04-30 16:01:56 -07:00
sdwilsh@shawnwilsher.com 0a45c2d9e1 Bug 378785 - Crash on launch for nightly builds in Growl code. r=bsmedberg 2007-04-30 11:05:27 -07:00
asqueella@gmail.com e45e7cb99c Bug 378344 - Triple clicking the tabbar can open a tab and close it again right awayp=Dao Gottwald <dao@design-noir.de>r=mano 2007-04-29 08:28:10 -07:00
asqueella@gmail.com 6d0f046677 Bug 374489 - after clicking a close button, double-clicking doesn't open a new tab until you move the mousep=Dao Gottwald <dao@design-noir.de>r=mano 2007-04-29 08:25:57 -07:00
dveditz@cruzio.com 8e4044c9d5 bug 370555 don't hide "about:blank" url when opened by another window, r=mconnor 2007-04-28 14:29:08 -07:00
dveditz@cruzio.com c9e53f8290 bug 364112 truncate large form history data. r=mano 2007-04-27 22:26:53 -07:00
nrthomas@gmail.com d4928aa6c8 Fix odd permissions on symbols uploaded to server, b=379014, r=luser 2007-04-27 11:25:44 -07:00
asqueella@gmail.com 66c88ae225 Bug 377332 - Installing incompatible addons (locale, plugin) doesn't show any compatibility warningp=Dave Townsend <mossop.bugzilla@blueprintit.co.uk>r=rstrong, sr=beltzner 2007-04-27 07:55:19 -07:00
mozilla.mano@sent.com 89bea147b1 Bug 376630 - Test sorting functionality. r=dietrich. 2007-04-27 03:11:11 -07:00
mozilla.mano@sent.com 741aeee0a2 Bug 378828 - Support sortingAnnotation in place: URIs. r=dietrich. 2007-04-27 03:04:13 -07:00
mozilla.mano@sent.com d1308a5a67 Bug 378816 - Fall back to natural order if two bookmark nodes in a container share all their details. r=dietrich. 2007-04-27 03:00:46 -07:00
mozilla.mano@sent.com 7b61325bb3 Address review comment from bug 378808 2007-04-27 02:59:08 -07:00
mozilla.mano@sent.com 61b13e5b52 Bug 378808 - Initial sorting mode for a folder query is ignored. r=dietrich. 2007-04-27 02:56:15 -07:00
mozilla.mano@sent.com d3d5d726e7 Bug 378802 - Changing the details of a bookmark does not sort results in which it's listed. r=dietrich. 2007-04-27 02:53:01 -07:00
dbaron@dbaron.org 143fb6a79a Use the NS_ARRAY_LENGTH macro rather in place of other macros that existed before it. b=378697 r+sr=roc 2007-04-25 23:56:36 -07:00
sayrer@gmail.com bea7e56a96 bug 376684. change the output from -createprofile. Patch by Ray Kiddy <ray@ganymede.org>. r=bsmedberg 2007-04-25 19:56:25 -07:00
sdwilsh@shawnwilsher.com f1ed272e50 Bug 378818 - Disable nsIAlertsService on Mac for alpha4. Patch by Colin Barrett <cbarrett@mozilla.com>, r=dbaron 2007-04-25 18:10:24 -07:00
dietrich@mozilla.com 9b97632c27 Bug 378659 Firefox UI frequently becomes broken; removing places.sqlite "fixes" it (r=mano) 2007-04-25 17:52:50 -07:00
mozilla.mano@sent.com 6b055ec532 Bug 377500 - Result is broken if two bookmarks items have the same URL but with different titles. r=dietrich. 2007-04-25 14:03:29 -07:00
joshmoz@gmail.com 7a7a1646bc dock menu impl for Cocoa-based applications. patch by Colin Barrett. b=368784 r=josh sr=bsmedberg 2007-04-25 12:30:02 -07:00
peterv@propagandism.org 37ea48ef85 Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 09:35:27 -07:00
benjamin@smedbergs.us eb9f04f4d0 Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento 2007-04-25 07:26:42 -07:00
sdwilsh@shawnwilsher.com 6996e3b268 Bug 362685 - Growl Integration for Mac OS X (nsIAlertsService). r=cbarrett, r=mano 2007-04-24 20:20:38 -07:00
sdwilsh@shawnwilsher.com 78bdc741c3 Bug 362685 - Growl Integration for Mac OS X (nsIAlertsService). r=cbarrett, r=mano 2007-04-24 20:10:59 -07:00
sdwilsh@shawnwilsher.com 78a0f50f13 Bug 282185 - Global notifications for completed downloads. r=mano, ui-r=mconnor 2007-04-24 18:29:17 -07:00
sayrer@gmail.com c36e7c9853 bug 321024. Crash in nsCryptoHash during shutdown of nsUrlClassifierDBService. Patch by Tony Chang <tony@ponderer.org>. r=darin 2007-04-24 10:41:44 -07:00
ted.mielczarek@gmail.com 57319a1e93 bug 365344 crash reporter should save list of crash reports (pending and successfully submitted). r=bsmedberg 2007-04-23 17:21:35 -07:00
dietrich@mozilla.com 9b42d19883 Bug 378069 bookmark id import is broken (r=mano) 2007-04-23 14:37:37 -07:00
ted.mielczarek@gmail.com 89aed7e09c bug 378180 - switch the default submission URL to the correct mozilla.com collector. r=bsmedberg 2007-04-23 13:59:37 -07:00
benjamin@smedbergs.us 0ab7558e7b Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
enndeakin@sympatico.ca 090bc6ed3f Bug 377687, ensure progressmeter value is between 0-100, minor cleanup and add test, r=mano 2007-04-23 06:19:30 -07:00
sayrer@gmail.com b01f50c196 bug 373253. comment out test for bug 221634, because we can't get the event order right on all platforms. 2007-04-22 20:27:28 -07:00
sayrer@gmail.com 791c71b51f bug 373253. fix Windows test bustage. 2007-04-22 19:41:29 -07:00
sayrer@gmail.com 51bcdde2cb bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-22 16:56:06 -07:00
mozilla.mano@sent.com f387cfebc5 Bug 376851 - API for sorting a result by an annotation. r=dietrich. 2007-04-22 15:20:25 -07:00
dietrich@mozilla.com c5370cda5d Bug 377066 GetAnnotationInfo always returns VALUE_TYPE_TEXT as the annotation type (r=mano) 2007-04-22 14:48:52 -07:00
stefanh@inbox.com 84e8a10167 Bug 378295: Remove obsolete tabs binding in *stripe/global/globalBindings.xml. r=Mano. 2007-04-22 14:10:05 -07:00
stefanh@inbox.com 6dfe88c722 Bug 378202: [Pinstripe] Clean up tabbox.css and make bottom tabs look better. r=Mano. 2007-04-21 10:30:00 -07:00
sayrer@gmail.com 37d4822820 backout patch from bug 373253 because changes to nsIPasswordManagerInternal, yes Internal, break multiple projects. 2007-04-20 19:14:40 -07:00
sayrer@gmail.com 0af36b6a52 Bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor 2007-04-20 18:46:51 -07:00
benjamin@smedbergs.us a3dfb7c083 Bug 375710 - Firefox 2.0.0.3 wants to downgrade to 2.0.0.2, patch by Masatoshi Kimura (:emk), reworked by me a bit, r=rstrong 2007-04-20 08:22:17 -07:00
enndeakin@sympatico.ca 05e3ac20fd Bug 377692, followup to change numberInt to numberValue as values can be decimal, handle case where decimalplaces is Infinity, update disabled state when wraparound is true, r=neil 2007-04-20 03:54:22 -07:00
enndeakin@sympatico.ca b690578b06 Bug 377678, fix some minor issues, including accessibility objects, r=neil 2007-04-19 09:46:22 -07:00
enndeakin@sympatico.ca 4ba3f0dd15 Bug 377692, numberbox cleanup, value property should be a string, add valueInt for numeric value, r=neil 2007-04-19 05:08:10 -07:00
wr@rosenauer.org 4621dc313a Bug 377843 - Fix build of the DBUS component, r=bsmedberg 2007-04-18 22:00:25 -07:00
sayrer@gmail.com 97bc790be0 Bug 373546. URIs in <guid isPermaLink='false'> are recognized as valid links of feed items in the feed reading view. r=mano 2007-04-18 21:50:16 -07:00
enndeakin@sympatico.ca 97ab255a84 Bug 377674, cleanup some wizard properties, r=mano 2007-04-18 18:03:52 -07:00
ted.mielczarek@gmail.com 9d9c831c76 bug 376545 - AnnotateCrashReport needs to handle re-setting same key. r=bsmedberg 2007-04-18 14:30:36 -07:00
enndeakin@sympatico.ca d1f711beac Bug 377683, return -1 when no tabs in tabbox.selectedIndex, r=neil 2007-04-17 17:01:22 -07:00
enndeakin@sympatico.ca c0a326c41e Bug 377685, return booleans for two disabled properties, r=neil 2007-04-17 17:00:35 -07:00
enndeakin@sympatico.ca e010de79c4 Bug 377698, timepicker.increment setter doesn't work, r=neil 2007-04-17 16:59:50 -07:00
kaie@kuix.de cbf618ed08 Bug 370693, Mozilla.org nightly bits broken, Failure to use crypto with FIPS modeBuild system changes onlyPatch originally proposed by Wan-Teh in bug 249782r=bsmedberg 2007-04-17 13:42:54 -07:00
gavin@gavinsharp.com 62edc914ad Bug 346994: part 1, remove leading dots from filenames before saving, r=mano 2007-04-17 11:51:33 -07:00
sayrer@gmail.com 6d63ca8c5c Bug 369672. Feed preview doesn't show dates when the timezone is specified as UTC rather than GMT. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=sayrer 2007-04-16 23:17:42 -07:00
philringnalda@gmail.com 410517bfda Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-16 21:06:12 -07:00
enndeakin@sympatico.ca 13e2ad9295 Bug 377038, tabIndex property should return 0 when attribute is not specified, r=neil 2007-04-16 13:04:39 -07:00
enndeakin@sympatico.ca 85aad482ee Bug 350257, remove extra event listeners from numberbox, r=neil 2007-04-16 08:11:53 -07:00
dietrich@mozilla.com 716196b256 Bug 349523 Generate bookmarks.html, default_places.html from properties (r=mano) 2007-04-15 14:15:56 -07:00
sayrer@gmail.com a149d26094 Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 10:46:36 -07:00
axel@pike.org 01e9c60cfa bug 361583, support filter commandline argument, and use it from packager.mk, r=bsmedberg 2007-04-13 16:43:36 -07:00
benjamin@smedbergs.us 43cf9dfe7f From bug 372831 - don't build the test program when libxul is enabled, for linkage reasons 2007-04-13 10:33:56 -07:00
philringnalda@gmail.com 3eb659a495 Bug 376906 - tabs bad, r=gavin 2007-04-12 21:17:12 -07:00
sspitzer@mozilla.org 8e76592793 backing out myu fix for bug #375710, based on comments from kimura 2007-04-12 16:01:44 -07:00
sspitzer@mozilla.org 6a39468669 fix for bug #375710 and bug #371649Firefox can "software downgrade" from 2.0.0.3 to 2.0.0.2. r=bsmedberg 2007-04-12 15:07:19 -07:00
dbaron@dbaron.org 44c3486943 Fix crash caused by bad array iteration. b=372713 r=peterv 2007-04-12 12:22:24 -07:00
ted.mielczarek@gmail.com da1a027c92 one more bustage fix, with feeling 2007-04-12 11:13:53 -07:00
ted.mielczarek@gmail.com 92e3055680 more bustage fix 2007-04-12 09:48:15 -07:00
ted.mielczarek@gmail.com 0df515a477 fix unit test bustage from bug 372831 2007-04-12 08:42:04 -07:00
bugzilla@standard8.demon.co.uk 16871e8595 Back out part of bug 361583 to fix xul app bustage occuring when attempting to do nightly builds. 2007-04-12 05:41:32 -07:00
dietrich@mozilla.com 05752c2b99 Bug 376863 bookmarkId is set to the node type for bookmark folders? (r=mano) 2007-04-11 12:52:44 -07:00
axel@pike.org 6ccf922cb5 bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg 2007-04-11 09:35:01 -07:00
peterv@propagandism.org fb7ef764d2 Fix Sunbird bustage. 2007-04-10 19:24:16 -07:00
joshmoz@gmail.com 0a82135427 Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc 2007-04-10 17:25:11 -07:00
peterv@propagandism.org b21a47335d Fix for bug 372713 (Add cycle collection to RDF datasources). r=bsmedberg, sr=dbaron. 2007-04-10 15:05:41 -07:00
bent.mozilla@gmail.com f8103cfa59 Bug 376939 - "static strings in nsAirbagExceptionHandler cause crash on shutdown". r=luser. 2007-04-10 12:20:49 -07:00
ted.mielczarek@gmail.com 8b497a1411 bug 372831 - provide API to submit extra data with minidump. r=bsmedberg, r=sayrer for the unit test 2007-04-10 12:15:16 -07:00
mozilla.mano@sent.com fd707ea23a Test for Bug 376798. r=dietrich. 2007-04-10 03:59:05 -07:00
mozilla.mano@sent.com 082aeb9dbf Bug 376954 - Document about when accessing childCount throws. patch from Johnathan Nightingale <johnath@mozilla.com>, r=me. 2007-04-09 17:42:13 -07:00
mozilla.mano@sent.com 5ab5f4cb13 Bug 376798 - QueriesToQueryString prefixes the first parameter with an ampersand. r=dietrich. 2007-04-09 17:30:52 -07:00
mozilla.mano@sent.com 2580e15d05 Bug 376786 - Annotation-based queries are broken. r=dietrich. 2007-04-09 17:24:37 -07:00
mozilla.mano@sent.com ec3a0366b6 Bug 376815 - Allow using listheader in a richlistbox. r=enn 2007-04-09 17:21:16 -07:00
enndeakin@sympatico.ca a01565bfc3 Bug 376992, folders array not freed, r=dietrich 2007-04-09 17:04:03 -07:00
enndeakin@sympatico.ca a524f1f443 Bug 372047, support reverse direction scales, r=neil,josh 2007-04-09 15:39:57 -07:00
joshmoz@gmail.com a625842ac4 use native window resize animation API for Mac OS X preferences. b=355177 r=sspitzer r=enn 2007-04-09 15:30:23 -07:00
mnyromyr@tprac.de 671d4b14d5 Bug 376849: Move reference to tabbrowser-tabs binding; p=<stefanh@bluebottle.com>, r=mano 2007-04-08 14:32:43 -07:00
mozilla.mano@sent.com d8bb94859e Bug 376726 - View's itemChanged method isn't called when the title/uri of a bookmark item is changed. r=dietrich. 2007-04-06 10:24:42 -07:00
mozilla.mano@sent.com 776a611b59 Bug 376633 - Sort By Title should not group by item type. r=dietrich. 2007-04-06 01:29:41 -07:00
gavin@gavinsharp.com 8af81f19fc Bug 376616: remove unnecessarily duplicated code in contentAreaUtils.js, r=mano 2007-04-05 10:06:25 -07:00
ted.mielczarek@gmail.com 36da94e8a7 bug 368205 - sync up with breakpad svn (again). r=mento 2007-04-04 15:03:35 -07:00
mozilla.mano@sent.com 1f963e7451 Back out bug 286933 due to various regressions. 2007-04-04 12:55:04 -07:00
ted.mielczarek@gmail.com 06e7695c41 bug 376046 - add support for specifying an ssh private key in the symbol upload script - bash-fu + a bonus fix that i missed in a previous patch. r=bsmedberg 2007-04-04 11:47:44 -07:00
dietrich@mozilla.com fac183175d Bug 372501 Items in moz_bookmarks should be explicitly typed (r=sspitzer) 2007-04-04 10:21:03 -07:00
dietrich@mozilla.com 0a948eefd6 Bug 376374 places bookmarks backups should be only for --enable-places-bookmarks builds (r=sspitzer) 2007-04-03 11:11:03 -07:00
bugzilla@standard8.demon.co.uk 68b6ff1a65 Bug 373240 Uppercase the VK_* bits for consistency with the rest of the codebase (Gv1 - toolkit). p=Serge Gautherie <sgautherie.bz@free.fr>,r=enndeakin 2007-04-03 10:06:57 -07:00
ted.mielczarek@gmail.com 3296b97c99 bug 376046 - add support for specifying an ssh private key in the symbol upload script. r=bsmedberg 2007-04-03 08:23:18 -07:00
philringnalda@gmail.com 2dcedc3ae9 Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano 2007-04-02 19:39:41 -07:00
dietrich@mozilla.com 5c14de2ed8 updating test for bug 371798 (r=sayrer) 2007-04-02 16:57:44 -07:00
enndeakin@sympatico.ca 90520c88b9 Bug 375930, Dropmarker shrunk on Windows, r=mano 2007-04-02 12:01:26 -07:00
dietrich@mozilla.com 4415415fa4 Bug 373239 add a schema version to places.sqlite (r=sspitzer) 2007-03-31 19:38:42 -07:00
dietrich@mozilla.com 3019a6396e Bug 371812 add bookmark id support to bookmarks html import/export (r=sspitzer) 2007-03-31 16:34:23 -07:00
dietrich@mozilla.com d69a63ab7e test for bug 371798 (r=sayrer) 2007-03-31 12:35:16 -07:00
mozilla.mano@sent.com 2aece992bf Bug 371485 - Selected item text should be white instead of black. patch from Stefan <stefanh@bluebottle.com>, r=me. 2007-03-30 12:54:17 -07:00
ted.mielczarek@gmail.com 71c3e51d82 bug 375606, Airbag won't build on debug trunk. r=axel@pike.org 2007-03-28 05:19:42 -07:00
sspitzer@mozilla.org 7d5583c88f fix for bug #373908: Software update hangs part way through if update.mar includes a zero length file.note, the scripts that create mars should not be doing that, which is bug #375611also note that if you kill the hung software update process (which you have to do, since it is hung), you can end up in a bad state, see bug #375619r=dolske 2007-03-27 23:01:35 -07:00
philringnalda@gmail.com cfbdbc5481 Bug 375485 - Remove some unused toolkit strings, r=mano 2007-03-27 21:43:42 -07:00
sayrer@gmail.com ff254f977b bug 373340. atom:logo in feed reading view. r=mano 2007-03-27 18:07:39 -07:00
mozilla.mano@sent.com 10f664742c Bug 371076 (and bug 371077) - Query the bookmarks root rather than the places root in bookmarks-trees; allow exposing the root node of a query in the tree view (used in the organizer left pane, and in the add-bookmark dialog). This should also allow incremental updates in the bookmarks-sidebar. r=dietrich. 2007-03-27 17:28:34 -07:00
benjamin@smedbergs.us 017f825488 Bustage fix for luser. 2007-03-27 11:21:57 -07:00
ted.mielczarek@gmail.com 4b895ba535 bug 366970, crash reporter needs to send Product, Build ID, Platform. r=mento 2007-03-27 11:02:02 -07:00
dbaron@dbaron.org cb52af13a3 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
dietrich@mozilla.com f715a07bde Bug 335961 bookmarks export doesn't export keywords (r=sspitzer) 2007-03-26 16:11:09 -07:00
asqueella@gmail.com 0b1d9b96a9 Bug 374404 - Don't ship WidgetStateManager as part of toolkit/mailr=bsmedberg 2007-03-26 14:02:00 -07:00
asqueella@gmail.com 1c7340a2a7 bug 375252 - nsJSComponentManager.js / nsJSSupportsUtils.js are not used or packaged anywhere and should be cvs removedr=bsmedberg 2007-03-26 13:53:01 -07:00
dietrich@mozilla.com d6e1f9bfd5 Bug 374876 - write out bookmarks.html and archives (r=sspitzer) 2007-03-25 13:14:28 -07:00
mozilla.mano@sent.com 616e2cd8ff Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich. 2007-03-25 05:28:29 -07:00
sayrer@gmail.com f76cd02570 remove remote css 2007-03-23 14:10:05 -07:00
sayrer@gmail.com ae7cb6c424 Add dump calls to attempt to determine the cause of orange on tinderbox 2007-03-23 12:47:09 -07:00
benjamin@smedbergs.us 5df5eb6d3b Bug 374813 - Replace rsync with scp and tar with zip, to work around Windows oddities, r=luser 2007-03-23 11:05:24 -07:00
sspitzer@mozilla.org 81011d3c2d testcase for bug #369887. r=dietrich 2007-03-23 01:06:01 -07:00
sayrer@gmail.com 769d183a53 fix test bustage. 2007-03-22 18:53:02 -07:00
dietrich@mozilla.com 4b1aa65f0f Bug 374944 Places toolkit tests should move into /toolkit (r=sayrer) 2007-03-22 17:56:55 -07:00
mozilla.mano@sent.com fcafe0ab51 Bug 366479 - [mac] Copy command is broken in the JS console. r=gavin,neil. sr=neil. 2007-03-22 16:28:22 -07:00
sspitzer@mozilla.org 728396a450 fix for bug #369887: searches in bookmarks sidebar and organize bookmarks dialog don't show all the results: missing 'hidden' bookmarks and failing to match on title.r=dietrich 2007-03-22 16:05:37 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
rob_strong%exchangecode.com 919ac35209 Bug 445276 - uninstall\helper.EXE does not contain a value for 'Original file name'. r=jmathies, approval1.9.0.2=samuel.sidler 2008-08-03 21:43:08 +00:00
rob_strong%exchangecode.com cd347a1c93 Bug 447928 - HKCU protocol / file handlers won't be updated after update or during an in place upgrade. r=jmathies, approval1.9.0.2=samuel.sidler 2008-08-03 21:39:54 +00:00
rob_strong%exchangecode.com cc9437a2b2 Bug 444664 � Unable to install due to misreporting of OS version (requires Microsoft Windows 2000 or newer). r=jmathies, approval1.9.0.2=samuel.sidler 2008-07-30 00:59:30 +00:00
rob_strong%exchangecode.com 009190d468 Bug 395891 - Profile Manager prevents Minefield startup from OS Integration points (links in Mails, etc). patch=Masatoshi Kimura (:emk), r=rstrong, approval1.9.0.2=samuel.sidler 2008-07-28 02:13:09 +00:00
dolske%mozilla.com f0d137d5a5 Bug 435531 - problem saving login when form or existing login is password-only. r=gavin, a1902=ss 2008-07-23 21:44:56 +00:00
gavin%gavinsharp.com 48e71d03fb Bug 441876: remove UTF-7 from browser encoding menus, r=smontagu, sr=bzbarsky, a=ss 2008-07-23 18:05:13 +00:00
dietrich%mozilla.com 1a84760b35 Bug 437078 - GUIDs not included in bookmark backups (r=mano, a=ss) 2008-07-22 18:23:42 +00:00
dtownsend%oxymoronical.com 0e85f7636d Bug 436207: Display error when install fails due to missing install.rdf. r+sr=dveditz, a=ss 2008-07-22 13:32:45 +00:00
alqahira%ardisson.org 3d8185272d Bug 441866 - Build the toolkit url-classifier component for use with Camino's safe browsing feature. Patch by Sean Murphy <murph@seanmurph.com>, r=mento, a1.9.0.2=ss 2008-07-22 03:49:47 +00:00
rob_strong%exchangecode.com 8e0074dc8d Bug 437349 - updater.exe lacks elevation manifest and fails to start when installer detection is disabled. Also fixes Bug 386826 and Bug 435711. r=jmathies, r=ted.mielczarek, approval1.9.0.2=samuel.sidler 2008-07-22 02:17:54 +00:00
nick.kreeger%park.edu 634fc4f96b Checking in CVS version of bug 4441288, MacApplicationDelegate| in toolkit throws ObjC exception when creating a |NSMenuItem| with a |nil| |NSString *|. r=josh, sr=roc, 1.9.0.2a=ss 2008-07-21 17:25:59 +00:00
ted.mielczarek%gmail.com e56963696a bug 427142 - sporadic test_393498.js failure on bm-win2k3-pgo01 because of VM timer issues. Patch by Marco Bonardo <mak77@supereva.it>, r=dietrich 2008-07-21 15:44:32 +00:00
ted.mielczarek%gmail.com deac84ded8 bug 441235 - Shift-tab gets stuck in the comments field of the Mac crashreporter client. Patch by Hakan Waara <hwaara@gmail.com>, r=me a=ss 2008-07-20 22:22:00 +00:00
ted.mielczarek%gmail.com 505f4d4b7a bug 440634 - error passing DBCS settings path to crash reporter. r=bsmedberg a=ss 2008-07-20 22:19:32 +00:00
axel%pike.org 44da1c35ec bug 445217, add l10n config data to cvs, browser, mail, and toolkit. r=ted, npob 2008-07-17 11:35:19 +00:00
dolske%mozilla.com 222dae05f5 Bug 444959 - Need tests for login manager notification bars. r=gavin 2008-07-13 05:47:10 +00:00
sdwilsh%shawnwilsher.com 65b0fcf43d disabling test because it is not reliable (bug 443763) 2008-07-11 22:11:30 +00:00
dtownsend%oxymoronical.com e7371859ff Bug 443367: Remove timeouts and network access to make test more reliable. r=robstrong 2008-07-09 08:22:11 +00:00
sdwilsh%shawnwilsher.com 3eae50034a Bug 431745 - qm-centos5-02 is intermittently failing test_sleep_wake.js. r=gavin 2008-07-08 19:29:31 +00:00
philringnalda%gmail.com 690c017b3b Bug 432028 - Undetermined progressmeter timer isn't stopped, causing high CPU load, patch by Markus Stange <mstange@themasta.com>, r=enn, a=shaver 2008-07-08 02:05:48 +00:00
sdwilsh%shawnwilsher.com b94bb605c8 Bug 443493 ��� Unit test for Bug 331215 fails rather frequently on Mozilla2 builds. r=mconnor, a=mconnor 2008-07-03 20:50:22 +00:00
reed%reedloden.com 5a79b8ba26 Bug 424626 - "(linux) Firefox is put into offline mode on startup when NetworkManager is running but not controlling the active network interface (e.g. when using PPP)" [p=mozilla@rosenauer.org (Wolfgang Rosenauer) r=roc a=beltzner] 2008-07-01 06:15:22 +00:00
dietrich%mozilla.com 55107665f3 bug 442778 - test for bug 419731 failing on qm-win2k3-pgo01 (VM, PGO) (r+a=beltzner) 2008-07-01 00:14:26 +00:00
dcamp%mozilla.com 8aa5fedf6f Bug 434624: Handle "websafe" base64 characters in client keys. r=tony, a=beltzner 2008-06-27 00:47:33 +00:00
ctalbert%mozilla.com 49a5484d47 Bug 427457 More tests for microformats API r=mkaply 2008-06-26 19:09:10 +00:00
gavin%gavinsharp.com e2ebfe92b2 Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner 2008-05-28 18:49:33 +00:00
peterv%propagandism.org 607b18c919 Fix for bug 426261 (Crash in nsNavHistoryContainerResultNode::GetSortType() during bookmark synchronization). Patch by ondrej and me, r=Mano, a=beltzner. 2008-05-27 15:48:31 +00:00
edward.lee%engineering.uiuc.edu c4327f1657 Leak bustage fix for Bug 434340 - The bookmark tags feature is broken on Firefox 3.0rc1 for OpenSolaris 2008-05-27 02:28:47 +00:00
edward.lee%engineering.uiuc.edu 56fe966eb4 Bug 434340 - Firefox 3.0pre crashes with auto completion for tagged bookmark. p=ginn.chen@sun.com (Ginn Chen), r=Mardak, r=dietrich, b-ff3=beltzner, a1.9=beltzner 2008-05-26 21:20:34 +00:00
myk%mozilla.org 39e3c2f7b5 bug 417732: fix delay and disk activity when full/text zooming by turning PRAGMA SYNCHRONOUS off for the content prefs database; r=mconnor, a=shaver 2008-05-26 01:05:00 +00:00
dietrich%mozilla.com 852a5960af Bug 433525 - crash [@ nsNavHistoryQueryResultNode::IsContainersQuery()] (r=marco, r=mano, a=schrep) 2008-05-23 16:22:55 +00:00
dtownsend%oxymoronical.com 98836a231e Bug 433371: Upgrading from Ubuntu Firefox 3.0b5 to Mozilla Firefox 3.0
breaks add-on installation.
2008-05-23 08:50:00 +00:00
gavin%gavinsharp.com 85bd02ca58 Back out bug 432938 because it caused bug 433241, a=schrep/beltzner 2008-05-11 20:12:30 +00:00
gavin%gavinsharp.com 6dcef3365f Bug 431802: node_child_of accessible relation returns wrong object on autocomplete list items, patch by surkov.alexander@gmail.com, r=neil, a=schrep 2008-05-10 14:54:42 +00:00
reed%reedloden.com 53718e895a Bug 432919 - "Help viewer content pane should not allow scripts, plugins, meta redirects, or subframes" [p=reed/dveditz r=Waldo (NPOTB)] 2008-05-10 03:35:19 +00:00
gavin%gavinsharp.com 200797602a Bug 433069: fix for Vista about:config styling bustage caused by 418877, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, a=schrep 2008-05-09 21:05:37 +00:00
gavin%gavinsharp.com 559d339064 Bug 431229: Set error console toolbar to use browsertabbar-toolbox, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=dao, ui-r=faaborg, a=schrep 2008-05-09 21:03:27 +00:00
mkmelin+mozilla%iki.fi f9672c4afd [Bug 350693] "Character Encoding" in "View Source" window doesn't work
p=Simon Montagu <smontagu@smontagu.org>, r=neil, sr=mscott,
approval1.9=mtschrep
2008-05-09 20:38:49 +00:00
dtownsend%oxymoronical.com dd39acda5e Bug 425116: Notification bars in addons manager use the wrong icon. p=d��o,
r=mossop, a=schrep
2008-05-09 18:10:17 +00:00
reed%reedloden.com 974cf75a8a Bug 432938 - "Use GTK stock icon for netError favicon instead of Windows icon" [p=reed r+sr=jst r=dietrich a1.9=schrep] 2008-05-09 07:25:30 +00:00
reed%reedloden.com 1491250da9 Bug 398811 - "Remove MOZILLA_1_8_BRANCH ifdefs from toolkit on trunk" [p=mh+mozilla@glandium.org (Mike Hommey) r=gavin a1.9=damons] 2008-05-09 07:25:29 +00:00
dolske%mozilla.com a48a7efa5f Bug 362576 - autocomplete="off" should prevent filling passwords in addition to remembering passwords. r=gavin, ui-r=mconnor, a1.9=mconnor 2008-05-09 03:34:46 +00:00
reed%reedloden.com cc1049f71e Bug 418877 - "Error/Warning/Information/Question icons" [p=ispence@gmail.com (Ian Spence) / reed@reedloden.com (Reed Loden) r=gavin a1.9=schrep] 2008-05-09 02:01:11 +00:00
gavin%gavinsharp.com 905e71a634 Bug 332314: Menu items are improperly aligned when using iconic menuitems, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, r=zeniko, r=roc, a=damon 2008-05-09 00:18:47 +00:00
gavin%gavinsharp.com 5b0e561eb8 Bug 432272: Use -moz-padding-end and -moz-padding-start instead of padding-right and padding-left in tree(-aero).css, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, r=dao, a=schrep 2008-05-09 00:13:39 +00:00
dietrich%mozilla.com fa4a4a7d9b Bug 430792 - Site's favicon is replaced if browser error page is shown (comment change only, for ehsan.akhgari@gmail.com, r=dietrich) 2008-05-08 16:36:54 +00:00