Benjamin Smedberg
cc2a808f76
Bug 568698 - Instead of fixing two globals in the jetpack process, allow jetpack to create sandboxes in which to load user code and implementation modules, r=bent
2010-07-08 09:40:07 -07:00
Benjamin Smedberg
29b2d71ebf
Bug 574870 - Re-enable multi-process jetpack tests, and introduce a .destroy method which is needed for running tests correctly (jetpack processes must eventually exit, or debug builds will fail to shut down), r=bent
2010-07-07 22:31:30 -07:00
Dão Gottwald
1472cbbfd4
Bug 577320 - Remove tabs progress listener callback stubs. r=gavin
2010-07-10 01:44:55 +02:00
Benoit Girard
01102375c0
Back out 06cc16f7954e (bug 577224) because it can cause plugins to not draw.
2010-07-09 13:14:22 -07:00
Josh Aas
83ec99695c
Improve stream listener management for plugin instances. b=554524 r=jst
2010-07-09 11:16:47 -07:00
Brad Lassey
adeecd8bf0
bug 577347 - testplugin doesn't build for android r=joshmoz
2010-07-09 10:57:10 -07:00
Wan-Teh Chang
3fe5290133
Bug 575620: Update NSPR to NSPR_4_8_6_BETA2 in mozilla-central. This
...
includes patches for bugs 338224 and 410677. Note that dtoa.c is not
being used.
2010-07-09 09:11:07 -07:00
timeless@mozdev.org
31762e1fb7
Bug 577232 protected functions nsFilePicker::GetLocalFolder/nsFilePicker::PutLocalFile should not try to validate input
...
r=josh
2010-07-07 12:48:17 +03:00
timeless@mozdev.org
0ca334208b
Bug 577213 firefox 4 beta 1 gives bad error message when run on Mac OS X 10.4
...
r=josh r=bsmedberg
2010-07-07 11:55:03 +03:00
timeless@mozdev.org
02c4010057
Bug 577363 assignment to undeclared variable stmt in _dbMigrateToVersion4
...
r=zpao
2010-07-08 18:23:17 +03:00
timeless@mozdev.org
25e98e98c8
Bug 576497 TabParent::AddProgressListener leaks new TabParentListenerInfo when mListenerInfoList.AppendElement(*info) succeeds
...
r=smaug
2010-07-02 17:21:12 +03:00
timeless@mozdev.org
5a34e2465c
Bug 577224 nsCARenderer::DrawSurfaceToCGContext comparison between signed and unsigned integer expressions
...
r=BenWa
2010-07-07 12:08:22 +03:00
Jason Duell
ebf928ae13
bug 576420 - Fix nsIInputStream::Available documentation. r=bz
2010-07-08 23:32:59 -07:00
Wan-Teh Chang
53f61f30a0
Bug 575620: Update NSPR to NSPR_4_8_6_BETA1. This includes patches
...
for bugs 559133, 564851, 415563, 575620, 575534,570332.
2010-07-08 18:26:16 -07:00
Jeff Muizelaar
75e7a61789
Bug 577357. Remove use of floating point from BC_BORDER_*_HALF_COORD macros. r=bz
...
Twips per pixel is an integer so these macros don't need to use floating point.
2010-07-08 17:16:52 -07:00
Benjamin Smedberg
1bc81af607
Bug 576917 - GPSDGeolocationProvider.js should use generateNSGetFactory, not generateNSGetModule which doesn't exist, r=captain obvious
2010-07-08 16:35:16 -07:00
Benjamin Smedberg
4ccd9d4996
Bug 563361 - Increase the maximum chunk size for delivering stream data to a plugin so that poorly-written Flash which assume stuff about streams don't break, r=bent
2010-07-08 16:28:04 -07:00
Benjamin Smedberg
9c471dc851
Bug 577076 - Some chrome images are not loading properly (XUL scrollbars, profile manager icons, Fennec icons), r=bz
2010-07-08 16:26:54 -07:00
Neil Rashbrook
bafefd6798
Follow up to bug 568691 - fix static components bustage. r=bsmedberg
2010-07-08 10:02:35 -07:00
Boris Zbarsky
3e52abcca0
Bug 575467. Improve the detection of whether we're in the transition's initial state. r=dbaron
2010-07-08 09:50:33 -07:00
Boris Zbarsky
cbd4058563
Bug 576658. Simplify AppendRuleToTagTable. r=dbaron
2010-07-08 09:50:18 -07:00
Mark Banner
27694b6ab6
Bug 577496 Linking issues in xpcom on static builds due to chrome registry not having FORCE_NO_PIC set. r=ted
2010-07-08 09:30:25 -07:00
Neil Rashbrook
a50cec31b6
Follow up to bug 568691 - Fix some of the static windows build bustage that is due to various dependencies in layour widget and chrome. r=roc.
2010-07-08 09:01:28 -07:00
Neil Deakin
d518be9dd6
Bug 556645, extra resizer in some dialogs, r=dao
2010-07-08 08:27:47 -07:00
Nick Thomas
dc84d7c27e
Merge backout
2010-07-07 23:39:28 -07:00
Nick Thomas
02af478070
Backout f10f90803aaf for hanging 10.6 build slaves
2010-07-07 23:39:13 -07:00
Ted Mielczarek
3dffad9738
bug 576053 - enable compiling Breakpad on Mac OS X/x86-64 by default. r=mitch
2010-07-02 08:05:04 -04:00
Ted Mielczarek
8d40d0bd53
bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support) - mozilla build system changes. r=mitch
2010-07-02 08:05:04 -04:00
Ted Mielczarek
62c53fae00
bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support)
...
We still have a few local patches that have not yet been upstreamed, but they're all up in the Breakpad issue tracker now:
--
Bug 544936, part 1: Add the ability to generate a minidump of a child process at any time (linux). r=ted
Bug 555309, part 2: Allow a particular subprocess thread to be "blamed" in an OOP minidump. r=bsmedberg
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg
Bug 544936, part 2: Add the ability to generate a minidump of a child process at any time (windows). r=ted
Bug 555309, part 2: Allow a particular subprocess thread to be blamed in an OOP minidump. (windows bits) r=bsmedberg
Bug 555309, part 4: Insert an artificial exception stream into non-crash browser-side minidumps. r=bsmedberg (win32)
Windows changes: http://breakpad.appspot.com/115002/show
Linux changes: http://breakpad.appspot.com/123001/show
--
bug 557113 - sort out crash report certificate issues on Maemo. r=mfinkle,johnath
http://breakpad.appspot.com/121002/show
--
Plus one more I discovered while testing this patch on 64-bit OS X:
http://breakpad.appspot.com/124001/show
--HG--
extra : rebase_source : f0df7e87d26822884401b8cb1a5633c958e92c93
2010-06-30 10:30:12 -04:00
Michael Kohler
10e99fe287
Bug 577222 - Mistyped function name in subscribe.js. r=mano
2010-07-07 19:29:26 +02:00
Dão Gottwald
845abd2003
fix unreviewed about:cache-entry styling
2010-07-07 19:28:28 +02:00
Dão Gottwald
549a4d5884
Bug 519216 - Removing a progress listener while it's being called should not affect subsequent listeners. r=gavin
2010-07-07 06:56:17 +02:00
Dão Gottwald
2d39d3e268
fix unreviewed about:cache styling
2010-07-07 00:17:32 +02:00
Frank Yan
df11723ed9
Bug 576135: Initial right-click on a XUL textbox should not have cut/copy/paste disabled. r=mano
...
--HG--
extra : rebase_source : 672e7be029c8bf223baff7dac08b5513ae668c20
2010-07-05 22:27:52 -06:00
Ms2ger@gmail.com
b19dbc3451
Bug 573260 - Make nsGenericHTMLElement::ParseDivAlignValue static. r=bz
2010-07-06 06:25:52 +02:00
Ms2ger@gmail.com
0b55de891c
Bug 574078 - nsHTMLTagList.h calls macros with empty arguments. r=sicking
2010-07-06 06:24:35 +02:00
ISHIKAWA, chiaki
f9cc07aac9
Bug 572635 - Configure needs to have --disable-webm for non-audio environment besides --disable-wave and --disable-ogg. r=ted
2010-07-06 06:22:50 +02:00
Dão Gottwald
9cfe8d8aa7
Bug 571813 - Hide the Firefox button in popups. r=gavin
2010-07-06 06:21:24 +02:00
Dão Gottwald
9c3133efe2
Bug 571813 - Hide the Firefox button in full screen mode. r=gavin
2010-07-06 06:17:21 +02:00
Phil Ringnalda
9a967f7fbd
Bug 570376 followup, rename the test file to have the right bug number
...
--HG--
rename : content/html/document/test/test_bug570375.html => content/html/document/test/test_bug570376.html
2010-07-05 20:02:34 -07:00
Daniel Holbert
987e1c5c55
Bug 276431 helper-patch: Make args to imgIContainer::Draw const. r=joe
2010-07-05 13:49:05 -07:00
Daniel Holbert
fa375f5387
Bug 576563: Remove "LOG()" macro in nsResProtocolHandler to fix build warning. r=jduell
2010-07-05 13:49:02 -07:00
Daniel Holbert
d572e31a9a
Bug 576556: Add GCC-suggested parens in uconv.c to fix build warning. r=smontagu
2010-07-05 13:48:59 -07:00
Mark Banner
dd1a933488
Make test_resolve_uris.js account for non-libxul configurations where app-info isn't available and isn't needed. Agreed over irc with jdm. Test-only bustage fix.
2010-07-05 19:46:31 +01:00
Johnathan Nightingale
bcda3f09ec
Bug 574487 - Add context menu to convert tabs to/from app tabs r=dao ui-r=beltzner (non-final strings)
...
--HG--
extra : rebase_source : 1d41213fe85b80b7e0f4aa29b22d2c3eb8883e0c
2010-07-05 14:40:15 -04:00
Neil Deakin
2fb7701cbe
Bug 553576, change -moz-resize to resize, r=dbaron
2010-07-05 10:41:04 -04:00
Neil Rashbrook
87452f932d
Bustage fix for bug 351235
2010-07-05 14:11:08 +01:00
Neil Rashbrook
de9f87ba5d
Bug 351235 <a href='foo' target='bar'> and window.open('foo', 'bar') should not be treated identically by browser.link.restriction r=bzbarsky
2010-07-05 13:03:07 +01:00
Saint Wesonga
e7a357dcaf
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
2010-07-05 11:42:18 +02:00
Dão Gottwald
05212023f2
Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS. r=mano
2010-07-05 11:40:54 +02:00