Advertisement
Guest User

Untitled

a guest
May 4th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. @ changeset: 252017 47888f3efe7c Thu Mar 19 15:39:53 2015 -0700
  2. | bookmarks: mozalloc2
  3. | summary: wip
  4. | phase: draft
  5. |
  6. o changeset: 252016 9c583c9b4d2d Thu Mar 19 01:03:05 2015 -0700
  7. | bookmarks: mozalloc-no-xpcom-config
  8. | summary: Bug 1145051: Don't include xpcom-config.h from mozalloc.h; it's unused.
  9. | phase: draft
  10. |
  11. o changeset: 252015 69b5fecad86f Thu Mar 19 00:46:40 2015 -0700
  12. | bookmarks: Attributes-warn-unused
  13. | summary: Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT.
  14. | phase: draft
  15. |
  16. o changeset: 252014 eeee2d51dce4 Wed Mar 18 23:56:08 2015 -0700
  17. | bookmarks: Attributes-malloc
  18. | summary: Bug 1145051: Replace uses of NS_ATTR_MALLOC with new MOZ_ALLOCATOR from mfbt/Attributes.h.
  19. | phase: draft
  20. |
  21. | o changeset: 252013 2fcbfced8387 Sun Feb 22 15:19:48 2015 -0800
  22. | | bookmarks: ubi-size-JSString-1063257
  23. | | summary: Bug 1063257: Implement JS::ubi::Node::size for JSString.
  24. | | phase: draft
  25. | |
  26. | o changeset: 252012 efb714c41cd6 Wed Mar 11 16:57:30 2015 -0700
  27. | | bookmarks: ubi-size-JSObject-1062473
  28. | | summary: Bug 1062473: Implement JS::ubi::Node::size for JSObjects. r=sfink,terrence
  29. | | phase: draft
  30. | |
  31. | o changeset: 252011 47bfe20fbf24 Wed Mar 11 16:56:37 2015 -0700
  32. | | summary: Bug 1062473: Make JSObject::allocKindForTenure out of GetObjectAllocKindForCopy.
  33. | | phase: draft
  34. | |
  35. | o changeset: 252010 a5257a7971e3 Wed Mar 11 16:54:11 2015 -0700
  36. | | summary: Bug 1062473: Add 'const' qualifiers to this for some NativeObject methods and free
  37. | | functions.
  38. | | phase: draft
  39. | |
  40. | o changeset: 252009 4918d25c7b37 Mon Feb 16 14:22:44 2015 -0800
  41. | | bookmarks: js-shell-pointerByteSize
  42. | | summary: Bug 1062473: Add 'pointer-byte-size' to getBuildConfiguration results. r=sfink
  43. | | phase: draft
  44. | |
  45. | o changeset: 252008 90530885d003 Tue Mar 17 09:45:53 2015 -0700
  46. | | bookmarks: mozalloc-usable-size
  47. | | summary: wip
  48. | | phase: draft
  49. | |
  50. | o changeset: 252007 d260a1ae7714 Mon Mar 16 16:31:12 2015 -0700
  51. | | summary: Add mozmemory.h exception to check_spidermonkey_style.py.
  52. | | phase: draft
  53. | |
  54. | o changeset: 252006 6d5072502ac7 Mon Mar 16 10:39:17 2015 -0700
  55. | | summary: wip
  56. | | phase: draft
  57. | |
  58. | o changeset: 252005 9fe2f68216c0 Thu Mar 12 15:53:29 2015 -0700
  59. | | summary: Don't neglect to include mozmemory.h.
  60. | | phase: draft
  61. | |
  62. | o changeset: 252004 64030840cac4 Thu Mar 12 11:07:12 2015 -0700
  63. |/ summary: Tweak Windows ShellMallocSizeOf
  64. | phase: draft
  65. |
  66. o changeset: 252003 7af1253a3ca4 Thu Mar 19 02:12:53 2015 -0700
  67. | bookmarks: jemalloc-standalone
  68. | summary: Bug 1134039: Make SpiderMonkey standalone (JS_STANDALONE) builds use jemalloc and mozglue
  69. | by default. r=glandium
  70. |
  71. | JS_STANDALONE builds don't need everything in mozglue; have mozglue omit the unneeded code
  72. | for such builds.
  73. |
  74. | Since the SpiderMonkey binaries are now more like the other Gecko binaries, we can remove
  75. | some special cases for JS_STANDALONE in GeckoSharedLibrary, GeckoProgram, etc. All Gecko
  76. | binaries now use mozglue, which contains mfbt, so we no longer need mention mfbt
  77. | explicitly.
  78. |
  79. | Add a property to the getBuildConfiguration testing function's result that indicates
  80. | whether we're using jemalloc or not.
  81. |
  82. | Include the newly necessary source directories in the SpiderMonkey source package.
  83. | phase: draft
  84. |
  85. o changeset: 252002 2adab6593366 Thu Mar 19 11:44:41 2015 -0700
  86. | bookmarks: backtrace
  87. | summary: Print a backtrace when NumberValue asserts.
  88. | phase: draft
  89. |
  90. o changeset: 252001 cbd0efcd976c Thu Mar 19 14:00:57 2015 +0100
  91. |\ bookmarks: central
  92. | | summary: merge fx-team to mozilla-central a=merge
  93. | | phase: public
  94. | |
  95. | \
  96. | |\
  97. | | \
  98. | | |\
  99. | | | | o changeset: 251990 d47928fa5fd9 Tue Mar 17 13:45:35 2015 -0700
  100. | | | | | bookmarks: dump-string-representation
  101. | | | | | summary: Bug 1144371: Implement DEBUG-only JS shell function |dumpStringRepresentation|. r=jandem
  102. | | | | | phase: public
  103. | | | | |
  104. | | | | o changeset: 251989 ddae9d7a32c0 Mon Mar 16 18:40:21 2015 -0700
  105. | | | | | bookmarks: JSString-fix-extensible-comment
  106. | | | | | summary: Bug 1063147: Clarify comments about extensible strings. DONTBUILD r=jandem
  107. | | | | | phase: public
  108. | | | | |
  109. +-+-+---o changeset: 251988 cfe07d44b06b Thu Mar 19 10:11:55 2015 +0100
  110. | | | |/ bookmarks: inbound
  111. | | | | summary: Bug 1141583 - Store nargs in LambdaFunctionInfo to avoid a TSan false positive. r=bhackett
  112. | | | | phase: public
  113. | | | |
  114. | | | | o changeset: 251004 fd51e9ab830a Thu Mar 12 18:53:31 2015 -0700
  115. | | | |/ bookmarks: execution-reason
  116. | | | | summary: wip
  117. | | | | phase: draft
  118. | | | |
  119. +-+---o changeset: 250992 42afc7ef5ccb Thu Mar 12 18:05:45 2015 -0400
  120. | | |/ summary: Merge inbound to m-c. a=merge
  121. | | | phase: public
  122. | | |
  123. +-+---o changeset: 249012 3cf370890e0e Fri Feb 27 13:15:01 2015 -0700
  124. | | |/ bookmarks: aurora
  125. | | | summary: Bug 1099175 - Skip conformance/textures/texture-npot.html on android. r=jgilbert, a=test-
  126. | | | only
  127. | | | phase: public
  128. | | |
  129. | | | o changeset: 228762 f999cc967333 Fri Feb 06 18:04:46 2015 -0800
  130. | | |/ bookmarks: takeCensus-06
  131. | | | summary: Failing test for inter-debuggee chains
  132. | | | phase: draft
  133. | | |
  134. +---o changeset: 228761 383609472929 Wed Feb 11 15:15:12 2015 -0800
  135. | |/ summary: Bug 1124754: Use approximate object counts when testing takeCensus, to avoid being
  136. | | flummoxed by SpiderMonkey implementation details. r=shu
  137. | | phase: public
  138. | |
  139. | | o changeset: 228610 b54a05c65b85 Tue Jan 13 13:54:17 2015 -0800
  140. | |/ bookmarks: Debugger-spec-generators
  141. | | summary: WIP for Debugger generator documentation
  142. | | phase: draft
  143. | |
  144. | | o changeset: 228609 31282c0e9cce Wed Dec 03 13:14:05 2014 -0800
  145. | | | bookmarks: custom-trace-late
  146. | | | summary: When tracing a JSObject, call the class's trace method after doing everything else.
  147. | | | phase: draft
  148. | | |
  149. | | o changeset: 228608 5028469406f0 Wed Dec 03 13:12:06 2014 -0800
  150. | | | bookmarks: fun-trace
  151. | | | summary: Make JSFunction tracing a static member function, not a plain function.
  152. | | | phase: draft
  153. | | |
  154. +---o changeset: 228607 5a8b8ff336db Wed Dec 03 13:09:35 2014 -0800
  155. | | bookmarks: disunify
  156. | | summary: Disable unified compilation on the files I'm hacking on.
  157. | | phase: draft
  158. | |
  159. | o changeset: 223538 67257a3edeb5 Tue Jan 13 12:26:23 2015 -0500
  160. |/ summary: bug 1121015: Dolphin non-engineering nightlies are broken. r=callek, a=bustage
  161. | phase: public
  162. |
  163. o changeset: 218287 a9fc46355661 Wed Dec 03 13:38:31 2014 +0100
  164. |\ summary: merge fx-team to mozilla-central a=merge
  165. | | phase: public
  166. | |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement