Patrick Brosset
dcd0d759ff
Bug 1099370
- Avoid toolbox shutdown hang when ending canvasdebugger tests. r=vporof
2014-12-23 01:43:00 -05:00
Victor Porof
84ccf938fa
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
fe3b52b03e
Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past
2014-12-01 22:55:56 -08:00
James Long
76f45fdfdb
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
3f26f678fc
Bug 1058879 - enable browser_canvas-actor-test-10.js for e10s. r=vp
2014-10-29 13:03:00 +01:00
Mark Hammond
a233d9155c
Bug 1058879 - enable most canvasdebugger tests in e10s. r=pbrosset
2014-09-25 17:54:54 +10:00
J. Ryan Stinnett
6bcacd1e1f
Bug 979536 - Part 5: Fix reopening graphics tools. r=vporof
2014-09-24 08:49:00 +02:00
Shu-yu Guo
59ccd2fecb
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Brian Grinstead
999b51ceaa
Bug 1058879 - Skip canvasdebugger tests for e10s. r=vporof
2014-08-26 13:25:00 -04:00
Pierre de La Morinerie
ddd10a7eec
Bug 971959 - Fix z-ordering of DevTools toolbar buttons. r=bgrins
2014-08-03 03:44:00 -04:00
Nathan Froyd
542214c4df
Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
...
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -04:00
Victor Porof
a8901b62ce
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
85551493a0
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
fb723a53a7
Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell
2014-07-22 12:43:23 -04:00
Jordan Santell
9d18e0b35a
Bug 1015665 - Do not store function calls in CallWatcherActor unless needed. r=vp
2014-07-01 14:25:00 +02:00
Jordan Santell
600c9c9252
Bug 978964 - Display combined bitmask values in the canvas debugger. r=vp
2014-06-30 14:12:00 +02:00
Jordan Santell
13984c654e
Bug 999687 - Only show enum names in canvas debugger for appropriate method and arguments. r=vp
2014-06-27 12:09:00 +02:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Jordan Santell
b8bdba9c9c
Bug 1025311 - Add telemetry for canvas debugger. r=vp,miker
...
From eb3ed1cf3ff07a530297c74976a1d96ca8b5bd79 Mon Sep 17 00:00:00 2001
---
browser/devtools/canvasdebugger/canvasdebugger.js | 4 +
browser/devtools/shared/telemetry.js | 5 +
browser/devtools/shared/test/browser.ini | 1 +
...browser_telemetry_toolboxtabs_canvasdebugger.js | 117 +++++++++++++++++++++
toolkit/components/telemetry/Histograms.json | 17 +++
5 files changed, 144 insertions(+)
create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_canvasdebugger.js
2014-06-13 16:48:30 -07:00
Brian Grinstead
ef8f3b3489
Bug 942292 - DevTools themes - make the toolbars thinner. r=vporof
...
CLOSED TREE
2014-06-13 09:11:32 -05:00
Ed Morley
a19e1a048f
Backed out changeset 9fd9c035a76a (bug 942292) for making browser_canvas-frontend-slider-02.js fail 30-40% of the time
2014-06-13 18:45:27 +01:00
Brian Grinstead
5303f3531b
Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof
2014-06-13 09:11:32 -05:00
Ryan VanderMeulen
3a8da37041
Bug 996003 - Various devtools test manifest cleanups. r=miker
2014-04-15 08:03:53 -04:00
Michael Ratcliffe
d0f5dae6ab
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Victor Porof
b566dac1b0
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Ed Morley
88eeed4244
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
67a3d8e2c9
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
8b52569db7
Bug 917226 - Build a canvas inspection tool, r=rcampbell
...
--HG--
extra : rebase_source : 466745d61633e1e56f7fd1f2e680952c52cdf0a4
2014-03-27 18:57:16 +00:00
Victor Porof
73b28f4ab2
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Ed Morley
216776abce
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00
Victor Porof
4fd4807937
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 10:21:37 -04:00