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

51 Коммитов

Автор SHA1 Сообщение Дата
Tooru Fujisawa 0edbeb71c8 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 e1db0f779e 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
Jordan Santell 2513d09a8a Bug 1134778 - Consolidate usages of view sourcing in tools with a source-utils module. r=vp,jryans 2015-04-24 14:16:34 -07:00
Wes Kocher 5c3f9ff266 Backed out changeset b09423cfc86b (bug 1098374) for dt orange 2015-04-20 15:40:48 -07:00
Michael Ratcliffe 881804bd7f Bug 1098374 - Telemetry: Stop all monkey patching in devtools telemetry tests r=harth,bgrins 2015-04-16 10:17:26 +01:00
Panos Astithas e4b9084401 Add a devtools tag to all devtools tests (bug 1149907). r=pbrosset 2015-04-01 14:09:33 +03:00
Wes Kocher b2db624bde 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 b77e439bd6 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 89f38a949f Bug 1134876 - Clicking an in-progress recording snapshot will no longer throw an error. r=vp
--HG--
extra : rebase_source : 07fde24b623866068a1233632120bb709e7aeffc
2015-02-25 14:58:37 -08:00
Jordan Santell c32efa4de3 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 24ae013821 Bug 978948 - Add animation generator support for setTimeout in the canvas debugger. r=vp 2015-02-23 17:26:56 -08:00
Jordan Santell c0e7a6e6a0 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
Christoph Kerschbaumer 1479747bf7 Bug 1115193 - Make JS callers of ios.newChannel call ios.newChannel2 in browser/devtools (r=vporof) 2015-02-10 20:48:36 -08:00
Brian Grinstead 65b7fd2bf7 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 e70c6c1695 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
Tim Nguyen 676fdbf7e6 Bug 1019186 - Use new throbbers for DevTools UI. r=bgrins
--HG--
extra : rebase_source : 30e9b1c32218794b230b92e272e258ca26ed4c12
2015-01-23 17:10:18 -08:00
Joel Maher 4aaf60ae9d Bug 1041500 - Enable run-by-dir mode for mochitest-devtools. r=RyanVM
CLOSED TREE
2015-01-15 10:00:00 -05:00
Brian Grinstead c24443811f Backed out changeset 291e3a83a122 (bug 1042619) 2015-01-13 12:25:57 -08:00
Aaron Raimist 86073ad5ba Bug 1042619 - Change 'width x height' letter x to × in devtools frontend;r=bgrins 2015-01-13 11:59:01 -08:00
Eddy Bruël c682da92a7 Bug 1118801 - Handle uncaught promise rejections in the canvas debugger;r=vporof 2015-01-09 14:03:46 +01:00
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