Commit Graph

41106 Commits

Author SHA1 Message Date
Makoto Kato
c4fd95ea62 Backout of Bug 206802 - U+3005 is missing from the kinsoku list. regtest fail on Linux 2010-04-15 12:12:11 +09:00
Chris Jones
286a291a3e Bug 557383: Remove unused variable warning and add extra failure check. r=dholbert 2010-04-14 21:09:35 -05:00
Makoto Kato
3569ac83b4 Bug 206802 - U+3005 is missing from the kinsoku list. r=smontagu 2010-04-15 11:01:16 +09:00
Ben Turner
227582d7d6 Bug 559442 - 'Fix ctypes closures to work on a non-GC thread'. r=dwitte. 2010-04-14 17:21:06 -07:00
Ehsan Akhgari
74facc8996 Bug 541404 - browser_privatebrowsing_openlocation.js hangs when I run it on Ubuntu; r=gavin 2010-04-14 20:16:41 -04:00
Josh Aas
4e291e29b0 64-bit Mac OS X bustage fix. b=555274 2010-04-14 19:33:50 -04:00
Marco Bonardo
7833a14abd Try to workaround orange caused by disabling test_browserGlue_distribution.js 2010-04-15 01:26:15 +02:00
Josh Aas
3271b451f7 Make Mac OS X test plugin more flexible about negotiating an event model. Allow it to negotiate the Cocoa event model when necessary (out of process, for example). b=555274 r=cjones 2010-04-14 19:02:25 -04:00
Marco Bonardo
c6a363b619 Disable flushes for some Places random test, due to bug 507790 2010-04-15 00:14:19 +02:00
Marco Bonardo
33d6a30ec5 Bug 523936 - Random failure of test_browserGlue_distribution.js. Disable till we implement a fix. 2010-04-15 00:14:17 +02:00
Marco Bonardo
918dd0d463 Bug 557406 - Intermittent failure in test_bookmarks.js. Disable till we implement a fix. 2010-04-15 00:14:15 +02:00
Siddharth Agarwal
651f2886ae Bug 474060 - Show download progress in app icon in Windows 7 taskbar. Tests by Felipe Gomes. r=sdwilsh r=mconnor r=sid, sr=vlad, ui-r=faaborg 2010-04-15 00:14:12 +02:00
Paul O’Shannessy
a69e8a6184 Disabled browser_506482.js (bug 538672) & browser_524745.js (bug 539002).
--HG--
extra : rebase_source : cb9c5253de97423de99da404fb899e96e0dd5cec
2010-04-13 16:33:32 -07:00
Jonathan Kew
cc0b88dd4a bug 559400 - add local autorelease pool in nsCocoaWindow::SetModal, for startup dialogs. r=josh 2010-04-14 21:13:56 +01:00
Timothy Nikkel
1a07188538 Bug 505835. nsTreeBodyFrame::ReflowFinished should null check return value of GetBaseElement. r=neil 2010-04-10 13:03:40 -05:00
Mats Palmgren
f282ed34fe Use NSCoordSaturatingAdd to avoid integer overflow. b=541714 r=roc 2010-04-14 21:35:36 +02:00
Josh Aas
91827215e2 Remove root autorelease pool from the Mac OS X appshell. Objects that are caught by it effectively leak, just as they would if they were not caught by a pool. The root pool is extra work and liability that covers up real leak warnings to the console. b=559047 r=smichaud 2010-04-14 15:23:20 -04:00
Mats Palmgren
ee0dbc1396 Bug 507775. r=bzbarsky sr=roc 2010-04-14 18:55:33 +02:00
Jonathan Kew
d223db898d bug 559180 - add local autorelease pools to avoid cocoa object leaks during shutdown. r=josh 2010-04-14 16:11:12 +01:00
Mats Palmgren
dcb7d49aa0 Test for bug 558726. 2010-04-14 16:55:21 +02:00
Geoff Lankow
9f6ee2918a Skip -moz-user-select=none only when copying. Follow-up to bug 166235. b=558726 r=roc 2010-04-14 16:55:16 +02:00
Dão Gottwald
37ea818bd4 Bug 551769 - Background tabs sit too low. r=ventnor 2010-03-12 07:49:12 +01:00
Dão Gottwald
75da115d93 Tab event listeners should be added to the tab container, not the tabbrowser 2010-03-12 07:48:10 +01:00
Daniel Holbert
c573e2e862 Bug 537139: Re-enable reftest, and add a few more. r=tests_only 2010-03-11 22:03:49 -08:00
Daniel Holbert
56c3c6778a Bug 537139 followup: Call RestyleForAnimation() instead of SMILOverrideStyleChanged(), to avoid triggering CSS Transitions from SMIL changes. r=dbaron 2010-03-11 22:03:49 -08:00
Daniel Holbert
3565228251 Bug 541588: Hook up nsSMILAnimationController to nsRefreshDriver for scheduling samples. r=roc 2010-03-11 22:03:49 -08:00
Daniel Holbert
1b3d9cf2fc Bug 551775: Add unsigned-int cast in NS_ColorNameToRGB to fix build warning. r=roc 2010-03-11 22:03:49 -08:00
Daniel Holbert
fcceb020d5 Bug 551736: Add parens around right-shift, to fix compile warning and make sure we construct hash value correctly. r=sicking 2010-03-11 22:03:49 -08:00
Chris Jones
3775fecc82 b=550026 Cancel PluginCrashed when PluginModule is deleted. r=bsmedberg 2010-03-08 09:16:02 +13:00
Chris Jones
69439d0740 Bug 550026: Don't deliver NotifyError() when RPCChannel code is on the stack. r=bent 2010-03-11 23:21:58 -06:00
Robert Strong
3ebd11eb47 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 3 - string changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:31 -08:00
Robert Strong
efd4f6162e Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 2 - pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:12 -08:00
Robert Strong
16b7d1f277 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 1 - main changes without pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:37:45 -08:00
John Daggett
b6c4b585db Bug 549816. Adjust meaning of needsBold flag. r=bas 2010-03-12 13:26:43 +09:00
Bas Schouten
0347e107b7 Bug 549816. Fix synthetic bolding with dwrite. r=jkew,jdaggett 2010-03-12 13:25:35 +09:00
Ehsan Akhgari
26ea9a6315 Bug 518970 - frequent timeout in browser_394759_privatebrowsing.js, caused by browser_394759.js and browser_354894.js; rs=jmuizelaar 2010-03-11 17:17:36 -08:00
Dan Witte
edb9157850 Revise js-facing API for js-ctypes, patch v3. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Dan Witte
10a9e0f584 Revise js-facing API for js-ctypes, patch v2. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Dan Witte
81ec574b6e Revise js-facing API for js-ctypes, patch v1. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Benedict Hsieh
1426097ff2 Fixes crash in CrashReporter on child process shutdown, bug 548810. r=ted 2010-03-11 17:17:35 -08:00
Chris Jones
9961ca115c Followup to bug 545342: atomically refcount the dequeue task. r=bent 2010-03-11 16:24:15 -06:00
Benjamin Smedberg
ed824bba57 Bug 545342 - Remove the RPCChannel assertions about mismatched RPC stacks because mismatched stacks are normal when asynchronous messages are pending which cause secondary RPC messages, r=cjones 2010-03-11 17:17:35 -08:00
Jacek Caban
de481b55ef Bug 538216 - mingw fix. r=ted 2010-03-11 17:17:35 -08:00
Manuel Reimer
fd935d93c1 Bug 550705 - Dispatch events for toolbar customization. r=enn/dao 2010-03-11 21:42:23 +01:00
Dão Gottwald
85efd8a077 Bug 551765 - Rename tabs._tabbox to tabs.tabbox. r=enn 2010-03-11 21:38:34 +01:00
Dão Gottwald
fa1d313aa8 Bug 551712 - Tab event listeners should be added to the tab container, not the tabbrowser. r=zeniko 2010-03-11 21:38:06 +01:00
Ben Turner
68f78bd718 Bug 550925 - 'Workers: nsDOMWorkerTimeout::Init sets mInterval to an uninitialized value if aArgc <= 1'. r+sr=jst 2010-03-11 12:36:47 -08:00
Ben Turner
0dc9655a4e Bug 547399 - 'Workers: Don't let worker messages run if the worker is suspended'. r+sr=jst. 2010-03-11 12:36:44 -08:00
Ben Turner
5d922f8a70 Bug 551233. r=jst. 2010-03-11 12:36:39 -08:00
Benjamin Smedberg
1dcd610135 Followup to bug 551049 - make the closing reason match that used by the in-process host 2010-03-11 14:15:48 -05:00