Граф коммитов

1616 Коммитов

Автор SHA1 Сообщение Дата
Sami Jaktholm 568b089f22 Bug 1137966 - Wait for the last auto-refresh to finish before ending the test. r=pbro 2015-08-28 13:23:05 +03:00
Brian Grinstead 38953656b3 Bug 789430 - Pause on next bytecode instead of immediately;r=fitzgen
--HG--
extra : commitid : D6TZ8aRlGIU
2015-09-02 09:06:10 -07:00
Gabriel Luong 222664fc45 Bug 1194827 - [promise-dbg] Implement panel startup and destroy r=fitzgen 2015-09-01 21:55:15 -07:00
Nick Fitzgerald 1eeb5798f3 NO BUG - s/if(/if (/ in toolkit/devtools JS; r=jimb DONTBUILD 2015-09-01 11:25:13 -07:00
Ryan VanderMeulen 726e926049 Backed out changeset 8613a4ad3e3b (bug 1171488) for various e10s devtools failures. 2015-09-01 12:58:44 -04:00
Jordan Santell 89f1037905 Bug 1199257 - Destroy front before tearing down tests, intermittent fix, part 2. r=fitzgen 2015-09-01 08:40:29 -07:00
Jordan Santell 7af32b1c99 Bug 1199257 - Destroy front before tearing down tests, intermittent fix. r=fitzgen 2015-08-27 16:55:54 -07:00
Jordan Santell 17708bcfb7 Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop 2015-08-26 14:27:04 -07:00
Patrick Brosset 134ad936b6 Bug 1180134 - Color code animations and transitions so they look different; r=bgrins
--HG--
extra : commitid : HSDTP4SbY5G
extra : rebase_source : 8f389890e13ef6be839c9a77f69d0fbe05f818fb
2015-08-31 15:28:32 +02:00
Ryan VanderMeulen e45a2969e5 Merge m-c to inbound. a=merge 2015-08-30 22:12:12 -04:00
Ryan VanderMeulen d6c213f0a1 Merge fx-team to m-c. a=merge 2015-08-30 22:09:02 -04:00
Shu-yu Guo 74dcccdc3f Bug 1193583 - Fix misc XPConnect and devtools tests. (r=jorendorff) 2015-08-30 15:08:19 -07:00
Shu-yu Guo b17f71092a Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff)
--HG--
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-01.js => js/src/jit-test/tests/debug/Object-executeInGlobal-01.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-07.js => js/src/jit-test/tests/debug/Object-executeInGlobal-07.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-08.js => js/src/jit-test/tests/debug/Object-executeInGlobal-08.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-10.js => js/src/jit-test/tests/debug/Object-executeInGlobal-10.js
rename : toolkit/devtools/server/tests/mochitest/test_evalInGlobal-outerized_this.html => toolkit/devtools/server/tests/mochitest/test_executeInGlobal-outerized_this.html
2015-08-30 15:08:19 -07:00
Nicholas Nethercote f44287005f Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.

--HG--
extra : rebase_source : 82e3387abfbd5f1471e953961d301d3d97ed2973
2015-08-27 20:44:53 -07:00
Tom Tromey f084e92148 Bug 1195361 - Add getRuleText. r=pbrosset 2015-08-24 10:36:00 -04:00
Jordan Santell de8a3ace2a Bug 1198582 - Buffer percentage should never be a negative value. r=vp 2015-08-26 10:43:49 -07:00
Ryan VanderMeulen 402fae4a15 Merge inbound to m-c. a=merge 2015-08-28 08:48:42 -04:00
Patrick Brosset 68d2162d63 Bug 1169563 - 6 - Animate the scrubber when animations are playing; r=miker
--HG--
extra : commitid : 8n1L3jdqMXz
2015-08-27 16:59:16 +02:00
Ryan VanderMeulen 84b872d09e Merge m-c to fx-team. a=merge 2015-08-27 21:44:52 -04:00
Ryan VanderMeulen b5b68e3ea5 Merge inbound to m-c. a=merge 2015-08-27 21:31:35 -04:00
Ryan VanderMeulen b8082c7165 Merge fx-team to m-c. a=merge 2015-08-27 21:20:18 -04:00
Jordan Santell 451891bfbb Bug 1198019 - Snapping to allocations from GC markers should snap to the previous cycle, not the previous marker. r=fitzgen 2015-08-27 15:01:20 -07:00
Dan Callahan c8c3e20574 Bug 1196734 - Support packaged WebExtensions in WebIDE r=ochameau 2015-08-27 10:13:17 -07:00
Nick Fitzgerald 791bfd6d0c Bug 1198980 - Make JS::ubi::*::identifier be uint64_t instead of uintptr_t. r=sfink 2015-08-27 09:17:00 -04:00
JerryShih 98890ec4f2 Bug 1199366 - HiDPI webide screenshot. r=jryans 2015-08-27 11:24:00 -04:00
Ryan VanderMeulen faca33f08c Backed out changeset e232ece8e041 (bug 1142752) for OSX devtools failures.
CLOSED TREE
2015-08-27 15:30:15 -04:00
Ryan VanderMeulen 5de5b6089e Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-27 21:34:20 -04:00
Yoshi Huang 47f8fcd395 Bug 1165272 - Part 3: replace getCodebasePrincipal. r=bholley 2015-08-18 15:33:22 +08:00
Ryan VanderMeulen cf32f31271 Merge inbound to m-c. a=merge 2015-08-26 20:32:36 -04:00
Alexandre Poirot 07f8c2ffaf Bug 1196714 - Use require(promise) instead of require(sdk/core/promise). r=jryans 2015-08-26 06:05:14 -07:00
Alexandre Poirot c41aba9403 Bug 1195825 - Replace Cu.import(Promise.jsm) by require(promise) in devtools. r=jryans 2015-08-26 06:05:13 -07:00
Jordan Santell 935672ee36 Bug 1194458 - Calculate bytesize costs per frame for allocations in the performance tools. r=vp,shu
--HG--
rename : browser/devtools/performance/test/browser_perf-allocations-to-samples.js => browser/devtools/performance/test/unit/test_perf-utils-allocations-to-samples.js
2015-08-19 18:04:50 -07:00
Bobby Holley edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
Nick Fitzgerald c808c5e150 Bug 1139476 - Part 2: Add test comparing live and offline census results; r=sfink 2015-08-26 11:38:05 -07:00
Nick Fitzgerald 2ba994e36e Bug 1139476 - Part 1: Port live heap census tests to offline heap snapshots; r=sfink 2015-08-26 11:38:05 -07:00
Nick Fitzgerald a2b0c4594a Bug 1139476 - Part 0: Add a takeCensus method to HeapSnapshot instances; r=sfink,bholley 2015-08-26 11:38:05 -07:00
Gabriel Luong f5ac77c078 Bug 1185770 - Promises actor does not need global: true r=fitzgen 2015-08-24 22:59:59 -07:00
Ryan VanderMeulen 1d04070e5b Merge fx-team to m-c. a=merge 2015-08-24 20:57:36 -04:00
Nick Fitzgerald d45a22a11a Bug 1196498 - Include objects' [[class]] names in heap snapshots; r=sfink 2015-08-24 09:29:44 -07:00
Nick Fitzgerald 81ff445a32 Bug 1194424 - Part 5: gtest for DeserializedStackFrame ubi::StackFrames; r=sfink 2015-08-24 09:29:44 -07:00
Nick Fitzgerald c444661b55 Bug 1194424 - Part 4: Add an xpcshell test for heap snapshots and allocation stacks; r=sfink 2015-08-24 09:29:44 -07:00
Nick Fitzgerald de13686cc6 Bug 1194424 - Part 3: Implement a concrete JS::ubi::StackFrame specialization backed by a frame deserialized from a core dump; r=sfink 2015-08-24 09:29:44 -07:00
Nick Fitzgerald 11205f3c45 Bug 1194424 - Part 2: Deserialize JS::ubi::StackFrame allocation stacks from core dumps; r=sfink 2015-08-24 09:29:44 -07:00
Nick Fitzgerald 9d1492a070 Bug 1194424 - Part 1: Serialize JS::ubi::StackFrame allocation stacks into core dumps; r=sfink 2015-08-24 09:29:44 -07:00
Nick Fitzgerald b900df940b Bug 1194424 - Part 0: Extend the core dump protobuf message format to accomodate allocation stacks; r=sfink 2015-08-24 09:29:44 -07:00
Yoshi Huang ad1fe8544b Bug 1165272 - Part 3: Replace getCodebasePrincipal. r=bholley 2015-08-24 03:34:00 -04:00
Patrick Brosset 4053192f59 Bug 1169563 - 3 - Move the scrubber in the animation timeline to set the time; r=tromey
--HG--
extra : commitid : Eh1Ixg2Dqdi
extra : rebase_source : 97f2906e1ad815c51715a4d53c27e90be0f2c6a4
2015-08-24 18:22:15 +02:00
Jordan Santell b4757c0fe9 Bug 1197646 - Sort timeline markers when recording is completed, due to GC markers not guaranteeing order. r=vp 2015-08-23 17:41:33 -07:00
Jordan Santell 39c4419032 Bug 1165994 - Move marker tests to server side, pull out e10s process communication helpers into their own file. r=vp
--HG--
rename : browser/devtools/performance/test/browser_markers-cycle-collection.js => toolkit/devtools/server/tests/browser/browser_markers-cycle-collection.js
rename : browser/devtools/performance/test/browser_markers-gc.js => toolkit/devtools/server/tests/browser/browser_markers-gc.js
rename : browser/devtools/performance/test/browser_markers-parse-html.js => toolkit/devtools/server/tests/browser/browser_markers-parse-html.js
rename : browser/devtools/performance/test/browser_markers-styles.js => toolkit/devtools/server/tests/browser/browser_markers-styles.js
rename : browser/devtools/performance/test/browser_markers-timestamp.js => toolkit/devtools/server/tests/browser/browser_markers-timestamp.js
rename : browser/devtools/performance/test/doc_force_cc.html => toolkit/devtools/server/tests/browser/doc_force_cc.html
rename : browser/devtools/performance/test/doc_force_gc.html => toolkit/devtools/server/tests/browser/doc_force_gc.html
2015-08-19 09:49:41 -07:00
Sebastian Hengst e0c960b99e Backed out changeset f5d2323f5d65 (bug 1165994) for M-e10s(dt2) failure. r=backout
--HG--
rename : toolkit/devtools/server/tests/browser/browser_markers-cycle-collection.js => browser/devtools/performance/test/browser_markers-cycle-collection.js
rename : toolkit/devtools/server/tests/browser/browser_markers-gc.js => browser/devtools/performance/test/browser_markers-gc.js
rename : toolkit/devtools/server/tests/browser/browser_markers-parse-html.js => browser/devtools/performance/test/browser_markers-parse-html.js
rename : toolkit/devtools/server/tests/browser/browser_markers-styles.js => browser/devtools/performance/test/browser_markers-styles.js
rename : toolkit/devtools/server/tests/browser/browser_markers-timestamp.js => browser/devtools/performance/test/browser_markers-timestamp.js
rename : toolkit/devtools/server/tests/browser/doc_force_cc.html => browser/devtools/performance/test/doc_force_cc.html
rename : toolkit/devtools/server/tests/browser/doc_force_gc.html => browser/devtools/performance/test/doc_force_gc.html
2015-08-21 19:55:00 +02:00