Commit Graph

34960 Commits

Author SHA1 Message Date
Boris Zbarsky
e650da245b Bug 860591. Install WebIDL quickstubs for event interfaces as needed. r=smaug 2013-04-12 10:51:25 -04:00
Jan de Mooij
6bd31c73cc Bug 859446 - Fix GCC warnings from baseline compiler merge. r=bhackett 2013-04-10 16:41:00 +02:00
Jan de Mooij
ba7bfa1c09 Bug 858097 - Fix StackFrame::epilogue to check |this| is an object to avoid OOM crashes. r=jwalden
--HG--
extra : rebase_source : d13d16bd9ab4fd9d875983c6a14f4d06417ff0c8
2013-04-12 14:18:44 +02:00
Jan de Mooij
5487958c98 Bug 859257 - Mark DoublePun values in ToIntWidth as volatile to work around a Clang bug. r=jwalden
--HG--
extra : rebase_source : 9bcedd8d1c4194ef628f9473c444c465c2049443
2013-04-12 14:16:57 +02:00
Jon Coppeard
8d0b0385b6 Bug 860777 - Part 2 - Root WrapperFactory.cpp r=bholley
--HG--
extra : rebase_source : 83a21d88d01e52ea34326388dab462efdc4252ab
2013-04-12 10:50:43 +01:00
Jon Coppeard
f1d4899b54 Bug 860777 - Part 1 - Root XPCWrappedJSClass.cpp r=bholley
--HG--
extra : rebase_source : bc2545f609d958549e3df3524dd543330362611c
2013-04-12 10:50:43 +01:00
Jon Coppeard
650580da78 Bug 860311 - GC: More rooting in XPConnect r=bholley
--HG--
extra : rebase_source : 3afba11173f0df957fe34e66b9dd443b5ed01b9a
2013-04-09 16:42:21 +01:00
Jon Coppeard
60d8ffb1e9 Bug 860704 - GC: Comment says RawT converts to RootedT r=terrence
--HG--
extra : rebase_source : 2f5388adb27a97ee3762d6cab7ec0591b0f718b3
2013-04-12 09:31:43 +01:00
Jan de Mooij
6f14805da8 Bug 858655 - Add missing DebugScopes::onPopStrictEvalScope call for baseline frames. r=djvj
--HG--
extra : rebase_source : cab6588c3979881f199722613a9f3ca43a0860d5
2013-04-12 11:57:05 +02:00
Gian-Carlo Pascutto
733f3035f4 Bug 823375 - Don't build or try to link NEON libs when the target doesn't support it. r=glandium 2013-04-12 12:00:29 +02:00
Vicamo Yang
f8906b8557 Bug 859830: determine Android API level through android/api-leve.h instead. r=glandium 2013-04-12 13:39:42 +08:00
Kannan Vijayan
2fe8e225ab Bug 856627 - Add stubs to handle ListBase GetProp invoking native getters. 2013-04-11 23:45:16 -04:00
Reuben Morais
b40487a192 Bug 861041 - Fix -Wunused-function error in XPCQuickStubs.h. r=bz
--HG--
extra : rebase_source : d51c372a236b67fdaf91535bc967beb9621c671d
2013-04-11 20:19:54 -07:00
Joshua Cranmer
8b560d8a3f Bug 856108 - Port static analyses to clang, part 2g: use MOZ_STACK_CLASS in xpconnect. r=bholley 2013-04-11 22:21:46 -05:00
Joshua Cranmer
1eb62b3971 Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz 2013-04-11 22:20:09 -05:00
Phil Ringnalda
fe48637b66 Back out 5bf9771e1a28 (bug 860029) for bustage
CLOSED TREE
2013-04-11 19:55:37 -07:00
Trevor Saunders
2a1c7e8745 backout 76c52c1ca95a bug 859446 because its suspected of regressing talos on win pgo 2013-04-11 22:43:19 -04:00
Sean Stangl
900638a687 Bug 860029 - Standardize Modelines in the JS Module. DONTBUILD. r=njn 2013-04-11 18:48:59 -07:00
Steve Fink
0f0c117f08 Bug 860102 - Rooting hazards in asm.js. r=luke,terrence
--HG--
extra : rebase_source : 491465843620512882d1aea68b0f2cbab83e6d77
2013-04-11 16:45:50 -07:00
Steve Fink
a3f269557f Bug 789593 - Clone typed arrays by cloning their buffers and only saving construction parameters. r=jorendorff, bent
Also enters a compartment where needed, and bumps both the structured clone and IndexedDB schema versions
2013-02-22 13:43:28 -08:00
Benjamin Peterson
667e14c526 Bug 860745 - Check result of ScriptSource::substring. r=luke 2013-04-11 18:30:49 -04:00
Brian Hackett
7b5daea809 No bug - Fix warning spam, r=shu. 2013-04-11 16:25:43 -06:00
Brian Hackett
8bd8932d36 Bug 855088 - Watch for 'arguments' variables declared within 'with' blocks, r=luke. 2013-04-11 16:19:10 -06:00
Ryan VanderMeulen
60dbee1a3e Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE. 2013-04-11 17:00:28 -04:00
Jacek Szpot
a38774d086 Bug 854503 - Rename JS unwrapping functions. r=bholley 2013-04-11 11:50:18 -07:00
Sean Stangl
a95e190da1 Bug 858783 - Check user-controlled asm.js flag. r=luke 2013-04-11 11:39:59 -07:00
Bobby Holley
172503449f Bug 859957 - Simplify [[DefaultValue]] security wrapping setup. r=mrbkap,gabor,ejpbruel 2013-04-11 11:10:19 -07:00
Ryan VanderMeulen
99b925f608 Backed out changeset 2ceca4816688 (bug 854614) for intermittent mochitest-a11y crashes on a CLOSED TREE. 2013-04-11 13:09:58 -04:00
Honza Bambas
26d97547b7 Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug 2013-04-11 18:26:06 +02:00
Benjamin Peterson
fdac2d6443 Bug 858712 - Make AsmJSModule constructor explicit. r=luke 2013-04-11 08:08:57 -04:00
Tom Schuster
882663feb5 Bug 854614 - Root result and argument JS::Values. r=bz 2013-04-11 13:57:03 +02:00
Benjamin Smedberg
a6f238eacb Bug 858900 - Poison JSContext. r=luke 2013-04-11 07:48:09 -04:00
Gabor Krizsanits
35c3d355eb Bug 820170 - Wrapping nodes into documents compartment. r=bholley, r=enn 2013-04-11 11:59:42 +02:00
Gabor Krizsanits
1f6b12f15a Bug 851695 - PreCreate for BackstagePass. r=bholley 2013-04-10 17:35:32 +02:00
Jan de Mooij
70db59a5d6 Bug 859446 - Fix GCC warnings from baseline compiler merge. r=bhackett 2013-04-10 16:41:00 +02:00
Ryan VanderMeulen
ab83e29435 Backed out changeset d0e0bc4ccff0 (bug 859446) for suspicion of Windows PGO bustage on a CLOSED TREE. 2013-04-10 22:08:28 -04:00
Tom Schuster
f063028249 Bug 856477 - Root XPComponents. r=bholley f=terrence 2013-04-10 20:46:59 +02:00
Shu-yu Guo
30c69c6912 Bug 856206 - PJS: Teach TI about transitive compilation. (r=jandem) 2013-04-10 11:04:24 -07:00
Shu-yu Guo
b64ad04e8c Bug 855901 - PJS: Improve recompilation of invalidated scripts by tracking callgraph. (r=dvander) 2013-04-10 11:04:24 -07:00
Shu-yu Guo
b20d052dd2 Bug 846111 - Part 3: Dispatch style ICs in Ion and ParallelGetPropertyIC. (r=nbp) 2013-04-10 11:04:24 -07:00
Shu-yu Guo
8a0e5e21a2 Bug 846111 - Part 2: Teach VMFunction about parallel execution. (r=nbp) 2013-04-10 11:04:23 -07:00
Shu-yu Guo
9d891a80ae Bug 846111 - Part 1: Pure paths for looking up native slot properties. (r=bhackett) 2013-04-10 11:04:23 -07:00
Jan de Mooij
a108521969 Bug 859446 - Fix GCC warnings from baseline compiler merge. r=bhackett 2013-04-10 16:41:00 +02:00
Mike Hommey
c98ec68977 Bug 788613 - Dump config.log when configure fails. r=ted 2013-04-10 16:15:01 +02:00
Mike Hommey
c4689f2cfc Bug 858455 - Add system ffi flags when building jsapi-tests and gdb-tests. r=gps 2013-04-10 09:00:06 +02:00
Mike Hommey
5e829a40e7 Bug 858539 - Unbreak standalone js make install after bug 850074 and bug 851108. r=gps 2013-04-10 08:59:37 +02:00
Mike Hommey
222d704113 Bug 860184 - Automatically use the x86-64 NDK toolchain when possible. r=ted 2013-04-10 16:12:57 +02:00
Jan de Mooij
e74771de02 Bug 858022 - Fix baseline compiler crashes on hardware without SSE2. r=dvander 2013-04-10 14:33:57 +02:00
Jon Coppeard
50be7a6d21 Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
Jon Coppeard
24c5c8e40e Bug 858107 - GC: Some more rooting in XPConnect - root XPCCallContext r=bholley
--HG--
rename : dom/mobilemessage/src/fallback/MmsService.h => dom/mobilemessage/src/SmsServicesFactory.h
extra : rebase_source : b8e5887bf6c54f776b238100cd0362ea0ed52980
2013-04-09 12:04:32 +01:00