Commit Graph

360526 Commits

Author SHA1 Message Date
Jan de Mooij
cd9a0ea557 Bug 1010775 part 8 - Pass FloatRegister by value instead of const-ref. r=sunfish 2014-05-15 17:42:39 +02:00
Jan de Mooij
b0f52b8dcd Bug 1010775 part 7 - Pass AsmJSAbsoluteAddress and AsmJSImmPtr by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
f3a90413ec Bug 1010775 part 6 - Pass AbsoluteAddress and PatchedAbsoluteAddress by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
9c6b19528d Bug 1010775 part 5 - Pass ImmGCPtr and ImmMaybeNurseryPtr by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
b8846e8b53 Bug 1010775 part 4 - Pass ImmPtr by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
7dca1477b5 Bug 1010775 part 3 - Pass ImmWord by value instead of const-ref. r=sunfish 2014-05-15 17:42:38 +02:00
Jan de Mooij
9d10508711 Bug 1010775 part 2 - Pass Imm32 by value instead of const-ref. r=sunfish 2014-05-15 17:42:32 +02:00
Jan de Mooij
2781b114e4 Bug 1010775 part 1 - Pass Register by value instead of const-ref. r=sunfish 2014-05-15 17:42:30 +02:00
Jacek Caban
c2b34b82c1 Bug 1010972 - Don't use MSVC assembly on mingw. r=jesup 2014-05-15 17:24:49 +02:00
Garrett Robinson
afb5991b03 Bug 986077: Enable most CSP tests on B2G, B2G desktop, and e10s r=sstamm 2014-05-15 08:20:40 -07:00
Dan Gohman
1899dc35a5 Bug 1010698 - SpiderMonkey: Include the function in the math cache hash computation. r=luke 2014-05-15 07:57:54 -07:00
Julien Levesy
180d6030ce Bug 1008707: Implemented BitOr recover operation; r=bbouvier 2014-05-15 16:05:49 +02:00
Douglas Crosher
c6da30ad18 Bug 1001569 - Yarr ARM: Free Segments using js_delete to match their allocation with js_new. r=jorendorff 2014-05-12 21:02:56 +10:00
Rafael Vieira
c1a6b6675f Bug 1009228 - Replace use of RefPtr with nsRefPtr. r=kats 2014-05-14 15:45:00 -04:00
Vincent Chen
5d327d4fc7 Bug 983489 - Delay destroying mCompositor to prevent crash. r=nical 2014-05-04 19:52:00 -04:00
Frédéric Wang
2ec405ffcc Bug 930504 - When possible, use character substitution for basic mathvariants. r=karlt 2014-05-15 02:50:00 -04:00
Blair McBride
0e3ff19f35 Bug 926712 - Use WebIDL to expose InstallTrigger, r=Mossop,bholley 2013-12-12 02:08:00 +00:00
Aryeh Gregor
758f1e547a Bug 1004522 part 14 - Clean up nsWSRunObject::GetWSPointBefore/After; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
37f53ee89d Bug 1004522 part 13 - Clean up nsWSRunObject::GetAsciiWSBounds; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
e0ba52c041 Bug 1004522 part 12 - Clean up nsWSRunObject::DeleteChars; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
37717a0d9a Bug 1004522 part 11 - Convert nsWSRunObject.mNodeArray to nsTArray<nsRefPtr<Text>>; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
1f80f52434 Bug 1004522 part 10 - Clean up nsWSRunObject::CheckLeading/TrailingNBSP, ConvertToNBSP; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
495f2197a8 Bug 1004522 part 9 - Clean up nsWSRunObject::FindRun; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
101fee1b4a Bug 1004522 part 8 - Clean up nsWSRunObject::GetCharBefore/After; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
0809e3eb56 Bug 1004522 part 7 - Clean up nsWSRunObject::Prior/NextVisibleNode; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
82ab56c87a Bug 1004522 part 6 - Clean up nsWSRunObject::InsertText; r=ehsan 2014-05-02 15:15:27 +03:00
Aryeh Gregor
6730b80305 Bug 1004522 part 5 - Clean up nsWSRunObject::PrepareToSplitAcrossBlocks; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
5eb1f59ef7 Bug 1004522 part 4 - Clean up nsWSRunObject::PrepareToDeleteNode; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
f0240016ee Bug 1004522 part 3 - Clean up nsWSRunObject::PrepareToDeleteRange; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
9ec4f69a16 Bug 1004522 part 2 - Clean up nsWSRunObject::DeleteWSForward; r=ehsan 2014-05-02 15:15:26 +03:00
Aryeh Gregor
c2263d595b Bug 1004522 part 1 - Clean up nsWSRunObject::PrepareToJoinBlocks; r=ehsan 2014-05-02 15:15:26 +03:00
Olli Pettay
3c1d40d1f6 Bug 1009160, don't leak via SVGIFrame.sandbox, r=bz 2014-05-15 12:05:42 +03:00
Jon Coppeard
8205bb4e14 Bug 1009788 - Allow js::TriggerZoneGC() to be called from parallel threads again r=terrence 2014-05-15 09:07:40 +01:00
Rik Cabanier
b36fe5d819 Bug 1009357 - fix for crasher with Path2D constructor + use of arcto or arc. r=roc 2014-05-12 20:40:00 +02:00
Nick Lebedev
c49e263d0f Bug 998002 - Rename nsContentUtils::Get{Subject,Object}Principal to nsContentUtils::{Subject,Object}Principal. r=bholley 2014-05-13 11:58:00 +02:00
Emanuel Hoogeveen
61df77027f Bug 1005849 - Part 1: Refactor GC allocation logic to match jemalloc3 more closely. r=terrence 2014-05-13 18:32:00 +02:00
Dan Gohman
1834b36def Bug 1004363 - IonMonkey: Replace a bug number comment with an actual explanatory comment. r=mjrosenb 2014-05-14 21:51:57 -07:00
Dan Gohman
2cfbedf280 Bug 1004363 - IonMonkey: Use entryBlock() instead of begin() for tidiness. r=mjrosenb 2014-05-14 21:51:57 -07:00
Dan Gohman
ba4d2501fc Bug 1004363 - IonMonkey: Assert dominator tree consistency. r=mjrosenb 2014-05-14 21:51:57 -07:00
Dan Gohman
8ebba4270b Bug 1004363 - IonMonkey: Implement congruentTo for more classes. r=mjrosenb 2014-05-14 21:51:56 -07:00
Dan Gohman
5d967fc90d Bug 1004363 - IonMonkey: Add a toControlInstruction helper function. r=mjrosenb 2014-05-14 21:51:56 -07:00
Dan Gohman
0085f65548 Bug 1004363 - SpiderMonkey: Eliminate unused functions. r=mjrosenb 2014-05-14 21:51:55 -07:00
Patrick Wang (Chih-Kai Wang)
62fc8a4082 Bug 1009398: Close preallocated process when Nuwa is dead. r=khuey 2014-05-15 11:04:32 +08:00
Daniel Holbert
d0a71a618a Bug 1010612: Remove unused variable sReadOnlyDateMethods from jsdate.cpp. r=bholley 2014-05-14 19:29:31 -07:00
Cykesiopka
0ef7c4eb60 Bug 989708 - Add #ifdef guards to fix Wunused-but-set-variable build warning in non-a11y builds. r=vlad 2014-05-14 19:28:37 -07:00
Daniel Holbert
3be5d72278 backout 646c20d6d346 (Bug 1007027) for jit test failures 2014-05-14 18:15:56 -07:00
Brian Hackett
ede7f9ebf0 Bug 1008032 - Don't try to compress scripts when zlib isn't available. 2014-05-14 17:11:21 -07:00
Yash Girdhar
070e18eeba Bug 1007834 - Preference to enable Speech Synthesis, should be present by default. r=smaug 2014-05-14 16:58:12 -07:00
Nicolas B. Pierron
57f435a199 Bug 1007027 - Replace MPhi::slot by a flag based on ResumePoint indexes. r=h4writer 2014-05-14 16:56:25 -07:00
Daniel Holbert
cd261492f3 Bug 1008286: Remove unused variable 'kProxyType_UNKNOWN' from nsProtocolProxyService.cpp to fix clang warning. r=jduell 2014-05-14 16:52:52 -07:00