Michael Ventnor
33dffbe3c7
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
e4cc4db491
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
63152308e0
Bug 454184 - Implement eval caching (r=mrbkap).
2009-01-27 19:56:55 -08:00
Shawn Wilsher
3b15ec82fb
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
ff2f84d101
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
51ac08a73e
bug 452217 nsLocalFileWin should return errors consistent with other platforms, r=neil, sr=bsmedberg
2009-01-27 16:50:14 -08:00
Boris Zbarsky
e1e2c377d0
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
9a03783e31
Bug 460913 - "Installer shouldn't copy xulrunner files into Firefox install directory" [r=bsmedberg]
2009-01-27 17:35:44 -06:00
Blake Kaplan
aa57ab0ebc
Bug 475185 - Add a crashtest.
2009-01-27 15:34:16 -08:00
Blake Kaplan
7eae188d33
Bug 475480 - Fix warnings created by the speculative parsing landing. r+sr=sicking
2009-01-27 15:30:31 -08:00
Daniel Holbert
38ee9571c8
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
4637f19517
Merge tracemonkey to mozilla-central.
2009-01-27 13:40:39 -08:00
Jason Orendorff
1ee4e770b5
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
652e5c6ea4
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
1ff7f81c1e
Merge m-c to tm.
2009-01-27 11:08:09 -08:00
Alexander Surkov
322b160dab
Bug 475298 - mochitests for accessible relations, r=davidb, marcoz
2009-01-28 01:27:51 +08:00
Andrei Saprykin
049c4170d9
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
c7a12cca9b
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
b3939111f4
Backed out changeset 39b1c9f21064 - the patch again has triggered the crashtest timeout.
2009-01-27 15:11:47 +01:00
Theppitak Karoonboonyanan
648dc33724
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
62557ef32d
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
cb1f4481b0
Some more testcases for character set encoding/decoding
2009-01-27 11:52:09 +02:00
Andreas Gal
4432476223
Backed out changeset ece63b96379b
2009-01-27 00:10:38 -08:00
Jason Orendorff
b3ee438a1e
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
ff4ca98c26
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
9d03eb617e
Correct incorrectly reversed order of argument types in builtin description (472533, r=brendan).
2009-01-26 21:05:59 -08:00
Ryan Flint
d60683bdcb
Bug 475471 - Engine._updateInterval isn't cached properly. r=gavin, a=typo
2009-01-26 23:24:51 -05:00
Graydon Hoare
da4088cf15
Bug 473688 - provide a 2-level hash map (global, pc) -> tree, r=gal.
2009-01-26 19:53:19 -08:00
Andreas Gal
51a4463934
Merge.
2009-01-26 18:16:11 -08:00
Andreas Gal
d6b2afe043
LirNameMap gets large over time and searching it with binary search is slow (475127, r=shaver).
2009-01-26 18:15:39 -08:00
Blake Kaplan
a041d72fde
Bug 475449 - JS shell gets stuck on EOF. r=brendan
...
--HG--
extra : rebase_source : 1de44569fe303339b1d1a28b1709918a4569daf0
2009-01-26 16:47:25 -08:00
Blake Kaplan
194282bff5
Bug 475426 - GetPDA returns n copies of the first entry. Bug noticed by Mads Bondo Dydensborg <mbd@dbc.dk>. r=brendan
...
--HG--
extra : rebase_source : 1f5e87ad1fb88c3174c17cb5f0b89ff09dd6e6ad
2009-01-26 16:47:22 -08:00
Blake Kaplan
9bc0ef91b3
Bug 467499 - Pass the proper size argument to ResizeSlots. r=shaver/crowder
2009-01-26 16:20:05 -08:00
Andreas Gal
02dcec5636
Merge from mozilla-central to catch up with a backout (due to a leak).
2009-01-26 15:44:30 -08:00
Phil Ringnalda
8fca2f638a
Bug 474602 - package oji.xpt based on the AC_DEFINE, OJI, not the AC_SUBST, MOZ_OJI, r=gavin
2009-01-26 15:34:08 -08:00
Joe Drew
b3d2e7020c
Backout bug 473161
2009-01-26 17:12:05 -05:00
Joe Drew
9c637be6a6
Back out tests for bug 466586
2009-01-26 17:09:48 -05:00
Joe Drew
b530f2f103
Backed out changeset 18988bc1c727
2009-01-26 17:08:14 -05:00
Joe Drew
756e29c85d
Backed out changeset 72fda0d63f66
2009-01-26 17:07:54 -05:00
Joe Drew
590a9c1914
Backed out changeset 7d9bea3fa51a
2009-01-26 17:07:38 -05:00
Robert Sayre
10c52368bf
Merge m-c to tm.
2009-01-26 13:54:59 -08:00
Joe Drew
e75703cef3
Bug 473161 - Fix imgRequest::Cancel() to call Cancel() on the loadgroup instead of the channel. The fix to bug 89419 included a mistaken change from cancelling the loadgroup to cancelling the channel. r=bzbarsky, sr=vladimir, a=blocking1.9.1+
2009-01-26 15:34:03 -05:00
Joe Drew
ad62f61dee
Bug 466586 - Only expire cache elements that don't have any proxies/observers. r=stuart sr=vlad a=blocking1.9.1+
...
The image cache is now composed of two things: a heap of tracked items that
can be expired and evicted, and a superset of that which hashes from URI to
cache element. Cache elements start out in the second set, and are moved to
the first (and start to be tracked for expiry) once they have no observers.
2009-01-26 15:34:01 -05:00
Joe Drew
a56cb85c08
Bug 466586 - Test to ensure that we don't have to reload an image that exists in a document.
2009-01-26 15:33:59 -05:00
Mark Banner
69d0ff95f4
Disable TestCrashReporterAPI TUnit test due to random failures on Windows - this test currently only runs on non-Firefox boxes. r=ted, bug 474688
2009-01-26 20:17:16 +00:00
Benjamin Smedberg
da7dfe3404
Bug 474996 - JS_REQUIRES_STACK violation in TraceRecorder::hasIteratorMethod, r=jorendorff
2009-01-26 14:26:24 -05:00
Igor Bukanov
a8e670167d
bug 475146 - fixing gczeal checks in RefillDoubleFreeList. r=mrbkap
2009-01-26 19:51:20 +01:00
Benjamin Smedberg
91794dac5f
Bug 475199 - PPC builds crash on startup. I moved the output of JS_STACK_GROWTH_DIRECTION inside a !CROSS_COMPILE block incorrectly in bug 269538. This just moves it back.
2009-01-26 10:11:07 -05:00
Peter Van der Beken
a7721600ce
Fix for bug 464676 (Cycle collector sometimes unlinks live cycles). r=bent, sr=jst.
2009-01-26 14:12:37 +01:00
Axel Hecht
f8f9d2c442
bug 466570, fix for GNU Make 3.80, don't use $(or), rs=ted
2009-01-26 14:02:56 +01:00