Commit Graph

25409 Commits

Author SHA1 Message Date
Simon Bünzli
fc3b583de2 Bug 476994 - issues with about:sessionrestore treeview implementation. r=neil 2009-02-22 09:49:45 +01:00
Simon Bünzli
819312ff7d Bug 479005 - nsSessionStore.js, the observe function shadows var ix with let ix, also forward refs ix. r=brendan 2009-02-22 09:48:23 +01:00
Simon Bünzli
d3f63fa486 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
cce5b3295c 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
534fc6ef06 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
8dd5e97c37 Bug 479621 - chevron button in bookmarks toolbar is misaligned. r=gavin 2009-02-22 09:43:59 +01:00
Blake Kaplan
24cf18952c Fix compiler warning in jstracer.cpp. No bug, r=brendan/jorendorff 2009-02-21 14:35:05 -08:00
Blake Kaplan
adf5d20bc2 Fix bustage from checkin for bug Bug 479566 2009-02-21 14:25:43 -08:00
Jason Orendorff
15b9f03458 Bug 479566 - Rename array "dense length" to capacity. r=shaver. 2009-02-21 15:33:50 -06:00
Jason Orendorff
bf8b9e17e4 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
f6405f0cb3 Bug 479381 - js_FinalizeStringRT dies with multi-threaded app. r=igor. 2009-02-20 18:15:58 -06:00
Igor Bukanov
fe9a728583 bug 479252 - avoiding watchdog ticks when idle in jsshell. r=gal 2009-02-20 13:47:46 +01:00
Andreas Gal
7fe73224c5 Back out a2b6a4c57a05 (bug 24968). Cross-platform orange. 2009-02-19 22:13:13 -08:00
Andreas Gal
28fe969521 Trace reading undefined properties (478512, r=brendan). 2009-02-19 19:41:03 -08:00
Nicholas Nethercote
bf6590048b Bug 478340 - TM: kill many of the warnings when building 'js'. r=mrbkap 2009-02-19 11:17:31 -08:00
Igor Bukanov
7ac32de806 bug 478543 - fixing warnings about casts between function and data pointers. r=brendan 2009-02-19 09:33:37 +01:00
Jim Blandy
2d6ea8b787 Bug 478075: Remove parent argument to js_GetCallObject. r=brendan 2009-02-18 23:57:24 -08:00
Ehsan Akhgari
952a3fe41d Bug 463000 - Handle DOM Storage in Private Browsing Mode; r=campd sr=jst 2009-02-19 09:31:00 +03:30
Ehsan Akhgari
84db9ae292 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
d0c8920d33 merge for backout 2009-02-21 22:41:27 -08:00
Shawn Wilsher
4f20f7f682 Backed out changeset 690209fc5b6b (bug 474749) due to unit test failures. 2009-02-21 22:40:23 -08:00
Ryan VanderMeulen
a824b114b7 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
d7ec419480 Bug 474749 - oggplay_yuv2bgr needs to be faster
r=cdouble
2009-02-22 00:10:06 -05:00
Drew Willcoxon
69dbc3cd34 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
34ebf5215c 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
11e0a8cc3b 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
50115a956d 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
bcb0d0ceda 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
4e26b61b26 Crash test for bug 470212. 2009-02-21 17:15:07 +01:00
Makoto Kato
98b5b0391b Bug 226218 - 64bit safe code for mozilla/widget (AMD64). r=emaijala 2009-02-21 19:14:08 +09:00
David Bolter
c21cc8b611 Bug 477876 - expose checkable='true' object attribute, r=surkov, r=MarcoZ 2009-02-21 08:43:51 +01:00
L. David Baron
914fadd965 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
5198f9986d 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
71de6922cb 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
f25f92b98a Add crashtests 2009-02-20 19:38:16 -08:00
Mats Palmgren
9e4ecf09b8 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
44d057623f 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
f40f49c8a5 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
28b7b6c179 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
101b019764 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
265574ee2c 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
bc94cdea22 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
54bd95e3ca 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
1efa71ae97 bug 479538 - Sishyphus - JavaScript tests - patterns maintenance. 2009-02-20 16:57:11 -08:00
Bob Clary
1c1c5bc488 bug 4758354 - JavaScript Test by Brendan Eich. 2009-02-20 16:57:10 -08:00
Bob Clary
a186b54de4 bug 479202 - correct bug numbers in tests. 2009-02-20 16:57:09 -08:00
Bob Clary
e80aff11fd bug 476869 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:06 -08:00
Bob Clary
fa7fcd9755 bug 476940 - JavaScript Test by T. Rosenau. 2009-02-20 16:57:06 -08:00
Bob Clary
039811b3fb bug 477048 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:05 -08:00
Bob Clary
d93e5187d3 bug 477053 - JavaScript Test by Gary Kwong. 2009-02-20 16:57:05 -08:00