roc+@cs.cmu.edu
|
d41bc8dced
|
Bug 411603 crashtest
|
2008-01-13 13:00:49 -08:00 |
|
roc+@cs.cmu.edu
|
9aeb2ba406
|
Bug 411603. Avoid circular definition and infinite recursion by interpreting 'scriptminsize' in em/ex units as relative to the parent font size. r+sr=dbaron
|
2008-01-13 12:57:03 -08:00 |
|
bclary@bclary.com
|
b7550378f8
|
Sisyphus|JavaScript Tests - TinderboxPrint of test counts contain leading whitespace, bug 412183, not part of the build
|
2008-01-13 10:44:48 -08:00 |
|
jag@tty.nl
|
9d8ca5c0c9
|
Bug 406800: HP's OA crash [@js_FinalizeObject][@ RtlpDeCommitFreeBlock] when loading blade enclosure info. r/sr=peterv GC was clearing mJSVal without updating mData, so XPCTraceableVariant's destructor would get confused and call Cleanup() on mData when it shouldn't (the buffer pointed to wasn't ours to free, you see). Instead of avoiding Cleanup(), make it be harmless by nulling out the pointer to the buffer.
|
2008-01-13 10:21:08 -08:00 |
|
bclary@bclary.com
|
e0f531d24f
|
JavaScript Tests - update public failures, bug 314874 verified fixed
|
2008-01-13 09:40:04 -08:00 |
|
reed@reedloden.com
|
5816dd5ce8
|
Bug 411062 - "Use stock icon for "Clear Now" button in Private Data in Preferences" [p=taken.spc@gmail.com (KUROSAWA, Takeshi [taken]) r=Ryan a1.9=beltzner]
|
2008-01-13 00:30:55 -08:00 |
|
reed@reedloden.com
|
934291a18f
|
Back out jminta's FUEL/exthandler patch from bug 407963 due to assertion failure and leaks.
|
2008-01-13 00:26:09 -08:00 |
|
reed@reedloden.com
|
8af7e11e9b
|
Back out jminta's FUEL/exthandler patch from bug 407963 due to assertion failure and leaks.
|
2008-01-13 00:21:12 -08:00 |
|
reed@reedloden.com
|
ae6928cb8c
|
Bug 407963 - "[FUEL] Factor out generic toolkit aspects of FUEL into a reusable form" [p=jminta@gmail.com (Joey Minta) r=mfinkle r=gavin sr=bsmedberg a1.9=beltzner]
|
2008-01-12 23:48:31 -08:00 |
|
rhelmer@mozilla.com
|
730fe56d02
|
pull patcher from patcherToolsRev b=411235 r=nthomas
|
2008-01-12 22:16:39 -08:00 |
|
dolske@mozilla.com
|
312f215559
|
Partially back out bug 389273 while I look into the test failures.
|
2008-01-12 21:35:29 -08:00 |
|
dolske@mozilla.com
|
97a57a7769
|
Bug 389273 - large favicons (>32 KB) won't show up in url bar autocomplete, history / bookmarks menu, bm organizer. r=sspitzer, stuart. a1.9=schrep
|
2008-01-12 20:15:20 -08:00 |
|
reed@reedloden.com
|
885d5db188
|
Bug 410489 - "gtk: wrong scrollbar in nodoka theme (git)" (make it possible for GTK themes to distinguish secondary steppers) [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=schrep]
|
2008-01-12 20:13:50 -08:00 |
|
mats.palmgren@bredband.net
|
f188122a00
|
Crash test for bug 407842.
|
2008-01-12 20:09:56 -08:00 |
|
mozilla.mano@sent.com
|
55acc7ff1b
|
Bug 411803 - Middle-clicking a folder doesn't work, unless the bookmark items have been shown. r=dietrich.
|
2008-01-12 20:03:22 -08:00 |
|
reed@reedloden.com
|
df0221fbbe
|
Bug 408578 - "gtk: combobox pushed state" [p=ispence@gmail.com (Ian Spence) r+sr+a1.9=roc]
|
2008-01-12 18:56:01 -08:00 |
|
reed@reedloden.com
|
efbdfff6ff
|
Bug 409012 - "Firefox - trunk build Version 3.0b3pre is crashing on AIX [@ strlen.strlen ] nsMozIconURI::GetIconState" [p=shailen.n.jain@gmail.com (Shailen) r+sr+a1.9=roc]
|
2008-01-12 18:53:33 -08:00 |
|
dwitte@stanford.edu
|
c978930cbe
|
Bug 307437 - xpfe and suite should use the newer nsIPrefService APIs instead of nsIPref. r+sr=neil, suite-only change
|
2008-01-12 18:13:24 -08:00 |
|
brendan@mozilla.org
|
d56e272e19
|
* Menu of -D flags for enabling instrumentation, as a commented-out CFLAGS += setting for convenient testing. * js_FindProperty and js_LookupPropertyWithFlags return indexes into the scope and prototype chains, respectively, to support internal instrumentation, and to pave the way for the return of the property cache (bug 365851).. * jsutil.[ch] JSBasicStats struct and functions for computing mean/sigma/max and auto-scaling histogram. * JS_SCOPE_DEPTH_METER instrumentation for compile- and run-time scope chain length instrumentation: + At compile time, rt->hostenvScopeDepthStats and rt->lexicalScopeDepthStats meter scope chains passed into the compile and evaluate APIs. + At runtime, rt->protoLookupDepthStats and rt->scopeSearchDepthStats track steps along the prototype and scope chains until the sought-after property is found. * JS_ARENAMETER uses JSBasicStats now. * Added rt->liveScopePropsPreSweep to fix the property tree stats code that rotted when property tree sweeping moved to after the finalization phase. * Un-bitrotted some DEBUG_brendan code, turned some off for myself via XXX. * Mac OS X toolchain requires initialized data shared across dynamic library member files, outlaws common data, so initialize extern metering vars. * Old HASHMETER code in jshash.[ch] is now JS_HASHMETER-controlled and based on JSBasicStats. * DEBUG_scopemeters macro renamed JS_DUMP_SCOPE_METERS; uses JSBasicStats now. * Disentangle DEBUG and DUMP_SCOPE_STATS (now JS_DUMP_PROPTREE_STATS) and fix inconsistent thread safety for liveScopeProps (sometimes atomic-incremented, sometimes runtime-locked). * Compiler-modeled maxScopeDepth will propagate via JSScript to runtime for capability-based, interpreter-inlined cache hit qualifier bits, to bypass scope and prototype chain lookup by optimizing for common monomorphic get, set, and call site referencing a prototype property in a well-named object (no shadowing or mutation in 99.9% of the cases).
|
2008-01-12 16:31:31 -08:00 |
|
rflint@ryanflint.com
|
c6519b0872
|
Raise timeout to avoid false alarms. Test-only change
|
2008-01-12 15:06:57 -08:00 |
|
gavin@gavinsharp.com
|
42c75ca221
|
Bug 412025: package JSON xpt (Firefox & Thunderbird), r=sayrer/mscott, a=schrep
|
2008-01-12 14:53:42 -08:00 |
|
nrthomas@gmail.com
|
d86cc05db3
|
Bug 394046, add verify configs for Fx2 -> 3 major update, r=rhelmer
|
2008-01-12 14:38:47 -08:00 |
|
dcamp@mozilla.com
|
5a2697dd2f
|
Bug 402610: Allow safebrowsing servers to specify separate URLs for chunk data. r=tony, blocking=beltzner
|
2008-01-12 14:22:03 -08:00 |
|
dcamp@mozilla.com
|
d610748d71
|
Bug 407759: Support subtractions in the safebrowsing protocol that arrive before their associated add. r=tony, blocking=mconnor
|
2008-01-12 13:32:01 -08:00 |
|
masayuki@d-toybox.com
|
f9868c6084
|
Bug 410748 Control borders are not drawn correctly r+sr+a=roc
|
2008-01-12 09:30:27 -08:00 |
|
reed@reedloden.com
|
bdce2c59a4
|
Enable it because it passes now? ugh
|
2008-01-12 04:28:03 -08:00 |
|
reed@reedloden.com
|
015511e902
|
Try again to disable test. :(
|
2008-01-12 04:13:17 -08:00 |
|
reed@reedloden.com
|
b156840258
|
Disable part of the test for bug 410900 since it seems to be incorrectly reporting a failure.
|
2008-01-12 03:26:29 -08:00 |
|
reed@reedloden.com
|
b3ad00ce0a
|
Bug 397815 - "strange behavior when entering URL with escaped percent character %25" [p=dao@mozilla.com (Dão Gottwald) r=gavin a=blocking-firefox3+]
|
2008-01-12 02:19:31 -08:00 |
|
reed@reedloden.com
|
6f59510259
|
Change to ISO C90 comment style to fix warning in sayrer's last patch.
|
2008-01-11 23:37:32 -08:00 |
|
sayrer@gmail.com
|
d91f780693
|
Bug 353962. Use OSAtomic on Darwin for JS thinlocks. r/a=brendan
|
2008-01-11 23:16:14 -08:00 |
|
dwitte@stanford.edu
|
97a45f037f
|
thoroughly whack mallocfest in nsID/nsJSID and friends. b=410250, r+sr=jst, a=blocking1.9+
|
2008-01-11 20:30:42 -08:00 |
|
bclary@bclary.com
|
bf82c4ec6d
|
JavaScript Tests - regression test for bug 411893, by Jeff Walden, not part of the build
|
2008-01-11 19:54:40 -08:00 |
|
bclary@bclary.com
|
76155f504d
|
JavaScript Tests - regression test for bug 411889, by Jeff Walden, not part of the build
|
2008-01-11 19:48:16 -08:00 |
|
myk@mozilla.org
|
dbbcaac1ab
|
backing out jst's fix for bug 408301 because it seems to have turned some tinderboxen red, others orange, and caused web content regressions
|
2008-01-11 17:56:21 -08:00 |
|
dwitte@stanford.edu
|
600200ad3e
|
tweaking debug warning to reduce noise.
|
2008-01-11 16:38:38 -08:00 |
|
jwalden@mit.edu
|
5b92bba950
|
Fix dumb mistake in the last toString patch that causes proto-acid3 to crash.
|
2008-01-11 16:12:36 -08:00 |
|
jwalden@mit.edu
|
9123e1bf35
|
Bug 411893 - num.toPrecision(undefined) !== num.toString(). r=crowder, a=brendan
|
2008-01-11 15:12:15 -08:00 |
|
rhelmer@mozilla.com
|
aa74cca6d4
|
wrap RunShellCommand in run_shell_command method for better logging and error handling r=coop b=391958
|
2008-01-11 15:10:59 -08:00 |
|
jwalden@mit.edu
|
f327bdf265
|
Bug 411889 - Given a = num.toString(), b = num.toString(undefined), c = num.toString(10), expect (a === b && b === c). r=crowder, a=brendan
|
2008-01-11 15:07:13 -08:00 |
|
jst@mozilla.org
|
0619ce52c3
|
Re-landing fix for bug 408301 to see if it really was the cause of the orange last time it landed. Make more XPConnect wrappers share their JSObject maps. r=peterv@propagandism.org, sr=brendan@mozilla.org
|
2008-01-11 15:06:40 -08:00 |
|
thunder@mozilla.com
|
cabcef517d
|
Bug 411847: About box doesn't show distribution name and version. r=mano, a=mtschrep
|
2008-01-11 14:38:18 -08:00 |
|
dbaron@dbaron.org
|
79f94348dc
|
Unset and reset the JS context global objects when doing ExplainLiveExpectedGarbage, just like when doing normal cycle collection. b=410116 r+sr=peterv Not part of default build (DEBUG_CC-only).
|
2008-01-11 14:24:33 -08:00 |
|
dbaron@dbaron.org
|
1757dd0834
|
Fix DEBUG_CC bustage treating all XPConnect roots as expected garbage. b=410116 r+sr=peterv Not part of default build (DEBUG_CC-only).
|
2008-01-11 14:24:04 -08:00 |
|
reed@reedloden.com
|
6b7dad96df
|
Bug 411708 - "Tab bar is 1px smaller in non-overflow state" [p=dao@mozilla.com (Dão Gottwald) r=Ryan a1.9=beltzner]
|
2008-01-11 14:19:00 -08:00 |
|
reed@reedloden.com
|
f13e72351c
|
Bug 408823 - "Killing GTK1, deprecated glib uses" [p=romaxa@gmail.com (romaxa) r=mpgritti a1.9=schrep]
|
2008-01-11 14:16:15 -08:00 |
|
mozilla.mano@sent.com
|
c54c0bad0a
|
Bug 410512 - deleting an item in history sometimes selects item on top of the list. r=dietrich.
|
2008-01-11 14:04:01 -08:00 |
|
aaronleventhal@moonset.net
|
02ded272cb
|
Bug 411737. Remove old code to get doc state when getting focusable state for links. No longer useful. r=evan.yan, a=beltzner
|
2008-01-11 12:52:55 -08:00 |
|
aaronleventhal@moonset.net
|
551e3e8cb6
|
Bug 408997. A11y hierarchy missing in some cases. r=evan.yan, a=beltzner
|
2008-01-11 12:50:27 -08:00 |
|
sspitzer@mozilla.org
|
cb34eb4b6c
|
fix for bug #406255: emphasize the first matching text in both title and url r=gavin a=beltzner
|
2008-01-11 12:01:37 -08:00 |
|