Commit Graph

60074 Commits

Author SHA1 Message Date
Andreas Gal
0538133e2e Follow-up fix for bug 621845. 2011-01-06 17:42:40 -08:00
David Anderson
c6f3767c6a Trigger a build. 2011-01-06 16:55:04 -08:00
Jeff Walden
b2ac0ecb80 Undo strict mode eval changes *yet again* until I have time to figure out the jsreftest orange, if it's even due to strict mode eval changes, and if it's even real. r=heisenorange 2011-01-06 17:50:29 -06:00
Jeff Walden
56563f1ea4 Fix safebrowsing code that assumed x: 1, get x() was permitted. r=orange
--HG--
extra : rebase_source : ee9e81305de0daa2039b2f84104b95911cc6dfe6
2011-01-06 17:35:13 -06:00
Andreas Gal
e49c60a09e Use right compartment when resolving prototypes (bug 620028, r=jst). 2011-01-06 15:30:35 -08:00
Andreas Gal
9b4055e1f5 Compartment mismatch with pending exception (bug 621845, r=lw,jorendorff). 2011-01-06 15:15:00 -08:00
Daniel Holbert
2eea0ee999 Bug 622647: (basically NPODB) Add 'ifdef MOZ_ENABLE_LIBXUL' guard around libxul-only function, to fix 'not used' build warning in non-libxul builds. r=dwitte 2011-01-06 11:54:59 -08:00
Jeff Walden
1b58ec2b7a Bug 623301 - Properly root arguments names during a call to Function(). r=brendan 2011-01-05 16:50:30 -06:00
Jeff Walden
cf77bbb8be Bug 514568 - Add JSObject::callIsForEval rather than using JSObject::getCallObjCallee() == NULL. r=igor 2011-01-05 14:54:04 -06:00
Jeff Walden
9bfd43b2d9 Bug 514568 - Trace strict eval frame Call objects correctly, keep the eval script safe from GC, and properly put strict eval Call objects when the script completes. r=igor 2011-01-05 13:55:18 -06:00
Jeff Walden
3bcc7a15d3 Bug 622321 - While { x: 1, x: 1 } is a syntax error only in strict mode, any other name collision between property assignments in an object literal is a syntax error regardless whether the literal is in strict mode code or not. r=dmandelin
--HG--
extra : rebase_source : 394e4533d1855687f0ec41240aab8f853b568df2
2011-01-01 02:41:00 -06:00
Brendan Eich
042b55be8a Fix joined method leak via arguments.callee.caller (586482, r=igor). 2011-01-04 12:27:18 -08:00
Dave Herman
4d3f12b35d rs=build-peers, misnamed shell variable in toolkit-makefiles.sh 2011-01-06 08:13:08 -08:00
Eric Hennigan
bb2827afe3 Bug 622503 - Build failure when JS_TRACER is not defined r=gal, gregor 2011-01-06 06:13:48 -08:00
Chris Leary
50ba69b3fa Bug 587288: 1. Non-atomic RegExp refcount, compartment checks. (r=gal) 2011-01-05 18:44:30 -08:00
Chris Leary
5ada212069 Bug 587288: 0. Compartmentalize regexp allocator, remove ExecutablePool atomic refcounts. (r=gal) 2011-01-05 18:44:30 -08:00
David Anderson
7d65052ce5 Backed out changeset 48a2416b7f41 2011-01-05 22:11:18 -08:00
David Anderson
283aa94f2a Abort recording on some more global operations (bug 597940, r=luke). 2011-01-05 19:53:08 -08:00
Andreas Gal
6754ce724a Disallow non-native global objects (609990, r=brendan). 2011-01-05 19:56:42 -08:00
David Anderson
77e62a0182 ICs for typed arrays (bug 594247, r=cdleary,vlad). 2011-01-05 19:16:41 -08:00
David Mandelin
2ca396f061 Bug 622691: fix unlock order in AutoLockDefaultCompartment, r=gal 2011-01-05 17:26:31 -08:00
David Mandelin
ed486e4069 Bug 611432: assert that compartments stay the same before and after a JM activation, r=gal 2011-01-05 17:21:31 -08:00
Andrew Drake
b3dcdca182 Bug 621055: check interrupt flag in exception handlers, r=sstangl 2011-01-05 17:13:28 -08:00
Nicholas Nethercote
8280bfa18d Bug 621022 - Assertion failure: LIR type error (start of writer pipeline): arg 1 of 'eqi' is 'immd' which has type double (expected int). r=brendan. 2011-01-05 15:47:46 -08:00
David Anderson
0ad08b0222 Don't record setting upvars from nested trees (bug 620662, r=luke). 2011-01-05 15:21:59 -08:00
Bill McCloskey
b91de58ae6 Bug 607539 - Fix inner loop handling in profiler (r=dmandelin) 2011-01-05 14:10:41 -08:00
Bill McCloskey
b8cb9ca9f7 Bug 607539 - Small profiler cleanups (r=dmandelin) 2011-01-05 14:09:38 -08:00
timeless@mozdev.org
88a0ad5ccc Bug 603363 AutoCXPusher::mCX is unused in JetpackParent.cpp
r=gregor
2011-01-05 11:03:00 -08:00
Philipp von Weitershausen
0f15591bbb Bug 621594 - History sync: failure when title is null. r=mconnor 2010-12-28 17:36:18 -08:00
Philipp von Weitershausen
4cb107444e Get rid of old-crypto test helpers that are no longer used (no bug) 2010-12-28 13:31:01 -08:00
Richard Newman
13ab509662 Bug 620593: use built-in trim function. r=philiKON 2010-12-28 10:33:23 -08:00
Tatiana Meshkova
86662df445 Bug 621527: Ignore update if layer manager IsDestroyed(). r=cjones a=a 2010-12-27 08:48:00 -06:00
Brad Lassey
8ed50f5a38 bug 622979 - Update android:versionCode in AndroidManifest.xml in branded builds r=dougt a=blocking-fennec
--HG--
extra : rebase_source : e5d050610308be1493c92e84643b42621b9ffad7
2011-01-06 12:16:50 -05:00
Olli Pettay
6e39f63f72 Bug 606011 - (OSX) focus event not fired on click for elements made specially focusable via tabindex, r=enndeakin, a=blocking
--HG--
extra : rebase_source : f76cbeee1fad42d51e6529fbcf04d305a09a52c3
2011-01-05 15:23:37 +02:00
Josh Matthews
b5a83e0fe7 Bug 621365 - Update parent process' DOMStorage session-only status with that of the child. r=honzab a=blocking-fennec 2010-12-25 02:31:01 -05:00
Wesley Johnston
a7f041b099 Bug 611403 - Installing crashme-new.xpi fails to actually install [r=dtownsend a=blocking-fennec] 2011-01-06 10:27:55 -05:00
Stuart Longland
839b79f904 Bug 607190 - Add "mips" and "mipsel" to CPU_ARCH checks. r=khuey a=bsmedberg 2011-01-06 15:42:54 +01:00
Simon Montagu
8fdd42fcd1 Add 'overflow: hidden' to reftests for bug 600974 to workaround reftest failures in the scroll bars on WinXP. Bug 623459, a=tests 2011-01-06 00:58:47 -08:00
Jeff Muizelaar
0ef269b7fc Bug 619578. Add Android HW info to GfxInfo. r=vlad,a=blocking-fennec
--HG--
extra : rebase_source : b5a08089a29f8df06494803d06eade5224b8f6a0
2011-01-05 23:54:32 -05:00
Jeff Muizelaar
d01407ff7f Bug 619578. Add Android GfxInfo. r=vlad
A very basic implementation.

