Граф коммитов

212237 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Smedberg ffc9f0b1bd Revert bug 525221 which was pushed accidentally. 2009-11-10 09:54:10 -05:00
Benjamin Smedberg 3b4d5b0377 Backed out changeset 3e1290bba902 - Bug 525221 which was committed accidentally. 2009-11-10 09:52:47 -05:00
Benjamin Smedberg 80f60eef3f Bug 526586 - XULRunner crashes on startup on Windows r=bustage fix and at least agreement on the approach from dbaron 2009-11-09 14:30:01 -05:00
Benjamin Smedberg 4721d50556 Bug 525221 - Loop over DIRS better in NSPR, r=ted
--HG--
extra : rebase_source : 23fa2f7da8b88265a19147a552cbf44d3f869274
2009-11-09 13:47:29 -05:00
Peter Van der Beken 113419688c Fix for bug 512645 (Only clamp nested timeouts). r=jst.
--HG--
extra : rebase_source : 556930c0c02258f75becabe58eadd202fdea59a1
2009-08-26 11:07:39 -07:00
Peter Van der Beken 7aaa475bf8 Don't morph when not needed in GetWrapperForObject. r=mrbkap.
--HG--
extra : rebase_source : ebde1385b163dc11a6f976b6c2a0de1b617cf8b4
2009-11-09 15:12:47 +01:00
David Bolter a6f061ff5e Bug 527289 - crash [@ nsHyperTextAccessible::ScrollSubstringToPoint(int, int, unsigned int, int, int)]. r=surkov,MarcoZ 2009-11-10 09:07:19 -05:00
Ginn Chen 04543b2011 Bug 526174 ERROR TEST-UNEXPECTED-FAIL | /tests/content/events/test/test_bug299673-1.html on Solaris r=enndeakin 2009-11-10 18:24:56 +08:00
Ginn Chen fd295c8d49 Bug 500602 Compilation of xptcinvoke_asm_sparcv9_solaris_SUNW.s failed r=jst 2009-11-10 18:24:29 +08:00
Ginn Chen 9bb07a9db1 Bug 526176 use madvise on Solaris for fastload r=brendan 2009-11-10 18:23:53 +08:00
Ginn Chen c75c773b57 Bug 527431 places failed to compile on Solaris r=mak77 2009-11-10 18:23:30 +08:00
Jonathan Kew ccc69c2bae bug 527555: ensure gfxCoreTextFont destructor doesn't try to delete uninitialized Cairo pointers or null CF references. r=roc 2009-11-10 10:00:50 +00:00
Alexander Surkov ce74ea3fd1 tree/test_menu.xul tempororay fix, bug 527646 2009-11-10 17:38:05 +08:00
Alexander Surkov 0d48750803 Bug 492961 - Crash [@ nsHTMLTableHeaderAccessible::GetRoleInternal(unsigned int*) ], r=marcoz, davidb 2009-11-10 14:12:15 +08:00
Alexander Surkov 97b378570c Bug 249292 - Ensure accessible children for <toolbarbutton> types 'menu' and 'menu-button', r=marcoz, davidb
--HG--
rename : accessible/tests/mochitest/test_elm_filectrl.html => accessible/tests/mochitest/tree/test_filectrl.html
rename : accessible/tests/mochitest/test_elm_media.html => accessible/tests/mochitest/tree/test_media.html
rename : accessible/tests/mochitest/test_elm_select.html => accessible/tests/mochitest/tree/test_select.html
rename : accessible/tests/mochitest/test_elm_tree.xul => accessible/tests/mochitest/tree/test_tree.xul
rename : accessible/tests/mochitest/test_elm_txtcntnr.html => accessible/tests/mochitest/tree/test_txtctrl.html
2009-11-10 13:58:52 +08:00
Josh Aas 8f395c5d69 Fix some spelling mistakes. No bug. 2009-11-10 00:16:05 -05:00
Josh Aas ab17acd8b4 Cocoa event model: 1) fix spurious NPP_SetWindow calls 2) propagate event model immediately. b=527115 r=smichaud r=roc 2009-11-09 22:58:48 -05:00
Phil Ringnalda 4efeaadb5b Merge for backout of changeset a696d331ebf7 (bug 526789) 2009-11-09 19:46:05 -08:00
Phil Ringnalda f97b51aefb Backed out changeset a696d331ebf7 (bug 526789) for test failures 2009-11-09 19:45:23 -08:00
Phil Ringnalda 5f36b0acea Merge for backout of changeset 41938f9ac546 (bug 527343) 2009-11-09 19:00:19 -08:00
Phil Ringnalda 6cfc6c6d09 Backed out changeset 41938f9ac546 (bug 527343) since -moz-locale-dir isn't actually implemented for HTML documents 2009-11-09 18:59:09 -08:00
Jonas Sicking 8f545535ea Bug 503481: Implement async attribute 2009-11-09 17:04:24 -08:00
Robert O'Callahan 546e09050f Bug 526882. translateRectsNeedingDisplayInRect isn't exactly what we need so we have to apply it to a larger rectangle than desired, then fix up by invalidating areas that have not been bltted. r=mstange 2009-11-10 14:00:36 +13:00
Robert O'Callahan 3a006fef6a Bug 526882. Create nsIntRegion. r=jmuizelaar 2009-11-10 14:00:36 +13:00
Robert O'Callahan 894f1656d4 Bug 501627. Take out unncessary and harmful surface size check. r=jrmuizelaar 2009-11-10 14:00:36 +13:00
Robert O'Callahan 6b06693b5b Bug 498340. Block script execution during the entire paint phase including when we call WillPaint to flush notifications. We don't want script to run and disturb (directly or indirectly) the widget hierarchy, because doing that during BeginPaint/EndPaint can confuse Windows. Other platforms might also be adversely affected. r=bz 2009-11-10 14:00:35 +13:00
Robert O'Callahan 10bcc5d660 Bug 508128. Fix type mismatch in RawTests. r=jwalden 2009-11-10 14:00:35 +13:00
Robert O'Callahan b7b99cf329 Bug 508128. Fix staller.sjs to hold a reference to its pending timer so that it doesn't get GCed and automatically cancelled. r=jwalden 2009-11-10 14:00:35 +13:00
Robert O'Callahan be5d517233 Bug 508128. Fix another case of GC stripping JS wrapper objects of previously QIed interfaces 2009-11-10 14:00:35 +13:00
Robert O'Callahan 71f0dc1dc0 Backing out bug 524545 due to test failures 2009-11-10 13:58:50 +13:00
Robert O'Callahan dabda822fc Backed out changeset 7d7f59076479 2009-11-10 13:58:35 +13:00
Dan Witte e9f7ee50f8 Bug 526789 - UMR in nsCookieService::CountCookiesFromHostInternal, GetCookiesFromHost, and
GetCookieInternal when given empty host string. r=biesi
2009-11-09 16:21:57 -08:00
Ian Neal e4404f20b3 Bug 525373 - Make customizable toolbars play nicely with children with disabled attributes
r=dao
2009-11-09 23:13:58 +00:00
Josh Aas f3606f8cc2 Mac OS X, mouse move: Don't add a nativeMsg to an event from widgets that aren't plugin widgets. b=526845 r=smichaud 2009-11-09 18:08:42 -05:00
Tanner M. Young d27f609cf6 Bug 514308 - Fix shift+click on the RSS icon in the address bar. r=mano 2009-11-09 22:14:20 +01:00
Dão Gottwald b04a04e38b Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00
Neil Deakin 2590e098c8 Bug 524545, popups with large margins can appear offscreen, adjust margins a bit from last patch, r=roc 2009-11-09 09:55:47 -05:00
Laurent Jouanneau 297efa6c18 Bug 524975 - Copy-Paste of simple HTML adds extra space not present in original content. r=Mats Palmgren sr=Olli Pettay 2009-11-09 15:41:12 +01:00
Phil Ringnalda c933b5b652 Bug 527343 - Switch about:crashes to use :-moz-locale-dir, r=dao 2009-11-08 13:33:17 -08:00
Bernd 5e0f3e1796 testcases for the bugs fixed by the checkin for bug 452319 2009-11-08 20:11:07 +01:00
Robert Sayre 6dc0b0c15c Merge 2009-11-08 13:49:42 -05:00
David Bolter c0507d2f71 Bug 512059 - Accessibility focus event never fired for designMode document after the first focus. r=surkov,MarcoZ a=blocking1.9.2 2009-11-08 13:36:02 -05:00
Simon Montagu 300dbdf6e5 Drill down through placeholder frames to the real frames in bidi reordering. Bug 525740, r=roc 2009-11-08 09:40:46 -08:00
Robert Sayre 6a09f890af Check whether the patch in Bug 527261 fixes a mochitest crash. 2009-11-08 10:41:44 -05:00
Dão Gottwald 1951d7d761 make comment reflect reality 2009-11-08 16:25:45 +01:00
Dão Gottwald f35dbf42d0 Bug 527301 - Faststripe uses obsolete "empty" attribute. r=gavin 2009-11-08 11:25:54 +01:00
Dão Gottwald dd51d9c22a Bug 521129 - Alt-Tab in FullScreen video does not exit full screen mode. r=dolske 2009-11-08 10:22:38 +01:00
Dão Gottwald ae30b0fbe8 Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske 2009-11-08 10:22:11 +01:00
Gavin Sharp d2c610fb87 Bug 526920: JSON bookmarks importer (SetAndLoadFaviconForPage) should support setting favicons for bookmarked about: URIs, r=mak 2009-11-08 01:49:14 -05:00
Josh Aas 9f778c7836 Rename confusing nsPluginInstanceOwner variable to something less confusing (mOwner -> mObjectFrame). b=526953 r/sr=jst 2009-11-08 16:52:46 -05:00