dmose@mozilla.org
|
88d845a512
|
Use Content-Disposition headers for "Save Link As", when available (bug 299372); r=mconnor (browser bits), r/sr=biesi (uriloader bits), ui-r=beltzner, a1.9b4=beltzner
|
2008-02-29 15:59:20 -08:00 |
|
joshmoz@gmail.com
|
9d15dd6a9e
|
always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner
|
2008-02-29 15:24:53 -08:00 |
|
dholbert@cs.stanford.edu
|
65a3300338
|
Bug 418766: Use width, not height, as a quick proxy for whether a line is empty. r+sr=roc, a=beltzner
|
2008-02-29 13:45:43 -08:00 |
|
dtownsend@oxymoronical.com
|
36a79678c5
|
Bug 406118: Extension blocklist is broken. r=bsmedberg, a1.9b4=beltzner
|
2008-02-29 11:06:29 -08:00 |
|
reed@reedloden.com
|
2d77c3c22b
|
Bug 419835 - "Removal of "Find Updates" icon" (regression fix #2) [p=reed r=Mano (bustage fix)]
|
2008-02-29 09:32:02 -08:00 |
|
dietrich@mozilla.com
|
a66a3842e4
|
backing out bug 384370 for hosation of Ts
|
2008-02-29 09:29:58 -08:00 |
|
nrthomas@gmail.com
|
b33bb7e1bf
|
Bug 417561, disable tagging of Talkback now we have prebuilt packages, r=rhelmer
|
2008-02-29 09:20:51 -08:00 |
|
ause@sun.com
|
d799dc89b8
|
bug 394339 - fix breakage in windows multiprocess builds
|
2008-02-29 08:54:17 -08:00 |
|
dietrich@mozilla.com
|
0d4f820d40
|
Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (take two, r=mano, a=beltzner)
|
2008-02-29 08:39:13 -08:00 |
|
surkov.alexander@gmail.com
|
a907e7b732
|
Bug 420055 - New shutdown crash, patch=aaronlev, r=me, sr=mconnor, approval1.9b4+=mconnor,beltzner
|
2008-02-29 07:38:35 -08:00 |
|
benjamin@smedbergs.us
|
bd8c0d9f66
|
Bug 420217 - _InterlockedCompareExchange needs to be extern "C" when using a C++ compiler, r=brendan a1.9b4=beltzner
|
2008-02-29 06:49:04 -08:00 |
|
enndeakin@sympatico.ca
|
eee6346656
|
Bug 408723, autocomplete should use the url value not the popup selection, causes problem where moving the mouse and pressing enter goes to unexpected url, r=gavin,a=beltzner
|
2008-02-29 05:07:02 -08:00 |
|
reed@reedloden.com
|
ef39884546
|
Bug 419835 - "Removal of "Find Updates" icon" (regression fix) [p=reed r=Mano a1.9b4-pending (bustage fix)]
|
2008-02-29 02:31:22 -08:00 |
|
reed@reedloden.com
|
dbbad4e749
|
Bug 420026 - "get rid of folderDragOver.png (open folder with arrow) in winstripe and pinstripe" [p=reed r=Mano a1.9b4=beltzner a=blocking-firefox3+]
|
2008-02-29 00:23:28 -08:00 |
|
reed@reedloden.com
|
ec339e2498
|
Bug 419835 - "Removal of "Find Updates" icon" [p=reed r=Mano a1.9b4=beltzner]
|
2008-02-29 00:21:27 -08:00 |
|
reed@reedloden.com
|
8fecf40b5c
|
Bug 419250 - "Use 16x16 puzzle icon for xpinstall-install-blocked notification" [p=reed r=Mano a1.9b4=beltzner]
|
2008-02-29 00:19:23 -08:00 |
|
mozilla@weilbacher.org
|
298971b41d
|
Bug 419270: Elements with position:fixed jump while scrolling, copy the Linux solution, p=wuno@lsvw, r=me, a19a4=beltzner
|
2008-02-29 00:19:05 -08:00 |
|
mconnor@steelgryphon.com
|
8b5daa19e2
|
bug 348031 - make Cmd+W always close the window on the last tab
|
2008-02-28 22:06:06 -08:00 |
|
joshmoz@gmail.com
|
782bc77a51
|
Fix various key handling bugs by processing key down events uniformly and making sure we always send down and press events. Fixes key events in dialogs, emacs bindings, various key commands, changing IME input modes. b=358379, also fixes 418226,411304,417108. r=masayuki sr=roc a=beltzner
|
2008-02-28 21:47:41 -08:00 |
|
joshmoz@gmail.com
|
7821e133e7
|
make filepicker remember last type selected. b=417910 r=smorgan sr=roc a=beltzner
|
2008-02-28 21:36:35 -08:00 |
|
reed@reedloden.com
|
1bbdb6267f
|
Bug 419765 - "PyDOM script error, Python cannot handle dom events" (Add handling of the additional version argument) [p=toddw@ActiveState.com (Todd Whiteman) r=mhammond (NPOTB)]
|
2008-02-28 21:32:30 -08:00 |
|
reed@reedloden.com
|
d8bc149001
|
Add missing commas to some gnomestripe CSS rules for Places. No bug. [a1.9b4=beltzner via IRC]
|
2008-02-28 21:17:52 -08:00 |
|
vladimir@pobox.com
|
4aa4bceacd
|
b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner
|
2008-02-28 21:10:38 -08:00 |
|
vladimir@pobox.com
|
9363e2f33c
|
b=418552, use native styling for dropdown controls in xul and content area in Vista ; r+sr=roc; a=beltzner
|
2008-02-28 21:10:12 -08:00 |
|
brendan@mozilla.org
|
a8bb1da25f
|
Fix slot type to satisfy C++ (420215, r=bsmedberg, a=beltzner).
|
2008-02-28 21:03:38 -08:00 |
|
jruderman@hmc.edu
|
368ea67222
|
Add crashtests
|
2008-02-28 20:45:53 -08:00 |
|
bzbarsky@mit.edu
|
1201485052
|
Add the charset right after the type, before all other params, if there is no existing charset in the type. Bug 413974, r=biesi, sr=sicking, a=beltzner
|
2008-02-28 20:24:32 -08:00 |
|
bzbarsky@mit.edu
|
52c572e4be
|
Fix longstanding issue where anchor scrolls on a POST result page could lead to a silent re-POST during history traversal. Bug 413310, r+sr=biesi, a=dsicore,beltzner,righteousness.
|
2008-02-28 20:21:39 -08:00 |
|
reed@reedloden.com
|
7988be93ce
|
Bug 420198 - "Missing PR_TRUE assignment results in performance loss" [p=reed r+sr=roc a1.9b4=beltzner a=blocking1.9+]
|
2008-02-28 19:52:32 -08:00 |
|
bent.mozilla@gmail.com
|
c8de939d3c
|
Bug 414977 - "insufficient unlink methods in some DOM classes?". Allow the cycle collector to unlink XPCWrappedNatives in one cycle instead of two. r=peterv, sr=jst, a1.9b4+=schrep.
|
2008-02-28 18:09:10 -08:00 |
|
jst@mozilla.org
|
16e1932c1a
|
Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com
|
2008-02-28 18:06:00 -08:00 |
|
bent.mozilla@gmail.com
|
872fe28df5
|
Bug 419655 - "Refreshing a page leaks an nsGlobalWindow until shutdown". r=peterv, sr=jst, a1.9b4+=schrep.
|
2008-02-28 18:05:57 -08:00 |
|
dbaron@dbaron.org
|
ef4c9abc72
|
Add better reftest coverage for intrinsic width computation of horizontal padding, border, and margin on inlines. b=420069 sheriff-a=sayrer
|
2008-02-28 17:52:09 -08:00 |
|
dbaron@dbaron.org
|
38ba81cbd4
|
Fix bug under some valid types of optimization where we cross margin and padding. b=420069 r+sr=roc a1.9b4=damons a-sheriff=sayrer
|
2008-02-28 17:52:06 -08:00 |
|
bclary@bclary.com
|
75a10443a9
|
JavaScript Tests - regression test for bug 419018, by jag (Peter Annema)
|
2008-02-28 17:37:05 -08:00 |
|
dcamp@mozilla.com
|
b36f30b49a
|
Bug 419751: Reset the phishing/malware database for beta 4 to work around a server issue. r=tony, b1.9b4=beltzner
|
2008-02-28 16:46:40 -08:00 |
|
brendan@mozilla.org
|
fa4dcecfef
|
Unbitrot JS_OPMETER (363529, r=shaver, a=beltzner/sayrer).
|
2008-02-28 16:29:59 -08:00 |
|
roc+@cs.cmu.edu
|
49a25bd74b
|
disable test for bug 405952 until I can fix the test
|
2008-02-28 13:58:01 -08:00 |
|
kairo@kairo.at
|
836da1985a
|
bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin
|
2008-02-28 13:36:30 -08:00 |
|
roc+@cs.cmu.edu
|
76c8339f01
|
Bug 405952. Add scrollbar width to pref and min widths for overflow:scroll elements but for no other overflow values. r+sr=bzbarsky,dbaron,dholbert, a=beltzner
|
2008-02-28 12:37:06 -08:00 |
|
reed@reedloden.com
|
0e2b0f9051
|
Bug 420047 - "Cannot inspect anything" [p=sdwilsh@forerunnerdesigns.com (Shawn Wilsher [sdwilsh]) r=luser/ted a1.9b4=beltzner]
|
2008-02-28 11:32:51 -08:00 |
|
reed@reedloden.com
|
bc445f8d63
|
Bug 419916 - "Only package CRT files ifndef MOZ_MEMORY" [p=philringnalda@gmail.com (Phil Ringnalda) r=luser/ted a1.9b4=beltzner]
|
2008-02-28 11:30:59 -08:00 |
|
kaie@kuix.de
|
1c416620df
|
Bug 418958, Enable Go Daddy root CA certificates for EV use r=rrelyea, a1.9b4=beltzner
|
2008-02-28 10:00:57 -08:00 |
|
dbaron@dbaron.org
|
cb1f666485
|
Add testcase for computing the shrink-wrapping size of table outer frames correctly. b=363402
|
2008-02-28 09:55:29 -08:00 |
|
dbaron@dbaron.org
|
898743fc16
|
Compute the shrink-wrapping size of table outer frames correctly. b=363402 r+sr=roc a1.9b4=beltzner
|
2008-02-28 09:55:04 -08:00 |
|
aaronleventhal@moonset.net
|
9a412fc985
|
Bug 420051. Crash [ @ CAccessibleAction::get_keyBinding ]. r=marcoz, a=beltzner for 1.9b4
|
2008-02-28 09:39:10 -08:00 |
|
aaronleventhal@moonset.net
|
3e80d74d08
|
bug 419881. Crash [ @ nsDocAccessible::FlushPendingEvents ]. r=ginn, a=beltzner for 1.9b4
|
2008-02-28 09:36:37 -08:00 |
|
brendan@mozilla.org
|
7e30932a4d
|
Cope with JSOP_INITPROP property cache proto-property-with-non-stub-setter hazard (419822, r=shaver, a=beltzner).
|
2008-02-28 09:17:52 -08:00 |
|
bclary@bclary.com
|
641f900e2d
|
JavaScript Tests - regression tests for bug 419152, by Mike Shaver
|
2008-02-28 08:44:05 -08:00 |
|
bclary@bclary.com
|
43608cef42
|
JavaScript Tests - regression tests for bug 419803, by Jesse Ruderman
|
2008-02-28 08:24:12 -08:00 |
|