dolske@mozilla.com
88ab8a8d73
wallpaper for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons.
2007-08-01 16:26:35 -07:00
dcamp@mozilla.com
8c1edb4166
bump the nsIUrlClassifierDBServiceWorker uuid, b=390398, r=vlad, a=damons
2007-07-31 17:52:02 -07:00
dietrich@mozilla.com
ee2638e3a7
Bug 389876 followup (r+a=mconnor)
2007-07-30 21:55:51 -07:00
dietrich@mozilla.com
e492b2e147
Bug 390171 clearing history for a host can delete annotations (r=sspitzer, a=mconnor)
2007-07-30 20:30:52 -07:00
dietrich@mozilla.com
ef91f561d8
Bug 389876 after places schema change to remove moz_places.user_title, first time start up is very slow (r=sspitzer, a=schrep)
2007-07-30 19:16:02 -07:00
dietrich@mozilla.com
c310f89a2d
Bug 389902 annotations expired on dateAdded but not dateModified (r=sspitzer, a=mconnor)
2007-07-30 16:15:32 -07:00
rob_strong@exchangecode.com
bef3400007
Bustage fix for Bug 368587
2007-07-30 13:31:26 -07:00
rob_strong@exchangecode.com
44770eb9b5
Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor
2007-07-30 13:16:56 -07:00
sdwilsh@shawnwilsher.com
a2f2ec72ea
Bug 385065 - protocol handling dialog (fix clobber build error). r=gavin.sharp, a=mconnor
2007-07-30 11:34:41 -07:00
sspitzer@mozilla.org
0eb5fca39a
fix for bug #384897 : in-product links to AMO should be https:// (and not http://)
...
patch by Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>
r=sspitzer, morgamic
a=mconnor for M7
2007-07-28 20:19:33 -07:00
gavin@gavinsharp.com
26ef489dfa
Bug 389330: remove target checks that are unneeded now that the patch for bug 238987 has landed (caused the OK button in the helper app dialog to be disabled in cases where it shouldn't be), r=mano, a=mconnor on IRC for Firefox 3 M7 landing
2007-07-28 20:16:01 -07:00
sspitzer@mozilla.org
cd3ca5e8d2
unit test for bug #385397 : history menu is slow to open with a large history
...
r=dietrich, a=mconnor for M7
2007-07-28 17:08:34 -07:00
neil@parkwaycc.co.uk
40d52c7e84
Start using satchel in suite b=304309 r=KaiRo (toolkit change is ifndef Firefox)
2007-07-28 16:07:41 -07:00
neil@parkwaycc.co.uk
9b0c3fb0b4
Start building satchel for suite so we can figure out packaging b=304309 r=gavin
2007-07-28 12:40:03 -07:00
sdwilsh@shawnwilsher.com
be9def112b
Bug 389891 - Protocol Handling dialog does not actually set nsIHandlerInfo::useHelperApp when using a prefilled helper app. r=gavin.sharp, a=schrep
2007-07-27 14:17:04 -07:00
dietrich@mozilla.com
0842e677c0
Bug 389808 Firefox start with a blank personal toolbar (r=sspitzer, a=schrep)
2007-07-27 13:47:45 -07:00
sdwilsh@shawnwilsher.com
78d4133e45
Bug 389334 - Helper app no longer prefilled. r=mano
2007-07-26 18:04:38 -07:00
dcamp@mozilla.com
5442338176
fix assertion failure in url-classifier when canonicalizing a URI with no host. b=387196, r=tony, a=schrep
2007-07-26 17:52:33 -07:00
sspitzer@mozilla.org
96fb8dba04
fix for bug #385397 : history menu is slow to open with a large history
...
use a highly tuned SQL query for our history menu query, which is:
place:type=0&sort=4&maxResults=10
r=dietrich, a=schrep
2007-07-26 14:39:06 -07:00
surkov.alexander@gmail.com
0e6ec1e6cd
Back out bug 109215
2007-07-26 09:59:17 -07:00
surkov.alexander@gmail.com
2bd3e2b80f
Bug 109215 - Implement accessibility API support for slider, r=ginn.chen, sr=neil
2007-07-26 09:40:55 -07:00
dietrich@mozilla.com
95308401cd
Bug 319455 Expire annotations (r=sspitzer)
2007-07-26 09:23:11 -07:00
jag@tty.nl
6ba0c4de3c
Bug 383252: Cannot drag / drop URL or link onto tabbar, r=mconnor
...
When SeaMonkey switched to toolkit's nsDragAndDrop.js, it lost the dragDropSecurityCheck method, which for SM was on nsDragAndDrop, but for FF was on tabbrowser.
Moving that method from tabbrowser to toolkit's nsDragAndDrop.js, and cleaning it up a little.
2007-07-25 23:40:24 -07:00
dcamp@mozilla.com
3d56c68020
tests for bug 387196
2007-07-25 23:39:22 -07:00
dcamp@mozilla.com
1902778c43
try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes)
2007-07-25 23:38:43 -07:00
sdwilsh@shawnwilsher.com
f6827dcb3b
Mac bustage fix
2007-07-25 21:46:05 -07:00
sdwilsh@shawnwilsher.com
95d5347743
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
2007-07-25 21:24:25 -07:00
thunder@mozilla.com
7751055b97
Bug 360134: Add GUIDs to items so they can be uniquely identified across profiles (for sync purposes). r=mano
2007-07-25 20:53:59 -07:00
dcamp@mozilla.com
3bee8fae17
backout patch for 387196
2007-07-25 20:11:43 -07:00
dcamp@mozilla.com
7e413d298a
fix bustage from 387196
2007-07-25 19:00:57 -07:00
dcamp@mozilla.com
257138ea39
tests for bug 387196
2007-07-25 18:50:27 -07:00
dcamp@mozilla.com
4613870993
implement the new google safebrowsing protocol. b=387196, r=tony
2007-07-25 18:49:20 -07:00
gavin@gavinsharp.com
299b9774da
Bug 389616: Disable tests from bug 386772 temporarily because they're causing crashes on the windows unit test box
2007-07-25 18:40:45 -07:00
scott@scott-macgregor.org
a8f23b63a2
Bug #388532 --> nsMoarkFactoryFactory leaks the global mork mdb factory. Change it to a service, and use a com ptr to keep track of the mdb factory.
...
sr=bienvenu
r=standard8
r=sspitzer for toolkit changes
2007-07-25 15:20:55 -07:00
flamingice@sourmilk.net
022fdd55de
Bug 385853, getting the quit prompt when restarting firefox after apply software update, r=mano
2007-07-25 14:48:02 -07:00
flamingice@sourmilk.net
c68744a442
Bug 385425, getting the quit prompt when restarting firefox after installing an add on, r=mano
2007-07-25 14:43:17 -07:00
benjamin@smedbergs.us
6169c9fb9f
Another attempt (tested on GCC now) at bustage fix.
2007-07-25 13:46:15 -07:00
benjamin@smedbergs.us
e1b0ea6fa3
Fix bustage, bug 388833
2007-07-25 13:34:24 -07:00
benjamin@smedbergs.us
17cded1abf
Bug 388833 - Give the Firefox binary the ability to kinda-sorta launch XR apps (mainly meant for webrunner experimentation right now), r=luser
2007-07-25 13:24:37 -07:00
benjamin@smedbergs.us
bcbbe43a8f
Bug 352762 - Allow PFS to launch an executable file to run plugins, instead of installing an XPI. This fixes Windows Vista permissions errors in XPInstall, r=doron
2007-07-25 11:54:46 -07:00
gavin@gavinsharp.com
77a82790dc
Bug 338302: tab and bookmark drag and drop indicators only appear on the second drag, use visibility:hidden/visible to eagerly load images and avoid collapsing the elements (which can cause flickering when redisplaying the images), r=mconnor
2007-07-25 11:27:34 -07:00
enndeakin@sympatico.ca
8c990f36a2
Bug 386772, use right format for date values, and add datepicker/timepicker tests,r=gavin
2007-07-25 11:07:13 -07:00
flamingice@sourmilk.net
8361751e5e
Bug 369882, vertically centered elements sit 1px too low (Firefox tabs, urlbar favicon), Patch by Dão Gottwald, r=gavin
2007-07-25 10:25:15 -07:00
enndeakin@sympatico.ca
945811ddbc
Bug 389429, add an open property for menus, r=neil
2007-07-25 09:33:03 -07:00
neil@parkwaycc.co.uk
22566c4135
Bug 389525 .selectedIndex is nicer than setAttribute("selectedIndex") r=gavin
2007-07-25 06:41:36 -07:00
ginn.chen@sun.com
1de862b2d3
Bug 388608 Accessible Hierarchy broken on Unix
...
r=benjamin
2007-07-24 23:29:28 -07:00
ginn.chen@sun.com
2355365eb8
Bug 389232 Firefox build fails on OpenSolaris with enable-libxul
...
r=wtc sr=benjamin
2007-07-24 23:17:09 -07:00
ted.mielczarek@gmail.com
8005e08e67
bug 384153 - symbol upload not removing zip file on remote host. r=bsmedberg
2007-07-24 18:06:15 -07:00
ted.mielczarek@gmail.com
60ee834e61
bug 388320 - package crashreporter xpt (+ rename airbag module to
...
crashreporter). r=bsmedberg
2007-07-24 18:06:15 -07:00
jwalden@mit.edu
ddbd0f3fe1
Fix line endings.
2007-07-24 18:06:15 -07:00