Commit Graph

5990 Commits

Author SHA1 Message Date
ted.mielczarek@gmail.com
435852411d bug 384207 - Crash Reporter client should include a URL field (linux). r=campd 2007-11-29 09:35:44 -08:00
reed@reedloden.com
c56f810b78 Bug 376976 - "Crash [@ nsGlobalHistory::IsURLInHistory] null pointer dereference" [p=mook.moz+mozbz@gmail.com (Mook) r=Neil sr=biesi a1.9=damons] 2007-11-28 23:04:26 -08:00
ted.mielczarek@gmail.com
88bb9dd768 bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd 2007-11-28 16:55:15 -08:00
ted.mielczarek@gmail.com
fa58c8978b bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd 2007-11-28 16:53:57 -08:00
reed@reedloden.com
da951f93a3 Bug 404493 - "Native GTK style for arrows" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2007-11-28 14:45:21 -08:00
reed@reedloden.com
eece0753eb Bug 405561 - "nsGnomeVFSService.cpp has new libgnomevfs/gnome-vfs-utils.h system header dependency" [p=manish@flock.com (Manish Singh) r=bsmedberg a1.9=beltzner] 2007-11-28 14:39:55 -08:00
rflint@ryanflint.com
d8b274900f Bug 405809 - Replacement Tango icons. Icons by the Tango team, a=mconnor (browser portion) 2007-11-28 13:54:29 -08:00
myk@mozilla.org
4a0d8770e1 bug 331259: make the helper apps dialog create the urn:mimetypes:root resource if it doesn't already exist so checking the 'do this automatically for files like this from now on' checkbox saves that pref to the helper apps datasource and thus has an effect on future downloads of same file type; r=sdwilsh,myk 2007-11-28 12:24:16 -08:00
myk@mozilla.org
132b09dd09 bug 405683: make content pref service update schema version when migrating schema from version 2 to version 3; r=mconnor, a=beltzner 2007-11-28 12:19:05 -08:00
ted.mielczarek@gmail.com
374412446b bug 384194 - close box in upper right of windows breakpad client doesn't close the reporter. r=campd 2007-11-28 11:40:08 -08:00
dcamp@mozilla.com
96f51a6327 Bug 394525: don't try to malware check uris with no hostname. r=tony 2007-11-27 12:08:02 -08:00
Olli.Pettay@helsinki.fi
edbf40e520 Bug 405044, clean up updates.xml, r=gavin, a=beltzner 2007-11-27 12:01:16 -08:00
martijn.martijn@gmail.com
fa82565a21 Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, a=beltzner 2007-11-27 10:53:55 -08:00
myk@mozilla.org
36de4db5b5 bug 403375: make content pref database uses indices instead of doing a full table scan when retrieving the pref value for a given site; r=mconnor 2007-11-26 23:55:59 -08:00
reed@reedloden.com
9f32f05195 Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner] 2007-11-26 18:44:44 -08:00
alqahira@ardisson.org
c7e0cb7cc1 Bug 403164 - Add Sparkle license to about:license. r=gerv, a/1.9=mconnor 2007-11-26 17:47:04 -08:00
gavin@gavinsharp.com
6b84a38daa Bug 405264: remove unused file, r=mano, a=schrep 2007-11-26 16:57:35 -08:00
reed@reedloden.com
2071047fad Bug 402458 - "saveDocument func calls internalSave with aSkipPrompt param in the wrong position @ contentAreaUtils.js:168" [p=sgautherie.bz@free.fr (Serge Gautherie) r=Mano sr=Neil a=blocking-firefox3+] 2007-11-26 16:25:43 -08:00
reed@reedloden.com
90f7bad0e6 Bug 391980 - "New Download manager automatically associates all types of files including folders with one file type" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg a=blocking-firefox3+] 2007-11-26 15:55:34 -08:00
myk@mozilla.org
9346fcb9dc bug 385224: optimize performance of site-specific preferences; r=mconnor,roc 2007-11-26 00:35:22 -08:00
sspitzer@mozilla.org
d6090a825f fix for bug #395452: handle multiple tags in url bar autocomplete fix for bug #395462: handle multiple tags in bookmark search fix for bug #403847: places organizer search won't find items tagged with multi-word tags fix for bug #403849: fix URIHasTag() to take a string, not a nsIURI r=dietrich, a=blocking-firefox-3+ 2007-11-24 18:38:17 -08:00
reed@reedloden.com
1c3415ee03 Bug 405078 - "When an update is ready "Apply Downloaded Update Now" menu does nothing" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+] 2007-11-23 22:14:08 -08:00
sdwilsh@shawnwilsher.com
af7076ecfc Bug 390491 - Add advanced search button that brings up places UI (back-end only landing). r=Mano, a=beltzner 2007-11-23 13:29:22 -08:00
sspitzer@mozilla.org
034e9519ff wallpaper for bug #404928: crash @ nsNavHistoryFolderResultNode::OnItemAdded() r=mano, a=blocking-firefox3-+ 2007-11-23 12:09:31 -08:00
enndeakin@sympatico.ca
e503316337 Bug 404527, editable menulist is offset, r=mano 2007-11-23 11:07:34 -08:00
philringnalda@gmail.com
b3ce2080be Bug 404912 - typo in crashreporter submit.log, r=luser, a=beltzner 2007-11-22 23:08:57 -08:00
rflint@ryanflint.com
8a48dae7e3 Bug 386531 - XPCOMUtilify console command line handler. r+a=mconnor 2007-11-22 21:24:20 -08:00
enndeakin@sympatico.ca
2a85df3528 Bug 402548, 402551, popups positioned wrong when document is zoomed. Affects anchored popups anchored in a different document, and popups opened at a given screen position, r+sr=roc 2007-11-22 06:12:03 -08:00
reed@reedloden.com
ad230e9660 Bug 404647 - "CTRL+F shortcut should focus the search box in the download manager" [p=cdolivei.bugzilla@gmail.com (cesar) r=sdwilsh a1.9=schrep] 2007-11-22 01:22:25 -08:00
ted.mielczarek@gmail.com
0454db06fa bug 404893 - crash reporter fails to submit. rs=sspitzer 2007-11-21 19:27:41 -08:00
philringnalda@gmail.com
4b2a4e0a3c Bug 386578 - same accesskey for Install (local file) and Install Updates, r=pike,gavin, a=schrep 2007-11-21 19:03:26 -08:00
mozilla.mano@sent.com
2ed186e419 Bug 404370 - perf: Don't call AdjustIndices when inserting a bookmark at the default index. r=dietrich. 2007-11-21 17:46:43 -08:00
sspitzer@mozilla.org
4467fdfc22 supplimental fix for bug #404630: Faviconize Tab extension causes a crash @ nsNavHistory::LazyMessage::Init r=thunder, a=blocking-firefox3+ 2007-11-21 16:44:33 -08:00
thunder@mozilla.com
9d34b0ca01 Bug 404630: Fix a crash when nsNavHistory::setAndLoadFaviconForPage() is called with no URI. r=sspitzer, a=mtschrep 2007-11-21 13:41:17 -08:00
reed@reedloden.com
1c2d0e1f21 Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=schrep] 2007-11-21 13:15:39 -08:00
reed@reedloden.com
5598378f56 Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep] 2007-11-21 12:57:38 -08:00
reed@reedloden.com
6554dfd777 Bug 400460 - "appPicker.css should be moved to /mozapps/skin/ for themers" [p=jmathies@mozilla.com (Jim Mathies) r=gavin a=blocking-firefox3+] 2007-11-20 21:28:47 -08:00
sspitzer@mozilla.org
c3f9cef3e2 fix for bug #403832 js error, this.tree.view has no properties (regression from bug #402668) r=gavin, a=schrep 2007-11-20 19:49:00 -08:00
dietrich@mozilla.com
72349b1c86 Bug 403040 Places killed all my history >2 days ago (for mak77@supereva.it, r=dietrich) 2007-11-20 15:45:34 -08:00
dietrich@mozilla.com
9fcd20c471 Bug 381795 places indexes need review (followup, r=sspitzer) 2007-11-20 15:27:41 -08:00
reed@reedloden.com
62844e142c Bug 398965 - "tab bar smooth-scrolling performance problems" (avoid closure) [p=dao@mozilla.com (Dão Gottwald) r=Enn a1.9=mconnor] 2007-11-20 14:50:46 -08:00
gavin@gavinsharp.com
4ceb06b992 Bug 404184: Cmd+Opt+Arrows tab-switching shortcut is broken on Mac, r=mano, a=schrep 2007-11-20 10:36:47 -08:00
dietrich@mozilla.com
27fa0e59fe Bug 381795 places indexes need review (r=sspitzer, r=marco) 2007-11-20 10:23:38 -08:00
reed@reedloden.com
7036f21278 Bug 323041 - "Software update dialog steals focus / wait for idle before prompting" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a=blocking-firefox3+] 2007-11-20 02:08:55 -08:00
myk@mozilla.org
5ec205635e bug 404222: remove unnecessary calls to getBrowserIndexForDocument to improve performance; r=sayrer, a=schrep 2007-11-19 23:55:40 -08:00
myk@mozilla.org
05908dbfb0 bug 400466: application selector dialog isn't wide enough if there is long file type description; patch by Jim Mathies; r=myk, a=schrep 2007-11-19 23:50:00 -08:00
dietrich@mozilla.com
604eee8752 Bug 389789 nsNavHistory::RemoveDuplicateURIs() should not delete moz_historyvisits, it should remap them to the moz_place id we are keeping (r=marco, r=sspitzer) 2007-11-19 21:14:57 -08:00
dolske@mozilla.com
7965ca93c4 Bug 380931 - Post-landing cleanup from Bug 374723 (rewrite password manager in JS). r=gavin, a19=schrep 2007-11-19 20:51:40 -08:00
mozilla.mano@sent.com
c4a908ed92 Backing out bug 404370, which caused sortFolderByName to fail (in test_placesTxn). 2007-11-19 19:28:27 -08:00
ted.mielczarek@gmail.com
4ac0b6877e bug 401960 Red Close button doesn't quit crash reporter. r=campd 2007-11-19 18:15:03 -08:00