Commit Graph

28248 Commits

Author SHA1 Message Date
Chris Double
f875415388 Bug 474540 - Moves oggplay decoder to separate thread for better playback performance in big videos - r=kinetik sr=roc
--HG--
extra : rebase_source : 8f6925b3dc3a50e8bb02f39d76d2b2444b089b6d
2009-05-13 11:47:52 +12:00
Edward Lee
0646202e19 Bug 448344 - Download manager says "1 minute remaining" when it's really between 1 and 2 minutes. r=sdwilsh, ui=limi
Show seconds when we're under 4 minutes like how we show "few seconds" when we're under 3 seconds. This pushes the "double minute" problem to 4 minutes instead of 1 minute, but the user experience goes from 100% longer to 25% longer. Test by checking low times for seconds, minutes, hours and check that we generate the right string for the boundaries.
2009-05-12 22:04:10 -05:00
Phil Ringnalda
423103913e Bug 115334 - Remove long long dead StringFactoring tests, and the last .mcp in mozilla-central in the bargain, r=bsmedberg 2009-05-12 19:50:35 -07:00
Boris Zbarsky
31ccc9cace Bug 492575. Trying to eliminate random orange from this test 2009-05-12 22:37:05 -04:00
timeless@mozdev.org
a3369e8a4f Bug 477934 nsSafeFileOutputStream (prefs.js) not safe from system crashes
r=biesi
2009-03-12 13:13:00 +01:00
Jonas Sicking
71d1f7c6ba Merge backout 2009-05-12 17:03:04 -07:00
Jonas Sicking
56c68587fc Backed out changeset 888aff8f57d2. Bug 492037 2009-05-12 17:00:53 -07:00
Shawn Wilsher
1f5973679d Bug 490833 - mozIStorageStatement::getParameterIndex should only accept :-named parameters
This updates places to use the new API definition.
r=dietrich
2009-05-12 17:08:50 -04:00
Shawn Wilsher
98d5d376f8 Bug 490833 - mozIStorageStatement::getParameterIndex should only accept :-named parameters
This change makes the XUL template builder work with the API change.
r=enn
2009-05-12 17:08:49 -04:00
Neil Deakin
e8df233874 Bug 492037, EndUpdateBatch not properly being called for tree builders in some cases, r+sr=smaug 2009-05-12 16:07:28 -04:00
Neil Deakin
279ddd04ac Bug 433014, xml templates not loading from file urls, r+sr=smaug 2009-05-12 16:07:25 -04:00
Jeff Muizelaar
ab93609bae Bug 487305 - create video surface element with RGB24 colour format instead of ARGB32. r=joe 2009-05-12 15:25:05 -04:00
Matt Noorenberghe
544ceffa17 Bug 482232 - Using search field in saved password window changes width of search field. r=dolske 2009-05-12 12:09:19 -07:00
Justin Dolske
1e8cbd2563 Bug 471906 - Login manager's onblur handler shouldn't do anything when the username is blank. r=gavin 2009-05-12 12:09:18 -07:00
Boris Zbarsky
11f21755ed Bug 488057. Be more careful when we unsuppress painting. r+sr=roc 2009-05-12 15:07:08 -04:00
Daniel Holbert
0947631c3a Bug 490909: Remove old layout debugging code, patch #2: remove 'VerifyTree' & related code. r+sr=dbaron 2009-05-12 12:03:09 -07:00
Ehsan Akhgari
e6e16dae76 Bug 491898 - Random Test Failure (browser_passwordmgrdlg.js); r=dolske 2009-05-12 22:23:36 +04:30
Robert Sayre
71ffeedec0 Merge tracemonkey to mozilla-central. 2009-05-12 11:34:57 -04:00
Edward Lee
db56f2f905 Bug 485122 - When the user selects to only display history in the location bar, don't display the star and tag icons for items that happen to be bookmarked or tagged. r=dietrich
Pretend a page isn't bookmarked/tagged when searching for only history unless the user explicitly wants them. Test by updating special searches test to ignore tags when searching for history ^.
2009-05-12 10:17:57 -05:00
Edward Lee
016935e941 Bug 489872 - [@ nsNavHistory::IsVisited] doesn't check null aURI. r=sdwilsh
For public entry points of nsNavHistory, add ENSURE_ARG for in-pointers and ENSURE_ARG_POINTER for out-pointers; NS_ASSERTION for private APIs. Test automatically finds functions from nav history service and calls them with null arguments.
2009-05-12 10:11:53 -05:00
Benjamin Smedberg
17723bc6ae Bug 491855 - Enabling CoreText should be explicit instead of magically enabled based on the SDK version, r=ted 2009-05-12 10:31:09 -04:00
Josh Aas
c4f6c93e1b Default Mac OS X minimum deployment target for 64-bit builds should be 10.5. b=492089 r=ted 2009-05-12 10:08:07 -04:00
Ted Mielczarek
eea55d01da bug 483062 - figure out how to get crash stacks from xpcshell tests - another followup bustage fix 2009-05-12 07:57:44 -04:00
Ted Mielczarek
7aa5da833a bug 483062 - figure out how to get crash stacks from xpcshell tests - followup bustage fix for leak tests 2009-05-12 07:28:44 -04:00
Andreas Gal
4778325174 Ensure that cx->interpState is always accurate by maintaing a stack (490776, r=jorendorff). 2009-05-11 17:25:38 -07:00
David Mandelin
d6c2eeddf4 Bug 491620: make traces specialized for argc, r=gal 2009-05-11 15:57:28 -07:00
Jeff Walden
6beac46a8b Likely gmail bustage fix 2009-05-11 15:41:00 -07:00
Jeff Walden
8e5456999b Bug 486326 - Specialize array methods which modify large numbers of array elements to work efficiently on dense arrays, avoiding highly generalized get/set/delete methods and the floating-point-to-integer conversions needed solely to handle large array indexes but which are rarely necessary in practice. r=shaver 2009-05-11 14:57:18 -07:00
Andreas Gal
806e556ee1 Make sure stack frame is flagged as constructor frame when falling off trace in a slow native constructor (491965, r=graydon). 2009-05-11 14:40:42 -07:00
Andreas Gal
89e9d61d35 Fast-path for string constructors only works for new/call with a single argument (491989, r=dmandelin). 2009-05-11 14:03:29 -07:00
Ted Mielczarek
4f4b086565 bug 483062 - figure out how to get crash stacks from xpcshell tests. r=bsmedberg
--HG--
extra : rebase_source : 70355805b7f71c016eaa7aaea1d1916a23316b8a
2009-05-11 15:54:39 -04:00
Chris Double
d08a2e4711 Bug 480063 - Update liboggz and liboggplay to fix infinite loop bug - rs=roc
--HG--
extra : rebase_source : e05260747e635675fda3eb7bbaee4d1d3df85fcb
2009-05-12 15:27:23 +12:00
Marco Bonardo
d685eb8728 Bug 481767 - Tag field overlay issue when 2 or more bookmarks in the same tag, r+sr=neil a=blocking191 2009-05-12 11:15:15 +02:00
Marco Bonardo
89641c2d96 Bug 491954 - Views should select exact columns, r=sdwilsh a=blocking191 2009-05-12 11:15:09 +02:00
Marco Bonardo
ee5ffa86a8 Bug 392193 - first run migration / import from ie, opera and safari browser can be slow, migration should use "run in batch", r=sdwilsh 2009-05-12 11:15:02 +02:00
Vladimir Vukicevic
d38e6c8a28 Fix Windows CE from bug 487416 (arm architecture detection) 2009-05-12 10:07:48 +01:00
Dave Townsend
f7a4e23645 Bug 396510: Remove EM command line global installation capability (e.g. -install-global-extension and -install-global-theme). r=robstrong 2009-05-12 09:22:39 +01:00
Dave Townsend
31119eee7e Bug 415297: Content styles should control display behaviours, not the theme. r=robstrong 2009-05-12 09:21:15 +01:00
Simon Montagu
4ae0cfa1ee Fix warnings caused by the patch for bug 492231. r+sr=roc 2009-05-12 01:18:27 -07:00
Joe Drew
ad4db62e17 Bug 483407 - Add an ok(true) to ensure we have at least one ok() statement. 2009-05-12 00:07:21 -04:00
Boris Zbarsky
096c04f43f Fix the test now that bug 480452 is fixed 2009-05-11 23:54:41 -04:00
Leon Sha<leon.sha@sun.com>
09d8741471 Bug 488775 - TM: widen LIR instructions. Sparc Changes. r=gal. remove dead codes 2009-05-12 11:45:02 +08:00
Leon Sha<leon.sha@sun.com>
3bc4629cc8 Bug 488775 - TM: widen LIR instructions. Sparc Changes. r=gal. 2009-05-12 11:33:28 +08:00
Phil Ringnalda
0e98e26638 Bug 486062 - Clean out dead things below layout/html/tests/, r+sr=dbaron 2009-05-11 19:07:30 -07:00
Boris Zbarsky
70c31886f4 Bug 480452. Make {ib} splits behave the same way with regard to margins, borders, and padding as inline frames that just have a line-break happening inside them do. r+sr=dbaron 2009-05-11 22:04:58 -04:00
Boris Zbarsky
090012235c Bug 486741. Remove hack around broken scrollbars, since it's not needed anymore. r+sr=jst 2009-05-11 22:04:58 -04:00
Boris Zbarsky
e6259a26ac Bug 78070. When the root element is removed, remove all frames except the viewport; when it's reinserted, recreate them as needed. r=roc,dbaron sr=roc 2009-05-11 22:04:58 -04:00
timeless@mozdev.org
15a540ba45 Bug 491192 - fixing xpcshell error message; r=ted.mielczarek sr=cbiesinger 2009-05-12 03:38:31 +02:00
Serge Gautherie
799be9a884 Bug 483407 - Improve the "mochitest*" harness; (Av1a) SimpleTest.js: Report tests which did not actually check anything, Improve ToDo support; r=dbaron 2009-05-12 03:38:29 +02:00
Steven Michaud
93eaf1fd80 Backed out changeset add33a95e3ef to fix talos crashes. b=489864 2009-05-11 15:40:32 -05:00