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

202933 Коммитов

Автор SHA1 Сообщение Дата
Simon Bünzli 9a3c899977 Bug 476928 - Slow closing of tabs with the given testcase when entering Private Browsing mode. r=dietrich 2009-02-22 09:47:31 +01:00
Simon Bünzli 10dbbce197 Bug 479627 - Allow SessionStart to work if true JSON strings are returned by _readStateFile() call. r=dietrich 2009-02-22 09:46:40 +01:00
Simon Bünzli a6523317b2 Bug 479408 - search engine discovery code doesn't properly handle frames ("browser is null" in BrowserSearch::addEngine). r=gavin 2009-02-22 09:45:42 +01:00
Dão Gottwald 3c2c814d1a Bug 479621 - chevron button in bookmarks toolbar is misaligned. r=gavin 2009-02-22 09:43:59 +01:00
Blake Kaplan b88b3add14 Fix compiler warning in jstracer.cpp. No bug, r=brendan/jorendorff 2009-02-21 14:35:05 -08:00
Blake Kaplan be9ec7142e Fix bustage from checkin for bug Bug 479566 2009-02-21 14:25:43 -08:00
Jason Orendorff 84b015b641 Bug 479566 - Rename array "dense length" to capacity. r=shaver. 2009-02-21 15:33:50 -06:00
Jason Orendorff 22b94e1f3b Bug 479353 - Crash [@ Detecting] or "Assertion failure: (uint32)(index_) < atoms_->length, at ../jsobj.cpp". r=igor. 2009-02-20 18:22:51 -06:00
Jason Orendorff f2073f1840 Bug 479381 - js_FinalizeStringRT dies with multi-threaded app. r=igor. 2009-02-20 18:15:58 -06:00
Igor Bukanov 7174a9da45 bug 479252 - avoiding watchdog ticks when idle in jsshell. r=gal 2009-02-20 13:47:46 +01:00
Andreas Gal 3afd88ea7a Back out a2b6a4c57a05 (bug 24968). Cross-platform orange. 2009-02-19 22:13:13 -08:00
Andreas Gal 8910526fc2 Trace reading undefined properties (478512, r=brendan). 2009-02-19 19:41:03 -08:00
Nicholas Nethercote 6b0cb834e9 Bug 478340 - TM: kill many of the warnings when building 'js'. r=mrbkap 2009-02-19 11:17:31 -08:00
Igor Bukanov 4da3dc6c21 bug 478543 - fixing warnings about casts between function and data pointers. r=brendan 2009-02-19 09:33:37 +01:00
Jim Blandy e7ae601acc Bug 478075: Remove parent argument to js_GetCallObject. r=brendan 2009-02-18 23:57:24 -08:00
Ehsan Akhgari 136d949dfa Bug 463000 - Handle DOM Storage in Private Browsing Mode; r=campd sr=jst 2009-02-19 09:31:00 +03:30
Ehsan Akhgari 91c4900a6d Bug 432529 - Left/Bottom padding of identity contextual dialog is a bit too wide; r=gavin 2009-02-22 11:13:23 +03:30
Shawn Wilsher a8e33170f2 merge for backout 2009-02-21 22:41:27 -08:00
Shawn Wilsher 87cca37b6e Backed out changeset 690209fc5b6b (bug 474749) due to unit test failures. 2009-02-21 22:40:23 -08:00
Ryan VanderMeulen c17c781352 Bug 479543 - mozStorageConnection::Close should use NS_ERROR instead of NS_WARNING to complain about unfinalized statements
r=sdwilsh
2009-02-22 00:11:57 -05:00
Jeff Muizelaar ec812af225 Bug 474749 - oggplay_yuv2bgr needs to be faster
r=cdouble
2009-02-22 00:10:06 -05:00
Drew Willcoxon 35424782f9 Bug 475390 - "Selected Folder" Option on a Search in the Library is Broken
r=mak
2009-02-22 00:07:36 -05:00
Shawn Wilsher ec4c3cda36 Bug 478097 - Make location bar AutoComplete faster
Slightly modifies our base query for the location bar that makes the query about
20% faster in some basic benchmarking.
r=dietrich
2009-02-21 15:53:07 -08:00
L. David Baron 724f75bec4 Revert temporary modifications to diagnose intermittent reftest failure on tinderbox (fb1d06068cb5, 71df97fcb74e, 8a406dd54480) since the intermittent failures seem to have been fixed by the reftest harness change in 9d5337daba7b. 2009-02-21 12:05:27 -08:00
Markus Stange e935d4ad6d Bug 477732 - Toolbar buttons (in Error Console, Add-ons Manager, Page Info Dialog) are not laying out correctly on Mac, border image endcaps are squashed; css fix. r=dao 2009-02-21 17:35:56 +01:00
Dão Gottwald 5f724becd9 Bug 479439 - If followed by a dropmarker, toolbarbutton-icon should have a margin. r=neil 2009-02-21 17:33:07 +01:00
Martijn Wargers 13918d9e3a Crash test for bug 470212. 2009-02-21 17:15:07 +01:00
Makoto Kato c651d28217 Bug 226218 - 64bit safe code for mozilla/widget (AMD64). r=emaijala 2009-02-21 19:14:08 +09:00
David Bolter 5d56549e02 Bug 477876 - expose checkable='true' object attribute, r=surkov, r=MarcoZ 2009-02-21 08:43:51 +01:00
L. David Baron b51c79c417 Put the timestamp in the reftest HTTP server's path to prevent cross-contamination of cached tests between branches, in case those different branches run reftests on the same profile. r=Waldo 2009-02-20 22:07:14 -08:00
L. David Baron dd2107d6e8 Also temporarily replace the red images in the Acid2 test to see if they're what's causing the red to randomly show up. 2009-02-20 21:03:24 -08:00
Mats Palmgren c67994d479 The white-space bounding parent is the closest block within the editable subtree, or if there is none, the (inline) editable subtree root. b=455992 r+sr=peterv 2009-02-21 05:28:09 +01:00
Jesse Ruderman 1ad38ac6a7 Add crashtests 2009-02-20 19:38:16 -08:00
Mats Palmgren 4be9d6af76 Stop doing special child insertions if InsertNodeAtPoint() fails, continue with the generic insertion instead. b=478725 r+sr=peterv 2009-02-21 03:51:52 +01:00
Mats Palmgren c5bb5f60b5 Reset the editing state when the document is removed from the docshell. b=446483 r+sr=peterv 2009-02-21 03:51:48 +01:00
Jason Evans b94cdf2458 Bug 478576 - infinite loop in jemalloc:chunk_recycle_reserve; r=pavlov
Avoid an infinite loop if the malloc reserve is depleted and there are no
registered event notification handlers.
2009-02-21 03:09:22 +01:00
Siddharth Agarwal 8270eca8b1 Part 1 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- define MOZ_WINSDK_MAXVER to be highest Windows version supported by the SDK, r=ted 2009-02-21 03:09:20 +01:00
Michal Novotny f20d4669fb Bug 386167 - firefox doesn't show login/password form when connecting to ftp server with anonymous accounts disabled; r+sr=bzbarsky 2009-02-21 03:09:18 +01:00
Serge Gautherie 4dfe755ab7 Bug 400822 - Cert Viewer crashes when encountering improperly encoded GeneralNames (in AIA or CDP extensions) [@ ProcessGeneralName]; (Cv1) Use NS_ENSURE_ARG_POINTER(); r=kaie 2009-02-21 03:09:16 +01:00
Serge Gautherie a33146ce68 Bug 471185 - [Windows] Intermittent "428844-1.html | timed out waiting for onload to fire"; Reenable test, except on Windows. 2009-02-21 03:09:15 +01:00
Jeremy Lea 06701539b8 Bug 479524 - TestAUSReadStrings fails to build on Mac OS X 10.4.8. r=rstrong 2009-02-20 18:02:29 -08:00
Bob Clary 18cf32512b bug 479538 - Sishyphus - JavaScript tests - patterns maintenance. 2009-02-20 16:57:11 -08:00
Bob Clary fa6046a427 bug 4758354 - JavaScript Test by Brendan Eich. 2009-02-20 16:57:10 -08:00
Bob Clary 60548a7f4e bug 479202 - correct bug numbers in tests. 2009-02-20 16:57:09 -08:00
Bob Clary 6e27e1db0a bug 476869 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:06 -08:00
Bob Clary 934e911d4c bug 476940 - JavaScript Test by T. Rosenau. 2009-02-20 16:57:06 -08:00
Bob Clary ca62cdeec0 bug 477048 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:05 -08:00
Bob Clary bd7699cd10 bug 477053 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:05 -08:00
Bob Clary f98f9fdd29 bug 477158 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:05 -08:00
Bob Clary 1bb718ba89 bug 477187 - JavaScript Test by Andreas Gal. 2009-02-20 16:57:05 -08:00