Paul Rouget
76a5e9c75c
Bug 1087877 - [timeline] User should be able to filter out any type of marker. r=vporof
2015-01-05 03:06:20 +01:00
Jordan Santell
36254cdc23
Bug 1115780 - increase timeout on audionode destruction tests. r=vp
2014-12-28 10:26:00 +01:00
Tom Tromey
3da37909db
Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof
2014-12-29 11:32:00 +01:00
Alexandre Poirot
a22681fd34
Bug 1000993
- Allows WebIDE to run commands before pushing apps. r=jryans
2014-12-30 07:05:00 +01:00
Phil Ringnalda
41cdae473a
Back out 9 changesets (bug 649142)
...
Backed out changeset 936703c75200 (bug 649142)
Backed out changeset b0252d2620d8 (bug 649142)
Backed out changeset 69ddb2036c50 (bug 649142)
Backed out changeset 67748675e669 (bug 649142)
Backed out changeset 15ed55c61f4e (bug 649142)
Backed out changeset 35c42cd138e1 (bug 649142)
Backed out changeset 1335630cf287 (bug 649142)
Backed out changeset b5725cd39a31 (bug 649142)
Backed out changeset b0eb691d6695 (bug 649142)
2014-12-30 20:04:20 -08:00
Cameron McCormack
246dccd863
Bug 649142 - Part 4: Convert logical margin properties. r=dbaron
2014-12-31 12:18:14 +11:00
Cameron McCormack
c1366ac48c
Bug 649142 - Part 3: Convert logical padding properties. r=dbaron
...
Here we convert the logical padding properties into their new resolved-at-
cascade-time implementations. This involves:
* converting -moz-padding-{start,end} into logical longhand properties
* adding padding-inline-{start,end} aliases for -moz-padding-{start,end}
* converting padding-{left,right} into longhand properties
* removing padding-{left,right}-value and
padding-{left,right}-{ltr,rtl}-source internal properties
The CSS parser and various tests are simplified a bit as a result.
2014-12-31 12:18:14 +11:00
Masatoshi Kimura
28adad3ff7
Bug 1115668 - Fix inappropriate mixed content warning messages. r=tanvi
2014-12-30 23:09:33 +09:00
Jordan Santell
4b1683e16c
Bug 1056458 - Add backend for recording automation events in the web audio API for developer tools. r=vp
2014-12-27 09:10:00 +01:00
Michael Ratcliffe
e1602a6fb5
Bug 1049436 - Stop showing color swatch for CSS vars r=bgrins
2014-12-26 11:40:35 +00:00
Patrick Brosset
dcd0d759ff
Bug 1099370
- Avoid toolbox shutdown hang when ending canvasdebugger tests. r=vporof
2014-12-23 01:43:00 -05:00
Gijs Kruitbosch
02652044b5
Bug 1079303 - part 2: fix tests to not expect sync behaviour from notification.reshow, r=dolske
2014-11-25 01:06:36 +00:00
Victor Porof
4bd97bc067
Bug 1077454 - Handle import/export in new performance tool, r=jsantell
2014-12-23 11:50:50 -05:00
anirudhgp
195ece9851
Bug 1079336 - Updated runtime details to show 'unknown (requires ADB Helper 0.4.0 or later)' in WebIDE properties; r=jryans
2014-12-20 02:45:00 +01:00
J. Ryan Stinnett
c0cf86a5c7
Bug 731318 - Show transferred size in Net Monitor. r=vporof
2014-12-22 12:15:48 -06:00
J. Ryan Stinnett
1e0fcf0354
Bug 1082632 - Enable Valence auto-install for all channels. r=paul
2014-12-22 07:56:54 -06:00
Patrick Brosset
76e51a4719
Bug 1105825 - Fix the toolbox/inspector/sidebar destroy sequence; r=past
2014-12-22 14:54:09 +01:00
Patrick Brosset
c97d8a36c9
Bug 1113552 - Use add_task in all browser/devtools/timeline browser mochitests; r=paul
2014-12-19 02:59:00 +01:00
Patrick Brosset
3c0bacbcdc
Bug 1113584
- Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell
2014-12-19 02:55:00 +01:00
Brian Birtles
76a87ac42a
Bug 927349 part 20 - Update selectTreeItem to wait for tree expansion animations to finish; r=bgrins
...
Currently selectTreeItem, as used by various devtools storage panel tests,
expands the tree then clicks items. However, it fails to account for the fact
that expansion animations may mean that the item that should be selected is not
yet able to be clicked. It currently happens to be lucky enough that typically
the animation is short enough that the item in question will be click-able in
time (since click() spins the event loop using executeSoon there is some time
for the animation to play).
If we make animations wait until their first frame has rendered before
beginning the chance that the tree item will become clickable in time is
reduced. This patch works around that by looking for animating branches
amongst the ancestors of the item to be selected. If one is found it waits for
the animation to end.
Unfortunately this ties the tests to the tree widget styles somewhat (in
particular the test looks for specified values of max-height).
However, these changes only delay the execution of the test so, if these styles
were to change, it is only likely that these tests would fail (and hence need to
be updated) than to mask a genuine bug. Until the Web Animations API is
available by default it is difficult to test if animations are running so this
seems like the best we can do for now.
2014-12-22 09:35:42 +09:00
J. Ryan Stinnett
d17a17e989
Bug 1112836 - Control runtime auto-connect in UI. r=ochameau
2014-12-17 15:49:00 +01:00
J. Ryan Stinnett
6dcec697d1
Bug 1112847 - Only connect once with auto-connect. r=ochameau
2014-12-17 15:49:00 +01:00
Heather Arthur
69fcd87b11
Bug 1105572 - Font inspector should display fonts using their font weight and style. r=bgrins
2014-12-17 16:05:00 +01:00
Jordan Santell
099a5f83a6
Bug 1110878 - Don't display arrow dropdowns on web audio inspector variables. r=jryans
2014-12-17 12:09:00 -05:00
Heather Arthur
5e9f69c5a4
Bug 990741 - Add telemetry to eyedropper. r=mratcliffe
2014-12-17 11:04:00 -05:00
Sami Jaktholm
9b54563466
Bug 940542 - Use Promise.jsm instead of deprecated-sync-thenables in Inspector. r=pbrosset
2014-12-16 10:06:00 -05:00
Michael Ratcliffe
93673abdb9
Bug 1111601 - Avoid using hiddenwindow in DevTools code r=pbrosset
2014-12-17 13:43:30 +00:00
Brian Grinstead
7f02b8f098
Bug 1088861 - Add evaluateJSAsync method on the web console actor;r=past
2014-12-16 17:18:26 -08:00
Brian Grinstead
f5d5822f69
Bug 1088861 - Refactor console tests to prepare for async js evaluation requests;r=past
2014-12-16 17:18:19 -08:00
Jordan Santell
3dcf395358
Bug 1110952 - Add module for managing devtools colors and
...
From 7d463d4891a7a4f57652cb962e3113eb28dea876 Mon Sep 17 00:00:00 2001
themes. r=bgrins
2014-12-12 11:28:24 -08:00
Patrick Brosset
9c625888b6
Bug 1104908 - 3 - Re-enable most of the styleinspector tests on e10s; r=me
2014-12-16 22:34:17 +01:00
Patrick Brosset
9cb7db4564
Bug 1104908 - 2 - Remove the timeout in styleinspector's waitforsuccess test helper function; r=harth
2014-12-16 22:34:13 +01:00
Shubham Jindal
e32e63d0a3
Bug 1073857 - Allow app names without ASCII characters when creating new app/handle non-ASCII characters like umlauts more gracefully (repeatedly asking for folder). r=jryans
2014-12-15 09:38:00 +01:00
Heather Arthur
5ba90588b0
Bug 1042253 - Enable devtools/webconsole tests with e10s; r=past
2014-08-09 20:20:20 +03:00
Panos Astithas
fc9b0c05eb
Make Scratchpad's reloadAndRun use the RDP and enable scratchpad tests with e10s (bug 1106702). r=harth
2014-12-16 10:43:08 +02:00
abdelrhman
3990efb3f1
Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
...
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
Ryan VanderMeulen
ea023df69a
Backed out changeset cab12d762123 (bug 1087877) for e10s mochitest-dt failures.
2014-12-15 15:58:27 -05:00
Paul Rouget
4406c2c5e0
Bug 1087877 - [timeline] User should be able to filter out any type of marker. r=vporof
2014-12-15 05:07:00 -05:00
Patrick Brosset
77d594ab26
Bug 1075319 - Use native add_task in devtools mochitests rather than custom asyncTest. r=miker
2014-12-15 03:37:00 -05:00
Sami Jaktholm
191392bbbd
Bug 1056048 - Replace deprecated-sync-thenables with Promise.jsm in Markup View. r=pbrosset
2014-12-15 02:52:00 -05:00
Ryan VanderMeulen
9239a38d0e
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-12-15 13:45:30 -05:00
Patrick Brosset
a0a6bdc6d7
Bug 1104908 - 1 - Fix e10s intermittent browser_computedview_original-source-link.js; r=harth
2014-12-15 12:24:47 +01:00
Victor Porof
bafb527537
Bug 1077457 - Add markers and memory to Overview->Timeline view in new performance tool, r=jsantell
2014-12-12 22:31:27 -05:00
Victor Porof
dee5667530
No bug - Fix browser_graphs-09c.js failing because of bug 1111073, r=me
2014-12-12 20:16:34 -05:00
Victor Porof
d58e06ae64
Bug 1111073 - Gutter lines in the framerate graph should be hidden if there's no data available, r=jsantell
2014-12-12 19:45:37 -05:00
Victor Porof
bd72620c3a
Bug 1111045 - Selection should always be disabled while recording in the new performance tool, r=jsantell
...
--HG--
rename : browser/devtools/performance/test/browser_perf-overview-selection.js => browser/devtools/performance/test/browser_perf-overview-selection-01.js
2014-12-12 19:45:33 -05:00
Victor Porof
26f7493ecf
Bug 1111036 - At the end of a recording, the framerate graph should increase detail, r=jsantell
2014-12-12 19:44:52 -05:00
Victor Porof
62db9ed8e9
Bug 1111029 - The waterfall view calls recalculateBounds
unnecessarily too often, r=jsantell
2014-12-12 19:44:52 -05:00
Victor Porof
a5c68db937
Bug 1111010 - A deck in the new performance tool shouldn't use .devtools-responsive-container, r=jsantell
2014-12-12 19:44:52 -05:00
Ankit Goyal
8e700c9dee
Bug 1110069 - Replace getBrowser() with gBrowser in /browser. r=dao
2014-12-11 21:48:00 -05:00