Commit Graph

1406 Commits

Author SHA1 Message Date
Wes Kocher
43919f54c1 Merge m-c to fx-team, a=merge 2015-06-02 18:44:31 -07:00
Wes Kocher
5fb62f0f26 Merge inbound to central, a=merge 2015-06-02 18:20:12 -07:00
James Long
66032710ef Bug 1163540 - make sure the debugger treats XBL inline sources correctly r=Gijs 2015-06-02 15:41:09 -04:00
Gabriel Luong
f5e342f0b3 Bug 1040199 - Adding a new rule for a node should handle invalid characters in the element's selector. r=pbrosset 2015-06-01 11:38:00 -04:00
Nick Fitzgerald
9b4d100c1f Bug 1170806 - Fix GeneratedLocation documentation comment DONTBUILD; r=me 2015-06-02 15:50:18 -07:00
Gabriel Luong
ef352bf7f2 Bug 1084525 - Part 6: Add onPromiseSettled event handler to PromisesActor r=fitzgen 2015-06-02 14:53:12 -07:00
Gabriel Luong
918ededde1 Bug 1084525 - Part 5: Add onNewPromise event handler to PromisesActor r=fitzgen 2015-06-02 14:53:09 -07:00
Gabriel Luong
de005d1a2b Bug 1084525 - Part 4: Add listPromises method to PromisesActor r=fitzgen 2015-06-02 14:52:56 -07:00
Gabriel Luong
99f34b5ad9 Bug 1084525 - Part 3: Add attach and detach methods to PromisesActor r=fitzgen 2015-06-02 14:52:53 -07:00
Gabriel Luong
946242500a Bug 1084525 - Part 2: Refactor expectState from memory-bridge.js to common.js r=fitzgen 2015-06-02 14:52:49 -07:00
Gabriel Luong
3fd1f392d7 Bug 1084525 - Part 1: Create initial PromisesActor skeleton r=fitzgen 2015-06-02 14:52:46 -07:00
Terrence Cole
5feedc7a8c Bug 1169791 - Strongly type GetTenuredGCThingZone; r=jonco, r=mccr8 2015-06-01 14:11:08 -07:00
J. Ryan Stinnett
41327d2c68 Bug 1168689 - Allow highlighter to see XBL anonymous nodes. r=pbrosset 2015-06-01 16:52:13 -07:00
Gabriel Luong
926f3fef4b Bug 1169064 - Part 3: Refactor LongStringActor, createValueGrip, stringIsLong and longStripGrip from script.js to object.js r=fitzgen 2015-05-30 02:05:39 -07:00
Gabriel Luong
f4fc17c654 Bug 1169064 - Part 2: Formatted object.js and removed unused protocol request arguments r=fitzgen 2015-05-30 02:05:35 -07:00
Gabriel Luong
51762432e1 Bug 1169064 - Part 1: Move ObjectActor to object.js r=fitzgen 2015-05-30 02:05:28 -07:00
James Long
cfb851beff Bug 1166852 - handle named eval sources from the console correctly r=ejpbruel 2015-05-29 12:27:44 -04:00
Ryan VanderMeulen
b3a2e2e5da Merge inbound to m-c. a=merge 2015-05-29 16:58:30 -04:00
Tom Tromey
a4d7a5bc76 Bug 1168088 - Remove SpiderMonkey-specific syntax from toolkit/devtools. r=pbrosset 2015-05-28 11:54:00 -04:00
Ryan VanderMeulen
889a1d90cd Merge inbound to m-c. a=merge 2015-05-29 09:32:46 -04:00
James Long
d724515c40 Bug 1166844 - treat eval'ed code from the console as unnamed eval sources r=ejpbruel 2015-05-28 12:39:56 -04:00
Patrick Brosset
9561d41cf2 Bug 1168760 - Clarify the lazy-actor and parent-child-setup docs; r=ochameau 2015-05-27 14:50:40 +02:00
Patrick Brosset
b0fc02b334 Bug 1166189 - ESLint configuration files for devtools; r=tromey
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.

