Jason Orendorff
afb7e896ef
Bug 633020 - ArgSetter can return false without reporting an error on trace. r=dmandelin, a=sayrer.
2011-02-14 14:01:58 -06:00
Blake Kaplan
239d15c104
Fixing bug 623810. r=jst@mozilla.org, gal@uci.edu, a=blocker. CLOSED TREE
2011-02-11 16:17:25 -08:00
Axel Hecht
2cb780da65
no bug, add zu to Firefox 4 Beta, ra=drivers, CLOSED TREE, DONTBUILD
2011-02-23 00:15:16 +01:00
Robert Sayre
8b068c79c2
Merge tracemonkey to mozilla-central. a=blockers. CLOSED TREE
2011-02-22 13:02:50 -08:00
Timothy Nikkel
85b9a80fea
Backout 273cb783edac (bug 627628) for causing bug 635465. a=backout
2011-02-22 13:44:30 -06:00
Paul O’Shannessy
b790be585b
Bug 565667 - 'Tools' > 'Add-ons' only works when browser window is in the foreground [r=dao, a=dietrich]
2011-02-22 11:02:22 -08:00
Brad Lassey
f7e5f4736e
bug 634375 - kill plugin-container if it's in the way r=dougt a=blocking-fennec
2011-02-22 13:38:13 -05:00
Rob Campbell
785facf905
Bug 632817 - Cannot filter search for NET events in the Web console; f=pwalton,mihai.sucan r=sdwilsh approval2.0=beltzner - merge a=#developers
2011-02-22 13:46:00 -04:00
Rob Campbell
a5f6869993
Bug 632817 - Cannot filter search for NET events in the Web console;
...
f=pwalton,mihai.sucan r=sdwilsh approval2.0=beltzner - Backed out
changeset e949d8f936f9, a=#developers
2011-02-22 13:45:25 -04:00
Serge Gautherie
6ea5b946df
Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Services.jsm from Firefox tests; (Cv1) /components/places/tests/browser/.
...
r=mak77 (a=test-only).
2011-02-22 18:34:48 +01:00
Jonathan Kew
64909ee7be
bug 635451 - don't reject glyph index 31 in type-1 fonts. r=jdaggett a=joe
2011-02-22 17:04:37 +00:00
Rob Campbell
f5134f8541
Bug 632817 - Cannot filter search for NET events in the Web console; f=pwalton,mihai.sucan r=sdwilsh approval2.0=beltzner
2011-02-18 11:46:59 -08:00
Ehsan Akhgari
6309f84e6d
Bug 635546 - Calculate the string length correctly for REG_EXPAND_SZ values expanded through nsWindowsRegKey::ReadStringValue; r=bsmedberg,jimm a=blocking-betaN+
...
The buffer length returned from ExpandEnvironmentStringsW includes the terminatng
null character, so we need to decrement it before setting the string length, as
XPCOM strings need to be stored with correct length information.
2011-02-22 11:05:26 -05:00
Philipp von Weitershausen
74ebb180df
Bug 631891 - Determine GUID immediately when URIs are about to be deleted. r=rnewman a=crossweave
2011-02-10 14:12:25 -08:00
Philipp von Weitershausen
b40fd2aa78
Bug 631891 - Don't spin the event loop in a history observer. r=mconnor a=blocking-final
2011-02-10 09:06:55 -08:00
Richard Newman
f8cc020a30
Bug 629664: Sync: only register engine once in checkServerError test, amongst other things. r=philiKON
2011-02-09 22:43:21 -08:00
Richard Newman
2246d6e0dc
Bug 629664: Sync: improve checkServerError tests. r=philiKON
2011-02-09 22:43:01 -08:00
Jeff Walden
e604ceddc7
Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst
2011-02-08 17:20:06 -08:00
Olli Pettay
1c1f70dab9
Don't GC nsContentUtils::XPConnect on shutdown if it doesn't exist. r=gal a=blocking2.0:final+,hard
2011-02-18 15:14:21 -08:00
Brendan Eich
6401ddd8c9
Remove surprisingly-bogus assertion (634593, r=jorendorff).
2011-02-16 11:13:26 -08:00
David Anderson
af00f11fce
Don't trace arguments in strict mode (bug 632924, r=njn).
2011-02-18 11:19:49 -08:00
Nicholas Nethercote
01e06206c2
Avoid assertion failures for bug 634444. r=me, a=blocking.
2011-02-17 20:47:24 -08:00
Peter Van der Beken
fd4f3185bc
Fix for bug 634855 (Memory leak with NoScript 2.0.9.8 installed). r=bent, a=sicking.
...
--HG--
extra : transplant_source : %97cf%7D%FCJf%8Dl%0B%E3%CBH%1AN%FF%0C%D7%3E%F6
2011-02-17 19:13:28 -08:00
Nicholas Nethercote
7d13b05da8
Bug 634444 - Errors in long lines cause memory spikes when a console is in use. r=brendan, a=blocking.
2011-02-17 19:02:48 -08:00
David Mandelin
cf9cd62096
Backed out changeset b0aa9c20ffe4 -- orange on tinderbox
2011-02-17 18:54:05 -08:00
Andreas Gal
5267af2eaa
Unqualified function invocation doesn't use the global object the property was gotten from as |this| (bug 634590, r=brendan).
2011-02-17 17:52:55 -08:00
Jeff Walden
9b99eda5dc
Bug 633741 - Followup to fix an older test that expected non-standard behavior (which we don't quite implement, but it's not so important that it be fixed immediately now). r=orange
2011-02-17 16:52:53 -08:00
Jeff Walden
19dec00f39
Fix a JSBool-returning function to return false rather than NULL in one place, and use the func-to-pointer macro to avoid two further warnings. r+a=warning-fix
...
--HG--
extra : rebase_source : 8d7ff178c8e6c25c68dd26e1124b66dcbd333627
2011-02-17 14:21:52 -08:00
Jan de Mooij
f1c8050e59
Bug 633741 - Check result of defineProperty in js_InitFunctionAndObjectClasses. r=jwalden, a=dmandelin
...
--HG--
extra : rebase_source : 25e7e6dce22a5f5eb57a7954bcc39415050b5595
2011-02-17 14:17:24 -08:00
Jeff Walden
95ec2b38b3
Bug 621432 - Properly reconstruct the pcstack when decompiling for an exception thrown during script prolog execution. r=jorendorff, a=beltzner
...
--HG--
extra : rebase_source : ed51ace3c3c045441ea2314e54cb458261d40f19
2011-02-11 14:14:50 -08:00
Nicholas Nethercote
da1003830d
Bug 632901 - TM: crash when assigning to function.arguments. r=dvander.
2011-02-17 14:31:52 -08:00
Jason Orendorff
1536d9bc2e
Remove bogus assertions in the tracer and in ArrayCompPushImpl helper function. Bug 630377, r=brendan.
...
--HG--
extra : rebase_source : 1ed9f873b630f7078f275846d95fbd68b4daeabe
2011-02-17 16:10:10 -06:00
Jason Orendorff
cce7d34c3d
Bug 627984 - Tighten up assertions in JSObject::methodReadBarrier. r=brendan.
2011-02-08 16:09:33 -06:00
Josh Matthews
ac701c8321
Bug 620206 - Make nsFrameMessageManager::ReceiveMessage return consistent error values.
...
r=smaug a=bsmedberg
2011-02-08 17:05:11 -05:00
Robert Longson
ebf398f4ac
Bug 635442 - Crash [@ nsSVGComponentTransferFunctionElement::DidAnimateNumberList]
...
r=dholbert a=shaver
2011-02-22 13:04:51 +01:00
Rafael Avila de Espindola
3b463745c0
Bug 634745 - Fix ARM SIMD/NEON tests to work with LTO.
...
r=jmuizelaar a=beltzner
2011-02-22 13:04:49 +01:00
timeless@mozdev.org
d890c10426
Bug 620434 useless null check of result in nsXULTreeBuilder::ReplaceMatch
...
r=enn a=beltzner
2011-02-22 13:04:47 +01:00
Hiroyuki Ikezoe
1914cb662b
Bug 635156 - typos in test svg files.
...
r=longsonr a=tests-only
2011-02-22 13:04:45 +01:00
dolske@mozilla.com
d415f8bcc7
Bug 632833 - Crash [@ nsGlobalWindow::LeaveModalState(nsIDOMWindow*) ], r=smaug, a=jst
2011-02-22 11:56:17 +02:00
Matt Woodrow
86d440938c
Bug 622585 - Add clipped transform reftest. r=roc a=shaver
2011-02-22 20:30:38 +13:00
Ehsan Akhgari
c6ae64d9aa
Bug 635757 - Adjust the assertion count as a result of bug 633738; r=roc a=test
...
DONTBUILD this simple assertion annotation adjustment!
2011-02-21 23:53:40 -05:00
Robert O'Callahan
f1081fb688
Bug 634232. Call WillEndTransaction/DidEndTransaction notifications for FrameLayerBuilder's temporary layer managers. r=tnikkel a=hardblocker
2011-02-20 19:28:00 -08:00
Luke Wagner
b40fed9201
Bug 635805 - Fix thinko in fix for bug 634542 (r=dvander,a=blocking-a-blocker)
2011-02-21 19:36:27 -08:00
Alexander Surkov
a47d50013b
Bug 452631 - enable setTextContents test, r=marcoz, a=test
2011-02-22 09:57:07 +08:00
Alexander Surkov
428ce08c1a
Bug 635346 - allow relations for document accessible defined on document content, r=fer, a=davidb
2011-02-22 09:56:57 +08:00
Mats Palmgren
76ed992dba
Bug 635085 - Reconstruct any active formatting elements after auto closing a <nobr> in a nested <nobr> situation, per HTML spec. r=hsivonen approval2.0=shaver
2011-02-22 00:06:27 +01:00
Luke Wagner
0676a0d442
Bug 634542 - Don't leave dangling call object when executing script with JS_ClearScope'd global (r=gal,a=hardblocker)
2011-02-21 13:32:45 -08:00
Mats Palmgren
7958218e24
Bug 635636 - Don't return a value from void function. a=bustage
2011-02-21 21:43:54 +01:00
Mats Palmgren
b765f11bf5
Bug 635636 - Crash [@ nsHTMLEditRules::DocumentModifiedWorker] with navigated-away designMode document; r,a=ehsan
2011-02-21 15:34:16 -05:00
Timothy Nikkel
43c33da1e3
Bug 594596. Check the return value when creating a menu popup widget. r=roc a=roc
2011-02-21 13:00:48 -06:00