vladimir%pobox.com
|
3d39151605
|
b=249782, workaround for vs2005 nss manifest issue, r=bsmedberg
|
2006-02-06 22:48:49 +00:00 |
doronr%us.ibm.com
|
d3245f6ff4
|
Bug 322833 - PFS gets stuck at license. r=rob_strong
|
2006-02-06 21:59:03 +00:00 |
mark%moxienet.com
|
6074e46922
|
325910 Kill redo-prebinding.sh. r1=josh r2=bryner
|
2006-02-06 19:53:10 +00:00 |
rob_strong%exchangecode.com
|
c96a024ca7
|
Bug 323436 - ExtensionDataSource.prototype.GetTargets passes EM_NS to stripPrefix. r=bsmedberg
|
2006-02-06 19:12:40 +00:00 |
rob_strong%exchangecode.com
|
62c50f4b12
|
Bug 310843 - EM requires the use of integer data for em:type. r=bsmedberg
|
2006-02-06 19:04:17 +00:00 |
darin%meer.net
|
3015ef7d17
|
backing out patch for bug 311008.
|
2006-02-06 17:53:09 +00:00 |
benjamin%smedbergs.us
|
7b94051def
|
From bug 320504, don't bother comparing "uninstaller.inc"; it is only used in English since we don't localize the uninstaller.
|
2006-02-06 15:20:42 +00:00 |
neil%parkwaycc.co.uk
|
f0100172af
|
Bug 245725 Make downloads display an approximation to the current transfer rate rather than the overall average speed p=son.le0@gmail.com r=biesi sr=me
|
2006-02-06 00:34:30 +00:00 |
gavin%gavinsharp.com
|
d641cf4da5
|
Revert accidental checkin.
|
2006-02-05 19:49:01 +00:00 |
gavin%gavinsharp.com
|
e9ae3dc16f
|
Bug 315166: make the text-link binding be more careful about which protocols it allows, r=mconnor
|
2006-02-05 19:42:23 +00:00 |
gavin%gavinsharp.com
|
a57d31e323
|
Bug 317811: Allow single-window-instance XULRunner applications, patch by Alex Sirota <alex@elbrus.com>, r=bsmedberg
|
2006-02-05 14:58:27 +00:00 |
jruderman%hmc.edu
|
f9906721be
|
Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor.
|
2006-02-05 04:50:42 +00:00 |
kjh-5727%comcast.net
|
9dca5c309a
|
Bug 324072 - Printer properties dialog shows properties for the wrong printer. r+sr=roc.
|
2006-02-04 17:24:26 +00:00 |
darin%meer.net
|
404a1f0d57
|
Fixing bustage: Implement new version of nsIXULBrowserWindow.setOverLink
|
2006-02-03 22:28:50 +00:00 |
bsmedberg%covad.net
|
65faab254c
|
Bug 316176 - unexpected early shutdown leads to crash when closing mail compose window, r=bienvenu
|
2006-02-03 16:07:23 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
gerv%gerv.net
|
88c656e83c
|
Bug 325224: fix about:licen[cs]e fragment hyperlinks. Patch by gerv; r=neil.
|
2006-02-03 14:08:29 +00:00 |
gavin%gavinsharp.com
|
2334ce4270
|
Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor
|
2006-02-03 11:39:34 +00:00 |
mark%moxienet.com
|
f6d6fda2fa
|
325410 Mac builds not packaging .chk files. Fix paths to shlibsign for Mac builds. r=bsmedberg
|
2006-02-03 03:26:44 +00:00 |
rob_strong%exchangecode.com
|
b82ec1d3e9
|
Bug 325175 - Says extension will install after firefox is restarted, but it doesn't happen. r=bsmedberg
|
2006-02-02 19:50:54 +00:00 |
timeless%mozdev.org
|
d9605845bf
|
Bug 325471 Broken search for path to binary on linux in xulrunner-stub
patch by prefiks@aviary.pl r=bsmedberg
|
2006-02-02 17:23:26 +00:00 |
scott%scott-macgregor.org
|
38b2571eed
|
remove a spurious dump statement I accidentally checked in last year
|
2006-02-01 22:48:48 +00:00 |
wr%rosenauer.org
|
72e478eaaa
|
Bug 300856 - Cannot set default download directory to home on Linux/Unix, r=mconnor
|
2006-02-01 16:19:24 +00:00 |
scott%scott-macgregor.org
|
15b3b1dd83
|
Bug #317633 --> add some missing shims to address some thunderbird regressions
caused by 317633.
sr=ben
|
2006-02-01 02:29:01 +00:00 |
scott%scott-macgregor.org
|
f01dbaa3e0
|
Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
sr=bsmedberg
|
2006-01-31 22:03:34 +00:00 |
gavin%gavinsharp.com
|
8ca1aa0026
|
Bug 241774: change deletion of autocomplete entries from shift+del to just del, r=mconnor
|
2006-01-31 21:16:11 +00:00 |
gavin%gavinsharp.com
|
9038c6ed58
|
Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 314700, r=mconnor
|
2006-01-31 20:27:20 +00:00 |
beng%bengoodger.com
|
b5a2634ee8
|
317633 - undo/redo for Places. Make sure the various transactions work better - e.g. folder undo should save a list of its child nodes for restoration. Also ensure that bookmark edits done in the places tab aren't undone when another tab is selected and Ctrl+Z hit by implementing a transaction manager in the browser window that filters out places-tab transactions if the places tab isn't selected. Make the goDo*Command utility functions in globalOverlay.js consult the window looking for applicable controllers, not just the focused element. r=sullivan. Also 320085 - search menu keybindings for places: allow find bar to be turned off using a state variable, which prevents the opening of the strip but fires an event which other applications like places can listen to: 'find-activated'.
|
2006-01-31 18:00:06 +00:00 |
bryner%brianryner.com
|
4d12a8bb23
|
Don't warn if there is no existing form history. Bug 325253, r=brettw.
|
2006-01-30 19:59:02 +00:00 |
gerv%gerv.net
|
22ac75a74e
|
Bug 322000: fix About page missing entity bustage. The entity was used on multiple pages and I didn't notice.
|
2006-01-28 15:40:44 +00:00 |
cbiesinger%web.de
|
462ebbb2ad
|
bug 269280 implement moz-icon on BeOS
patch by Simon <simontaylor2@gawab.com> and Doug Shelton
<doug@sheltonfamily.org> r=biesi r=mconnor (toolkit parts)
|
2006-01-28 14:25:18 +00:00 |
bryner%brianryner.com
|
11cd65bc44
|
fix gcc bustage (bug 324170). r=brettw.
|
2006-01-27 19:21:19 +00:00 |
darin%meer.net
|
0bc82667ed
|
Fix build bustage in satchel when --enable-storage is specified without --enable-places, b=324170, r=bryner
|
2006-01-27 19:17:21 +00:00 |
bsmedberg%covad.net
|
93ef090ed3
|
Fix GTK(1) dynamic builds, from bug 299988
|
2006-01-27 13:48:12 +00:00 |
gerv%gerv.net
|
d18bcc7905
|
Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott.
|
2006-01-27 12:08:02 +00:00 |
gavin%gavinsharp.com
|
06416744c6
|
Bug 298665: color picker is broken (popup doesn't close after selecting a color), patch by Alan Knowles <alan@akbkhome.com>, r=mano
|
2006-01-27 08:33:54 +00:00 |
roc+%cs.cmu.edu
|
c356b9cc7b
|
Bug 324763. Don't use useless 'mousethrough' on tabs ... restoring part of the patch in bug 317375 that was lost before checkin. r=mconnor
|
2006-01-26 19:25:53 +00:00 |
bryner%brianryner.com
|
0ff9d4e39d
|
Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg.
|
2006-01-26 19:17:04 +00:00 |
bsmedberg%covad.net
|
abdac7eba1
|
Bug 299988 - integrate gtkmozembed into libxul, r=chpe
|
2006-01-26 19:10:50 +00:00 |
darin%meer.net
|
0124e4829d
|
fixes bug 320504 "Prompt users to submit feedback when uninstalling FF" r=beltzner,bsmedberg
|
2006-01-26 15:09:46 +00:00 |
pavlov%pavlov.net
|
7a47712c14
|
fixing bustage from bsmedberg's checkin for 322965.
|
2006-01-26 03:10:10 +00:00 |
gavin%gavinsharp.com
|
7f372901a4
|
Bug 267034: Improve nsIAlertsService documentation, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=mscott, sr=neil
|
2006-01-26 01:04:01 +00:00 |
bsmedberg%covad.net
|
c85be04cc3
|
Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies
|
2006-01-25 20:23:24 +00:00 |
rob_strong%exchangecode.com
|
e3f545db2a
|
Bug 313141 - Extensions.js looks for 'Get more' url and can't find it. r=mconnor
|
2006-01-25 20:17:12 +00:00 |
pavlov%pavlov.net
|
fbc6cb3e44
|
backing out bsmedberg's checkins for bug 322965 due to build bustage.
|
2006-01-25 04:54:07 +00:00 |
gavin%gavinsharp.com
|
4aceb74bb4
|
Bug 312867: expose input's editor (toolkit version), patch by Alex Vincent <ajvincent@gmail.com>, r=mconnor, also address an xpfe nit (comment 16) and fix some trailing whitespace
|
2006-01-25 01:14:00 +00:00 |
bsmedberg%covad.net
|
6e60d6e40c
|
Need DSO_LDOPTS and EXPORT_LIBRARY, from bug 322965
|
2006-01-24 21:11:15 +00:00 |
bsmedberg%covad.net
|
9b69041028
|
Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul)
|
2006-01-24 19:27:00 +00:00 |
gavin%gavinsharp.com
|
7f7f468ea9
|
Bug 324449: comment tweak
|
2006-01-24 04:12:38 +00:00 |
gavin%gavinsharp.com
|
f73c0b8f84
|
Bug 324449: error when moving a tab before it's parent and then closing it (Error: uncaught exception: 2147500037), r=ben
|
2006-01-24 03:55:12 +00:00 |