Benjamin Smedberg
|
78a942261e
|
Bug 559425 - Don't assert if a plugin tries to call NPRuntime methods on a plugin in a document that has already navigated away, r=jst
|
2010-04-27 09:54:37 -04:00 |
|
Mark Banner
|
bd82595d07
|
NS_COM_GLUE shouldn't be defined on function definitions/inline functions. Fixing non-libxul bustage on Windows builds from bug 558498. r=bsmedberg over irc
|
2010-04-27 14:48:25 +01:00 |
|
Mark Banner
|
ace073db56
|
Try and fix Windows non-libxul bustage from bug 518881 due to NS_COM_GLUE being in the wrong place.
|
2010-04-27 13:52:42 +01:00 |
|
Alice0775 White
|
d7db8cb4ea
|
Bug 561979 - Scrolling with mouse dragging does not work when cursor is over span element with 'overflow:auto' style; r=arpad.borsos
|
2010-04-27 11:32:20 +02:00 |
|
Olli Pettay
|
267f55a865
|
Bug 535926, bustage fix
--HG--
extra : rebase_source : 6c39d7d6ad4846d9f9740f5fe6d67789845f9193
|
2010-04-27 13:15:16 +03:00 |
|
Olli Pettay
|
8ef39a6b0c
|
Bug 560902 - Optimize nsFocusManager::ContentRemoved, r=enndeakin+sicking
--HG--
extra : rebase_source : 69c72c67341dd27dbd5a526c59c5ee52d2b6a813
|
2010-04-27 12:58:58 +03:00 |
|
Olli Pettay
|
6453041969
|
Bug 559315 - [HTML5] nsContentSink::Init call is slow, r=hsivonen+sicking
--HG--
extra : rebase_source : 877af1f1e332bfb27460c9485d09ed0f7fe64619
|
2010-04-27 12:57:32 +03:00 |
|
Olli Pettay
|
d5ce3fdff4
|
Bug 560466, context pusher for userdata, r=peterv, sr=jst
--HG--
extra : rebase_source : 77c00f793e5ac395b4379e5bf9629cd6c059c61f
|
2010-04-27 12:51:28 +03:00 |
|
Olli Pettay
|
e874cd6c58
|
Bug 535926, async onload blocker, r=bz, sr=sicking
--HG--
extra : rebase_source : 9ca210a9b1d88d6791ff33e756fd64d6571f7462
|
2010-04-27 12:48:52 +03:00 |
|
Marco Bonardo
|
924b61f59a
|
Bug 561848 - signed/unsigned mismatch in nsNavHistoryContainerResultNode::GetChildIndex. r=dietrich
|
2010-04-27 13:25:20 +02:00 |
|
Marco Bonardo
|
0901521e37
|
Bug 555218 - 8: Other Places warnings. r=dietrich
|
2010-04-27 13:25:16 +02:00 |
|
Marco Bonardo
|
33962af36a
|
Bug 555218 - 7: (nsNavHistory.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:25:07 +02:00 |
|
Marco Bonardo
|
de6b8e8aa7
|
Bug 555218 - 6: (nsNavBookmarks.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:25:05 +02:00 |
|
Marco Bonardo
|
e9721dd6e8
|
Bug 555218 - 5 (AsyncFaviconsHelpers.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:25:03 +02:00 |
|
Marco Bonardo
|
5c49867138
|
Bug 555218 - 4: (nsFaviconService.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:25:00 +02:00 |
|
Marco Bonardo
|
3fe32acf6a
|
Bug 555218 - 3: (nsAnnotationService.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:24:58 +02:00 |
|
Marco Bonardo
|
6bbfb75c08
|
Bug 555218 - 2: (History.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:24:56 +02:00 |
|
Marco Bonardo
|
9ad977b980
|
Bug 555218 - 1: (nsNavHistoryResults.cpp) Fix Places usage of deprecated Storage APIs. r=dietrich
|
2010-04-27 13:24:54 +02:00 |
|
Henri Sivonen
|
3347cbeda8
|
Bug 551344 part 4.5 - Drop flush timer safely when the cycle collector unlink nsHtml5Parser before nsHtml5StreamParser. r=jonas.
--HG--
extra : rebase_source : 1074aa1d53c749d2cb402abc5d084dfa969c352f
|
2010-04-27 10:33:06 +03:00 |
|
Benjamin Smedberg
|
0a305439d9
|
Bug 560932 - increase the timeout for the plugin hang detector, we appear to be triggering it on slow machines which are functioning semi-normally, r=cjones a=rs for CLOSED TREE
|
2010-04-21 12:29:00 -05:00 |
|
Jim Mathies
|
72df137d05
|
Bug 561117 - "hang-pair: hang|mozilla::plugins::PPluginInstanceParent::CallNPP_SetWindow(mozilla::plugins::NPRemoteWindow const &) against hang|NtUserMessageCall | SendMessageWorker" [r=benjamin]
|
2010-04-22 11:31:00 -05:00 |
|
Chris Jones
|
495cbf8111
|
Bug 544518: Send Messages directly through the Transport on the IO thread rather than through a no-added-value AsyncChannel indirection. r=bent
|
2010-04-22 18:53:30 -05:00 |
|
Felipe Gomes
|
6afdda30fc
|
Bug 544356 - Users are often unaware that they have left the Download Mgr window open when exiting. Fix test.
|
2010-04-22 13:11:55 -07:00 |
|
Zack Weinberg
|
e7c84fe9dc
|
Bug 474068 follow-up fixes for Fedora
|
2010-04-22 11:52:47 -07:00 |
|
Taras Glek
|
95c2c4903e
|
Back out bug 560897.
|
2010-04-22 11:51:11 -07:00 |
|
Brian Hackett
|
7977c3b1cb
|
Remove spurious \r's. Go Windows. b=541220, r=aidan
|
2010-04-22 11:13:05 -07:00 |
|
Marco Bonardo
|
8222b230c0
|
Bug 550823 did not sync js/src/config
|
2010-04-22 16:11:24 +02:00 |
|
Marco Bonardo
|
fb990de175
|
Bug 529821 - followup: fix an unwanted scope change in BrowserGlue
|
2010-04-22 16:11:21 +02:00 |
|
Mike Hommey
|
e25acdbb87
|
Bug 560769 - Fix arm xptinvoke on debug builds [r=benjamin]
|
2010-04-22 15:59:53 +02:00 |
|
Rich Walsh
|
c2505df35a
|
Bug 553882 - [OS/2] Plugin-related coding errors. r=wuno
|
2010-04-22 14:58:49 +02:00 |
|
Steffen Imhof
|
a0881686a7
|
Bug 559025 - KeyDown/Keyup events uses wrong key code. r=dougt
|
2010-04-22 14:58:46 +02:00 |
|
Julian Seward
|
4fd59b2da7
|
Bug 557586 - XPCPerThreadData::~XPCPerThreadData race leading to possible crash r=timeless
|
2010-04-22 14:58:41 +02:00 |
|
Micah Gersten
|
01bb71c7ad
|
Bug 550823 - cannot find -lmozalloc when building with gcc-4.4 r=bsmedberg
|
2010-04-22 14:58:39 +02:00 |
|
Boying Lu
|
df390badb6
|
Bug 560179 - Failed to build files under gfx/src/thebes/utils r=roc
|
2010-04-22 14:56:30 +02:00 |
|
Felipe Gomes
|
8380405515
|
Bug 544356 - Users are often unaware that they have left the Download Mgr window open when exiting. r=sdwilsh
|
2010-04-22 14:56:15 +02:00 |
|
Marco Bonardo
|
01e6a8ee80
|
Bug 559678 - followup, make the warning less scarying. rs=sdwilsh
|
2010-04-22 14:53:56 +02:00 |
|
Marco Bonardo
|
f0b25bedf3
|
Bug 529821 - Places should shutdown earlier (at profile-before-change). r=sdwilsh r=ehsan
|
2010-04-22 14:53:54 +02:00 |
|
Mike Hommey
|
0631a52319
|
Bug 558747 - Fix --with-system-bz2=/some/path configure flag [r=benjamin]
--HG--
extra : rebase_source : d88a38bdd0ebd3bbc6247befdf6312db7e6ede6e
|
2010-04-22 10:13:50 +02:00 |
|
Henri Sivonen
|
ec4be11d2b
|
Bug 539210 - Revise the README of the HTML5 parser Java to C++ translator to cover all makefile functionality. r=bnewman. NPOTB.
|
2010-04-22 11:24:54 +03:00 |
|
Dão Gottwald
|
1bcd16c093
|
Bug 414345 - Don't try to load clipboard content that's not a valid URI. r=gavin
|
2010-04-22 09:25:54 +02:00 |
|
Dão Gottwald
|
6b11a614d3
|
Bug 470051 - Disable "New Tab" and "Open Location" commands in popups. r=gavin
|
2010-04-22 09:24:39 +02:00 |
|
Alexander L. Slovesnik
|
9a5eb50cf9
|
Bug 560022 - Add rambler.xml to removed files. r=pike
|
2010-04-22 09:22:13 +02:00 |
|
Tanner M. Young
|
9c9901ca8e
|
Bug 560143 - Prevent the "Address" column in Page Info's Media pane from being hidden. r=dao
|
2010-04-22 09:19:27 +02:00 |
|
Tanner M. Young
|
a2e54299a8
|
Bug 560061 - fix typo. r=dao
|
2010-04-22 09:16:53 +02:00 |
|
Matt Brubeck
|
fcdd085300
|
Bug 560935 - "STL/XPCOM_GLUE/infallible-new build error in xulrunner/stub" [r=cjones]
|
2010-04-21 12:22:00 -05:00 |
|
Chris Jones
|
489c868dfa
|
commit 2b579d5d4287cc059ac57d6aabf12fc9b6e00493
Author: Jacek Caban <jacek@codeweavers.com>
Date: Wed Apr 21 12:17:09 2010 +0200
Bug 557060 - mingw fix
|
2010-04-21 23:41:42 -05:00 |
|
Takanori MATSUURA
|
4a3186abbc
|
Followup to bug 557060: Fix missing #include <string.h>. r=cjones
|
2010-04-21 23:41:41 -05:00 |
|
Chris Jones
|
7e1c6d756d
|
Bug 550692: Wrap posix_memalign, memalign, and valloc if jemalloc provides them and the OS doesn't. r=bsmedberg
|
2010-04-21 23:41:40 -05:00 |
|
Taras Glek
|
e9934754b4
|
Bug 560897: close #pragma pack r=roc
--HG--
extra : rebase_source : 22e464f28ac79681b13c46fa213a81faa7e87d91
|
2010-04-21 17:07:44 -07:00 |
|
Josh Aas
|
5d898ba9aa
|
Don't run Flash 10.1 out of process on Mac OS X if machine has an Intel GMA9XX GPU. b=559441 r=bgirard
|
2010-04-21 19:57:22 -04:00 |
|