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

248638 Коммитов

Автор SHA1 Сообщение Дата
Olli Pettay f54a5ea9f7 Bug 562901 - Synchronous XMLHttpRequests cause setInterval to stop functioning, r=jst 2010-06-10 13:29:43 +03:00
Olli Pettay bedc9abcaf Bug 568975 - m-c message manager slowed down event handling a bit, r=jst
--HG--
extra : rebase_source : 33a1b10f31760b69a565645f43062f872b136b98
2010-06-10 13:05:31 +03:00
Olli Pettay 447c31cf6a Bug 570510 - Reduce Addref/release/QI during event creation, r=jst
--HG--
extra : rebase_source : 9857313cb6d51044ba4869d87e1ad57ec7c2cba3
2010-06-10 12:59:14 +03:00
Mark Banner 9cc9f774f5 Bug 570046 Fix test_update.js hanging on apps/build configs that don't support lightweight themes. r=dtownsend 2010-06-10 10:55:18 +01:00
Olli Pettay 48d8a69ecf Bug 566024 - Add a 'global' messageManager, r=jst 2010-06-10 12:26:19 +03:00
John Daggett ede917972c merge 2010-06-10 15:51:47 +09:00
John Daggett d6da3a97ed Backed out changeset d87007680567 2010-06-10 15:38:13 +09:00
John Daggett 1a34ee192d Bug 561304. Revert to using GDI shaper on XP to avoid Uniscribe positioning bug at certain font sizes. r=jkew 2010-06-10 10:26:36 +09:00
Robert Strong e181d3f104 Followup comm-central bustage fix for Bug 569058 - backout makensis.mk changes until comm-central's configure.in is updated 2010-06-09 18:23:40 -07:00
Masayuki Nakano 76e7f1c2b7 Bug 564669 Remove nsIPlaintextEditor::handleKeyPress() r=smaug+ehsan, sr=roc 2010-06-10 10:16:58 +09:00
Ehsan Akhgari fb4b7c2ebb Bug 570566 - Crash [@ nsTextControlFrame::SetInitialChildList] removing type from <input type=image>; r=jst 2010-06-09 14:13:56 -04:00
Josh Aas d2da161f93 Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst 2010-06-09 20:56:17 -04:00
Daniel Holbert 58d13a26ec merge 2010-06-09 17:17:19 -07:00
Daniel Holbert e6561021f9 Backed out changeset a8ac411e1653 (bug 552938) for causing some randomorange. 2010-06-09 17:16:25 -07:00
Robert Strong cec61e9430 Followup bustage fix for Bug 569058 - don't use a cached var. 2010-06-09 16:23:00 -07:00
Daniel Holbert db9806316d Bug 571036: revert addition of reftest-wait, since it didn't help this randomorange. (Also remove unnecessary full-page white background). [test-only change] 2010-06-09 16:03:50 -07:00
Robert Strong 8e4e3c1a84 Bug 485114 - Add plugin for modifying file permissions and move NSIS plugins under other-licenses. r=bsmedberg
--HG--
rename : toolkit/mozapps/installer/windows/nsis/AppAssocReg.dll => other-licenses/nsis/Plugins/AppAssocReg.dll
rename : toolkit/mozapps/installer/windows/nsis/ApplicationID.dll => other-licenses/nsis/Plugins/ApplicationID.dll
rename : toolkit/mozapps/installer/windows/nsis/ShellLink.dll => other-licenses/nsis/Plugins/ShellLink.dll
rename : toolkit/mozapps/installer/windows/nsis/UAC.dll => other-licenses/nsis/Plugins/UAC.dll
rename : toolkit/mozapps/installer/windows/nsis/nsProcess.dll => other-licenses/nsis/Plugins/nsProcess.dll
2010-06-09 16:02:25 -07:00
Robert Strong 7bc1c42935 Bug 526333 - Having to create patches for each app's package manifest and removed-files and then get reviews from each app is a PITA. configure.in changes for MOZ_UPDATER only. r=ted.mielczarek 2010-06-09 16:02:13 -07:00
Robert Strong d4a6b1402e Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). configure.in, autoconf.mk.in, and makensis.mk changes only. r=ted.mielczarek 2010-06-09 16:01:46 -07:00
Mats Palmgren b1190bdc39 Re-enable the test now that the regression in bug 565392 is fixed. 2010-06-10 00:57:41 +02:00
Mats Palmgren d8bddf92b0 Accept 0-1 assertions on gtk2 for this test. 2010-06-10 00:57:37 +02:00
Vladimir Vukicevic a7518e3e05 b=562409; add GLContextProvider form EGL (patch from vlad/fred/romaxa); r=bas 2010-06-09 15:27:29 -07:00
Vladimir Vukicevic f9671d5ad1 b=570660; add ability to resize pbuffer GL contexts; r=joe 2010-06-09 15:07:12 -07:00
Robert Kaiser 1b614b58ae bug 570788 - Incorporate improvements from SeaMonkey places review into Firefox code - round 1, r=sdwilsh 2010-06-09 23:50:38 +02:00
Drew Willcoxon 651b22edf3 Bug 570986 - nsGlobalWindow::Dump should check all bytes, not chars, when replacing \r with \n. r=bzbarsky 2010-06-09 14:08:17 -07:00
Drew Willcoxon 483de9f5f4 Bug 570291 - dump() inside sandbox truncates string's high bytes. r=bzbarsky 2010-06-09 14:08:14 -07:00
Drew Willcoxon 89f59c8f26 Bug 570720 - Intermittent failure in browser_library_search.js when default livemark feed includes "dummy". r=mak 2010-06-09 14:08:11 -07:00
Frank Yan a14771fc6f Bug 568287 - Expand test for 'Copy Password' context menu item in Password Manager [r=dolske] 2010-06-09 13:55:46 -07:00
Paul O’Shannessy fc409beff8 Bug 387859 - sessionstore should use native json to parse session data [r=zeniko] 2010-06-09 13:55:45 -07:00
Daniel Holbert 25076e647c Bug 570257: fix unsigned/signed comparison build warning in WebGLContextValidate.cpp. r=vlad 2010-06-09 13:28:29 -07:00
Robert Longson 61906aff1d Bug 571036: Add reftest-wait to reftest dynamic-use-nested-01.svg to hopefully fix randomorange. r=dholbert 2010-06-09 13:26:24 -07:00
Robert Longson 9b9f95d539 Bug 570555 - CSS animation on font-size should not require units. r=dholbert,sr=roc 2010-06-09 20:51:31 +01:00
Ehsan Akhgari 7023f94cb6 Bug 529922 - review comment 2010-06-09 15:26:41 -04:00
Ehsan Akhgari 7fe9f2fec5 Bug 529922 - Make sure that delayedStartup has run, therefore the test is valid; r=gavin 2010-06-03 21:31:07 -04:00
Ehsan Akhgari efa0a71bcd Bug 571018 - Intermittent failure in docshell/base/crashtests/432114-2.html | assertion count 2 is more than expected 0 to 1 assertions; r=jruderman
--HG--
extra : rebase_source : 2b11ede67bd47e7ebe71116ae6e00eac600d3baa
2010-06-09 14:26:44 -04:00
Ehsan Akhgari ef89685d4e Bug 570624 - "ASSERTION: called nsGenericElement::SetText"; r=roc
--HG--
extra : rebase_source : 24d41a8eccef1c6d8b3adc6a04ca1a20912263ef
2010-06-09 14:14:42 -04:00
Ehsan Akhgari d00fd073af Bug 570417 - All content iterators need to take part in cycle collection; r=jst
--HG--
extra : rebase_source : 9681fd61ea2fbaf376390ce85b8cb3c3d040c098
2010-06-08 00:31:44 -04:00
Ehsan Akhgari 35b2d40320 Bug 570657 - Make the order of releasing objects and removing them in nsCOMArray's consistent; r=shaver
--HG--
extra : rebase_source : 16f05bbfbd31bc01e0545af111dc4e4adbac8e33
2010-06-09 14:13:16 -04:00
Robert Longson db82a28340 Bug 569463 - Stop coverity complaining about GetParsedAttr call in RebuildPathAndVerticesFromMpathElem. r=jwatt 2010-06-09 20:13:03 +01:00
Mats Palmgren 9fb9faab22 Make nsTransferable::GetTransferData assign the out params even when it returns an error since some callers depend on it (regression fix). b=565392 r=dbaron 2010-06-09 21:08:09 +02:00
Mats Palmgren 9424435536 Null-check frame (which is needed when bounds width/height is zero) and clamp negative values to zero. b=570884 r=josh 2010-06-09 21:07:41 +02:00
Robert Longson 328ae17e5d Bug 570354 - CSS mapping missing for link elements. r=jwatt 2010-06-09 19:53:40 +01:00
Matt Brubeck 44f6bf7807 Bug 570440 - disable-javaxpcom not recognized after configure.in change. r=bsmedberg 2010-06-08 12:45:00 +10:00
Ben Hearsum fc4b6869b4 Added tag UPDATE_PACKAGING_R11 for changeset 138f593553b6 2010-06-09 12:56:30 -04:00
Sid Stamm 858c58d8ff Bug 553180 - remove Try Again button from CSP frame-ancestors error page, r=jst, ui-review=johnath 2010-06-09 09:48:44 -07:00
Sid Stamm b66e19cf3d Bug 555068 - make CSP frame-ancestors be explictly opt-in, r=dveditz 2010-06-09 09:48:42 -07:00
Sid Stamm 3376ce13ad Bug 570017 - allow report-uri with dotless host, r=dveditz 2010-06-09 09:48:39 -07:00
Brandon Sterne eb3c9e1b3b Bug 569610 - fix CSP report Content-Type, r=sstamm 2010-06-09 09:48:21 -07:00
Olli Pettay f15726172e Bug 538195, null check JSObject when creating XULProtos, r=peterv 2010-06-09 19:10:49 +03:00
Bas Schouten f4690baa25 Some whitespace fixes. 2010-06-09 17:50:05 +02:00