Alexandre Poirot
0939709730
Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans
2015-08-10 05:38:56 -07:00
Alexandre Poirot
8c0e5c90ec
Bug 1188401 - Expose require out of Loader.jsm and use it. r=jryans
2015-08-06 05:38:10 -07:00
Tom Tromey
5acaf7f263
Bug 1148593 - Create async stack in callback objects. r=bz, r=fitzgen
2015-07-24 07:01:00 -04:00
Ryan VanderMeulen
99eb81305b
Backed out changesets fa9fe193778f and 3eaf867930dd (bug 1148593) for test_async_setTimeout_stack.html and test_async_setTimeout_stack_across_globals.html failures.
2015-07-17 12:37:24 -04:00
Tom Tromey
d5e041af26
Bug 1148593 - Create async stack in callback objects. r=bz, r=fitzgen
2015-07-17 07:48:00 -04:00
J. Ryan Stinnett
7e2158acc2
Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau
2015-07-02 04:56:57 -05: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
Patrick Brosset
f88e9e52f2
Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans
2015-05-24 14:44:02 +02:00
Tooru Fujisawa
22a3f8a30f
Bug 1102219 - Part 5: Replace more String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
ziyunfei
649e7033e4
Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till
2015-04-30 00:32:05 +09:00
Panos Astithas
a936ed870b
Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset
2015-04-01 14:09:33 +03:00
Wes Kocher
cd434fb4d3
Bug 1135403 - Add files that apparently didn't get added when I imported the patch CLOSED TREE r=me
2015-02-25 15:42:27 -08:00
Jordan Santell
ab8418a9a6
Bug 1135403 - Test that canvas debugger handles scenario where there is an animation cycle, but no draw calls or canvas. r=vp
2015-02-25 15:22:29 -08:00
Jordan Santell
af3521aa85
Bug 1134876 - Clicking an in-progress recording snapshot will no longer throw an error. r=vp
2015-02-25 14:58:37 -08:00
Jordan Santell
d3d7e077d5
Bug 985488 - Allow canvas debugger to time out and stop recording frames. Canvas debugger 'wait' style now matches other media styles. Update labels in canvas debugger to explicitly state that it's waiting for rAF cycles, rather than appearing as if something went wrong. r=vporof
2015-02-23 18:46:00 +01:00
Jordan Santell
9b0141d724
Bug 978948 - Add animation generator support for setTimeout in the canvas debugger. r=vp
2015-02-23 17:26:56 -08:00
Jordan Santell
fc9ed1d0e5
Bug 1122766 - Fix canvas debugger to continue recording frames until one with a draw call. r=vp
2015-02-21 11:56:00 -05:00
Brian Grinstead
78ac1b7e2c
Bug 1121110 - Add a shared.properties file for localizing strings used across tools;r=vporof
2015-01-28 11:57:27 -08:00
Aaron Raimist
da5470f9f0
Bug 1042619 - Change 'width x height' letter x to a multiplication sign in devtools frontend. r=bgrins
2015-01-26 14:36:00 -05:00
Joel Maher
f0d4c17c58
Bug 1041500 - Enable run-by-dir mode for mochitest-devtools. r=RyanVM
...
CLOSED TREE
2015-01-15 10:00:00 -05:00
Patrick Brosset
a0bed8de74
Bug 1099370 - Avoid toolbox shutdown hang when ending canvasdebugger tests. r=vporof
2014-12-23 01:43:00 -05:00
Victor Porof
4f59ec81b6
Bug 1106137 - Make canvas debugger faster by avoiding a double-copy operation when deserializing image data, r=pbrosset
2014-12-09 10:57:53 -05:00
J. Ryan Stinnett
99df2107de
Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past
2014-12-01 22:55:56 -08:00
James Long
edda82574b
Bug 905700 - use Debugger.Source in the debugger backend and reference source actors instead of URLs in the frontend r=fitzgen
2014-11-25 15:02:39 -08:00
Jordan Santell
2bd91dfb92
Bug 1058879 - enable browser_canvas-actor-test-10.js for e10s. r=vp
2014-10-29 13:03:00 +01:00
Mark Hammond
b3d1b7f419
Bug 1058879 - enable most canvasdebugger tests in e10s. r=pbrosset
2014-09-25 17:54:54 +10:00
Shu-yu Guo
40c62f33a5
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Brian Grinstead
643991053d
Bug 1058879 - Skip canvasdebugger tests for e10s. r=vporof
2014-08-26 13:25:00 -04:00
Victor Porof
fdab403e55
Bug 1041225 - Generating a screenshot is very slow when the content canvas has obnoxious dimensions, r=rcampbell
2014-07-22 12:43:24 -04:00
Victor Porof
c43010f1e1
Bug 1041158 - Properly cleanup the framebuffer binding after generating a screenshot from a webgl context, r=rcampbell
2014-07-22 12:43:24 -04:00
Victor Porof
5a57c6a2ae
Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell
2014-07-22 12:43:23 -04:00
Jordan Santell
081e564f08
Bug 1015665 - Do not store function calls in CallWatcherActor unless needed. r=vp
2014-07-01 14:25:00 +02:00
Jordan Santell
f934f57ad3
Bug 978964 - Display combined bitmask values in the canvas debugger. r=vp
2014-06-30 14:12:00 +02:00
Jordan Santell
9b67b97973
Bug 999687 - Only show enum names in canvas debugger for appropriate method and arguments. r=vp
2014-06-27 12:09:00 +02:00
Ryan VanderMeulen
66b14f4f7d
Bug 996003 - Various devtools test manifest cleanups. r=miker
2014-04-15 08:03:53 -04:00
Michael Ratcliffe
4cc10271fe
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Victor Porof
44be8a9e11
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Ed Morley
7b7e69675a
Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
...
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
94fd0585ad
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
1e99cd89c2
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 18:57:16 +00:00
Victor Porof
edb8b333ef
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Ed Morley
773b2fdd6c
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00
Victor Porof
8f4d59d943
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 10:21:37 -04:00