Julian Descottes
721fda2887
Bug 1227137 - aboutdebugging: addons debugging enabled only if remote dbg is true;r=ochameau
...
MozReview-Commit-ID: 8NmLIM87bcb
2016-02-16 12:12:38 +01:00
Patrick Brosset
c2218cb8f2
Bug 1250205 - Clean remaining eslint warnings in devtools/client/inspector/markup/markup.js; r=miker
...
MozReview-Commit-ID: 1EOSQWWItaO
2016-02-22 19:23:28 +01:00
Jan Odvarko
4bfab29401
Bug 1249627 - Eslint: allow unused arguments; r=pbrosset
...
MozReview-Commit-ID: AjNppE9zLWL
2016-02-19 16:30:29 +01:00
Carsten "Tomcat" Book
25767e874d
Merge mozilla-central to fx-team
2016-02-23 16:56:52 +01:00
Carsten "Tomcat" Book
c7adc23ebe
merge fx-team to mozilla-central a=merge
2016-02-23 16:54:50 +01:00
J. Ryan Stinnett
0901ab6264
Bug 1247985 - Convert DevTools open probes to count, enable for release. r=mratcliffe p=bsmedberg
...
MozReview-Commit-ID: Eq5gEqyJhPZ
2016-02-22 16:47:30 -06:00
Gabriel Luong
512ebe716c
Bug 1250308 - Rename viewport-dimension-span to viewport-dimension-separator in index.css r=jryans
2016-02-22 17:30:57 -05:00
Nick Fitzgerald
33233f0cbd
Bug 1249789, 1249791, 1249792, 1249796, 1249798 - Clean up memory tool breakdowns; r=jsantell
...
This commit does the following:
- Rename "Group By: {Allocation => Call} Stack" in memory tool
- Rename "Label By: {Allocation => Call} Stack" in memory tool
- Get rid of "Internal Type" for labeling and grouping nodes
- Get rid of group by "Object Class" in memory tool
- Rename group/label by "Coarse Type" to plain "Type" in memory tool
2016-02-22 14:27:51 -08:00
Gabriel Luong
0b2e281df5
Bug 1250383 - Upgrade to CodeMirror 5.12.0 r=vporof
2016-02-23 10:10:10 -05:00
Gabriel Luong
c628f82572
Bug 1246807 - Implement Editable width / height inputs r=jryans
2016-02-22 13:15:26 -05:00
Wes Kocher
ad7a8d19d6
Backed out changeset 3b17489c9d98 (bug 1248600) for ESLint failures
2016-02-22 09:27:04 -08:00
Julian Descottes
f292534868
Bug 1249585 - Rename about:debugging components s/Component//g. r=janx
...
MozReview-Commit-ID: KETabxbUXhE
2016-02-21 22:59:12 +01:00
Julian Descottes
d87e0d7bdc
Bug 1245029 - aboutdebugging full react refactor part2;r=janx,ochameau
...
MozReview-Commit-ID: 64V5vGn2889
2016-02-18 19:49:59 +01:00
Julian Descottes
7b05d48fa8
Bug 1245029 - aboutdebugging full react refactor part1;r=janx,ochameau
...
React refactor part1 : refactor addons and workers panels as react components
MozReview-Commit-ID: GYabZqMyX4L
2016-02-04 21:58:02 +01:00
Alexandre Poirot
ef4e720f4e
Bug 1248600 - Remove registerBrowserWindow/forgetBrowserWindow calls from /browser/. r=jryans
2016-02-22 06:57:15 -08:00
Patrick Brosset
13751dff43
Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins
...
Extracted a shared helper to open the browser context menu and choose
the 'inspect element' item. This helper works with e10s.
Adapted it a little bit so it waits for the right events in order to
make sure the inspector is ready.
This also involved modifying inspectNode in nsContextMenu.js to make it
wait until the node was selected and the node was ready.
Used this in browser_inspector_initialization.js,
browser_rules_content_02.js and browser_markup_keybindings_04.js
Also removed a now useless inspector-updated event that was trigger from
the animation-inspector panel in some situation. This was left behind
from a long time ago but didn't serve any purpose anymore.
MozReview-Commit-ID: 5bFHxxrwxhL
2016-02-22 10:02:54 +01:00
Patrick Brosset
a8a1b848fd
Bug 1249719 - Use promise.all instead of Promise.all to release player fronts; r=ochameau
...
MozReview-Commit-ID: 8VywPGlYaJd
2016-02-22 09:42:28 +01:00
Phil Ringnalda
e0422cdf9f
Merge m-c to f-t
2016-02-21 19:55:36 -08:00
Brian Grinstead
f052a767e6
Bug 1248301 - Do not cause a horizontal scrollbar to appear in the console when it overflows vertically;r=vporof
...
MozReview-Commit-ID: DpHEycUVcTs
2016-02-21 18:39:53 -08:00
Brian Grinstead
cca363d7f7
Bug 1249715 - Split jsterm into different file than webconsole.js;r=linclark
...
MozReview-Commit-ID: GM1Y5NKXyir
2016-02-21 18:39:34 -08:00
Andreas Tolfsen
883b6ea4ef
Bug 1245153 - Use EventUtils.js from mochikit; r=pbrosset
...
testing/marionette/EventUtils.js has been converted to a JS module in
testing/marionette/event.js and its API has changed. It was originally
a copy of testing/mochitest/tests/SimpleTest/EventUtils.js, and it should
be fine to use the original instead.
MozReview-Commit-ID: Exi9d5rEeOz
2016-02-05 14:14:15 +00:00
Brian Grinstead
18e5574bc8
Bug 1249714 - Use jsterm.focus instead of inputNode.focus;r=linclark
...
MozReview-Commit-ID: 7LOW7S5rX5Y
2016-02-19 14:49:42 -08:00
Julian Descottes
79e21da9bc
Bug 1245996 - inspector: fix xul scrollbars stealing focus;r=pbro
...
Apply -moz-user-focus: normal; only on direct descendants of inspector
tabpanels and not on tabpanels themselves. Avoids XUL scrollbars
from stealing the focus when clicked.
Test added, run only on windows and linux
MozReview-Commit-ID: KnZpJDxfzj2
2016-02-05 10:33:17 +01:00
Helen V. Holmes
d5ea4cb9d0
Bug 1242709 - refresh the light theme, r=bgrins
2016-02-18 17:37:00 +01:00
Julian Descottes
e1fd2880d3
Bug 1241732 - split browser_projecteditor_rename_file in 2 tests; r=bgrins
2016-02-15 01:01:55 +01:00
Nicolas Chevobbe
6026a7a80a
Bug 1248381 - Inspector panel should display properly capitalized node name; r=miker
...
MozReview-Commit-ID: ESlN5Qp9xHj
2016-02-17 18:25:59 +01:00
Patrick Brosset
200d44d356
Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins
...
MozReview-Commit-ID: 9qImivhKhKf
2016-02-18 17:52:33 +01:00
Tanner Parker
870ff650d3
Bug 1210420 - Use correct background color for the network devtools panel. r=ntim
...
MozReview-Commit-ID: BZdY1EebYRS
2016-02-17 15:37:00 +01:00
Carsten "Tomcat" Book
7e40c87998
Backed out changeset b4a09e08d866 (bug 1242628) for test failures in test_List_01.html
2016-02-18 13:58:45 +01:00
Greg Tatum
9a1758ae73
Bug 1242628 - Add ability to remove a single snapshot from the list -r=fitzgen
2016-02-17 06:19:00 +01:00
Julian Descottes
22619dc7cb
Bug 1237885 - fix add-rules_01 intermittent by splitting in two tests;r=gl
...
Intermittent test add-rules_01 has been split in two test. The original test
was checking trying to create a set of rules first using the "add rule" button
and then using the context menu.
add-rules_01 only tests using the "add rule" button now. The context-menu tests
have been moved to add-rules_05. Both tests are well under 45 seconds on Linux
debug.
2016-02-12 12:35:51 +01:00
Alexandre Poirot
ce33445cef
Bug 1249049 - Fix gDevTools is undefined exception when debugging workers. r=ejpbruel
2016-02-18 02:30:12 -08:00
Michael Ratcliffe
19f8e208a9
Bug 1248563 - eslint cleanup of storage inspector code r=pbrosset
2016-02-16 16:12:55 +00:00
Gabriel Luong
083c74d2ed
Bug 1243598 - Make sure the inspector sidebar overflows correctly r=bgrins
2016-02-17 11:13:01 -05:00
Eddy Bruel
0de7385490
Bug 1247192 - Replace all usage of Services in TabSources with URL;r=fitzgen,jryans
2016-02-17 14:33:45 +01:00
J. Ryan Stinnett
82510e040c
Bug 1240494 - Expand JSON Viewer paths to all shared. r=Honza
...
MozReview-Commit-ID: G0lCxW3JX6f
2016-02-17 07:00:09 -06:00
J. Ryan Stinnett
64753ac0cf
Bug 1240494 - AMD support for DevTools loaders. r=jwalker,Honza
...
MozReview-Commit-ID: 7IemsaijHNc
2016-02-17 07:00:09 -06:00
Alexandre Poirot
eff4db15b7
Bug 1245615 - Just clear hostVsStores map as some async code may still use them. r=mratcliffe
2016-02-17 04:28:05 -08:00
Nick Fitzgerald
a1355bec7e
Bug 1248829 - Fix number of characters reserved in memory table's cells; r=jsantell
2016-02-16 17:32:00 +01:00
Nick Fitzgerald
ff15f0549c
Bug 1248085 - Compute shortest paths in the HeapAnalysesWorker; r=jimb
2016-02-12 15:23:00 +01:00
AJ Kerrigan
24423860e5
Bug 1246188 - Make webconsole.js ESLint-clean. r=lclark
2016-02-13 00:56:12 -05:00
Brian Grinstead
9447b8a728
Bug 1247962 - Get rid of CPOW in browser_webconsole_live_filtering_on_search_strings.js;r=linclark
...
MozReview-Commit-ID: EyBMJ3dqZSW
2016-02-16 17:30:12 -08:00
Lin Clark
0970bd7a11
Bug 1245667 - Use standard license boilerplate in framework js files. r=bgrins
...
MozReview-Commit-ID: 31xbv6rirPg
2016-02-16 16:14:53 -08:00
Brian Grinstead
d524f9936c
Bug 1246733 - Remove stylesheet references of 'devtools/skin/common.css' and instead import it in theme files;r=ntim,r=ochameau
...
MozReview-Commit-ID: AwS9aJ4dypm
2016-02-16 16:10:25 -08:00
Lin Clark
8140864840
Bug 1241707 - [e10s] Web Console should restore focus to proper place when closed. r=jryans,r=bgrins
...
MozReview-Commit-ID: JlcJPGygm5F
2016-02-16 14:37:45 -08:00
Andrew McCreight
fed281470b
Bug 1247679, part 3 - Replace NS_IMPL_CYCLE_COLLECTION_TRACE_JSVAL_MEMBER_CALLBACK with JS_MEMBER. r=smaug
2016-02-22 10:11:02 -08:00
Carsten "Tomcat" Book
54d05803a2
Merge mozilla-central to fx-team
2016-03-02 16:05:38 +01:00
Eddy Bruel
d57667806d
Bug 1119490 - Test for source maps in workers;r=jryans
2016-03-02 12:38:25 +01:00
Alexandre Poirot
5e36da6faf
Bug 1252245 - Disable gcli on the browser toolbox. r=jwalker
2016-03-02 02:32:05 -08:00
Alexandre Poirot
de72672405
Bug 1248435 - Add telemetry probes for reload addon installation and reload action. r=jryans data-review=bsmedberg
2016-03-02 02:32:05 -08:00
Alexandre Poirot
86f49b6227
Bug 1248609 - Fix debugger when reloading via the addon. r=jryans
2016-03-02 02:32:05 -08:00
Nick Fitzgerald
e7a89cd665
Bug 1247658 - Expose a method to JS for find the shortest retaining paths of some nodes in a heap snapshot; r=bz r=jimb
...
This commit adds the `computeShortestPaths` method to the `HeapSnapshot` webidl
interface. It implements this new method on the
`mozilla::devtools::HeapSnapshot` class.
2016-02-11 14:32:00 +01:00
Julian Descottes
af8636cb5b
Bug 1243695 - ensure caret is visible in ruleview prop editor;r=miker
2016-02-12 01:43:44 +01:00
Julian Descottes
93529db5ca
Bug 1243131 - memory tool: select snapshot using ACCEL+{UP/DOWN};r=fitzgen
...
Adds a keydown listener on the memory panel window. Select previous/next snapshot
when user presses UP/DOWN with the accelKey modifier (metaKey on OSX, ctrlKey on
windows).
Keydown events with modifiers are no longer listened to by the tree node elements.
Updated tree node test.
Added new mochitest to test the new keyboard navigation on the census view. )
2016-02-12 11:03:34 +01:00
Julian Descottes
9018e8aff9
Bug 1224877 - fix animation_timeline_pause_button intermittent;r=pbro
2016-02-15 00:42:56 +01:00
Alexandre Poirot
72fa192d0f
Bug 1241050 - Ensure reloading the developer toolbar when using the reload addon. r=jwalker
2016-02-16 07:23:57 -08:00
Alexandre Poirot
8f44f793ba
Bug 1241050 - Cleanup developer-toolbar imports. r=jwalker
2016-02-16 07:23:57 -08:00
Alexandre Poirot
a90f5aa0f6
Bug 1241050 - Convert DeveloperToolbar.jsm to commonjs module. r=jwalker
2016-02-16 07:23:56 -08:00
Alexandre Poirot
fd9706deb7
Bug 1247270 - Ensure reloading every devtools-related documents when hitting the reload shortcut. r=jryans
2016-02-16 07:23:56 -08:00
Alexandre Poirot
8a932b7f32
Bug 1246692 - Test that the browser toolbox has a working console. r=jryans
2016-02-16 07:23:56 -08:00
J. Ryan Stinnett
22ea36f7f8
Backout f5bd25c789b6 "Bug 1245121 - Enable JSON Viewer on RELEASE_BUILD" for Talos regressions.
2016-02-16 09:15:06 -06:00
Carsten "Tomcat" Book
c0a8e566e1
merge mozilla-inbound to mozilla-central a=merge
2016-02-16 11:51:26 +01:00
ISHIKAWA, Chiaki
72d38a6835
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00
Brian Grinstead
bd027f8e37
Bug 1243959 - e10s fixes for browser_webconsole_autocomplete_in_debugger_stackframe.js;r=linclark
...
MozReview-Commit-ID: 8IY8jPgRxPL
2016-02-15 13:51:51 -08:00
Brian Grinstead
0dde65a2b9
Bug 1243962 - e10s fixes for browser_console_variables_view_while_debugging_and_inspecting.js;r=linclark
...
MozReview-Commit-ID: JZfJMB9b4r9
2016-02-15 13:51:51 -08:00
Brian Grinstead
b34f8f604d
Bug 1243968 - e10s fixes for browser_console_variables_view_while_debugging.js;r=linclark
...
MozReview-Commit-ID: B2a0GUCdfIl
2016-02-15 13:51:51 -08:00
Brian Grinstead
f7bae9e646
Bug 1243977 - e10s fixes for browser_console_variables_view.js;r=linclark
...
MozReview-Commit-ID: IMkxPREPieV
2016-02-15 13:51:51 -08:00
Brian Grinstead
9f39e60ec0
Bug 1243995 - e10s fixes for browser_console_optimized_out_vars.js;r=linclark
...
MozReview-Commit-ID: BXUmWs9q4qV
2016-02-15 13:51:51 -08:00
Brian Grinstead
e70aa19feb
Bug 1243983 - e10s fixes for browser_console_iframe_messages.js;r=linclark
...
MozReview-Commit-ID: 3kJzniv1hMl
2016-02-15 13:51:51 -08:00
Brian Grinstead
a41f034a12
Bug 1243963 - e10s fixes for browser_console_error_source_click.js;r=linclark
...
MozReview-Commit-ID: 5FUWZslktdc
2016-02-15 13:51:48 -08:00
Jan Keromnes
87fb7c6aad
Bug 1241841 - Remove the RootActor's service worker registration listener on disconnect. r=ejpbruel
2016-02-15 08:11:00 +01:00
Julian Descottes
c18bb938a1
Bug 1247629 - gcli mdn fails gracefully if client widget is not available;r=pbro
2016-02-12 00:53:45 +01:00
Carsten "Tomcat" Book
a39a4aeba6
Backed out changeset cdbe72c64a60 (bug 1241707)
2016-02-12 12:16:01 +01:00
Lin Clark
f8946e5bc9
Bug 1241707 - [e10s] Web Console should restore focus to proper place when closed. r=jryans
2016-02-11 16:00:00 +01:00
Phil Ringnalda
2892f20a13
Back out c578a05bb9d6 (bug 1243131) for browser_memory_keyboard-snapshot-list.js timeout threshold exceeded on Linux32 debug
2016-02-11 21:50:07 -08:00
Julian Descottes
12e11a60fa
Bug 1243131 - memory tool: select snapshot using ACCEL+{UP/DOWN};r=fitzgen
...
Adds a keydown listener on the memory panel window. Select previous/next snapshot
when user presses UP/DOWN with the accelKey modifier (metaKey on OSX, ctrlKey on
windows).
Keydown events with modifiers are no longer listened to by the tree node elements.
Updated tree node test.
Added new mochitest to test the new keyboard navigation on the census view. )
2016-02-08 16:30:01 +01:00
Tim Nguyen
6af39f2d60
Bug 1224660 - Followup: use 2 space indentaion for diff.svg. r=me
2016-02-12 00:32:32 +01:00
Gabriel Luong
3c5de252a3
Bug 1241326 - Implement resize handles to change viewport size on drag r=jryans
2016-02-11 18:14:07 -05:00
Kris Maglione
d31261591e
Bug 1244496: Add more detail to TabOpen/TabClose events for tabs moved between windows. r=Gijs
...
MozReview-Commit-ID: 9YHaVlMW0T6
2016-02-10 17:52:53 -08:00
Alexandre Poirot
712b463cb6
Bug 1245462 - Explicitely import gDevTools r=jryans
...
toolbox.js was using Cu.import(gDevTools) without second argument
and ended up injecting gDevTools into all next modules being loaded.
Hopefully, fonts.js seems to be the only one relying on this!
2016-02-11 04:29:47 -08:00
Alexandre Poirot
fc1d50b495
Bug 1245462 - DevTools is not longer exposed by gDevTools.jsm. r=jryans
2016-02-11 04:29:47 -08:00
Alexandre Poirot
c74aac4410
Bug 1245462 - Cleanup various require/import in devtools. r=jryans
2016-02-11 04:29:47 -08:00
Alexandre Poirot
5ece0c8855
Bug 1245462 - Replace usages of gDevTools.jsm by module imports. r=jryans
2016-02-11 04:29:47 -08:00
Julian Descottes
a46f8286a8
Bug 1246570 - mem.tool parentMap maps nodeId->node, remove verbose xpcshell logs;r=fitzgen
2016-02-10 17:57:37 +01:00
Joe Walker
6459d850c0
Bug 1243805 - Replace Proxy.create with new Proxy in devtools l10n code. r=jryans
2016-02-05 18:30:59 +00:00
Nicolas Chevobbe
dcb20dcdbf
Bug 1232681 - Display script-generated animations correctly. r=pbro
...
MozReview-Commit-ID: 2pk7sxVTHTk
2016-02-03 23:21:44 +01:00
J. Ryan Stinnett
12a47df8bd
Bug 1244226 - Fix promise error in simulator test. r=ochameau
...
MozReview-Commit-ID: B6UpRTlJYDM
2016-02-11 00:43:59 -06:00
Gabriel Luong
ca9e22d3bb
Bug 1239441 - Implement landscape / portrait button that rotates the viewport r=jryans
2016-02-10 17:07:17 -05:00
J. Ryan Stinnett
af99b99ed1
Bug 1247091 - Add workers to actor docs. r=ochameau
...
MozReview-Commit-ID: KMZtrpsXqWo
2016-02-10 07:18:09 -06:00
Sebastian Hengst
c54dee4730
Backed out changeset e1576fc08c1c (bug 1246570) for XPCshell failures. r=backout
2016-02-10 12:55:11 +01:00
Alexandre Poirot
8502a97c62
Bug 1188405 - Ensure initializing main client module when running the Browser Toolbox. r=jryans
2016-02-10 02:35:00 -08:00
Alexandre Poirot
3657cb070d
Bug 1188405 - Convert gDevTools/gDevToolsBrowser into modules. r=jryans
...
gDevTools.jsm isn't properly reloadable as JSM as meant to be long-lived singletons.
Also, it contains browser related code (gDevToolsBrowser) mixed with more generic one (gDevTools).
This move is going to help hot reloading devtools codebase while improve readability of
one of our core piece of code (devtools startup and browser hooks).
--HG--
rename : devtools/client/framework/gDevTools.jsm => devtools/client/framework/devtools-browser.js
2016-02-10 02:34:59 -08:00
Julian Descottes
b9128a3276
Bug 1246570 - memory tool: parentMap should map nodeId->node. r=fitzgen
2016-02-08 21:16:22 +01:00
Jordan Santell
26aa2323c5
Bug 1246273 - Add localized strings for types and attempts in the JIT opts view. r=vp
2016-02-09 09:08:22 -08:00
Jordan Santell
1fa28bc31b
Bug 1243929 - Only show jit optimizations panel when pref is on and current selected frame has optimizations. r=vp
2016-02-09 08:58:15 -08:00
Jordan Santell
d5c13ba049
Bug 1172120 - Filter out uninteresting markers and bars in a test failing on linux/e10s consistently for marker details. r=vp
2016-02-09 08:40:00 -08:00
Julian Descottes
96132d02f0
Bug 1246650 - upgrade redux to version 3.3.0; r=jsantell
2016-02-08 16:23:10 +01:00
Jordan Santell
c3b5fde449
Bug 1244225 - Do not access allocation recording settings when the memory component isn't attached. r=fitzgen
2016-02-08 14:25:00 +01:00
Carsten "Tomcat" Book
dec764a59b
Merge mozilla-central to fx-team
2016-02-09 13:10:45 +01:00
Victor Porof
a53784468d
Bug 1120623 - Make the flamegraph keyboard accessible, r=jsantell
2016-02-09 13:45:37 +02:00
Carsten "Tomcat" Book
63e921a3d8
merge mozilla-inbound to mozilla-central a=merge
2016-02-09 12:02:38 +01:00
Alexandre Poirot
3afed1e12d
Bug 1245615 - Nullify hostVsStores only after event unregistration to prevent exceptions. r=mratcliffe
2016-02-09 02:50:16 -08:00
Alexandre Poirot
4fa0a80f86
Bug 1141222 - Test Cu.reportError stack in browser console. r=vporof
2016-02-09 02:50:16 -08:00
Myk Melez
42a2e4cb04
Bug 1238576 - disable mozApps API on desktop/Android; r=ehsan,ochameau,bz,mcmanus,jmaher,marco
2016-02-08 11:24:22 -08:00
J. Ryan Stinnett
e079027dc5
Bug 1204127
- Fix line endings in DevTools server test. r=me
2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
17759c2ae1
Bug 1204127
- Remove dead paths from debugger. r=fitzgen
2016-02-08 17:32:07 -06:00
J. Ryan Stinnett
e55cea1e3b
Bug 1204127
- Clean up paths added after migration. r=ochameau
2016-02-08 17:32:07 -06:00
Patrick Brosset
ca717b4138
Bug 1244755 - 3 - Remove CPOW usages and eslint warnings from devtools/client/inspector/layout; r=miker
2016-02-04 20:56:32 +01:00
Patrick Brosset
e01b41bab4
Bug 1244755 - 2 - Remove addTest logic from layout-view tests for better consistency; r=miker
2016-02-04 13:25:10 +01:00
Patrick Brosset
28e3c61139
Bug 1244755 - 1 - Enable browser_layout.js with e10s by using the testActor; r=miker
2016-02-01 17:26:08 +01:00
Patrick Brosset
623befb443
Bug 1246582 - Enable browser_fontinspector_theme-change.js on e10s; r=me
2016-02-08 12:06:05 +01:00
Patrick Brosset
add4a786dc
Bug 1245849 - Remove mochitest browser_animation_name.js and add a xpcshell test instead; r=ochameau
2016-02-08 16:14:11 +01:00
Nicolas Chevobbe
c8e28c9141
Bug 1228978 - Add a drop-mark to the playback-rate selector in the animation-inspector's toolbar; r=pbro
2016-02-02 22:47:13 +01:00
Phil Ringnalda
8bdad29df6
Bug 1229272 - skip browser_storage_sidebar.js on e10s opt Win7 for frequent failures
2016-02-07 13:57:52 -08:00
Nick Fitzgerald
8d77d07807
Bug 1246017 - Create the parent map in the HeapAnalysesWorker; r=jimb
2016-02-05 15:11:48 -08:00
Julian Descottes
d25851a57d
Bug 1030712 - Ruleview: Skip apply() after clicking suggestion. r=pbro
...
When using the inplace editor, clicking on an autocomplete suggestion
no longer triggers apply() and no longer calls the done() callback.
This way the inplace editor behavas similarly when using the keyboard
and when using the mouse.
2016-01-28 21:22:33 +01:00
Nick Fitzgerald
8fe584f3dc
Bug 1245739 - Disable the browser_memory_allocationStackBreakdown_01.js test on DEBUG builds. r=jsantell
...
Unfortunately, this test is frequently reporting the doc_steady_allocation.html
test tab window as leaking. Let's disable it for now, and re-enable it along
with the other leaky tests in bug 1219554.
2016-02-05 09:24:00 -05:00
Joe Whitfield-Seed
11fb7657e2
Bug 1245496 - Fix eslint errors in about:debugging. r=janx
2016-02-04 20:10:08 +00:00
Jordan Santell
23f58ce67c
Bug 1175756 - Change JIT optimizations to be a view pref, rather than a recording pref. r=vp
2016-02-05 08:04:12 -08:00
Patrick Brosset
9c3a31c8ef
Bug 1229913 - Prevent race conditions when there are many animation mutations; r=miker
2016-02-01 15:58:04 +01:00
Carsten "Tomcat" Book
3242d8a0f5
Backed out changeset 92889fed3b3b (bug 1246017) for xpcshell bustage
2016-02-05 14:06:27 +01:00
Carsten "Tomcat" Book
5411c308c0
Merge mozilla-central to fx-team
2016-02-05 11:55:08 +01:00
Nick Fitzgerald
aca4cfdc58
Bug 1246036 - Don't let the "hey there's no allocation stacks" message throw and break rendering; r=jsantell
2016-02-04 17:05:00 +01:00
Nick Fitzgerald
32b4b8d69a
Bug 1246017 - Create the parent map in the HeapAnalysesWorker; r=jimb
2016-02-04 18:05:00 +01:00
Nick Fitzgerald
62812b7204
Bug 1246016 - Speed up parent map creation in the memory tool; r=jimb
...
The iterator protocol is really slow and puts a crap ton of pressure on the GC
-- who would have guessed!?
2016-02-04 16:25:00 +01:00
Phil Ringnalda
46967ee008
Merge m-c to m-i
2016-02-04 19:26:14 -08:00
Julian Descottes
3f771d19b4
Bug 1243695 - reduce inplace editor size in ruleview;r=miker
2016-01-28 12:17:57 +01:00
Nick Fitzgerald
c51e7e5d80
Bug 1226878 - Fix incorrect totals and percents in memory tool; r=jimb
...
When filtering, we were merging total counts and total bytes as we added
matching paths from the unfiltered tree into the new, filtered tree. This was
incorrect, and caused us to double, triple, ... count the totals.
2016-02-04 16:10:00 +01:00
Nick Fitzgerald
f1fc6cfdf3
Bug 1221619 - Add telemetry to memory tool. r=jsantell, data-review=bsmedberg
2016-02-03 15:17:00 +01:00
Patrick Brosset
a1769d8213
Bug 1245420 - Sort devtools/client/framework tests and clean-up browser_toolbox_tabsswitch_shortcuts.js; r=ochameau
2016-02-04 22:47:15 +01:00
Nick Fitzgerald
6795cfb21a
Bug 1219554 - Follow up: HeapAnalysesClient should set its Worker reference null upon destruction; r=jsantell
...
This makes attempts to use the HeapAnalysesClient after the worker has already
been destroyed into an earlier, less quiet error so we can catch more of them
and catch them sooner.
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
5899b7cf0d
Bug 1219554 - Follow up: clean up memory panel open/destroy; r=jsantell
...
This commit removes the assignment expression in a return statement thing that
was going on. It is easy to misread and we don't usually use this idiom anywhere
else in the codebase. Additionally, it makes the destroy method clean up some
more members set when opening the tool.
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
9cf43f6cb4
Bug 1219554 - Remove the unused waitUntilSnapshotState test utility; r=jsantell
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
41d9e1fefc
Bug 1219554 - Clean up the browser_memory_no_auto_expand.js test; r=jsantell
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
e750e55402
Bug 1219554 - Enable the browser_memory_filter_01.js test on DEBUG builds; r=jsantell
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
ce95e47e95
Bug 1219554 - Enable the browser_memory_diff_01.js test on DEBUG builds; r=jsantell
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
215f8ad277
Bug 1219554 - Enable the browser_memory_clear_snapshots.js test on DEBUG builds; r=jsantell
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
fb18fd84c8
Bug 1219554 - Enable the browser_memory_breakdowns_01.js test on DEBUG builds; r=jsantell
2016-02-04 11:53:00 +01:00
Nick Fitzgerald
ddbaefb181
Bug 1219554 - Enable the browser_memory_simple_01.js test on DEBUG builds; r=jsantell
2016-02-04 11:52:00 +01:00
Phil Ringnalda
cd31a5b4b9
Back out ceb8dff2037e (bug 1246010) for browser_rules_edit-property_06.js timeouts
2016-02-04 20:31:14 -08:00
Brian Grinstead
685025dfb0
Bug 1246010 - Force a default width for sidebars even if no pref is set;r=pbrosset
2016-02-04 16:59:35 -08:00
Ben Kelly
a0c723b79a
Bug 1244764 P5 Fix devtools test to work with new Cache add()/addAll() behavior. r=ehsan
2016-02-04 07:59:52 -08:00
Carsten "Tomcat" Book
f84c32592e
merge mozilla-inbound to mozilla-central a=merge
2016-02-04 12:02:05 +01:00
Brian Grinstead
602fba82a9
Bug 1245287 - Add toolbox API for isToolRegistered and events for tool-registered and tool-unregistered;r=jryans
2016-02-03 16:00:21 -08:00
Jordan Santell
003fbd01cf
Bug 1176056 - Tests for the JITOptimizations react component. r=fitzgen
2016-02-03 12:04:51 -08:00
J. Ryan Stinnett
42893a9807
Bug 1245121 - Enable JSON Viewer on RELEASE_BUILD. r=Honza
2016-02-03 09:55:17 -06:00
AJ Kerrigan
5173a3d137
Bug 1244514 - webconsole.js eslint: fix spacing and line length; r=linclark
2016-02-01 14:16:04 -05:00
James Long
7b30a85240
Bug 1244892 - fix unhandled promise rejection in debugger test browser_dbg_scripts-switching-03.js r=ejpbruel
2016-02-03 09:41:59 -05:00
Paolo Amadini
52d209f702
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-02-03 12:58:03 +00:00
Carsten "Tomcat" Book
a636b23432
merge mozilla-inbound to mozilla-central a=merge
2016-02-03 11:59:20 +01:00
Christoph Kerschbaumer
f5dd65f29e
Bug 1195173 - Test asyncopen2 security checks for stylesheets (r=bz,ehsan)
2016-02-02 20:35:42 -08:00
Lin Clark
9b5ff7265d
Bug 1243777 - Remove skip-if lines for mulet. r=jryans
2016-02-02 08:50:00 -08:00
Tim Nguyen
9280fdbf08
Bug 1245276 - Make 'All animations' left border darker in dark theme. r=bgrins
2016-02-02 23:19:21 +01:00
James Long
4b8d6103c3
Bug 1244223 - fix unhandled promise rejections in debugger tests r=me
2016-02-02 16:24:59 -05:00
Patrick Brosset
ebb8b0762c
Bug 1231945 - Display animation.id when it exists; r=tromey
2016-02-02 11:49:22 +01:00
Julian Descottes
41595106e9
Bug 1227135 - about:debugging : disable debug buttons if addons debugging disabled;r=ochameau
...
When a preference impacting about:debugging changes, the current tab will be rendered
again. Each "target" is responsible for checking if Debugging should be allowed.
If not, the debug button should be disabled. Currently only extensions/addons
can be disabled, depending on the value of the "devtools.chrome.enabled" preference
Adds a mochitest checking this scenario.
2016-01-29 00:13:48 +01:00
Nicolas Chevobbe
91ce008102
Bug 1218089 - Don't set different falsy values as repeated messages in console.log();r=bgrins
2016-01-31 17:02:37 +01:00
Julian Descottes
3c349c1000
Bug 1240044 - wait for MozAfterPaint in browser_profiler_tree_abstract tests on CLOSED TREE;r=bgrins
...
While waiting for a fix at test harness level, added a helper waiting for MozAfterPaint
when running in e10s mode for all the browser_profiler_tree-abstract tests.
2016-01-21 15:42:52 +01:00
Wes Kocher
be5e6f9b9e
Backed out changeset 3d2eace770d1 (bug 1244120) for very frequent leaks on Win7 CLOSED TREE
2016-02-04 12:51:14 -08:00
Brian Grinstead
c8279f69f0
Backed out changeset 16a675e05315 for breaking the browser toolbox on CLOSED TREE (bug 1188405)
2016-02-04 10:38:29 -08:00
Victor Porof
3dcfba762d
Bug 1241570 - Split browser_perf-telemetry into multiple tests ON A CLOSED TREE, r=jsantell
2016-02-04 20:33:53 +02:00
Brian Grinstead
abec3d536b
Bug 1243992
- e10s fixes for browser_webconsole_bug_585991_autocomplete_keys.js;r=linclark
2016-02-04 09:08:30 -08:00
Brian Grinstead
7fa09413d9
Bug 1243970 - e10s fixes for browser_webconsole_bug_597103_deactivateHUDForContext_unfocused_window.js;r=linclark
2016-02-04 09:07:51 -08:00
Carsten "Tomcat" Book
773930bc0f
Backed out changeset 3cd839e515b9 (bug 1245420) for timeouts in browser_responsiveruleview.js
2016-02-04 16:42:01 +01:00
Carsten "Tomcat" Book
e982149b67
Backed out changeset f09ea2712445 (bug 1229913)
2016-02-04 16:41:33 +01:00
Carsten "Tomcat" Book
2a07da30de
Merge mozilla-central to fx-team
2016-02-04 12:08:00 +01:00
Alexandre Poirot
0c63115a50
Bug 1188405 - Convert gDevTools/gDevToolsBrowser into modules. r=jryans
...
gDevTools.jsm isn't properly reloadable as JSM as meant to be long-lived singletons.
Also, it contains browser related code (gDevToolsBrowser) mixed with more generic one (gDevTools).
This move is going to help hot reloading devtools codebase while improve readability of
one of our core piece of code (devtools startup and browser hooks).
2016-02-04 02:20:56 -08:00
Alexandre Poirot
888f223469
Bug 1214352 - Add telemetry for Scratchpad as top level window. r=jryans,p=bsmedberg
2016-02-04 02:20:55 -08:00
Alexandre Poirot
8114cc3121
Bug 1214352 - Enable scratchpad in tab toolboxes. r=jryans
2016-02-04 02:20:55 -08:00
Patrick Brosset
22b822662e
Bug 1229913 - Prevent race conditions when there are many animation mutations; r=miker
2016-02-01 15:58:04 +01:00
Patrick Brosset
ce9397cb21
Bug 1245420 - Sort devtools/client/framework tests and clean-up browser_toolbox_tabsswitch_shortcuts.js; r=ochameau
2016-02-04 10:47:21 +01:00
Patrick Brosset
692812f45a
Bug 1244120 - Enable browser_rules_content_02.js with e10s; r=bgrins
...
Extracted a shared helper to open the browser context menu and choose
the 'inspect element' item. This helper works with e10s.
Adapted it a little bit so it waits for the right events in order to
make sure the inspector is ready.
This also involved modifying inspectNode in nsContextMenu.js to make it
wait until the node was selected and the node was ready.
Used this in browser_inspector_initialization.js,
browser_rules_content_02.js and browser_markup_keybindings_04.js
Also removed a now useless inspector-updated event that was trigger from
the animation-inspector panel in some situation. This was left behind
from a long time ago but didn't serve any purpose anymore.
2016-02-03 18:52:02 +01:00
Nick Fitzgerald
88834b127e
Bug 1245302 - Wait for the HeapAnalysesWorker to reply before considering deleting a snapshot done; r=jsantell
2016-02-02 15:09:00 +01:00
Nick Fitzgerald
4888de9fea
Bug 1245301 - Alphabetize memory tool's browser tests and use consistent naming; r=jimb
2016-02-02 15:09:00 +01:00
Helen V. Holmes
4e9527c3b0
Bug 1234349 - Land high-level design docs. r=bgrinstead
...
Optimize images
Move illustrator + sketch information into main svg.md file, r=bgrins
2016-02-03 09:45:00 +01:00
Brian Grinstead
83ec87cb90
Bug 1030318 - Enable devtools/framework tests with e10s - part 4;r=me
2016-01-20 11:52:02 -08:00
James Long
90720704fd
Bug 1243561 - fix pretty-printing cache in debugger under certain circumstances r=jryans
2016-02-02 11:39:38 -05:00
Alexandre Poirot
68316a7690
Bug 1003860 - Various tweaks to the storage inspector. r=mratcliffe
2016-02-02 01:31:34 -08:00
Alexandre Poirot
ccedcd936b
Bug 1003860 - Service worker cache for storage actor. r=mratcliffe
2016-02-02 01:31:34 -08:00
Alexandre Poirot
a27b9e1c8e
Bug 1003860 - Simplify storage setup tasks in storage inspector tests. r=mratcliffe
2016-02-02 01:31:33 -08:00
Patrick Brosset
65e1154ed1
Bug 1243749 - Enable 2 rule-view test with e10s and fix unhandled rejected promises; r=miker
2016-01-28 16:19:01 +01:00
Patrick Brosset
33781beb12
Bug 1243736 - Enable browser_rules_pseudo-element_02.js with e10s and make rule-view wait for updateSourceLink; r=bgrins
2016-02-02 09:56:48 +01:00
Sami Jaktholm
ef7467cd56
Bug 1239208 - Fix intermittent browser_rules_edit-property-computed.js by waiting for the correct ruleview-changed event. r=pbro
...
The preview also causes a ruleview-changed event to be emitted. If the frame
script happened to detect the change fast enough, the test would continue to
commit the value and start to wait for a ruleview-changed event. If the event
triggered by the preview had not been emitted, the test would continue
immediately once the event triggered by the preview was received but before
the value was actually committed and reflected in the computed rule list.
The fix is to wait for the ruleview-changed triggered by the preview before
committing the change to avoid mixing these two events.
2016-01-30 15:19:59 +02:00
Nick Fitzgerald
6e9441d804
Bug 1242763 - Add a bunch of tooltips to the devtools' memory panel; r=jsantell
2016-02-01 16:00:00 -08:00
J. Ryan Stinnett
a22bd3f8e4
Bug 1239562 - Use explicit events to fix test races in responsive design. r=ochameau
2016-02-01 19:29:43 -06:00
J. Ryan Stinnett
b0e07e9509
Bug 1074835 - Enable responsive design tests on Windows with e10s. r=me
2016-02-01 19:29:43 -06:00
Patrick Brosset
d1371d355a
Bug 1243691 - Tweak the general RDM layout to allow multiple viewports, center them and snap to top/left when needed; r=jryans
2016-02-01 14:57:31 +01:00
simplyblue
d4b909c4ad
Bug 1209417 - The QR code dialog should hint at zooming the dialog in case it's too small r=jryans
2016-01-30 18:24:49 +05:30
Julian Descottes
eee98965f3
Bug 1241126 - ruleview: no new-prop editor on prev. editor blur;r=gl
...
Add a flag to check if the ruleview was displaying an editor before creating
a newProperty editor. A new property editor is now only displayed if no other
editor was previously displayed.
Added new mochitest to check this use case.
2016-01-20 18:55:39 +01:00
Julian Descottes
3470c1967a
Bug 1241126 - ruleview property: open editor for prop. name on click on ":";r=gl
...
When clicking on the ":" next to the name of a property, the editor is now opened
for the name of the property instead of the value,
Added a test to check this behaviour as well.
2016-01-22 10:30:36 +01:00
Wes Kocher
b914b5fb73
Backed out changeset e8148cda7d85 (bug 989960) for xpcshell bustage
2016-02-01 08:25:19 -08:00
Patrick Brosset
263a48330e
Bug 1237986 - Avoid timeouts when the inspector opens in devtools mochitests; r=miker
2016-02-01 17:06:53 +01:00
Julian Descottes
fdc7cd2cc5
Bug 1059312 - Fix highlighter offset after switching iframe context;r=pbro
...
The auto-refresh highlighter base class was getting a reference to the window
object to use for highlighting at instanciation time.
This reference should be updated if a navigation of the highlight environment
occurs.
This commit maps the "win" property to a getter, so that win is always in sync
with the current highlight environment.
2016-01-31 10:19:31 +01:00
Julian Descottes
5c025f8c68
Bug 1214177 - Allow focus inside HTML docs of inspector.xul; r=gl
...
After Bug 1238133, HTML documents are directly loaded inside XUL elements.
They inherit a -moz-user-focus: ignore; coming from minimal-xul.css.
Usually this is overridden by xul.css, which restores -moz-user-focus: normal;
on iframe, browser and some other elements.
This commit adds a new class to all inspector tab panel elements including html,
and a new CSS rule to override the default -moz-user-focus.
Also added a new test case dedicated to this.
2016-01-28 01:44:36 +01:00
Fabien Casters
7171dc5fd4
Bug 1224660 - New icon for snapshot diff view button. r=ntim
2016-02-01 01:59:00 +01:00
CuriousLearner
762a21fde1
Bug 1221494 - Fix the playback rate selector size on Linux; r=pbro
2016-02-01 17:39:28 +05:30
Paolo Amadini
40cb6baf8e
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-01-30 18:53:56 +00:00
Nicolas Chevobbe
af8718d2e2
Bug 1219611 - When animations end in the timeline, make sure the time-label shows the right time; r=pbro
2016-01-28 22:52:33 +01:00
Lin Clark
2cf52310d7
Bug 1243567 - Revert license change on webconsole tests. r=bgrins
2016-01-27 18:55:00 +01:00
Lin Clark
4796ed93d4
Bug 1243243 - Use standard license boilerplate in debugger js files. r=jlongster
2016-01-27 14:46:00 +01:00
Hallvord R. M. Steen
7dc82a5a97
Bug 967853 - hide variable tooltip when stepping in devtools debugger, bug 967853. r=jlongster
2016-01-27 14:40:13 +01:00
Phil Ringnalda
accaa766dd
Merge m-i to m-c, a=merge
2016-01-30 09:28:35 -08:00
Tim Nguyen
52ca557cf0
Bug 762979 - Update toggle breakpoints icon to match new gutter style. r=bgrins
2016-01-29 23:42:41 -05:00
Tim Nguyen
1e3186cbb4
Bug 762979 - Implement conditional breakpoint gutter style. r=jlongster
2016-01-29 23:42:27 -05:00
Tim Nguyen
7bae6cff99
Bug 762979 - Implement shorlander's line gutter mockup for the source editor. r=vporof, bgrins
2016-01-29 23:42:09 -05:00
Phil Ringnalda
129d6694f3
Back out 3958782fe187 (bug 989960) for Android crashes in test_watchdog_default.js
2016-01-29 20:12:44 -08:00
James Long
75cac0160e
Bug 1243490 - fix leak in devtools hot reloading code r=jryans
2016-01-29 22:53:29 -05:00
AJ Kerrigan
d2b1519b4e
Bug 1243764 - Remove named function syntax from webconsole.js methods;r=linclark
...
This change eliminates a class of ESLint errors (camelcase), while
also bringing the method definitions in line with MDN Coding Style
guidelines.
2016-01-29 12:45:57 -05:00
simplyblue
964cc276c9
Bug 1241646 - remove unused token arguments from nsIX509CertDB r=keeler
2016-01-30 13:50:58 +05:30
Christoph Kerschbaumer
12a3f8477f
Bug 1243936 - Convert remaining callsites within devtools/ and toolkit/ to use channel.open2()
2016-01-29 09:16:13 -08:00
Paolo Amadini
f4353161e9
Bug 989960 - Unhandled rejections in DOM Promises should cause xpcshell tests to fail. r=Yoric
2016-01-29 13:19:53 +00:00
Tom Tromey
8b8b9b247f
Bug 1240183 - make styleeditor eslint-clean; r=pbro
2016-01-29 08:25:26 -07:00
Carsten "Tomcat" Book
9502410d8b
Merge mozilla-central to fx-team
2016-01-29 11:49:02 +01:00
Carsten "Tomcat" Book
74b81f2325
merge fx-team to mozilla-central a=merge
2016-01-29 11:47:23 +01:00
Greg Tatum
9c07f7c57c
Bug 1164252 - Profiler should be able to parse evaluated location sites. r=jsantell
2016-01-28 08:29:00 -05:00
AJ Kerrigan
3af08bffa0
Bug 1243133 - Fix brace style in webconsole.js. r=linclark
...
Get rid of ESLint brace style warnings by converting to 1TBS.
2016-01-28 22:32:26 -05:00
Jordan Santell
596ec6973c
Bug 1226319 - Part 3 - Land JIT Viewer implemented in react. r=fitzgen
2016-01-28 13:00:54 -08:00
Alexandre Poirot
caf4affe0f
Bug 1239276 - Add missing parenthese in test_protocol_async.js r=me. CLOSED TREE
2016-01-28 11:50:10 -08:00
Bill McCloskey
8916b1d998
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
2016-01-28 20:56:37 -08:00
Nicolas Chevobbe
8d84a198b9
Bug 1227477 - Polish the way the timeline time graduations are calculated; r=pbro
2016-01-15 22:45:05 +01:00
Alexandre Poirot
b53b12bcab
Bug 1239276 - Convert DebuggerClient.connect to promise. r=jryans
2016-01-28 10:11:31 -08:00
Alexandre Poirot
8b80dda3a0
Bug 950936 - Add disable autohide button in browser toolbox to help debug panel/popups. r=bgrins
2016-01-28 10:11:31 -08:00
Julian Descottes
0042ac13b7
Bug 1241070 - refresh dominatortreeitem if expand state changed;r=fitzgen
...
In DominatorTreeItem check props.expanded in shouldComponentUpdate.
Added integration/sanity test to check that a node can be collapsed
and expanded using mouse events.
Added a DominatorTree component unit test to check the expanded nodes
are correctly updated.
2016-01-20 23:21:54 +01:00
Carsten "Tomcat" Book
e40759bc5c
Merge mozilla-central to fx-team
2016-01-28 12:37:17 +01:00
Carsten "Tomcat" Book
6d639cca1d
merge mozilla-inbound to mozilla-central a=merge
2016-01-28 12:13:37 +01:00
Patrick Brosset
d3d108a12b
Bug 1243682 - Register the new mdn gcli command in moz.build; r=me
2016-01-28 10:33:27 +01:00
Jordan Santell
2da7e8b3ef
Bug 1204174 - Reduce test iterations to reduce intermittent timeouts. r=vp
2016-01-27 08:54:00 +01:00
Gabriel Luong
b008e80ef8
Bug 1243403 - Implement the general design of the responsive design mode r=jryans
2016-01-27 17:51:57 -05:00
Brian Grinstead
7a8b8f2092
Bug 1239506 - Make console formatter return NaN instead of nan with %f;r=baku
2016-01-27 14:22:45 -08:00
Brian Grinstead
ea22f5c278
Bug 1243388 - Don't access CPOW in browser_webconsole_bug_597756_reopen_closed_tab.js;r=linclark
2016-01-27 14:16:34 -08:00
Chris Manchester
835d2f9bd5
Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps
2016-01-27 17:46:34 -08:00
Xidorn Quan
0790dabaf5
Bug 1064843
part 7 - Add backdrop pseudo-element and add related UA stylesheet. r=heycam
2016-01-28 10:11:00 +11:00
Jan Keromnes
6c9842fba9
Bug 1242469 - Remove the "Enable worker debugging (in development)" checkbox from about:debugging. r=ochameau
2016-01-25 07:06:00 +01:00
Julian Descottes
a6eadf0628
Bug 1242296 - mem. profiler: clear snapshots icon; r=ntim
...
Added a new icon clear.svg, use as clear button for the
memory profiler. Updated title for the button.
2016-01-25 00:40:47 +01:00
Carsten "Tomcat" Book
06c3e0ec46
Merge mozilla-central to fx-team
2016-01-27 12:12:26 +01:00
Carsten "Tomcat" Book
45b3ce32b0
merge mozilla-inbound to mozilla-central a=merge
2016-01-27 11:59:49 +01:00
Julian Descottes
86bdbd0e52
Bug 1226887 - add aHTMLTooltip in toolbox.xul;r=bgrins
...
In order for tooltips to work in XHTML documents embedded in XUL documents,
the parent XUL document needs to have a <tooltip> element which can be
used to display the title.
In the devtools, a tooltip element with id "aHTMLTooltip" is usually created
for this. For the memory profiler, the embedding XUL document is toolbox.xul.
This commit adds a tooltip element with id aHTMLTooltip.
2016-01-24 17:36:25 +01:00
Julian Descottes
afd21ded77
Bug 1224201 - mem. profiler : reduce font-size & add column min-width (16ch);r=vporof
...
Goal of this commit is to ensure we can display at least 12 number digits +
4 percent chars in the memory table columns whatever the viewport size.
With a viewport width of 800px, we still have 200px usable for the last col
in census view
Some items of the memory table are already using 90% font size.
This commit applies this font-size to the whole memory table.
Also added a 16ch min-width to the non-flex columns
2016-01-24 18:26:54 +01:00
Shivang Nagaria
5378843ac1
Bug 768469 - [gcli] implement a "mdn" command. r=pbrosset
2016-01-23 02:59:00 +01:00
Mike Conley
ed8b97bc5e
Bug 1233497 - Remove some more CPOW yields from Tasks in devtools tests. r=jryans
2016-01-11 10:08:38 -05:00
Mike Conley
fd9e0817fa
Bug 1233497 - Don't yield or resolve CPOWs from Tasks or Promises in devtools tests. r=jryans
2016-01-07 13:40:41 -05:00
Mike Conley
005a054df5
Bug 1233497 - Avoid unsafe CPOWs in devtools tests. r=jryans
2016-01-07 11:54:18 -05:00
J. Ryan Stinnett
4257e187b4
Bug 1242584 - import-globals-from should carry over to tests. r=tromey
2016-01-26 17:08:33 -06:00
Wes Kocher
c3acc03e57
Backed out 2 changesets (bug 1013219) for apparently making test_ocsp_stapling_expired.js frequently time out
...
Backed out changeset a97c7103effe (bug 1013219)
Backed out changeset a877772255f6 (bug 1013219)
2016-01-26 10:51:24 -08:00
Gijs Kruitbosch
39288ebc9d
Bug 1138737 - improve naming of sharedGlobal list of exceptions, r=jsantell
2016-01-26 12:25:31 +00:00
James Long
2cc4f15883
Bug 1239018 - add file watching and hot reloading for devtools files r=jryans
2016-01-26 11:29:32 -05:00
Gabriel Luong
88f5f860ed
Bug 1238133 - Part 8: Select the default inspector sidebar tab on open and record the tool opened r=bgrins
2016-01-26 11:17:48 -05:00
Gabriel Luong
2e8a757385
Bug 1238133 - Part 7: Update test methods for opening the inspector sidebar panels r=bgrins
2016-01-26 11:17:48 -05:00
Gabriel Luong
9b96d312be
Bug 1238133 - Part 6: Make the layout view live inside the inspector panel frame r=bgrins
2016-01-26 11:17:48 -05:00
Gabriel Luong
16d70723ee
Bug 1238133 - Part 5: Make the font inspector live inside the inspector panel frame r=bgrins
2016-01-26 11:17:48 -05:00