Commit Graph

4078 Commits

Author SHA1 Message Date
Sami Jaktholm
e82500d505 Bug 1106181 - Don't wait for TAB_UPDATED in browser_net_details-no-duplicated-content.js if there's not going to be one. r=vporof 2015-01-03 18:47:32 +02:00
Jordan Santell
bde4e8519a Bug 1064373 - Add dark theme for timeline's memory and marker overviews. r=vp 2015-01-05 14:57:00 -05:00
Jordan Santell
5e7873bce5 Bug 1049820 - Add a dark theme style for the profiler's category graphs. r=vp 2015-01-05 16:55:00 -05:00
Sami Jaktholm
dad9fa7b97 Bug 932179 - Part 2: UI to present security info in NetMonitor. r=vporof 2015-01-06 02:59:00 -05:00
Wes Kocher
b22f691e1d Merge fx-team to m-c a=merge 2015-01-05 17:08:49 -08:00
Anurag Chaudhury (anuragchaudhury@gmail.com)
be3aee6431 Bug 1097150 - Added getAllUsedFontFaces to styles.js retrieve fonts from all windows;r=pbrosset 2015-01-05 09:38:57 -08:00
Paul Rouget
7673673608 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
cd9546bbd4 Bug 1115780 - increase timeout on audionode destruction tests. r=vp 2014-12-28 10:26:00 +01:00
Tom Tromey
e0a375122b Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof 2014-12-29 11:32:00 +01:00
Alexandre Poirot
62dfbe58b5 Bug 1000993 - Allows WebIDE to run commands before pushing apps. r=jryans 2014-12-30 07:05:00 +01:00
Phil Ringnalda
5cc5a1f24c 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
6399b44e53 Bug 649142 - Part 4: Convert logical margin properties. r=dbaron 2014-12-31 12:18:14 +11:00
Cameron McCormack
fc345d527c 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
d2e2475796 Bug 1115668 - Fix inappropriate mixed content warning messages. r=tanvi 2014-12-30 23:09:33 +09:00
Jordan Santell
99537b7843 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
8b0d58d9b5 Bug 1049436 - Stop showing color swatch for CSS vars r=bgrins 2014-12-26 11:40:35 +00:00
Patrick Brosset
f5bf0c2ceb Bug 1099370 - Avoid toolbox shutdown hang when ending canvasdebugger tests. r=vporof 2014-12-23 01:43:00 -05:00
Gijs Kruitbosch
9cf533e765 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
ca34cd6763 Bug 1077454 - Handle import/export in new performance tool, r=jsantell 2014-12-23 11:50:50 -05:00
anirudhgp
9394fe973e 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
01a79ffc47 Bug 731318 - Show transferred size in Net Monitor. r=vporof 2014-12-22 12:15:48 -06:00
J. Ryan Stinnett
97fa27d3f2 Bug 1082632 - Enable Valence auto-install for all channels. r=paul 2014-12-22 07:56:54 -06:00
Patrick Brosset
061d467414 Bug 1105825 - Fix the toolbox/inspector/sidebar destroy sequence; r=past 2014-12-22 14:54:09 +01:00
Patrick Brosset
71129252de Bug 1113552 - Use add_task in all browser/devtools/timeline browser mochitests; r=paul 2014-12-19 02:59:00 +01:00
Patrick Brosset
94461512d2 Bug 1113584 - Use add_task in all browser/devtools/webaudieditor browser mochitests; r=jsantell 2014-12-19 02:55:00 +01:00
Brian Birtles
5a1d969195 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
ba2f328aba Bug 1112836 - Control runtime auto-connect in UI. r=ochameau 2014-12-17 15:49:00 +01:00
J. Ryan Stinnett
a737ffa58c Bug 1112847 - Only connect once with auto-connect. r=ochameau 2014-12-17 15:49:00 +01:00
Heather Arthur
74ecec7bb8 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
228939c92b Bug 1110878 - Don't display arrow dropdowns on web audio inspector variables. r=jryans 2014-12-17 12:09:00 -05:00
Heather Arthur
a0b8caf89e Bug 990741 - Add telemetry to eyedropper. r=mratcliffe 2014-12-17 11:04:00 -05:00
Sami Jaktholm
77af1a24b6 Bug 940542 - Use Promise.jsm instead of deprecated-sync-thenables in Inspector. r=pbrosset 2014-12-16 10:06:00 -05:00
Michael Ratcliffe
f1910c2703 Bug 1111601 - Avoid using hiddenwindow in DevTools code r=pbrosset 2014-12-17 13:43:30 +00:00
Brian Grinstead
bb0f5f8885 Bug 1088861 - Add evaluateJSAsync method on the web console actor;r=past 2014-12-16 17:18:26 -08:00
Brian Grinstead
7d17fba717 Bug 1088861 - Refactor console tests to prepare for async js evaluation requests;r=past 2014-12-16 17:18:19 -08:00
Jordan Santell
3212954412 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
bb4602bdd6 Bug 1104908 - 3 - Re-enable most of the styleinspector tests on e10s; r=me 2014-12-16 22:34:17 +01:00
Patrick Brosset
ecde280972 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
d0585c506a 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
50b9b2d5a5 Bug 1042253 - Enable devtools/webconsole tests with e10s; r=past 2014-08-09 20:20:20 +03:00
Panos Astithas
fbadfea7c8 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
605c00590b 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
e5a214f6d2 Backed out changeset cab12d762123 (bug 1087877) for e10s mochitest-dt failures. 2014-12-15 15:58:27 -05:00
Paul Rouget
92e1c5ce85 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
b768f4fff8 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
45f4685696 Bug 1056048 - Replace deprecated-sync-thenables with Promise.jsm in Markup View. r=pbrosset 2014-12-15 02:52:00 -05:00
Ryan VanderMeulen
ddf7925c9c Merge inbound to m-c. a=merge
CLOSED TREE
2014-12-15 13:45:30 -05:00
Patrick Brosset
9e025608e5 Bug 1104908 - 1 - Fix e10s intermittent browser_computedview_original-source-link.js; r=harth 2014-12-15 12:24:47 +01:00
Victor Porof
ccdebb22ea 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
14699883ea No bug - Fix browser_graphs-09c.js failing because of bug 1111073, r=me 2014-12-12 20:16:34 -05:00