This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).

Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.
2015-05-28 09:30:03 +02:00
Gabriel Luong
176e823267 Bug 1139058 - Part 1: Allow unmatched rules to be added to the rule view r=pbrosset 2015-05-27 17:36:17 -07:00
Wes Kocher
15cbd8da21 Merge m-c to fx-team, a=merge CLOSED TREE 2015-05-27 17:23:58 -07:00
Wes Kocher
9599a36f8b Merge fx-team to central, a=merge 2015-05-27 17:18:48 -07:00
Jordan Santell
ee800a04a7 Bug 1146237 - FramerateActor should use docShell.now() rather than performance.now so that page refreshes do not break it. r=vp 2015-05-26 15:43:17 -07:00
Wes Kocher
c8d1fdff18 Merge m-c to inbound, a=merge CLOSED TREE 2015-05-26 16:25:11 -07:00
Alexandre Poirot
2fadb2573e Bug 1167174 - Assert that custom highlighter do show the highlighter before proceeding. r=pbrosset 2015-05-25 18:54:08 +02:00
Bobby Holley
11dfc984a5 Bug 1162187 - Remove ignoreReportedErrors. r=glandium
Now that we don't have to worry about XPCShellErrorReporter being invoked at
weird times, we can get rid of this nastiness - though it unfortunately means
getting rid of one of my best comments in the tree. :-(
2015-05-26 13:51:49 -07:00
Nick Fitzgerald
46eaa4f85d Bug 1024774 - Followup: Don't redefine the Debugger property in xpcshell tests;
r=jorendorff
2015-05-28 07:37:43 -07:00
Nick Fitzgerald
f6feccc3d7 Bug 1024774 - Part 13: Change to new SpiderMonkey style from bug 1144366; r=me 2015-05-28 07:37:43 -07:00
Nick Fitzgerald
d1389362ea Bug 1024774 - Part 12: Add a GTest for the JS::ubi::Node specialization for
DeserializedNode; r=jimb
2015-05-28 07:37:43 -07:00
Nick Fitzgerald
a3228ce772 Bug 1024774 - Part 11: Implement a JS::ubi::Node specialization for DeserializedNode; r=jimb 2015-05-28 07:37:43 -07:00
Nick Fitzgerald
dc936ea48e Bug 1024774 - Part 10: Add an xpcshell test for reading heap snapshots. r=jimb 2015-05-28 07:37:43 -07:00
Nick Fitzgerald
b7516b43fb Bug 1024774 - Part 9: Deserialize heap snapshots; r=jimb 2015-05-28 07:37:43 -07:00
Nick Fitzgerald
127c8533fd Bug 1024774 - Part 6: Add a mochitest-chrome sanity check test. r=bholley 2015-05-28 07:37:42 -07:00
Nick Fitzgerald
c895792a33 Bug 1024774 - Part 5: Add GTests for core dump serialization. r=jimb 2015-05-28 07:37:42 -07:00
Nick Fitzgerald
301ca39e0e Bug 1024774 - Part 4: Add an xpcshell test for saving heap snapshots. r=jimb 2015-05-28 07:37:42 -07:00
Nick Fitzgerald
4ee821f51b Bug 1024774 - Part 3: Serialize heap snapshots. r=jimb 2015-05-28 07:37:42 -07:00
Nick Fitzgerald
b65ae7e361 Bug 1024774 - Part 2: Implement a google::protobuf::ZeroCopyOutputStream wrapper
around nsIOutputStream; r=jimb
2015-05-28 07:37:42 -07:00
J. Ryan Stinnett
581d73b9f8 Bug 1067325 - DevTools test fixes for view source in tab. r=pbrosset 2015-05-23 18:17:50 -05:00
Phil Ringnalda
0eefe0c506 Merge f-t to m-c, a=merge 2015-05-23 14:28:07 -07:00
Eddy Bruël
c0ce8afc1f Bug 1164077 - Implement WorkerActor.attach;r=jlong 2015-05-22 17:58:46 +02:00
J. Ryan Stinnett
600aac8e36 Backed out changeset a5e245f216b7 on CLOSED TREE (bug 1067325) 2015-05-22 07:01:59 -05:00
J. Ryan Stinnett
a7f9af3294 Bug 1067325 - DevTools test fixes for view source in tab. r=pbrosset 2015-05-22 05:16:24 -05:00
Panos Astithas
6fae51bbc0 Bug 1163024 - Part 1: Stylesheet actors should use the common DevToolsUtils.fetch(). r=bgrins 2015-05-22 09:09:43 +03:00
James Long
e5ff89f71d Bug 1164632 - use new worker helpers in debugger for pretty-printing r=jsantell 2015-05-21 12:06:32 -04:00
Gabriel Luong
99a9fdaf12 Bug 1043835 - Add Rule on an element with multiple classes should include all the classes. r=pbrosset 2015-05-20 14:36:00 +02:00
Jan Odvarko
a32f03430a Bug 1036949 - Support for markup view customization. r=pbrosset, r=jryans 2015-05-21 13:03:54 +02:00