Bob Clary
8a0df9cf84
bug 465236 - JavaScript Test by Jesse Ruderman.
2009-01-28 08:34:08 -08:00
Bob Clary
7d0f9c14f4
bug 465377 - JavaScript Test by Igor Bukanov.
2009-01-28 08:34:07 -08:00
Bob Clary
5b78e9b9c9
bug 465476 - JavaScript Test by Jeff Walden.
2009-01-28 08:34:06 -08:00
Bob Clary
877f7270e6
bug 465484 - JavaScript Test by Jesse Ruderman.
2009-01-28 08:34:05 -08:00
Bob Clary
3e3053e918
bug 470223 - JavaScript Test by Edward Lee.
2009-01-28 08:34:04 -08:00
Bob Clary
35d56f2de3
bug 470739 - JavaScript Test by Jesse Ruderman.
2009-01-28 08:34:04 -08:00
Bob Clary
f3eada4f84
bug 471197 - JavaScript Test by Igor Bukanov.
2009-01-28 08:34:03 -08:00
Honza Bambas
62387ee187
Bug 466314 - updatingImplicit.html (used by test_offlineMode.html and test_updatingManifest.html) crashes SeaMonkey, r=dcamp, sr=jst
2009-01-28 16:07:23 +01:00
Robert O'Callahan
c15fb1fa84
Backing out bug 475092 due to test failure
2009-01-29 00:55:56 +13:00
Robert O'Callahan
22f6e75208
Backed out changeset 360b4a2d0aa8
2009-01-29 00:55:19 +13:00
Neil Rashbrook
1a853c6cd6
Bug 473933 Really fix crash caused by bug 441359 r+sr=bz a=beltzner
2009-01-28 11:22:08 +00:00
Nick Thomas
558996f20c
Added tag UPDATE_PACKAGING_R7 for changeset d7d64f68423b
2009-01-29 00:03:35 +13:00
Robert Longson
b80b068e2e
Bug 472782. Avoid infinite recursion when textPath points to a non-path. r+sr=roc
2009-01-28 22:44:39 +13:00
Jonathan Kew
60f93b5c99
Bug 475092. Fix incorrect positioning on Windows when glyph run includes vertically-offset glyphs is drawn to canvas. r=vlad
2009-01-28 22:41:34 +13:00
Jonathan Kew
32f03bfe64
Bug 454098. Fix signs for baseline offsets for glyphs on Windows. r+sr=roc
2009-01-28 22:39:35 +13:00
Behdad Esfahod
4c0f61c5b8
Bug 460023. Change the glyph dropping safety margin from 2em to 10em. r=vlad
2009-01-28 22:36:23 +13:00
Robert O'Callahan
6710c49b25
Bug 466410. Make sure videoWidth and videoHeight are posted to the element before metadataloaded fires. r=doublec
2009-01-28 22:33:37 +13:00
Jonathan Watt
3736a53a6f
Bug 475181. Bounds-check feTile subregion size --- crashtest
2009-01-28 22:31:39 +13:00
Jonathan Watt
283dc2da74
Bug 475181. Bounds-check feTile subregion size. r+sr=roc
2009-01-28 22:29:48 +13:00
Michael Ventnor
3a494e2823
Bug 475197. -moz-box-shadow needs to be hooked up to buttons and fieldsets since they have custom background painting code --- reftest.
2009-01-28 22:28:40 +13:00
Michael Ventnor
c81d455553
Bug 475197. -moz-box-shadow needs to be hooked up to buttons and fieldsets since they have custom background painting code. r+sr=roc
2009-01-28 22:28:14 +13:00
Chris Double
625058e17b
Bug 475369. Fix regression from bug 451958 in passing mSeeking and mOffset to nsChannelToPipeListener. r+sr=roc
2009-01-28 22:27:09 +13:00
Brendan Eich
3fcd3cab28
Bug 454184 - Implement eval caching (r=mrbkap).
2009-01-27 19:56:55 -08:00
Shawn Wilsher
4756beb1ae
Bug 449406 - bookmarks of TRANSITION_DOWNLOAD and TRANSITION_EMBED don't show up in the location bar if they've been visited
...
This adds a new function to nsNavBookmarks that determines if a place id is a
"real" bookmark (not a livemark child). It also makes a number of places use
this new function to unify and simplify a number of code paths.
Additionally, it changes how frecency is calculated for bookmarked items. If a
visit is bookmarked (aIsBookmarked is true in CalculateFrecencyInternal), the
visited bookmark bonus is now added for all visits. The visit bonus was also
cut in half for bookmarks so TRANSITION_BOOKMARK will still end up with the same
value (150).
r=dietrich
r=MaK77
2009-01-27 21:01:33 -05:00
Reed Loden
01509bcf5d
Apply rules.mk section of bug 460913's patch to js's separate rules.mk in order to fix orange.
2009-01-27 19:56:49 -06:00
Daniel Veditz
be1524f476
bug 452217 nsLocalFileWin should return errors consistent with other platforms, r=neil, sr=bsmedberg
2009-01-27 16:50:14 -08:00
Boris Zbarsky
1813e2fd3c
Bug 475419. Make sure to set up our user font set no matter what the ordering of flushes and font loading is. r+sr=dbaron, a=bsmedberg
2009-01-27 19:31:26 -05:00
Fabien Tassin
2c31016d9c
Bug 460913 - "Installer shouldn't copy xulrunner files into Firefox install directory" [r=bsmedberg]
2009-01-27 17:35:44 -06:00
Blake Kaplan
ce01acfd86
Bug 475185 - Add a crashtest.
2009-01-27 15:34:16 -08:00
Blake Kaplan
67fb3b8825
Bug 475480 - Fix warnings created by the speculative parsing landing. r+sr=sicking
2009-01-27 15:30:31 -08:00
Daniel Holbert
46c67c1d43
Bug 475078: Fix hang during "save-as-complete" by using nsTArray::Contains instead of nsTArray::IndexOf to check for array-membership. r+sr=roc a=beltzner
2009-01-27 14:43:26 -08:00
Robert Sayre
103d02661d
Merge tracemonkey to mozilla-central.
2009-01-27 13:40:39 -08:00
Jason Orendorff
5b13be3f69
Bug 475593 - TM: Assertion failed: "Should not move data from GPR/XMM to x87 FPU": false (../nanojit/Nativei386.cpp:1851) (js_BooleanOrUndefinedToNumber emitted twice). r=brendan.
2009-01-27 15:33:45 -06:00
Shawn Wilsher
5be8b9bc5a
Bug 454242 - The location of files used by helper app locations is no longer consistent with the download location.
...
Follow-up patch to make the original actually work. nsIFile is not the same as
nsILocalFile :(
r=mconnor
sr=mconnor
2009-01-27 14:55:29 -05:00
Robert Sayre
7dfa709a7f
Merge m-c to tm.
2009-01-27 11:08:09 -08:00
Alexander Surkov
c44a1240e8
Bug 475298 - mochitests for accessible relations, r=davidb, marcoz
2009-01-28 01:27:51 +08:00
Andrei Saprykin
7b91b30052
bug 474801 - Checking for MaybeGC conditions when allocating GC things in JS shell. r=igor
2009-01-27 18:21:51 +01:00
Serge Gautherie
3dbe1e78fb
Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Dv1-MC) Move the source harness directory, followup; r=ted.mielczarek
...
Fix changeset 2cff77c405f8: move new files (and update them) to the correct place.
--HG--
rename : testing/xpcshell/xpcshell-simple/example/location_load.js => testing/xpcshell/example/location_load.js
rename : testing/xpcshell/xpcshell-simple/example/unit/test_location.js => testing/xpcshell/example/unit/test_location.js
2009-01-27 17:48:14 +01:00
Igor Bukanov
65cda4b280
Backed out changeset 39b1c9f21064 - the patch again has triggered the crashtest timeout.
2009-01-27 15:11:47 +01:00
Theppitak Karoonboonyanan
39fd2c6edd
Bug 462188. Make nsHTMLEditRules::WillDeleteSelection extend the selection before checking whether there's anything to delete. r+sr=peterv.
2009-01-27 13:50:32 +01:00
Andreas Gal
f17d7cf056
Set on-trace flag only during trace execution, not recording (474771, r=brendan, patch has failed before, please back out at the earliest sign of trouble).
2009-01-27 01:55:31 -08:00
Simon Montagu
f635a3220d
Some more testcases for character set encoding/decoding
2009-01-27 11:52:09 +02:00
Andreas Gal
868cf7c72c
Backed out changeset ece63b96379b
2009-01-27 00:10:38 -08:00
Jason Orendorff
c0cc74fa99
Bug 468782 - TM: js_FastValueToIterator and js_FastCallIteratorNext can reenter. r=brendan. Note that this changeset alone does not fix the bug; an upcoming patch in bug 462027 completes the fix.
2009-01-27 00:19:58 -06:00
Jonas Sicking
41e86fb4e9
More bug 461555 fixes to fix orange by making sure to remove deferred-scripts' onloadblocker when the parser is terminated. r/sr=mrbkap
2009-01-26 21:41:25 -08:00
Andreas Gal
519b56ea2f
Correct incorrectly reversed order of argument types in builtin description (472533, r=brendan).
2009-01-26 21:05:59 -08:00
Ryan Flint
92e375760d
Bug 475471 - Engine._updateInterval isn't cached properly. r=gavin, a=typo
2009-01-26 23:24:51 -05:00
Graydon Hoare
170e5b5921
Bug 473688 - provide a 2-level hash map (global, pc) -> tree, r=gal.
2009-01-26 19:53:19 -08:00
Andreas Gal
56a9096701
Merge.
2009-01-26 18:16:11 -08:00
Andreas Gal
13ebda54e6
LirNameMap gets large over time and searching it with binary search is slow (475127, r=shaver).
2009-01-26 18:15:39 -08:00