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 |
|
Fayolle Florent
|
ac08f68a13
|
Bug 1108212 - In the DevTools Inspector tree, pressing delete should move to the next element. r=bgrins
|
2014-12-07 14:54:00 -05:00 |
|
Jordan Santell
|
07b85cc924
|
Bug 1102347 - Add jump to lines in the debugger from new performance call tree. r=vp
|
2014-12-10 17:34:00 +01:00 |
|
Carsten "Tomcat" Book
|
e82e89c4ce
|
Backed out changeset 85a89a0a4c1c (bug 1110069)
|
2014-12-12 13:14:57 +01:00 |
|
Ankit Goyal
|
bf957f7aa7
|
Bug 1110069 - Replace getBrowser() with gBrowser. r=dao
--HG--
extra : rebase_source : 4db6c01d37ea4e38e94f70a677c5d31decd22f72
|
2014-12-12 10:40:23 +01:00 |
|
Sami Jaktholm
|
a04d6d7e75
|
Bug 1110486 - Use .then instead of .catch to handle rejections in Tooltip.isValidHoverTarget as Markup View uses deprecated-sync-thenables; r=pbrosset
|
2014-12-12 09:29:57 +01:00 |
|
Masatoshi Kimura
|
b1f989d9f1
|
Bug 1092835 - Tests for SSL3/RC4 only servers. r=keeler,past
|
2014-12-13 20:09:02 +09:00 |
|
Wes Kocher
|
6d3a321489
|
Merge inbound to m-c a=merge
|
2014-12-11 16:50:45 -08:00 |
|
Jordan Santell
|
91615d22fc
|
Bug 1109764 - Correctly toggle the details view buttons in the performance tool. r=vp
|
2014-12-10 14:45:00 +01:00 |
|
Sami Jaktholm
|
e482c290fa
|
Bug 1024910 - DevTools: Catch and ignore expected rejections from Tooltip.isValidHoverTarget; r=pbrosset
|
2014-12-11 03:51:00 +01:00 |
|
Panos Astithas
|
bf1d083af2
|
Make Scratchpad's evaluations that throw faster (bug 1109692). r=fitzgen
--HG--
extra : rebase_source : 5de1ed256d035d785806fe21c45fb18d1ed61291
|
2014-12-10 09:00:17 +02:00 |
|
J. Ryan Stinnett
|
a2087e8769
|
Bug 1059001 - Part 5: Reset connection options before connecting. r=paul
|
2014-12-10 20:55:52 -06:00 |
|
J. Ryan Stinnett
|
f314c713cf
|
Bug 1059001 - Part 4: Pass encryption through via discovery. r=past
|
2014-12-10 20:55:52 -06:00 |
|
J. Ryan Stinnett
|
ccf18a8ec4
|
Bug 1059001 - Part 3: Add encryption socket option. r=past
|
2014-12-10 20:55:52 -06:00 |
|
J. Ryan Stinnett
|
a0a3a60049
|
Bug 1059001 - Part 1b: Update openListener callsites. r=past
|
2014-12-10 20:55:51 -06:00 |
|
James Long
|
eacfd607a3
|
Bug 1107541 - Display eval sources with a sourceURL pragma correctly in the debugger. r=fitzgen
|
2014-12-09 15:00:00 -05:00 |
|
Patrick Brosset
|
acf691100a
|
Bug 1103993 - 4 - Cleanup styleinspector tests; r=bgrins
|
2014-12-10 09:09:25 +01:00 |
|
Patrick Brosset
|
b66c23fae5
|
Bug 1103993 - 3 - Only refresh the rule/computed views when active; r=bgrins r=ochameau
|
2014-12-10 09:09:19 +01:00 |
|
Wes Kocher
|
01ab0e8f7d
|
Backed out changeset 09bd629ead0f (bug 731318) for mochitest-e10s-devtools orange
|
2014-12-09 14:45:08 -08:00 |
|
J. Ryan Stinnett
|
46c55add68
|
Bug 731318 - Show transferred size in Net Monitor. r=vporof
|
2014-12-09 14:35:13 -06: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 |
|
Brian Grinstead
|
9bcbf844bd
|
Bug 1093730 - Use getPanelWhenReady for debugger state in browser toolbox. r=jryans
|
2014-12-08 16:20:00 +01:00 |
|
Brian Grinstead
|
419a2c0c05
|
Bug 1093730 - Add DevTools toolbox API for getPanelWhenReady. r=jryans
|
2014-12-08 16:19:00 +01:00 |
|
Phil Ringnalda
|
95ca321b54
|
Back out eb203c9db11d (bug 1107541) for e10s dt bustage
CLOSED TREE
|
2014-12-08 20:24:52 -08:00 |
|
James Long
|
7ced063c80
|
Bug 1107541 - display eval scripts with a sourceURL pragma correctly in the debugger r=fitzgen
|
2014-12-08 15:49:34 -08:00 |
|
J. Ryan Stinnett
|
e966106d94
|
Bug 1107013 - Clear Browser Toolbox cache for local builds. r=bgrins
|
2014-12-08 16:26:09 -06:00 |
|
Victor Porof
|
aa4d9dead9
|
Bug 1101197 - Improve performance of framerate view in new performance tool, r=jsantell
|
2014-12-08 13:09:25 -05:00 |
|
Victor Porof
|
907780c2f8
|
Bug 1107947 - Small reorg of the files in the new performance tool, r=jsantell
--HG--
rename : browser/devtools/performance/controller.js => browser/devtools/performance/performance-controller.js
rename : browser/devtools/performance/views/main.js => browser/devtools/performance/performance-view.js
rename : browser/devtools/performance/views/call-tree.js => browser/devtools/performance/views/details-call-tree.js
rename : browser/devtools/performance/views/waterfall.js => browser/devtools/performance/views/details-waterfall.js
|
2014-12-06 12:08:10 -05:00 |
|
Victor Porof
|
37b2cf1f80
|
Bug 1107943 - The maker sidebar has some annoying text spacing, r=jsantell
|
2014-12-06 12:08:10 -05:00 |
|