Commit Graph

191174 Commits

Author SHA1 Message Date
reed@reedloden.com
d0413a0fc8 Bug 424066 - "CheckSameOriginURI reports spurious error during routine internal comparison" (make NS_ScriptErrorReporter not whine about inequal origin URLs when constructing exceptions) [p=shaver@mozilla.org (Mike Shaver) sr=bzbarsky a1.9b5=beltzner] 2008-03-25 22:37:23 -07:00
reed@reedloden.com
96c0763ac5 Bug 424489 - "Change name of Firefox 3 M13 to "Firefox 3 Beta 5" for official branding (for beta build tagging only)" [p=reed r=mconnor a1.9b5=beltzner] 2008-03-25 22:27:40 -07:00
reed@reedloden.com
29c47ce39a Bug 424304 - "Create Mochitest for bug 417760" [p=marco.zehe@googlemail.com (Marco Zehe) r+sr=mats.palmgren] 2008-03-25 21:52:30 -07:00
reed@reedloden.com
ee98756eae Bug 424996 - "close.png should use close box with red background for active state" [p=faaborg@mozilla.com (Alex Faaborg) a1.9b5=beltzner] 2008-03-25 21:49:05 -07:00
karlt+@karlt.net
b5301660f8 Prefix msqrt with a multiplier as Mac's font and antialiasing causes the radical symbol to affect two pixels to the left of content by up to 8/256. 2008-03-25 21:47:17 -07:00
karlt+@karlt.net
27dbec1062 Bug 363240 - incorrect MathML <mtable> width and position (nsMathMLContainerFrames have zero preferred width Test widths of table cells with msqrt, mfenced, and stretchy mo, and mo with l/rspace. 2008-03-25 20:39:36 -07:00
kaie@kuix.de
893656978c Bug 420187. Backing out all 3 patches from today, because of regressions. a=shaver 2008-03-25 20:06:52 -07:00
jonas@sicking.cc
0dd3face77 fix redness, forgot this part 2008-03-25 19:59:16 -07:00
karlt+@karlt.net
a6b9d2c84a Need some space between the overline and "h" for Mac's fonts and antialiasing. 2008-03-25 19:51:45 -07:00
jonas@sicking.cc
5fcdbd4297 Bug 424923: Remove support for cross-site XHR. r/sr=jst for code changes 2008-03-25 19:46:08 -07:00
karlt+@karlt.net
df117726e1 Bug 421955: combining mark at start of text run rendered as NUL hex box or garbage 2008-03-25 18:30:39 -07:00
mozilla.mano@sent.com
7262f2d600 Bug 425010 - Feed subscription UI is broken. r=gavin, a=mconnor. 2008-03-25 17:23:38 -07:00
reed@reedloden.com
3d8bc575ab Bug 424954 - "Crash [@ js_GetWrappedObject]" [p=mrbkap@gmail.com (Blake Kaplan) r=brendan a1.9b5=beltzner] 2008-03-25 16:29:18 -07:00
reed@reedloden.com
48d36e4da6 Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner] 2008-03-25 16:19:46 -07:00
reed@reedloden.com
82ef7623ce Bug 424415 - "Revert languages icon (Replace UN icon)" [p=beltzner@mozilla.com (Mike Beltzner) a1.9b5=beltzner] 2008-03-25 16:18:26 -07:00
reed@reedloden.com
388de4b8b8 Bug 422025 - [p=jst@mozilla.org (Johnny Stenback [jst]) r+sr=mrbkap a1.9b5=schrep] 2008-03-25 16:16:21 -07:00
kaie@kuix.de
796151f650 Bug 420187, hang in nsNSSHttpRequestSession::internal_send_receive_attempt Follow up patch to fix leak tinderbox bustage, r=rrelyea 2008-03-25 14:49:35 -07:00
gavin@gavinsharp.com
4db2761205 Bug 425062: undo part of the initial patch (extApplication.js doesn't need to be packaged) 2008-03-25 14:23:53 -07:00
gavin@gavinsharp.com
54fb411973 Bug 425062: add new fuel components to the installer manifests, r=mfinkle, a=beltzner 2008-03-25 14:19:35 -07:00
masayuki@d-toybox.com
50564642b1 Bug 425011 Crash @ConvertCocoaKeyEventToMacEvent with egbridge (Japanese IME) r=josh, sr=vlad, a1.9b5=beltzner 2008-03-25 13:44:06 -07:00
smontagu@smontagu.org
2d7e70b9f1 Remove unnecessary and obsolete code. Bug 424916, r+sr=dbaron, a=damons 2008-03-25 13:19:34 -07:00
kaie@kuix.de
49b860a42b Attempt to fix red tinderbox, trivial mismatch between NS_IMETHODIMP and nsresult. Follow up to my fix for bug 420187. 2008-03-25 13:09:18 -07:00
uriber@gmail.com
b1791d123f Reftest for bug 423676 2008-03-25 13:07:16 -07:00
kaie@kuix.de
cfd263a72b bug 420187, hang in nsNSSHttpRequestSession::internal_send_receive_attempt r=rrelyea, pending more comments blocking1.9=shaver approval1.9b5=beltzner 2008-03-25 12:34:48 -07:00
gavin@gavinsharp.com
bfdb68b9a2 Back out bug 235853 due to unit mochitest failures 2008-03-25 11:35:25 -07:00
bclary@bclary.com
500f15f8f0 JavaScript Tests - update public failures list, bug 399387, not part of the build 2008-03-25 10:49:48 -07:00
mats.palmgren@bredband.net
8bcb145e34 Track event loop nesting level and delay stopping a plugin until it's safe. b=420886 r+sr=jst a1.9b5=beltzner 2008-03-25 09:56:04 -07:00
gavin@gavinsharp.com
3150621444 reftest adjustments for bug 417178 (pending r=dbaron/roc) 2008-03-25 09:50:30 -07:00
shaver@mozilla.org
59d8f5cd69 Bug 235853: don't freeze the UI when resolving DNS for PAC, by using deferred resolution if we would otherwise block on DNS. r+madskills=biesi, a-b5=mconnor 2008-03-25 08:55:19 -07:00
Callek@gmail.com
a76792c4d7 Followup to Bug 420230, remove extra 'case' in test. rs=gavin 2008-03-25 08:55:12 -07:00
shaver@mozilla.org
3be7793e57 Bugs 423443/419661: crash in MarkSharpObjects due to stack overflow, when over-deep engine-internal recursion is triggered in JS components. r=brendan, a-b5=beltzner 2008-03-25 07:08:48 -07:00
bclary@bclary.com
30fb12b55d JavaScript Tests - regression test for bug 375344, by James Justin Harrell 2008-03-25 04:53:08 -07:00
bclary@bclary.com
bb760f2662 JavaScript Tests - regression test for bug 384991, by Jesse Ruderman 2008-03-25 04:51:04 -07:00
bclary@bclary.com
8950ceeaab JavaScript Tests - regression test for bug 406572, by Igor Bukanov 2008-03-25 04:48:39 -07:00
bclary@bclary.com
50b0799a99 JavaScript Tests - regression test for bug 407019, by Jesse Ruderman 2008-03-25 04:46:29 -07:00
bclary@bclary.com
0a29b4030f JavaScript Tests - regression test for bug 407720, by moz_bug_r_a4 2008-03-25 04:43:46 -07:00
bclary@bclary.com
2febeb1a08 JavaScript Tests - regression test for bug 421806, by Jesse Ruderman 2008-03-25 04:41:20 -07:00
bclary@bclary.com
ba639ef461 JavaScript Tests - regression test for bug 422286, by Mike Shaver 2008-03-25 04:39:05 -07:00
bclary@bclary.com
506fa5b6ff JavaScript Tests - regression test for bug 422348, by Igor Bukanov 2008-03-25 04:36:55 -07:00
bclary@bclary.com
3dd5715ff0 JavaScript Tests - regression test for bug 423300, by x0 2008-03-25 04:33:58 -07:00
reed@reedloden.com
1d8520b7df Bug 424922 - "Radios and checkbuttons too close to their labels" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Ryan a1.9b5=beltzner] 2008-03-25 00:24:22 -07:00
reed@reedloden.com
732fa02cb6 Back out Robert O'Callahan's patch from bug 423385 due to mochitest failure. 2008-03-24 23:26:53 -07:00
timeless@mozdev.org
b541ad9c9f Bug 424226 Immediate Fx crash when starting venkman [@ nsPluginHostImpl::TrySetUpPluginInstance] r=jst sr=jsr a=shaver 2008-03-24 23:00:31 -07:00
reed@reedloden.com
3a1fb992e5 Bug 424809 - "nsCocoaWindow.mm causes build errors with GCC 4.2 on OS X" [p=darkweaver@gmail.com (Sean Fleming) r=hwaara sr=vlad a1.9b5=beltzner] 2008-03-24 22:00:36 -07:00
reed@reedloden.com
3cbc4b60ae Bug 417178 - "Google reader does not show subscribed topics in ff3b3 at certain zoom levels" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=mconnor] 2008-03-24 21:55:47 -07:00
reed@reedloden.com
ed83140178 Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner] 2008-03-24 21:50:12 -07:00
reed@reedloden.com
0edd7732fd Bug 424650 - "Wrong nsAutoPtr usage break Mingw build" [p=Techrazy.Yang@gmail.com (Bo Yang) r=stuart a1.9b5=beltzner] 2008-03-24 21:46:30 -07:00
reed@reedloden.com
d81e9b43af Bug 399653 - "Insert Node dialog can't create HTML elements" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=db48x sr=Neil] 2008-03-24 21:45:30 -07:00
reed@reedloden.com
01c0da3a86 Bug 420230 - "unable to save data urls to disk" [p=jmathies@mozilla.com (Jim Mathies) r=robarnold r=Mardak a1.9b5=beltzner] 2008-03-24 21:44:36 -07:00
reed@reedloden.com
382dfa80b8 Bug 422336 - ""Edit Attribute" > "Namespace URI" is not selected onload" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=db48x sr=Neil] 2008-03-24 21:42:11 -07:00