flamingice@sourmilk.net
|
8645c6e3c9
|
Bug 129921, nsIWebBrowserPersist should support resume, Patch by Tom Germeau, r=biesi, sr=jst
|
2007-07-13 10:31:10 -07:00 |
mats.palmgren@bredband.net
|
00db5830ff
|
Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst
|
2007-07-10 06:53:01 -07:00 |
bzbarsky@mit.edu
|
2e4173547c
|
Use a Subsumes() check, not a same-origin one. r+sr=jst
|
2007-07-09 21:14:00 -07:00 |
jwalden@mit.edu
|
12e960c504
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
dmose@mozilla.org
|
00137b6801
|
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
|
2007-07-05 12:31:44 -07:00 |
bzbarsky@mit.edu
|
2d74f9107f
|
Make the ranges used by find code able to span anonymous content. Bug 384706,
r+sr=sicking
|
2007-06-18 20:01:03 -07:00 |
kherron@fmailbox.com
|
467adea002
|
Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger.
|
2007-06-16 13:57:44 -07:00 |
leon.sha@sun.com
|
cf12657f0e
|
Bug 253926 Print to file doesn't cancel properlyPatch by leon.sha@sun.comdarin.moz: review+benjamin: superreview+
|
2007-06-12 22:48:17 -07:00 |
mozilla@weilbacher.org
|
935b4d3035
|
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
|
2007-06-10 15:13:08 -07:00 |
bent.mozilla@gmail.com
|
5d7cd8e8ce
|
Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg.
|
2007-05-16 13:06:01 -07:00 |
neil@parkwaycc.co.uk
|
0c63751ee1
|
Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi
|
2007-05-09 01:40:41 -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 |
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 |
peterv@propagandism.org
|
37ea48ef85
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
martijn.martijn@gmail.com
|
04458076fd
|
Bug 378178 - Some code that doesn't compile under DEBUG_FIND anymore, r+sr=bzbarsky
|
2007-04-21 04:00:01 -07:00 |
bzbarsky@mit.edu
|
fe0d51d148
|
Don't try to use ranges to represent chunks of the flattened tree, becauseranges can't have endpoints that are anonymous wrt the other endpoint. Bug374873, r+sr=rbs
|
2007-04-18 13:05:42 -07:00 |
gijskruitbosch@gmail.com
|
a650e64d62
|
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger)
|
2007-04-15 05:31:18 -07:00 |
dbaron@dbaron.org
|
4d961c5c49
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
dholbert%cs.stanford.edu
|
b8b5e16a94
|
Bug 431190: Make Linux print dialog & page setup dialog modal. r+sr=vlad a=damons
|
2008-05-01 06:43:05 +00:00 |
gavin%gavinsharp.com
|
a233e5d55f
|
Bug 393707: Landing 389634 broke building without XUL, patch by romaxa <romaxa@gmail.com>, r=smaug, a=beltzner
|
2008-04-14 00:53:21 +00:00 |
dolske%mozilla.com
|
3d81cc758c
|
Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+
|
2008-04-03 03:02:10 +00:00 |
Olli.Pettay%helsinki.fi
|
3f5bcf432e
|
Bug 423965, [@ nsFind::Find], r+sr=jst, a=beltzner
|
2008-03-31 11:58:00 +00:00 |
Olli.Pettay%helsinki.fi
|
c3f4b42877
|
Bug 414338, nsFind crashes if passed a range rooted at a document, r+sr=jst
|
2008-03-18 10:10:21 +00:00 |
timeless%mozdev.org
|
13d4544b58
|
Bug 422445 WebBrowserPersist treats StartUpload failure as a readError
r=biesi a=dsicore
|
2008-03-16 22:06:02 +00:00 |
jst%mozilla.org
|
f6e789810a
|
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
|
2008-03-14 21:31:38 +00:00 |
edward.lee%engineering.uiuc.edu
|
a32c7922e8
|
Bug 418961 - "Save Page As" "Text Files" saves file but Downloads window doesn't show completion. r=biesi, sr=biesi, b-ff3=beltzner
|
2008-03-09 01:04:28 +00:00 |
edward.lee%engineering.uiuc.edu
|
69ac6e1e5b
|
Bug 412360 - Download Manager remains empty, downloads don't start, with this 3.0b2 downloads.sqlite. r=sdwilsh, r=biesi, sr=biesi, b-ff3=beltzner
|
2008-03-09 01:02:07 +00:00 |
joshmoz%gmail.com
|
f7a55cca95
|
protect against obj-c exceptions in printing ui. b=419389 r/sr=roc
|
2008-03-04 17:56:32 +00:00 |
masayuki%d-toybox.com
|
1e15df8ce2
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 15:28:40 +00:00 |
masayuki%d-toybox.com
|
755b4e49e5
|
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
|
2008-02-28 13:59:28 +00:00 |
masayuki%d-toybox.com
|
0cb4d69dfd
|
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
|
2008-02-28 11:01:59 +00:00 |
joshmoz%gmail.com
|
0e92f13c59
|
remove unused files, rename mac prompt service file to .mm. prep for exceptions handling. b=419389 r/sr=roc
|
2008-02-26 19:37:51 +00:00 |
Olli.Pettay%helsinki.fi
|
c1e558bc24
|
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
|
2008-02-26 12:40:21 +00:00 |
reed%reedloden.com
|
094bb39a01
|
Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan]
|
2008-02-25 08:59:21 +00:00 |
reed%reedloden.com
|
37fe8020c4
|
Bug 409796 - "No pictures shown in saved file (file name and folder name, containing that file, is in cyrillic)" [p=lolkaantimat@gmail.com (Evgeniy Ivanov [powerfox]) r+sr=biesi a1.9=beltzner]
|
2008-02-24 07:44:07 +00:00 |
jag%tty.nl
|
4221353fba
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 08:50:33 +00:00 |
masayuki%d-toybox.com
|
79efc4821f
|
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
|
2008-02-16 15:31:33 +00:00 |
bzbarsky%mit.edu
|
5f7719d702
|
Stop treating _new as a special window target. No other browser does. Bug
417067, r+sr=jst, a=beltzner
|
2008-02-14 05:05:27 +00:00 |
jag%tty.nl
|
d969eb7c6b
|
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
|
2008-02-09 10:37:44 +00:00 |
dolske%mozilla.com
|
fc103dbaff
|
Bug 244273 - improve current HTTP authentication prompt. r=neil,bsmedberg ui-r=johnath, a=blocking-1.9+, a-latel10n=damons
|
2008-01-29 19:33:26 +00:00 |
reed%reedloden.com
|
38e12ee76c
|
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
|
2008-01-21 03:47:28 +00:00 |
reed%reedloden.com
|
6f9ce8a3d1
|
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
|
2008-01-17 10:13:33 +00:00 |
reed%reedloden.com
|
e5354271fd
|
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
|
2008-01-17 06:27:53 +00:00 |
stuart.morgan%alumni.case.edu
|
6649db3f41
|
Bug 312018: Set the print job name before showing the print dialog. r=josh sr=bsmedberg a1.9=schrep
|
2008-01-10 23:44:06 +00:00 |
sdwilsh%shawnwilsher.com
|
98deef5593
|
Bug 410804 - nsWebBrowserPersist::MakeOutputStreamFromFile doesn't follow XPCOM rules. r=biesi, sr=biesi, a=schrep
|
2008-01-07 00:23:54 +00:00 |
sdwilsh%shawnwilsher.com
|
bea6c07ff0
|
Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz
|
2008-01-04 17:55:03 +00:00 |
reed%reedloden.com
|
7d480431ec
|
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
|
2008-01-01 10:11:08 +00:00 |
dtownsend%oxymoronical.com
|
bb59e577c2
|
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and
'random'. s+sr=jst, a=P1 blocking
|
2007-12-06 21:19:16 +00:00 |
stuart.morgan%alumni.case.edu
|
2e566a7f82
|
Follow up to bug 404290, make sure embedding clients don't crash (bug 406108). r+sr=bzbarsky a1.9=blocking1.9
|
2007-12-04 00:31:21 +00:00 |