rhelmer@mozilla.com
|
70707dc33d
|
make blat write to a tempfile, so it works on all tested versions b=372762 r=cf
|
2007-07-25 12:04:04 -07:00 |
benjamin@smedbergs.us
|
9bb8ca578b
|
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
|
a755841133
|
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 |
vladimir@pobox.com
|
a232b51aff
|
b=339553, drawString enhancement for canvas, r=me; patch from robarnold
|
2007-07-25 11:21:34 -07:00 |
enndeakin@sympatico.ca
|
c554edbf09
|
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
|
970167ff50
|
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 |
bzbarsky@mit.edu
|
5fda0c5d00
|
Add a flag that allows protocol handlers to indicate that they don't return any
data. Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
|
2007-07-25 10:21:41 -07:00 |
sharparrow1@yahoo.com
|
10b3e425ee
|
Bug 376124: Some rounding fixes related to a scrolling paint bug. r=vlad
|
2007-07-25 10:19:40 -07:00 |
sharparrow1@yahoo.com
|
2217b2847d
|
Bug 386640: ClearStyleDataAndReflow is fundamentally broken. r+sr=bz
|
2007-07-25 10:14:13 -07:00 |
enndeakin@sympatico.ca
|
8efc7f8e46
|
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
|
2007-07-25 09:53:37 -07:00 |
enndeakin@sympatico.ca
|
4f24dfc91c
|
Bug 389429, add an open property for menus, r=neil
|
2007-07-25 09:33:03 -07:00 |
sharparrow1@yahoo.com
|
7ff3d6cb49
|
Bug 388245: Remove NS_IMPL_THREADSAFE* macros from netwerk/streamconv. r+sr=biesi
|
2007-07-25 09:22:27 -07:00 |
bugzilla@standard8.demon.co.uk
|
727370d794
|
Bug 348437 - Remove nsKillAll.js. r=benjamin,sr=Neil
|
2007-07-25 09:13:15 -07:00 |
bugzilla@standard8.demon.co.uk
|
067d73136c
|
Bug 348437 - Remove nsKillAll.js. r=benjamin,sr=Neil
|
2007-07-25 08:48:37 -07:00 |
ted.mielczarek@gmail.com
|
9e7997f8e2
|
bug 385912 - breakpad breaks non x86 linux builds. patch by Bill Gianopoulos <wgianopoulos@yahoo.com>, r=me
|
2007-07-25 07:03:02 -07:00 |
benjamin@smedbergs.us
|
4639eb3dac
|
Bug 389401 - Build horked using VC71 and make -jN, r=cls
|
2007-07-25 06:56:04 -07:00 |
neil@parkwaycc.co.uk
|
3762a3f60d
|
Bug 389525 .selectedIndex is nicer than setAttribute("selectedIndex") r=gavin
|
2007-07-25 06:41:36 -07:00 |
surkov.alexander@gmail.com
|
b6ab7ae518
|
bug 371394 - Fire text changed event when content of hypertext accessible is changed, r=ginn.chen
|
2007-07-25 04:54:15 -07:00 |
longsonr@gmail.com
|
45fceee769
|
Bug 388411 - Improve frame construction: make trivial constructors inline and check that content is what we expect. r+sr=tor
|
2007-07-25 02:16:02 -07:00 |
dcamp@mozilla.com
|
a9d9d8bf00
|
fix bustage from bug 389223
|
2007-07-24 23:55:27 -07:00 |
dcamp@mozilla.com
|
0cac14e210
|
update the offline cache atomically. b=389223, r=biesi, sr=jst
|
2007-07-24 23:31:27 -07:00 |
ginn.chen@sun.com
|
af4f379fd7
|
Bug 388608 Accessible Hierarchy broken on Unix
r=benjamin
|
2007-07-24 23:29:28 -07:00 |
ginn.chen@sun.com
|
79f70f573f
|
Bug 388665 Javascript interferes with STATE_EDITABLE
r=aaronleventhal sr=bzbarsky
|
2007-07-24 23:24:00 -07:00 |
ginn.chen@sun.com
|
92610cc43d
|
Bug 389232 Firefox build fails on OpenSolaris with enable-libxul
r=wtc sr=benjamin
|
2007-07-24 23:17:09 -07:00 |
dcamp@mozilla.com
|
52a45b1f66
|
fix bustage from bug 388839
|
2007-07-24 22:50:08 -07:00 |
dcamp@mozilla.com
|
5e7a58ed01
|
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
|
2007-07-24 22:35:39 -07:00 |
dcamp@mozilla.com
|
c367b9d568
|
add a sendAsBinary() method to XMLHttpRequest (for sending data from an <input type=file> element, among other things). b=371432, r+sr=jonas
|
2007-07-24 21:53:21 -07:00 |
dcamp@mozilla.com
|
21b4c8ea53
|
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-24 21:29:47 -07:00 |
flamingice@sourmilk.net
|
83e9d3b622
|
Bug 386287, inconsistent use of title/name in bookmarks UI, Patch by Steve Won, r=dietrich
|
2007-07-24 20:35:14 -07:00 |
flamingice@sourmilk.net
|
d27e310053
|
Bug 386179, Stop using sqlite3ApiExit, r=sdwilsh
|
2007-07-24 19:18:54 -07:00 |
ted.mielczarek@gmail.com
|
b43bdb6b9c
|
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
|
f42f5a80aa
|
bug 388320 - package crashreporter xpt (+ rename airbag module to
crashreporter). r=bsmedberg
|
2007-07-24 18:06:15 -07:00 |
jwalden@mit.edu
|
78c2a74fe0
|
Fix line endings.
|
2007-07-24 18:06:15 -07:00 |
ted.mielczarek@gmail.com
|
0a3ebdb216
|
bug 376720 - send time-since-install with crash report
|
2007-07-24 18:06:15 -07:00 |
ted.mielczarek@gmail.com
|
245c383593
|
bug 382665 - Use a better icon for the crash reporter on OS X. r=mento
|
2007-07-24 18:06:15 -07:00 |
ted.mielczarek@gmail.com
|
90e04ad912
|
bug 383083 - post-process symbol files to add source revision numbers. re-enable --vcs-info on linux + dos2unix on symbolstore.py. r=bsmedberg
|
2007-07-24 18:06:15 -07:00 |
ted.mielczarek@gmail.com
|
25bcdcb875
|
bug 386841 - crashreporter linked with libsso.so.4, libcrypto.so.4. r=bsmedberg
|
2007-07-24 18:06:15 -07:00 |
dcamp@mozilla.com
|
4fd45485ff
|
fix for unicode paths while writing out the submitted breakpad report file. b=382508, r=luser
|
2007-07-24 18:06:15 -07:00 |
benjamin@smedbergs.us
|
470fb721f4
|
Fix unit-test bustage.
|
2007-07-24 18:06:15 -07:00 |
nrthomas@gmail.com
|
3b853cc377
|
Fix odd permissions on symbols uploaded to server, b=379014, r=luser
|
2007-07-24 18:06:14 -07:00 |
ted.mielczarek@gmail.com
|
4095a1f1a2
|
bug 387551 - generate and send unique user id in crash reports. r=bsmedberg
|
2007-07-24 18:06:14 -07:00 |
ted.mielczarek@gmail.com
|
701ccb651b
|
bug 386847 - os x not uploading i386 symbols. rs=gavin.sharp
|
2007-07-24 18:06:14 -07:00 |
ted.mielczarek@gmail.com
|
486145789e
|
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-07-24 18:06:13 -07:00 |
ted.mielczarek@gmail.com
|
fba46ea175
|
bug 386632 - update to breakpad revision 195. r=mento (missed this file from the original checkin)
|
2007-07-24 18:06:13 -07:00 |
ted.mielczarek@gmail.com
|
a3e45a783e
|
bug 386212 - fx-win32-tbox has lost the ability to report finishing nightly builds. r=bsmedberg
|
2007-07-24 18:06:13 -07:00 |
ted.mielczarek@gmail.com
|
38a5b41e48
|
bug 376046 - add support for specifying an ssh private key in the symbol upload script. r=bsmedberg
|
2007-07-24 18:06:12 -07:00 |
wr@rosenauer.org
|
b91f78af35
|
Bug 386959 - crashreporter gets wrong restart arguments for xulrunner apps, r=bsmedberg
|
2007-07-24 18:06:12 -07:00 |
ted.mielczarek@gmail.com
|
e99073ff83
|
fix the signature of wWinMain (no bug). r=timeless
|
2007-07-24 18:06:13 -07:00 |
dcamp@mozilla.com
|
9f051b9562
|
fix for unicode paths while writing out the submitted breakpad report file. b=382508, r=luser
(last patch should have been "unblock signals on the crash reporter in linux. b=385532, r=luser")
|
2007-07-24 18:06:12 -07:00 |
ted.mielczarek@gmail.com
|
6cad2f63b3
|
bug 383083 - post-process symbol files to add source file revision numbers. r=bsmedberg
|
2007-07-24 18:06:12 -07:00 |