Andrew McCreight
028de94cd5
Bug 937766, part 2 - Make SnowWhiteKiller remove dying things from the CC graph. r=smaug
...
If we purge snow white objects while ICC is in progress, we need to
make sure to remove anything from the CC graph to avoid dangling pointers.
We don't need to do that after shutdown.
2013-12-06 10:17:20 -08:00
Andrew McCreight
c379a08536
Bug 937766, part 1 - Remove dying nodes from gCCBlackMarkedNodes. r=smaug
...
With ICC, arbitrary other activity can happen while nodes are in gCCBlackMarkedNodes,
so the nodes can die, because gCCBlackMarkedNodes only holds a weak reference.
To avoid this, remove nodes from gCCBlackMarkedNodes when they are going away.
2013-12-06 10:17:19 -08:00
Andy Wingo
220715e3ba
Bug 927782 - Part 12: Remove blockChain from StackFrame. r=luke
2013-11-26 12:17:08 +01:00
Andy Wingo
d57dc9047e
Bug 927782 - Part 11: Optimize block scopes without aliased locals. r=luke
2013-11-26 12:07:02 +01:00
Andy Wingo
6ecc0822be
Bug 927782 - Part 10: Iterate block chain from compile-time block scope maps, not runtime blockChain. r=luke
2013-12-06 18:42:08 +01:00
Andy Wingo
dfa5d72362
Bug 927782 - Part 9: Fix js_DumpScriptDepth to not abort on unreachable bytecodes. r=luke
2013-12-06 18:30:05 +01:00
Andy Wingo
c8506528c9
Bug 927782 - Part 8: Record block scope ranges more precisely. r=luke
2013-12-06 18:27:55 +01:00
Andy Wingo
e9c00f1200
Bug 927782 - Part 7: Refactor entering and leaving block scopes in BytecodeEmitter. r=luke
2013-12-06 18:25:55 +01:00
Andy Wingo
eb2b59545e
Bug 927782 - Part 6: Fix for-let nesting so nonlocal exits are easier. r=luke
2013-11-26 10:13:59 +01:00
Andy Wingo
16bd9707de
Bug 927782 - Part 5: Clean up bytecode generation for catch clauses. r=jorendorff
2013-11-26 10:11:06 +01:00
Andy Wingo
6e8f008646
Bug 927782 - Part 4: Generators allocate all locals on the scope chain. r=luke
2013-12-06 18:22:06 +01:00
Andy Wingo
c35ea5e42a
Bug 927782 - Part 3: Add DEBUGLEAVEBLOCK opcode to invalidate live DebugScopes. r=luke
2013-11-25 12:19:58 +01:00
Andy Wingo
e88bad674b
Bug 927782 - Part 2: Remove HAS_BLOCKCHAIN. r=luke
2013-11-25 12:19:38 +01:00
Andy Wingo
cb8fbc7449
Bug 927782 - Part 1: Expose JSScript::getBlockScope(jsbytecode *). r=luke
2013-12-06 17:56:20 +01:00
Christian Holler
6d64bff328
Bug 937083 - Make js::CharsToNumber propagate OOM. r=shu
...
--HG--
extra : rebase_source : 97816edbce569e85c7411184ab808e6429f33f94
2013-12-06 18:39:42 +01:00
Jan Gerber
5651a2f1d2
Bug 833023 - Enable VP9 playback in HTML media elements. r=kinetik
2013-12-03 16:21:00 -08:00
Jan Gerber
31fca20085
Bug 918550 - Update libvpx to 1.3.0 r=glandium,cpearce
...
This updates our in-tree copy of libvpx to the
v1.3.0 git tag (2e88f2f2ec777259bda1714e72f1ecd2519bceb5)
libvpx 1.3.0 adds support for VP9. VP9 support is built
but not yet exposed with this commit.
Our update.sh script is replaced with update.py that can
update the build system to a given git commit.
- checkout out upstream git
- create platform dependend config files
- add/remove changed libvpx files
- update moz.build
- warn about new build categories in libvpx
2013-12-06 03:19:00 -08:00
Andrea Marchesini
effc6eb3aa
Bug 947134 - Enable datastore/tests/test_certifiedApp.html for B2G Emulator, r=ehsan
2013-12-06 16:40:49 +00:00
Andy Wingo
330b422f6d
Bug 945813 - Paper over cycle collection problem in IndexedDB. r=mccr8, r=khuey
2013-12-04 14:53:25 +01:00
Dan Glastonbury
c419c71b21
Bug 945023 - Extract CreateTextureXXX and CreateRenderbufferXXX from GLContext. r=bjacob
2013-12-06 10:36:13 -05:00
Byron Campen [:bwc]
5995475f5b
Bug 942940 - Fix a potential memory leak. r=abr
2013-12-03 16:11:29 -08:00
Byron Campen [:bwc]
ef5c3539d0
Bug 942940 - Fix bug where a destroyed peerreflexive candidate could be left in the component list if candidate pair creation/insertion failed for some reason. r=abr
2013-11-25 10:37:21 -08:00
Birunthan Mohanathas
69a3a8312d
Bug 206659 - Disregard case of MIME types in nsPluginTag::InitMime and add tests to verify mixed-case MIME type handling. r=bsmedberg
2013-12-06 10:34:20 -05:00
Nicolas Silva
acd8439101
Bug 943392 - Let MemoryTextureClient use a fallible allocation. r=BenWa
2013-12-06 16:30:50 +01:00
Walter Meinl
267221ccf0
Bug 946878 - Don't pass unknown options over to jemalloc configure. r=glandium
2013-12-06 10:24:01 -05:00
Dan Glastonbury
9f3e0a0598
Bug 942507 - GLContext doesn't need to have userdata. r=bjacob
2013-12-06 10:23:16 -05:00
Jim Chen
e28a3aa78c
Bug 942470 - Don't apply user agent update if updates have been disabled. r=fabrice
2013-12-06 10:22:18 -05:00
David Major
8304bb3882
Bug 939043 - Downgrade the user32 assertion to a warning message. r=bsmedberg
2013-12-06 10:21:16 -05:00
Ethan Tseng
02ae3ae476
Bug 938512 - HTMLMediaElement does not fire loadedmetadata. r=sworkman
2013-11-26 17:25:40 +08:00
Gregory Szorc
af2f8c6ed4
Bug 945577 - mach rbt command to run ReviewBoard Tools; r=ahal
...
DONTBUILD (NPOTB)
--HG--
extra : rebase_source : 875c6e602bf459bc99327dba1dc09adc20ac363e
extra : amend_source : 43e0a79f59ff2e68d582a0279bfdfd174c880e6d
2013-12-06 11:35:52 +08:00
Carsten "Tomcat" Book
f921f5809b
Backed out changeset bbd9375c5f50 (bug 938772) mochitest 5 timeout failures
2013-12-06 15:58:22 +01:00
Stephen Pohl
9befdf2fc0
Backout 2ea21428f70c (bug 860493) while working on overall performance and bugs for swipe animations. r=me
2013-12-06 09:41:09 -05:00
Andrew Halberstadt
c7a94fe5a1
Bug 942275 - Add support for setuptools' entry points to mach, r=gps
...
* * *
Bug 942275 - Ignore load_from_entry_point if setuptools not present, r=gps
2013-12-06 09:24:09 -05:00
Ehsan Akhgari
4a5f571594
Bug 915735 - Build ICU as a shared library where JS is built as a shared library; r=glandium
2013-12-06 08:08:52 -05:00
Benjamin Smedberg
678c5c602c
Bug 946877 - Don't PGO nsDebugImpl.cpp, to see if that aids stackwalking around NS_OOM_ABORT, r=ted
2013-12-06 09:00:07 -05:00
Benjamin Smedberg
9a39ec7bda
Bug 946799 part B - fix the blocklist annotation to use the correct size, r=dmajor
2013-12-06 09:00:06 -05:00
Benjamin Smedberg
363b268049
Bug 946799 part A - annotate the location and size of the breakpad memory reservation, r=ted
2013-12-06 09:00:06 -05:00
Carsten "Tomcat" Book
8ed6b44503
Merge m-c to fx-mozilla-inbound
2013-12-06 14:51:08 +01:00
Carsten "Tomcat" Book
1f8e119047
Backed out changeset 57c170af6a23 (bug 726427) for Mac 10.6 mochitest Failure in Bug 947126
2013-12-06 14:50:05 +01:00
Carsten "Tomcat" Book
98fad76463
Backed out changeset 099f65a712a8 (bug 915735) Windows Build Bustage on a CLOSED TREE
2013-12-06 14:48:13 +01:00
Carsten "Tomcat" Book
3fb468593a
merge b2g-inbound to mozilla-central
2013-12-06 13:32:27 +01:00
Carsten "Tomcat" Book
0c6ac4970f
merge fx-team to mozilla-central
2013-12-06 13:31:26 +01:00
Tim Abraldes
578f6b2e57
backout e068a99474a6 (bug 903426) because it breaks a test.
2013-12-06 00:47:16 -08:00
Tim Abraldes
40645e1b3d
backout a5e4cf95c43e (bug 903426) because its parent breaks a test.
2013-12-06 00:47:16 -08:00
Carsten "Tomcat" Book
ebbaf3e01f
Backed out changeset 2762cab83d31 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:43:02 +01:00
Carsten "Tomcat" Book
7ce9485f88
Backed out changeset f65970fe598f (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:42:48 +01:00
Carsten "Tomcat" Book
7a75e7c08a
Backed out changeset 004fa11e352a (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:42:40 +01:00
Carsten "Tomcat" Book
cc051705a9
Backed out changeset 1f45be0c2485 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:42:31 +01:00
Carsten "Tomcat" Book
f2423ebd61
Backed out changeset cad77af5f7e6 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:42:20 +01:00
Carsten "Tomcat" Book
4fb73f42d6
Backed out changeset 1156b23f333f (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:42:07 +01:00