Alexandre Poirot
5560ecc489
Bug 1186937 - Disconnect MutationObserver instances on Node actor destruction. r=bgrins
2015-09-14 02:47:13 -07:00
Florent Fayolle
45dd26d135
Bug 1193197
- Server side logging: get rid of splitLogs and specifiers variables, r=ochameau
...
--HG--
extra : amend_source : 27e9fae07771c1fcda501e0723e32c5d7e40719b
extra : histedit_source : 30f7d78bd6b9964df585862f966a10539435b417
2015-09-14 13:52:00 +05:30
Phil Ringnalda
cee2f99887
Merge m-c to m-i
2015-09-12 16:02:59 -07:00
Michael Layzell
0097c41e01
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
Jordan Santell
742c1b026f
Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop
2015-09-11 09:37:20 -07:00
Brian Grinstead
225dad2f67
Bug 1200551 - Handle multiple %c formatters without a string between them by using only the last one for styling;r=baku,r=past
...
--HG--
extra : commitid : EJlgAp6v2d3
2015-09-11 07:44:06 -07:00
Carsten "Tomcat" Book
1a0ce23fe9
merge mozilla-inbound to mozilla-central a=merge
2015-09-11 16:36:35 +02:00
Nigel Babu
78f1f5fc17
Backed out changeset 28f1e57d4757 (bug 1171488) again on suspicion of causing dt1,dt4 bustages
...
ON A CLOSED TREE
--HG--
extra : rebase_source : 6c01d74dd05f50ede33608fe3f1b2049d93abbda
2015-09-11 12:35:21 +05:30
Nick Fitzgerald
3c6ad39228
Bug 1199774 - Update the source-map library to 0.5.0; r=jlongster
2015-09-10 08:52:47 -07:00
Alexandre Poirot
4eabd20c12
Bug 1142752 - Prevent NS_NOINTERFACE exception on pageload when opening devtools. r=jryans
2015-09-10 02:34:51 -07:00
Alexandre Poirot
12109c3c2a
Bug 1202973 - Stop defining TargetFactory to prevent exception. r=jwalker
2015-09-10 02:34:51 -07:00
Jordan Santell
284f01de88
Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop
2015-09-08 15:24:03 -07:00
Patrick Brosset
8f02926fee
Bug 1174060 - 6 - Tests for how delays are displayed in the timeline; r=ochameau
...
Added tests to ensure negative and positive delays are shown correctly
and that the timeScale window is computed correctly.
Also added a test to ensure that animations with the same name but
different nodes don't override each others in the UI.
This commit also cleans up a lot of exceptions that were thrown while
tests were running. These exceptions were due to pending protocol requests
when tests ended.
--HG--
extra : commitid : FAEjthxcFYj
extra : rebase_source : 090d41fce18e147b109f92afa81b4f2f76295348
2015-09-09 11:07:29 +02:00
Alexandre Poirot
eadbe66312
Bug 1184172 - Show stackframe for errors in the webconsole. r=past
2015-09-08 09:48:38 -07:00
Alexandre Poirot
9e788befce
Bug 1196776 - Fix dynamic actors in browser content toolbox. r=jryans
2015-09-08 09:48:38 -07:00
Alexandre Poirot
66737ae3b1
Bug 1199201 - Fix devtools loader path for WebIDE from loading it from local sources. r=jryans
2015-09-08 09:48:38 -07:00
Alexandre Poirot
d389408c60
Bug 1196288 - Fix various exceptions in gcli on b2g. r=jwalker
2015-09-08 09:48:38 -07:00
Patrick Brosset
58175c20da
Bug 1174060 - 3 - Place the scrubber correctly when new animations are added; r=miker
...
--HG--
extra : commitid : 2o0CZusihHn
extra : rebase_source : e1e32416d36b30148ea98aa130e2bec95279d66e
extra : histedit_source : 22674dc832f046fce62a54b24e2b22714c377e9c
2015-09-03 09:34:08 +02:00
Patrick Brosset
144127e665
Bug 1174060 - 1 - Fix auto-removed animations that have the same name but different targets; r=miker
...
--HG--
extra : commitid : iso5KFlELb
extra : rebase_source : 7ce5662e57917deeeee4f87b76c0cf094b9dafe1
extra : histedit_source : 7233358162971ee0bd35a28a61aa11b39057893b
2015-08-28 11:42:58 +02:00
Nick Fitzgerald
7af93cdc2a
Bug 1200446 - Add a method for saving heap snapshots to MemoryActor; r=jryans
2015-09-04 18:36:52 -07:00
Jordan Santell
980a030265
Bug 1201543 - Move CensusTreeNode to toolkit/devtools/heapsnapshot/*. r=fitzgen
...
--HG--
rename : browser/devtools/memory/modules/census.js => toolkit/devtools/heapsnapshot/census-tree-node.js
rename : browser/devtools/memory/test/unit/test_census-01.js => toolkit/devtools/heapsnapshot/tests/unit/test_census-tree-node-01.js
rename : browser/devtools/memory/test/unit/test_census-02.js => toolkit/devtools/heapsnapshot/tests/unit/test_census-tree-node-02.js
rename : browser/devtools/memory/test/unit/test_census-03.js => toolkit/devtools/heapsnapshot/tests/unit/test_census-tree-node-03.js
2015-09-04 10:04:02 -07:00
Tom Tromey
a07ecc2605
Bug 1201136 - make output-parser correctly handle special color values. r=bgrins
2015-09-03 11:46:00 +02:00
Nick Fitzgerald
366d93ee3c
Bug 1201213 - Add a HeapAnalyses{Worker,Client} for running heap analyses; r=jsantell
2015-09-03 17:29:40 -07:00
Nick Fitzgerald
6688b73304
Bug 1200821 - Move HeapSnapshot code and tests to toolkit/devtools/heapsnapshot; r=jimb
...
--HG--
rename : toolkit/devtools/server/AutoMemMap.cpp => toolkit/devtools/heapsnapshot/AutoMemMap.cpp
rename : toolkit/devtools/server/AutoMemMap.h => toolkit/devtools/heapsnapshot/AutoMemMap.h
rename : toolkit/devtools/server/CoreDump.pb.cc => toolkit/devtools/heapsnapshot/CoreDump.pb.cc
rename : toolkit/devtools/server/CoreDump.pb.h => toolkit/devtools/heapsnapshot/CoreDump.pb.h
rename : toolkit/devtools/server/CoreDump.proto => toolkit/devtools/heapsnapshot/CoreDump.proto
rename : toolkit/devtools/server/DeserializedNode.cpp => toolkit/devtools/heapsnapshot/DeserializedNode.cpp
rename : toolkit/devtools/server/DeserializedNode.h => toolkit/devtools/heapsnapshot/DeserializedNode.h
rename : toolkit/devtools/server/HeapSnapshot.cpp => toolkit/devtools/heapsnapshot/HeapSnapshot.cpp
rename : toolkit/devtools/server/HeapSnapshot.h => toolkit/devtools/heapsnapshot/HeapSnapshot.h
rename : toolkit/devtools/server/ZeroCopyNSIOutputStream.cpp => toolkit/devtools/heapsnapshot/ZeroCopyNSIOutputStream.cpp
rename : toolkit/devtools/server/ZeroCopyNSIOutputStream.h => toolkit/devtools/heapsnapshot/ZeroCopyNSIOutputStream.h
rename : toolkit/devtools/server/generate-core-dump-sources.sh => toolkit/devtools/heapsnapshot/generate-core-dump-sources.sh
rename : toolkit/devtools/server/tests/gtest/DeserializedNodeUbiNodes.cpp => toolkit/devtools/heapsnapshot/tests/gtest/DeserializedNodeUbiNodes.cpp
rename : toolkit/devtools/server/tests/gtest/DeserializedStackFrameUbiStackFrames.cpp => toolkit/devtools/heapsnapshot/tests/gtest/DeserializedStackFrameUbiStackFrames.cpp
rename : toolkit/devtools/server/tests/gtest/DevTools.h => toolkit/devtools/heapsnapshot/tests/gtest/DevTools.h
rename : toolkit/devtools/server/tests/gtest/DoesCrossZoneBoundaries.cpp => toolkit/devtools/heapsnapshot/tests/gtest/DoesCrossZoneBoundaries.cpp
rename : toolkit/devtools/server/tests/gtest/DoesntCrossZoneBoundaries.cpp => toolkit/devtools/heapsnapshot/tests/gtest/DoesntCrossZoneBoundaries.cpp
rename : toolkit/devtools/server/tests/gtest/SerializesEdgeNames.cpp => toolkit/devtools/heapsnapshot/tests/gtest/SerializesEdgeNames.cpp
rename : toolkit/devtools/server/tests/gtest/SerializesEverythingInHeapGraphOnce.cpp => toolkit/devtools/heapsnapshot/tests/gtest/SerializesEverythingInHeapGraphOnce.cpp
rename : toolkit/devtools/server/tests/gtest/SerializesTypeNames.cpp => toolkit/devtools/heapsnapshot/tests/gtest/SerializesTypeNames.cpp
rename : toolkit/devtools/server/tests/gtest/UniqueStringHashPolicy.cpp => toolkit/devtools/heapsnapshot/tests/gtest/UniqueStringHashPolicy.cpp
rename : toolkit/devtools/server/tests/gtest/moz.build => toolkit/devtools/heapsnapshot/tests/gtest/moz.build
rename : toolkit/devtools/server/tests/mochitest/test_SaveHeapSnapshot.html => toolkit/devtools/heapsnapshot/tests/mochitest/test_SaveHeapSnapshot.html
rename : toolkit/devtools/server/tests/unit/Census.jsm => toolkit/devtools/heapsnapshot/tests/unit/Census.jsm
rename : toolkit/devtools/server/tests/unit/Match.jsm => toolkit/devtools/heapsnapshot/tests/unit/Match.jsm
rename : toolkit/devtools/server/tests/unit/heap-snapshot-worker.js => toolkit/devtools/heapsnapshot/tests/unit/heap-snapshot-worker.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_01.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_01.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_02.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_02.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_03.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_03.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_04.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_04.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_05.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_05.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_06.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_06.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_07.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_07.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_08.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_08.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_09.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_09.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_10.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_10.js
rename : toolkit/devtools/server/tests/unit/test_HeapSnapshot_takeCensus_11.js => toolkit/devtools/heapsnapshot/tests/unit/test_HeapSnapshot_takeCensus_11.js
rename : toolkit/devtools/server/tests/unit/test_ReadHeapSnapshot.js => toolkit/devtools/heapsnapshot/tests/unit/test_ReadHeapSnapshot.js
rename : toolkit/devtools/server/tests/unit/test_ReadHeapSnapshot_with_allocations.js => toolkit/devtools/heapsnapshot/tests/unit/test_ReadHeapSnapshot_with_allocations.js
rename : toolkit/devtools/server/tests/unit/test_ReadHeapSnapshot_worker.js => toolkit/devtools/heapsnapshot/tests/unit/test_ReadHeapSnapshot_worker.js
rename : toolkit/devtools/server/tests/unit/test_SaveHeapSnapshot.js => toolkit/devtools/heapsnapshot/tests/unit/test_SaveHeapSnapshot.js
2015-09-03 17:29:40 -07:00
Tom Tromey
07c613954a
Bug 1196431 - generalize detectIndentation and move to new file. r=pbro
2015-09-01 14:24:00 +02:00
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
Nick Fitzgerald
9d8b5d43fc
Bug 1201215 - Implement more robust error handling for DevToolsWorker; r=jsantell
2015-09-02 15:16:29 -07:00
Nick Fitzgerald
38abca5fc5
Bug 1201215 - Whitespace fixes for toolkit/devtools/shared/worker{-helper}.js; r=me
2015-09-02 15:16:29 -07: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
Tom Tromey
559fcbd643
Bug 1195349 - Make css-color preserve original text; add classifyColor. r=pbrosset
2015-09-01 07:26:00 -04: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
Jordan Santell
244d4f02c1
Bug 1171488 - Attach host and client system data to recording profiles r=vp,mossop
2015-09-08 15:24:03 -07:00
Phil Ringnalda
c504a1ac28
Back out changeset 619a307029d6 (bug 1171488) on suspicion of causing the leaks that are contributing to this CLOSED TREE
2015-09-10 19:20:54 -07: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
Ryan VanderMeulen
fdc764760b
Backed out changeset 1d2f59732f03 (bug 1195349) for test_cssColor.js failures.
2015-08-30 17:33:38 -04: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
Johan K. Jensen
2f97c53276
Bug 970625 - Add dpi-option to screenshot command. r=jryans
2015-08-27 04:17:00 -04:00
Tom Tromey
35218e2001
Bug 1195349 - Make css-color preserve original text; add classifyColor. r=pbrosset
2015-08-18 13:13:00 -04: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
James Long
6c6400c0ee
Bug 1177891 - Introduce redux-style UI architecture in the debugger and refactor event listeners to use it. r=fitzgen
...
--HG--
rename : browser/devtools/debugger/views/event-listeners-view.js => browser/devtools/debugger/content/views/event-listeners-view.js
2015-08-28 07:27:00 -04:00