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

241665 Коммитов

Автор SHA1 Сообщение Дата
Jim Mathies f98a427e3f Bug 644277 - Fix for titlebar right-click system menu missing entries added by 3rd party software. r=neil. 2011-03-25 18:17:35 -05:00
Jim Mathies a03a5e38ee Bug 537324 - Work around for adobe reader text edit focus problem. r=bent 2011-03-25 18:17:35 -05:00
Jonas Sicking e4d26af2b2 Bug 641706: Make SpecialPowers able to create a XHR object with full system powers. r=smaug 2011-03-17 09:19:13 -07:00
Ehsan Akhgari 0c0464e633 Merge backout of bug 263359 2011-03-25 18:16:31 -04:00
Ehsan Akhgari 119ec44c6b Back out bug 263359 because it has caused bug 645119 2011-03-25 18:15:29 -04:00
Michael Wu c00063c782 Bug 636265 - Don't pass unused return value in nsJSConfigTriggers.cpp, r=jorendorff 2011-03-25 14:31:14 -07:00
Michael Wu fa40aff754 Bug 636243 - Pass null for rval in nsDOMWorkerTimeout.cpp, r=jorendorff 2011-03-25 14:31:14 -07:00
Michael Wu 6651b13d4e Bug 636251 - Use JSOPTION_NO_SCRIPT_RVAL in nsFrameMessageManager.cpp, r=jorendorff 2011-03-25 14:31:14 -07:00
Michael Wu f1fd210898 Bug 636811 - Use JSSCRIPT_NO_SCRIPT_RVAL in js component loader, r=mrbkap 2011-03-25 14:31:14 -07:00
Michael Wu d390f7b37a Bug 636243 - Use JSOPTION_NO_SCRIPT_RVAL in nsDOMWorkerScriptLoader.cpp, r=jorendorff 2011-03-25 14:31:09 -07:00
L. David Baron 8ee004f7e8 Add crashtest for bug 645072. 2011-03-25 11:42:00 -07:00
L. David Baron 4208f29125 Mark tests added in changeset 03070beac9e7 (bug 418975) as failing, since the patch is being backed out for causing crash bug 645072. 2011-03-25 11:40:28 -07:00
L. David Baron 0ec2d84310 Back out changeset 25beb9ced8d2 (bug 418975) for causing crash bug 645072. 2011-03-25 11:38:58 -07:00
Gavin Sharp 1a99762ac2 Bug 644645: don't NS_ASSERT when an extra parameter is passed to tabbrowser.addProgressListener, since popular extensions do that and it's annoying 2011-03-25 14:50:00 -04:00
Mike Hommey d7434901f4 Bug 643704 - Allow to trigger PGO builds through mozconfig. r=ted 2011-03-25 19:50:29 +01:00
Mike Hommey 40c393b235 Bug 644081 - Use relative paths as much as possible in expandlibs.py. r=ted 2011-03-25 19:50:29 +01:00
Mike Hommey cffe14171f Bug 644297 - Avoid _MD5*/_SHA* symbols not found during Shark universal build. r=ted 2011-03-24 15:27:00 +01:00
Mike Hommey e4a9e38436 Bug 643695 - Don't depend on libdbus-glib when not necessary. r=khuey 2011-03-24 15:26:58 +01:00
Ted Mielczarek cef4398cf5 bug 643803 - Expose DOMWindowUtils via SpecialPowers. r=ctalbert 2011-03-25 14:12:23 -04:00
Ehsan Akhgari cb6a971f1a Merge cedar into mozilla-central 2011-03-25 14:21:07 -04:00
Chris Jones 2387f54dbe Test for bug 640901. a=b 2011-03-25 12:56:17 -05:00
Dão Gottwald 08ae1cfad6 Bug 539660 - Remove sessionstore.interval and sessionstore.resume_from_crash default values from nsSessionStore.js. r=zpao 2011-03-25 11:10:10 +01:00
Simon Montagu 72d30eea0f Bug 263359 part 5: optimization -- don't do bidi resolution if the text is monodirectional. r=roc 2011-03-24 11:28:45 +02:00
Simon Montagu 2ed359ac6d Bug 263359 part 4: resolve paragraph on encountering line breaks in preformatted elements 2011-03-24 11:28:45 +02:00
Simon Montagu 92d2782ae2 Tests for bug 263359 2011-03-24 11:28:45 +02:00
Simon Montagu ec7706761d Bug 263359 part 3: resolve paragraph on encountering <br> or embedded block elements 2011-03-24 11:28:44 +02:00
Simon Montagu c29305f3ee Tests for bug 229367 and bug 613157 2011-03-24 11:28:44 +02:00
Simon Montagu 0fc4771947 Bug 263359 part 2: split nsBidiPresUtils::Resolve into Resolve and ResolveParagraph. r=roc 2011-03-24 11:28:44 +02:00
Simon Montagu 53a261431c Bug 263359 part 1.5: remove nsDirectionalFrame. 2011-03-24 11:28:44 +02:00
Simon Montagu bfef246b4b Bug 263359 part 1: refactor bidi resolution code, combining InitLogicalArray and CreateBlockBuffer. r=roc 2011-03-24 11:28:44 +02:00
Simon Montagu ac0eb6cddb Debugging code for Bidi resolution. NPOTDB 2011-03-24 11:28:44 +02:00
Karl Tomlinson 6fcf5aed59 merge backout of bug 280661 2011-03-24 21:40:06 +13:00
Karl Tomlinson 2c6bb15624 backout bug 280661 due to test_socks.js test failure 2011-03-24 21:37:53 +13:00
L. David Baron 7c03ccab4f Fix unexpected pass by removing failure annotation which points to the bug that was just fixed, bug 546315. 2011-03-23 21:59:52 -07:00
chrisd.mang@gmail.com 8f46379f10 Bug 280661 - Test case; r=ted 2011-03-23 23:42:04 -04:00
Jonathan Kew 188a27ae29 Bug 623711 - erratic font selection with multiple @font-face rules and bad font resources; r=jdaggett 2011-03-23 23:01:50 -04:00
Ehsan Akhgari 7c95b79b48 Backout changeset f39ad7e4054e (bug 623711) because of reftest failure 2011-03-24 00:15:02 -04:00
Ehsan Akhgari b529ab0290 Merge backout of bug 635639 2011-03-24 00:02:57 -04:00
Ehsan Akhgari 0744d6eee4 Backout bug 635639 because of test failure 2011-03-24 00:02:35 -04:00
Ehsan Akhgari 452577e86e Bug 616745 followup - fixed typo 2011-03-23 23:48:52 -04:00
Jonathan Kew a63488a5f4 Bug 635639 - Part 2: tests; r=jdagget 2011-03-23 22:56:04 -04:00
Jonathan Kew 47178e5cc9 Bug 635639 - Vowels are not rendered correctly in some Persian/Arabic/Hebrew fonts; r=jdaggett 2011-03-23 22:55:06 -04:00
Phil Ringnalda bec224a1fa Bug 628966 - test_bug428847.html (by way of file_bug428847-1.xhtml) loads http://www.mozilla.com/whatever.xsl over the network; r=sicking 2011-03-23 22:34:02 -04:00
Joe Drew 38b8500a6d Bug 642902 - include changes needed from updated patch. r=jrmuizel 2011-03-23 21:54:04 -04:00
Ben Turner ecf6425f70 Bug 640901: Clean up managees when manager ctor fails. r=cjones 2011-03-21 11:00:00 -05:00
Benjamin Smedberg aca1d650f4 Bug 617539 - remove nsIWidget_MOZILLA_2_0_BRANCH, r=jimm 2011-03-25 11:03:35 -04:00
Benjamin Smedberg cac81f2c54 Bug 617539 - Integrate nsIAppStartup2 and nsIAppStartup_MOZILLA_2_0, r=Mossop 2011-03-25 11:03:35 -04:00
Benjamin Smedberg ed882a50bd Bug 617539 - Merge nsIMenuBoxObject_MOZILLA_2_0_BRANCH, r=enn 2011-03-25 11:03:35 -04:00
Benjamin Smedberg e6d50195a6 Bug 617539 - Fold in nsIFrameLoader_MOZILLA_2_0_BRANCH, r=bz 2011-03-25 11:03:35 -04:00
Benjamin Smedberg 911158b9eb Bug 617539 - Merge nsIDOMWebGLRenderingContext_MOZILLA_2_0_BRANCH, r=jrmuizel 2011-03-25 11:03:35 -04:00