Commit Graph

21307 Commits

Author SHA1 Message Date
Vladimir Vukicevic
2afb8b2863 b=604196; jsval return types in xpidl are broken (non-quickstubs); r=jorendorff, a=b 2010-11-12 12:01:50 -08:00
Kyle Huey
7d5d01ed5b Backing out Bug 590181 since the GCC 4.5 upgrade failed on this CLOSED TREE 2010-11-11 12:36:01 -05:00
Justin Lebar
37329ff4d5 Bug 590181 - Part 2: Use -O3 on Linux. r=ted, a2.0=dbaron (landing on CLOSED TREE) 2010-09-08 10:10:31 -07:00
David Mandelin
9218a4591e Bug 609244: use entry script's compartment for VM frame stack management, r=dvander, a=beta8+ 2010-11-10 16:49:31 -08:00
Blake Kaplan
743c69ef4c Bug 571849 - Fix enumerateOwn and the Iterate constructor on Xray wrappers. r=gal a=blocking 2010-11-10 14:08:44 -08:00
Blake Kaplan
53bc5e5184 Bug 605760 - Deal with null a subject principal here. r=jst
--HG--
extra : transplant_source : %BF%E0aY%BB/K%D7Xf%DD%60%FB%B0%DB%1B%C5%B1%8C%AA
2010-11-10 14:08:11 -08:00
Karl Tomlinson
f4f708456a b=597147 part 15: set up PangoAnalysis for Pango shaping r=jfkthame
--HG--
extra : rebase_source : 89c6d15adbf7d82672939889aad64a80a36f945a
2010-11-11 11:25:59 +13:00
Blake Kaplan
dc4d19246a Bug 609139 - Propagate interfaces more eagerly. r=jst a=blocking beta8 2010-11-09 12:29:41 -08:00
Blake Kaplan
1c6917d3c3 Bug 610078 - Return the value when we found it on a proxy. r=brendan a=blocking betaN 2010-11-05 18:25:37 -07:00
Blake Kaplan
aa5083947a Bug 609496 - Get rid of compartment-obsoleted code. r=jst a=blocking betaN
--HG--
extra : rebase_source : 0241526965897b83db8299331105244b2aceecbc
2010-11-04 17:23:22 -07:00
David Mandelin
69ca130772 Bug 608868 part 2: verify that scope chain start is native before IC'ing, r=dvander, a=beta8+
--HG--
extra : rebase_source : e0ea8c99782f6518f7973648ed157fd7bb8b35d5
2010-11-09 12:28:11 -08:00
Daniel Holbert
71397035f6 Bug 610642: s/NULL/0/ to fix build warning "NULL used in arithmetic". r=dmandelin a=shaver 2010-11-09 11:50:24 -08:00
Walter Meinl
859a94a18d Bug 577011 - [OS/2] make _declspec unconditionally default symbol export r=daveryeo@telus.net a=benjamin
--HG--
extra : rebase_source : f73a926174bd7905f177b2e914492e42b90ac8c0
2010-11-09 11:13:03 +01:00
Chris Jones
339106b788 Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking 2010-11-08 20:49:00 -06:00
David Mandelin
bea0ae20ca Bug 601457 diagnostic: check for setting zero ids into shapes, r=lw, a=beta8+ 2010-11-08 16:20:22 -08:00
David Mandelin
466f4c76a1 Bug 609063 diagnostic: check for concurrent slots realloc, r=dvander, a=beta8+ 2010-11-08 14:12:35 -08:00
David Mandelin
74bf037d25 Bug 608868: check for non-native objects when binding in scope name ICs, r=dvander, a=beta8+ 2010-11-04 18:05:39 -07:00
Olli Pettay
e16e443f93 Bug 508518, Implement nsUITimerCallback with one-shot timer, r=jst, a=blocking 2010-11-07 21:07:59 +02:00
Mike Hommey
d3beed6075 Bug 609248 - Move SameType outside js::Value as a workaround to gcc PR/38850. r=lw,a=shaver 2010-11-07 09:20:51 +01:00
Daniel Holbert
5494ed0773 Bug 552218: Mark test 15.9.5.14.js that turns perma-orange on every daylight savings switchover as random. [Can probably be reverted tomorrow.] Tests only, a=bustage 2010-11-06 15:04:36 -07:00
Jesse Ruderman
bca42f4745 Bug 509075 - add crashtest 2010-11-06 13:30:32 -07:00
Jesse Ruderman
5bf895f9e9 Bug 467693 - add crashtest 2010-11-06 13:30:32 -07:00
Jesse Ruderman
486c57302e Bug 555393 - relax this Math.random() test so it fails less frequently than once a month 2010-11-06 13:30:32 -07:00
Ryan VanderMeulen
316e3b7984 Bug 604937 - Remove last vestiges of OPT:NOWIN98 from Mozilla code. r=khuey 2010-11-06 10:39:47 +01:00
Daniel Holbert
2844cbb054 Bug 606270: check return value of posix_memalign to fix build warning. r=vlad a=vlad 2010-11-05 11:24:12 -07:00
Jory A. Pratt
23abde6d1a Bug 593911 - Check for dlopen in the libc too. r=khuey a=bsmedberg 2010-11-05 18:26:51 +01:00
Mike Hommey
3bcb9ab5e3 Bug 577653 - Allow to build against system libvpx. r=khuey a=roc 2010-11-05 18:24:28 +01:00
Jory A. Pratt
dfa15fbaa9 Bug 591145 - Remove configure checks for encoders. r=khuey a=bsmedberg 2010-11-05 18:23:05 +01:00
Josh Matthews
6365c6aa32 Backed out changeset 77b1a2f70f65 a=busted 2010-11-05 01:51:42 -04:00
Josh Matthews
de02e74ed2 Bug 593358 - Avoid use of setTimeout to check more geolocation results. r=dougt a=test-only
--HG--
extra : rebase_source : 47c4c4984230fd275469187b3ac2dbb2868b7fd0
2010-11-05 01:28:39 -04:00
David Anderson
30879f43f5 Fix recompilation under jsd and simplify frame searching (bug 609363, r=lw, a=b7+). 2010-11-03 18:34:20 -07:00
Robert Sayre
a0067dcddb Bug 608763 - JSD breakpoint does not work. r=gal 2010-11-02 18:52:55 -07:00
Blake Kaplan
792ba90b5e Bug 609141 - Compartments mismatch in jsdScript::GetFunctionSource. r=sayrer 2010-11-03 18:04:22 -07:00
Blake Kaplan
b3c1195172 Bug 608963 - Deal with an Xray wrapper being delegated to on the proto chain. r=gal a=blocking beta7 2010-11-02 11:26:43 -07:00
Ian Gilman
e14bf1b310 Backed out changeset bcad241e5c22 2010-11-02 13:34:09 -07:00
Ian Gilman
e05ddff2dd Bug 594909 - Intermittent failure in browser/base/content/test/tabview/browser_tabview_launch.js | Tab View is visible r=dietrich, a=test
--HG--
extra : rebase_source : ea0c0fc840f6679501b608958e75a4583889cce3
2010-10-21 10:39:51 -07:00
David Anderson
81cace6393 Merge backout (a=blocking). 2010-11-02 10:56:48 -07:00
David Anderson
102b3dfce7 Backed out changeset 4a6259d13882 (bug 608810, a=blocking). 2010-11-02 10:56:17 -07:00
Ted Mielczarek
c6ccfd720f backout bug 607946, hg rebase did some bad things. a=bustage 2010-11-02 08:21:07 -04:00
Ted Mielczarek
5e66f34e1c bug 607946 - Allow specifying a post-upload command for uploadsymbols. r=catlee a=bsmedberg
--HG--
extra : rebase_source : c613fcbdc37f2154dd0f8029068584ccdf867b44
2010-11-01 14:47:16 -04:00
Blake Kaplan
ccb316ad18 Fix more bustage. a=bustage 2010-11-01 20:55:43 -07:00
Blake Kaplan
78a6bba4bb Fix more bustage. a=bustage 2010-11-01 20:23:44 -07:00
Blake Kaplan
b4a30c69c6 Fix bustage from bug 602223. a=bustage 2010-11-01 19:57:43 -07:00
Blake Kaplan
f14c5e0020 Bug 602223 - Use the global object instead of the parent so we're sure to have a non-null parent. r=gal a=blocking beta7 2010-11-01 18:28:14 -07:00
Blake Kaplan
9d1fe775c9 bug 607767 - Fix rewrapping native objects across compartment boundaries. r=jst 2010-10-29 12:49:32 -07:00
Blake Kaplan
09ad01fc83 Bug 596031 - 'this' is wrong in getters and setters when a proxy object is on the prototype chain. r=brendan/jorendorff/gal
--HG--
extra : transplant_source : %9A%16%D6%DF%A3%C4%3F%08%B0-%19%B2%91%0Ee%1B%CC%95%DB%A4
2010-10-29 10:42:35 -07:00
David Anderson
b468210c5d IC for JSOP_CALLELEM (bug 604031, r=dmandelin). 2010-10-29 10:28:31 -07:00
Paul Biggar
d665e4aa1e Bug 605133 - Synchronize common areas of configure.in and js/src/configure.in. r=jimb 2010-10-28 12:23:00 -07:00
Robert Sayre
9f2affa0d1 Merge m-c to tm 2010-10-28 22:01:23 -04:00
Nicholas Nethercote
97a5ee6acd Fix ARM bustage caused by bug 602703. 2010-10-28 18:58:58 -07:00