--HG--
extra : rebase_source : 7eac8fb407d7df6b7c82d5fc176ad14048653428
2011-01-05 23:54:31 -05:00
Jeff Muizelaar
8ad59d6cc2 Bug 623228. Avoid calling glDeleteFramebuffers(1, &0). r=vlad
The Droid phones have a bug where calling glDeleteFramebuffers(1, &0) hangs
instead of being ignored.

--HG--
extra : rebase_source : dcfc98792404c5526845c587a378fb200e4faa95
2011-01-05 23:54:29 -05:00
Jeff Muizelaar
9a36b6ccec Bug 623228. Unify debug/release build gl wrappers. r=vlad
This will allow us to work around the Droid hangs
in a single place.

--HG--
extra : rebase_source : f7d51f5584d04a53cd192a46d1d265a74f4ac481
2011-01-05 23:54:27 -05:00
Chris Jones
3e974a81a0 Bug 623255: Ensure LayerOGL::Destroy is called for "orphaned" shadow OGL layers before the GLContext is deleted. r=vlad a=b 2011-01-05 22:54:47 -06:00
Chris Jones
68df72ea72 Test for bug 616441. a=b 2011-01-05 22:54:47 -06:00
Chris Jones
85d09be020 Bug 616414: Notify content processes when a pref has been cleared. r=dwitte 2011-01-05 22:54:47 -06:00
Blake Kaplan
617e140f0e Bug 618871 - Try again to fix accessing content constructors from chrome through Xray wrappers. r=jst@mozilla.com, a=blocker 2011-01-05 20:28:19 -08:00
Brad Lassey
b195811fd6 Bug 608042 - Add ability to make fat android builds that extract APK to disk r=dougt a=blocking-fennec
--HG--
extra : rebase_source : 60be05d268c70c08a5979e6480e40add3dc72b9d
2011-01-04 15:10:53 -05:00
Ted Mielczarek
82cfa6109b bug 620974 - Add memory mapping info to Windows minidumps. r=timeless,bsmedberg, a=bsmedberg
--HG--
extra : rebase_source : 2c6b3d8d209ff8f69cdf39491bf34758984e31c9
2010-12-23 14:18:31 -05:00
Richard Newman
54f40f74f1 Bug 620593: add normalizeAccount, use in addon UI. r=philiKON 2010-12-21 15:32:58 -08:00
Richard Newman
8592007dc3 Bug 543784: don't login automatically, prompt for master password. r=philiKON 2010-12-20 20:01:34 -08:00