Commit Graph

14153 Commits

Author SHA1 Message Date
bent.mozilla@gmail.com
7e4ac1fa4a Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 10:29:06 -07:00
bent.mozilla@gmail.com
8134a43324 Bug 428362 - "Unhandled exception in SanitizeListener constructor". r=gavin, a=beltzner. 2008-04-11 10:27:08 -07:00
bent.mozilla@gmail.com
33593c19e7 Bug 428358 - "Typo in <malware-warden.js> causes xpconnect exception about 'streamFinished'". r=dcamp, a=beltzner. 2008-04-11 10:26:03 -07:00
ctalbert@mozilla.com
1768b852dd bug 405924 Test that loading place URIs from content prevented, r=dietrich a=mconnor 2008-04-11 10:11:09 -07:00
dietrich@mozilla.com
89b533ac42 Bug 419731 - Changing bookmark title in places should be reflected in tag containers (for mak77@supereva.it, r=mano, a=beltzner) 2008-04-11 09:22:01 -07:00
marco.zehe@googlemail.com
0b55b02ebe bug 428477 - Rename nsIAccessibleHyperLink::anchorsCount to nsiAccessibleHyperLink::anchorCount for better consistency r=aaronlev a1.9=beltzner 2008-04-11 08:57:36 -07:00
dietrich@mozilla.com
facb55b366 Bug 428097 - Bookmarks Toolbar menu item in Bookmarks Menu doesn't have a menu icon (for mak77@supereva.it, r=dietrich, a=beltzner) 2008-04-11 08:53:58 -07:00
bclary@bclary.com
4974377684 JavaScript Tests - update public failures, bug 404367 2008-04-11 08:19:51 -07:00
benjamin@smedbergs.us
7f4a39e969 Fix camino build bustage. Short answer is "just don't do that", I think. 2008-04-11 08:18:19 -07:00
benjamin@smedbergs.us
1a0cd7a153 Bug 391311 followup - if the chrome registry doesn't initialize correctly, don't crash on destruction, r=Mossop a=beltzner 2008-04-11 08:05:58 -07:00
brendan@mozilla.org
a63ad80ecd Fix 427191 (r=igor, a=beltzner). 2008-04-11 07:50:16 -07:00
benjamin@smedbergs.us
5c2bff725a Bug 292789 (the chrome registry part), add a contentaccessible flag for packages and expose it on nsIXULChromeRegistry, r=dtownsend sr=jst a=beltzner 2008-04-11 06:39:43 -07:00
benjamin@smedbergs.us
6114a47d6e Bug 428326 - Configuring with a relative srcdir breaks unit tests in XPCOM, r=luser a=beltzner 2008-04-11 06:10:59 -07:00
masayuki@d-toybox.com
b9c61197fc Bug 427245 IME is enabled on non text editable input element (re-landing, the previous test failure is not related this patch.) r=peterv, sr=roc, a1.9=beltzner 2008-04-11 04:31:13 -07:00
nrthomas@gmail.com
ea37b1d346 Update 1.9 staging to same patcher tag as 1.9 production 2008-04-11 03:40:06 -07:00
masayuki@d-toybox.com
4c89e70f45 b=427245 backing-out the previous patch, because qm-centos5-01 becomes oragne. 2008-04-11 03:16:18 -07:00
dtownsend@oxymoronical.com
6af397de71 Bug 428341: Wrong error message displayed when installing an extension that isn't compatible with the app. r=robstring, a=beltzner 2008-04-11 02:44:41 -07:00
masayuki@d-toybox.com
6b0f5042f9 Bug 427245 IME is enabled on non text editable input element r=peterv, sr=roc, a1.9=beltzner 2008-04-11 01:47:16 -07:00
masayuki@d-toybox.com
01c805af57 Bug 426772 Floated first-letter generates too tall box r+sr=roc, a1.9=beltzner 2008-04-11 01:44:58 -07:00
marco.zehe@googlemail.com
b586641e31 bug 428248 - Implement tests for nsIAccessibleHyperText interface r=Alexander Surkov (surkov.alexander@gmail.com) a1.9=beltzner 2008-04-11 00:22:32 -07:00
reed@reedloden.com
1f95f2294c Bug 427985 - "Mozilla stops repainting in this testcase after a while" (leak fix) [p=pavlov@pavlov.net (Stuart Parmenter) r=vlad b1.9+a1.9=damons] 2008-04-11 00:01:14 -07:00
mozilla@weilbacher.org
46cc5c4a71 fix linebreaks in Makefile.in from bug 426867 to unbreak OS/2 build (test only code) 2008-04-10 22:58:04 -07:00
karlt+@karlt.net
646ae1a5a6 Add a space to be more permissive. 2008-04-10 22:15:01 -07:00
jruderman@hmc.edu
063cf28ac9 Make tagStack be an array of nsString instead of nsAutoString. Fixes bug 427941. r+sr=sicking, a=beltzner 2008-04-10 21:38:25 -07:00
karlt+@karlt.net
142846798a fails on Windows too - bug 428458 2008-04-10 21:32:23 -07:00
karlt+@karlt.net
8617d74117 fails on Mac - bug 428458 2008-04-10 21:08:22 -07:00
roc+@cs.cmu.edu
1dead6507c Bug 424915. Improve display list analysis so that sites with content covered by the scrolling element, such as GMail, can use bitblit scrolling. r+sr=dbaron,a=beltzner 2008-04-10 20:46:37 -07:00
karlt+@karlt.net
ef3215ce8e Test text input size with monospace fonts b=410405. 2008-04-10 20:17:32 -07:00
webmail@kmgerich.com
3ec67bcf15 Bug 427935 - Mac theme updates Round of style tweaks and icon additions, including hud style tweaks, addons window style tweaks, revised pref icons, new notification icons. Fixes bugs 386757, 424877, 427464, 427697, 427701 r=mano, ui-review=beltzner, a=mconnor 2008-04-10 19:27:29 -07:00
kaie@kuix.de
33cde9a624 Bug 426689, HTTP basic auth prompt over plain http shows big lock icon Patch contributed by Reed Loden r=johnath, a1.9=beltzner 2008-04-10 18:34:47 -07:00
kaie@kuix.de
b185e9b82d Bug 426689, HTTP basic auth prompt over plain http shows big lock icon Adding new Authentication icon contributed by Michael Monreal ui-review=johnath, a1.9=beltzner 2008-04-10 18:32:44 -07:00
kaie@kuix.de
8e1be3a7dd Bug 423002, Incorrect error message with certificates which contain subjectAltName r=rrelyea, a1.9=beltzner 2008-04-10 18:28:09 -07:00
kaie@kuix.de
913a248f1e Bug 428415, Don't pass uninitialized values to NSS CERT_PKIXVerifyCert r=rrelyea, a1.9=dsicore 2008-04-10 18:26:19 -07:00
dholbert@cs.stanford.edu
a96db78212 Minor comment-only change (fixing typo) 2008-04-10 17:39:16 -07:00
jwalden@mit.edu
41e640320a Fix line endings and don't break OS/2, NPOTB. 2008-04-10 16:46:11 -07:00
dolske@mozilla.com
d18af58cac Bug 427033 - Can't save form logins with action="javascript:..." r=gavin, a1.9=beltzner 2008-04-10 16:38:45 -07:00
martijn.martijn@gmail.com
ffaf94a900 Extra reftest for bug 413027 - Marquee height is sized too small, clipping text vertically, a=beltzner 2008-04-10 16:17:20 -07:00
martijn.martijn@gmail.com
5b51041386 Workaround patch for bug 413027 - Marquee height is sized too small, clipping text vertically, r+sr=roc, a=beltzner 2008-04-10 16:09:16 -07:00
brendan@mozilla.org
1a21f22a61 Fix regression in patch for bug 346902 (387951, r=mrbkap, a=dsicore). 2008-04-10 16:02:00 -07:00
roc+@cs.cmu.edu
cd8fdaadeb Bug 426987 crashtest 2008-04-10 15:48:33 -07:00
roc+@cs.cmu.edu
f5291de857 Bug 426987. Split SaveState from nsIDocument::Destroy so that we don't do Destroy() while we're still displaying the document. r+sr=sicking,a=beltzner 2008-04-10 15:47:01 -07:00
roc+@cs.cmu.edu
299a099511 Bug 421432. Don't crash when we ScrollToAnchor after UnsuppressPainting tore down the document. r+sr=dbaron,a=beltzner 2008-04-10 15:42:03 -07:00
roc+@cs.cmu.edu
f6fec4f83f Bug 423371. Make sure we use a non-null reference frame to compute the size of the element in GetOffsetRect. r+sr=bzbarsky,a=beltzner 2008-04-10 15:36:10 -07:00
dholbert@cs.stanford.edu
595fdb4786 Bug 402264: When we're scaling printed content, don't scale unconstrained heights. r+sr=roc a=damons 2008-04-10 15:34:38 -07:00
bclary@bclary.com
48d147ec82 JavaScript Tests - make javascript.options.strict tests insensitive to current setting, bug 428396 2008-04-10 14:24:08 -07:00
rob_strong@exchangecode.com
2774be6422 Bug 392137 - Retention: take over user defaults during install on Win32. r=bsmedberg+sspitzer, approval1.9=beltzner 2008-04-10 14:02:42 -07:00
bclary@bclary.com
d351bb6591 JavaScript Tests - attempt to catch exceptions to simplify test reporting, bug 226507 2008-04-10 13:58:06 -07:00
bclary@bclary.com
8d1e50a869 Sisyphus|JavaScript Tests - Spider's userhook can be stopped by exceptions in tests, bug 428391 2008-04-10 13:54:08 -07:00
bclary@bclary.com
253d16a3c9 JavaScript Tests - update known failures and spidermonkey extensions list, bug 404367 2008-04-10 13:45:47 -07:00
bclary@bclary.com
8834c19bf2 Sisyphus|JavaScript Tests - add ability to run tests with gczeal, bug 427189 2008-04-10 13:35:58 -07:00