Ryan VanderMeulen
5e083ec726
Merge fx-team to m-c. a=merge
2015-04-30 13:45:40 -04:00
Jordan Santell
6066e36c67
Bug 1158645
- Calculate FPS in performance tool by counting frames over duration, rather than averaging values of reported framerate timestamps. r=vp
2015-04-29 13:53:19 -07:00
Fabrice Desré
5c9a3c2266
Bug 1114676 - Enable web components for all apps when toggling developer mode r=ochameau
2015-04-29 17:12:20 -07:00
Wes Kocher
10fec54e1c
Merge fx-team to m-c a=merge CLOSED TREE
2015-04-29 16:46:00 -07:00
Wes Kocher
1e2b02f650
Merge inbound to m-c a=merge CLOSED TREE
2015-04-29 16:43:32 -07:00
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
Ryan VanderMeulen
659b2a4f94
Merge m-c to b2g-inbound. a=merge
2015-04-28 15:40:15 -04:00
Ryan VanderMeulen
dc34386c9f
Merge inbound to m-c. a=merge
2015-04-28 15:27:26 -04:00
Fabrice Desré
6ec37a4c83
Bug 1157893 - Create a toggle for developer mode r=ochameau
2015-04-28 10:28:36 -07:00
Gabor Krizsanits
05e8ecba11
Bug 982319 - Unzipping response boddies in network monitor when needed. r=ochameau
2015-04-29 10:18:27 +02:00
Brian Grinstead
6b0d5ba3f0
Bug 1159276 - Prevent showing the source context menu if the breakpoint context menu is also going to be shown;r=jlongster
2015-04-28 14:10:08 -07:00
Jan Keromnes
fbaf1d4482
Bug 1150715 - Implement "Copy Request/Response Headers" context menu items. r=jsantell
2015-04-28 07:58:00 -04:00
Tim Nguyen
42a52b8b3d
Bug 1023546 - DevTools - Support HDPI resolutions for Windows. r=bgrins
2015-04-28 07:30:00 -04:00
Jennifer Fong
3e0ad865ca
Bug 1135191 - Add runtime panel with toggle. r=jryans
2015-04-27 14:19:00 -04:00
Nick Fitzgerald
d3d505bee3
Bug 1069910 - Add tooltips explaining what each column in the profiler's tree view represents; r=jsantell
2015-04-27 13:50:41 -07:00
Patrick Brosset
5aebb401b0
Bug 1153463 - Intermittent browser_animation_setting_currentTime_works_and_pauses.js. r=miker
...
The failing test was rewinding a player and expecting it to pause at 0.
But rewing first pauses (async) and then sets the time (async), and the test
was only waiting for the player to pause.
With this change, we now also wait until the time is the expected one.
--HG--
extra : transplant_source : %23BU%CB%F3%3A%A8%226hWIw%E8VI%3A%94%A4V
2015-04-27 11:01:47 +02:00
Sami Jaktholm
210b181f29
Bug 1148086 - Style Editor: Don't jump to the first line unconditionally when an editor is shown. r=bgrins
...
This overrides the jump-to-line other tools might have requested if the editor
was not already active. The idea was to restore the scroll position after the
editor was hidden and then shown again but the functionality regressed when bug
816967 was fixed.
Now that Style Editor uses CodeMirror the scroll position can be restored by
calling refresh on the CodeMirror instance. If a specific line to focus was
specified, refreshing the editor is a no-op as it was done when the line was
selected. However, if the editor was not refreshed after the editor became
visible again (i.e. a line to jump to was not specified), refreshing it will
restore the previous scroll position.
2015-04-25 06:54:25 +03:00
James Long
7968b594cc
Bug 1145262 - Modularize the toolbar views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
James Long
ca2d6d3dcb
Bug 1145262 - Modularize the pane views in the debugger. r=fitzgen
2015-04-24 15:21:00 -04:00
James Long
cc0aeb3f6e
Bug 764958 - Show cached network requests in the net monitor. r=jsantell
2015-04-24 14:57:00 -04:00
Brian Grinstead
d4cf2e0950
Bug 1150780 - Refactor ruleview tests and add 'empty value' inplace editor test;r=pbrosset
2015-04-27 07:03:41 -07:00
Brian Grinstead
2bdee2c470
Bug 1150780 - Don't create a new inplace editor for an element if one already exists;r=pbrosset
2015-04-27 07:03:34 -07:00
Carsten "Tomcat" Book
596e5f9960
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Andrea Marchesini
f2a283777b
Bug 1125205
- Display console API messages from shared or service workers to the web console, r=past
2015-04-26 09:37:59 +01:00
Shu-yu Guo
a210e8b077
Bug 1145824 - Reset dom.send_after_paint_to_content when toggling gDevTools.testing, as chrome tests need it.
2015-04-25 15:56:20 -07:00
Tooru Fujisawa
52fd2bad2c
Backed out changeset 20f62a0a4760 (bug 1145824) for mochitest-other failure
2015-04-25 13:50:22 +09:00
Jordan Santell
3eabbee916
Bug 1145824 - Profiler actor and performance tools now handle
...
passing in a startTime to filter out SPS profiles on platform rather than
client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Brian Grinstead
5b1630e1da
Bug 1157946 - Early return if aResponse.sources is undefined;r=fitzgen
...
This happens quite often during the damp devtools talos test, when
the toolbox is closed immediately after a page is reloaded
2015-04-25 10:11:16 -07:00
Alexandre Poirot
11b2ddad6e
Bug 1157201 - Prevent exception while hovering the rule-view. r=pbrosset
2015-04-22 07:34:00 +02:00
Tooru Fujisawa
8a03f610ab
Backed out changeset fb84ee59e04a (bug 1145824) for mochitest-other failure
2015-04-25 14:12:21 +09:00
Jordan Santell
931711d072
Bug 1145824 - Profiler actor and performance tools now handle
...
passing in a startTime to filter out SPS profiles on platform rather than
client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Wes Kocher
94244970a7
Backed out changeset a12f0f05779c (bug 1125205
) for dt4 failures CLOSED TREE
2015-04-24 13:06:46 -07:00
Jordan Santell
89e373ee3e
Bug 1147945 - Let the profiler's buffer size and sample rate be configurable via prefs. r=vp
2015-04-13 18:00:02 -07: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
Jordan Santell
ee2bb39767
Bug 1145824 - Profiler actor and performance tools now handle
...
passing in a startTime to filter out SPS profiles on platform rather than
client. r=vp,fitzgen
2015-04-17 12:44:52 -07:00
Jordan Santell
91aa00f18a
Bug 1154018 - Check to see that nsIURI's host exists when parsing location for framenodes, and cache failures. r=vp
2015-04-28 20:46:50 -07:00
Jordan Santell
527bedacaf
Bug 1143027 - The performance tool tab highlights during a recording. r=vp
2015-04-27 15:59:22 -07:00
Jordan Santell
7d601ec5b3
Bug 1136945 - Convert GC events from memory actor to be emitted as pseudo-markers from the TimelineActor. Pull out the core of the MemoryActor into a bridge, so it does not have to be used over RDP. r=vp,fitzgen
2015-04-28 10:32:32 -07:00
Brian Grinstead
a7893c2419
Bug 1153022 - Add trimOutput option to inplace editor;r=pbrosset
...
--HG--
rename : browser/devtools/shared/test/browser_inplace-editor.js => browser/devtools/shared/test/browser_inplace-editor-01.js
2015-04-29 17:27:19 -07:00
Jordan Santell
b01ec40721
Bug 1132758 - Performance feature visibility now based on a per recording-basis, dependent on features enabled and server support. r=vp
2015-04-24 21:04:02 -07:00
Abdelrhman Ahmed
73e9d3af3b
Bug 1137422
- Hide rename root from context menu in WebIDE. r=jryans
...
--HG--
extra : rebase_source : 7349a6c89d5a2fbfca4aef693b1bf3a94b8e9d01
2015-02-27 16:46:00 -05:00
Tom Tromey
7ad4a0d1dd
Bug 1050500 - Add entry reason to timeline marker. r=jsantell, r=smaug
...
--HG--
extra : rebase_source : 038e4e7ff6f18c6db193ada012eb162e075d6d69
2015-04-20 07:03:00 -04:00
Will Bamberg
3bf45dfbd2
Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset
...
--HG--
extra : rebase_source : 6383633d26384543286e4311a91cb26d4ce4bfd6
2015-04-21 16:28:00 -04:00
Yash Mehrotra
d2b3cf770e
Bug 1088780 - Input field for templates URL now uses flex. r=jryans
...
--HG--
extra : rebase_source : 5acc9e288a3b28a71c7261e65878b4f899d75211
2015-04-23 23:18:27 +05:30
Mahdi Dibaiee
def5ece8a6
Bug 1155113 - add ruleview-swatch class to expanded properties; r=pbrosset
2015-04-23 15:03:36 -07:00
Jordan Santell
686a3ac373
Bug 1157718 - Do not use Array.prototype.includes in production code that leaves nightly in performance tool. r=fitzgen
...
--HG--
extra : rebase_source : 7bfd376ec38666a06d3f23fcd4bf7c0ada36898c
2015-04-23 14:46:00 -04:00
Joe Walker
9cc5a4d6b3
Bug 1128988 - runAt support for commands/converters; r=bgrins
...
--HG--
rename : browser/devtools/main.js => browser/devtools/definitions.js
2015-04-23 10:24:49 +01:00
Patrick Brosset
57a6320951
Bug 1152279 - Give the inspector sidebar a default size so it can be collapsed; r=miker
...
--HG--
extra : rebase_source : 5c83ca3af0b6c96cc022b8baf47df9cfd7e471f7
2015-04-21 15:29:49 +02:00
Patrick Brosset
e14d480a72
Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins
...
--HG--
extra : rebase_source : 26e692e502288ff38a6097e7312b7ab2ef9ab802
extra : histedit_source : c84759a2221e14c661a0009f4403ae605ffbc22b%2Cf46ec9753c17d9c613a287dc2f343d70c27dd62d
2015-04-23 10:34:01 +02:00