Commit Graph

185 Commits

Author SHA1 Message Date
Jordan Santell
677cbcffcd Bug 1251084 - Remove WebConsoleUtils.abbreviateSourceURL with source-utils function. r=linclark 2016-03-01 14:32:11 -08:00
Tim Nguyen
893c77ce54 Bug 1224115 - Properly refresh zebra stripes in the table. r=mratcliffe
MozReview-Commit-ID: 9NTle8ePKqt
2016-03-01 16:57:49 +01:00
Tim Nguyen
0a04dd9273 Bug 1224115 - Fix keyboard navigation for filtered TableWidget. r=mratcliffe
MozReview-Commit-ID: C5nwTOZgHGu
2016-03-01 16:57:48 +01:00
Tim Nguyen
cbe567737b Bug 1224115 - Don't flash rows when they're unhidden. r=mratcliffe
MozReview-Commit-ID: DkkKESGzlQx
2016-03-01 16:57:48 +01:00
Tim Nguyen
b7e7dbcc84 Bug 1224115 - Allow filtering the storage inspector table. r=mratcliffe
MozReview-Commit-ID: F173MKBq33k
* * *
[mq]: foo

MozReview-Commit-ID: F3qkOclXklo
2016-03-01 16:57:48 +01:00
Patrick Brosset
4e53be7033 Bug 1252099 - Do not use CPOWs in browser_markup_copy_image_data.js; r=jdescottes
MozReview-Commit-ID: KWQMPplwIY8

--HG--
extra : rebase_source : c4d064215c66679f11d832745076be25f01f76c3
extra : histedit_source : 0960e1928f2184d3453da1424ef04c2564b1b1a2%2Cd858558091b5b8b8fabc6613e8b5f87b3c676a1b
2016-03-01 14:13:46 +01:00
Julian Descottes
b39b687b87 Bug 1189492 - part1: support horizontal collapsing in ViewHelpers togglePane;r=vporof
MozReview-Commit-ID: 1Hj8vrZhKKq

--HG--
extra : rebase_source : e029385a935721e287299d11ed33307fc4a2fd99
2016-02-26 00:31:34 +01:00
Alexandre Poirot
4ba825caa7 Bug 1248601 - Fix focus race due to dynamic XUL insertion. r=jwalker 2016-02-27 04:51:11 -08:00
Alexandre Poirot
20e2ec71ce Bug 1248601 - Register the Developer Toolbar dynamically. r=jwalker 2016-02-27 04:51:11 -08:00
Alexandre Poirot
fa65737630 Bug 1250833 - Stop using browser.xul globals specific to devtools. r=jryans 2016-02-27 04:51:11 -08:00
Alexandre Poirot
d3b05e8c5a Bug 1245530 - Use require(Services) instead of Cu.import(Services.jsm). r=jryans 2016-02-27 04:51:10 -08:00
James Long
32bc04cb3c Bug 1243406 - enable CSS/SVG/PNG hot reloading for all devtools panels r=bgrins 2016-02-26 14:40:38 -05:00
Julian Descottes
535caf34e2 Bug 1250002 - part1: add loader to globals exposed by require from browser-loader;r=jryans
MozReview-Commit-ID: Dzv5AdksdnP

--HG--
extra : rebase_source : bd31080b2d678ee4f003386145b3f954e3ee16ca
extra : source : 2a560ee5cbedda47b73abee46c6fc383b4c0475e
2016-02-23 23:31:32 +01:00
Nick Fitzgerald
4711239ff7 Bug 1249147 - Add a resizable split pane component to devtools/client/shared/components; r=jsantell,linclark
This commit adds HSplitBox which gives two panes aligned horizontally and a
splitter between them to resize their relative widths as needed.
2016-02-23 15:38:29 -08:00
Jan Odvarko
13aa4cf354 Bug 1247434 - fix eslint, add comments and remove Locale; r=jryans, pbrosset
MozReview-Commit-ID: LDYftQOw35M
2016-02-19 16:17:50 +01:00
Jan Odvarko
ff3855bf84 Bug 1247434 - Move all rep component into shared directory; r=jryans
MozReview-Commit-ID: 9G6TpiJhCPd

--HG--
rename : devtools/client/jsonview/components/reps/array.js => devtools/client/shared/components/reps/array.js
rename : devtools/client/jsonview/components/reps/caption.js => devtools/client/shared/components/reps/caption.js
rename : devtools/client/jsonview/components/reps/moz.build => devtools/client/shared/components/reps/moz.build
rename : devtools/client/jsonview/components/reps/null.js => devtools/client/shared/components/reps/null.js
rename : devtools/client/jsonview/components/reps/number.js => devtools/client/shared/components/reps/number.js
rename : devtools/client/jsonview/components/reps/object-box.js => devtools/client/shared/components/reps/object-box.js
rename : devtools/client/jsonview/components/reps/object-link.js => devtools/client/shared/components/reps/object-link.js
rename : devtools/client/jsonview/components/reps/object.js => devtools/client/shared/components/reps/object.js
rename : devtools/client/jsonview/components/reps/rep-utils.js => devtools/client/shared/components/reps/rep-utils.js
rename : devtools/client/jsonview/components/reps/rep.js => devtools/client/shared/components/reps/rep.js
rename : devtools/client/jsonview/components/reps/string.js => devtools/client/shared/components/reps/string.js
rename : devtools/client/jsonview/components/reps/undefined.js => devtools/client/shared/components/reps/undefined.js
2016-02-18 12:58:51 +01:00
J. Ryan Stinnett
c781b0ab03 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
Andreas Tolfsen
4c4d432d3a 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

--HG--
extra : histedit_source : 999974c56edeecb1313d2b1050c8911473c02292
extra : rebase_source : 77656e161e67423cd44d2071e4118e824cc64363
extra : commitid : 5SGljZj56xm
extra : source : 18d54b8d4ae8348d62070b57574858f0824474ad
extra : amend_source : 968c4d6c4959f5ba502b846294aabe40296d6541
2016-02-05 14:14:15 +00:00
Michael Ratcliffe
1ee39b0945 Bug 1248563 - eslint cleanup of storage inspector code r=pbrosset
--HG--
extra : rebase_source : f9acfe711678f232e60beb2452a69218484dc013
extra : amend_source : 6ff3261de332d8123b1bce6fcf8f75e04321a95a
2016-02-16 16:12:55 +00:00
J. Ryan Stinnett
7db57df8eb Bug 1240494 - AMD support for DevTools loaders. r=jwalker,Honza
MozReview-Commit-ID: 7IemsaijHNc
2016-02-17 07:00:09 -06:00
Brian Grinstead
ad34c237e8 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
Julian Descottes
9f2c1134db Bug 1243695 - ensure caret is visible in ruleview prop editor;r=miker
--HG--
extra : rebase_source : c937e24c0814314149c5f5b0763cb4ca459660d1
2016-02-12 01:43:44 +01:00
Julian Descottes
8a5bb348c4 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
Alexandre Poirot
1f8b8fe58c Bug 1241050 - Cleanup developer-toolbar imports. r=jwalker 2016-02-16 07:23:57 -08:00
Alexandre Poirot
03af4376f7 Bug 1241050 - Convert DeveloperToolbar.jsm to commonjs module. r=jwalker
--HG--
rename : devtools/client/shared/DeveloperToolbar.jsm => devtools/client/shared/developer-toolbar.js
2016-02-16 07:23:56 -08:00
Julian Descottes
6a60cf1528 Bug 1166956 - add valid unit when incrementing CSS value "0";r=tromey 2016-02-11 14:49:52 +01:00
Phil Ringnalda
e877ebe734 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
383c4ab364 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. )

--HG--
extra : commitid : 20wu80BaRXB
2016-02-08 16:30:01 +01:00
Alexandre Poirot
a2341d65e4 Bug 1245462 - Cleanup various require/import in devtools. r=jryans 2016-02-11 04:29:47 -08:00
Alexandre Poirot
51759742d1 Bug 1245462 - Replace usages of gDevTools.jsm by module imports. r=jryans 2016-02-11 04:29:47 -08:00
Julian Descottes
ce45b02f5e Bug 1246650 - upgrade redux to version 3.3.0; r=jsantell
--HG--
extra : rebase_source : 29e4f09e691a43d7a29293af3da5601dab338da3
2016-02-08 16:23:10 +01:00
Victor Porof
28b8bbfbd3 Bug 1120623 - Make the flamegraph keyboard accessible, r=jsantell 2016-02-09 13:45:37 +02:00
J. Ryan Stinnett
e7d6c84c0a Bug 1204127 - Clean up paths added after migration. r=ochameau 2016-02-08 17:32:07 -06:00
Julian Descottes
ac7fca4ef2 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
Julian Descottes
073eab9c8f Bug 1243695 - reduce inplace editor size in ruleview;r=miker 2016-01-28 12:17:57 +01:00
Alexandre Poirot
5a1faaaf7f Bug 1214352 - Add telemetry for Scratchpad as top level window. r=jryans,p=bsmedberg 2016-02-04 02:20:55 -08:00
Jordan Santell
0e5e1d2b01 Bug 1176056 - Tests for the JITOptimizations react component. r=fitzgen 2016-02-03 12:04:51 -08:00
Lin Clark
73e999449b Bug 1243777 - Remove skip-if lines for mulet. r=jryans
--HG--
extra : commitid : 4RODJ20QS6G
extra : rebase_source : d5bcc4cffe93816bd333e411344cbc9b3c661382
2016-02-02 08:50:00 -08:00
J. Ryan Stinnett
0e4da7b1f1 Bug 1239562 - Use explicit events to fix test races in responsive design. r=ochameau 2016-02-01 19:29:43 -06:00
James Long
17347a3234 Bug 1243490 - fix leak in devtools hot reloading code r=jryans 2016-01-29 22:53:29 -05:00
Jordan Santell
5b4a50f7d7 Bug 1226319 - Part 3 - Land JIT Viewer implemented in react. r=fitzgen 2016-01-28 13:00:54 -08:00
Alexandre Poirot
5e0d485465 Bug 1239276 - Convert DebuggerClient.connect to promise. r=jryans 2016-01-28 10:11:31 -08:00
Shivang Nagaria
45157ed060 Bug 768469 - [gcli] implement a "mdn" command. r=pbrosset 2016-01-23 02:59:00 +01:00
James Long
4bec8149a9 Bug 1239018 - add file watching and hot reloading for devtools files r=jryans 2016-01-26 11:29:32 -05:00
James Long
b299ca191c Bug 1239060 - add exports hook in loader r=zer0 2016-01-25 20:23:04 -05:00
Alexandre Poirot
6f8120903d Bug 1235780 - Remove preprocessing from floating scrollbar css. r=jryans
--HG--
rename : devtools/client/themes/floating-scrollbars.css => devtools/client/themes/floating-scrollbars-dark-theme.css
rename : devtools/client/themes/floating-scrollbars.css => devtools/client/themes/floating-scrollbars-responsive-design.css
2016-01-25 06:06:47 -08:00
Jan Odvarko
0e4a869104 Bug 1241884 - Introduce new requestHeaders field for promiseXHR. r=jryans 2016-01-22 15:24:21 +01:00
Jordan Santell
71b80d896b Bug 1226319 - part 2 - move the common localized strings from the heap view into the frame component itself. Also make the frame component configurable to optionally display the function name and host, and handle scenarios where the column does not exist -- all in preparation for the JIT optimizations view. r=fitzgen 2016-01-22 12:47:03 -08:00
Julian Descottes
7bff6c515d Bug 1239673 - memorytable: set tree-node-odd from JS. r=vporof
Only visible table rows are rendered, therefore we
cannot rely on :nth-child(2) to create background stripes.

This commit adds the source index to the treeNode props.
Using this index, the treeNode can add a "tree-node-odd"
className to its element.

In css, tree-node-odd is then used to add the alternate
background color to a row,

--HG--
extra : rebase_source : 9ce30781c0e7a2197486a7e0271283f87fc8dff5
2016-01-19 01:44:44 +01:00
Patrick Brosset
f8fbd60618 Bug 1241527 - 1 - Fix some unhandled rejected promises in colorpicker, cubicbezier and cssfilter ruleview tests; r=gl
--HG--
extra : commitid : 2Sdt8Wmae64
2016-01-21 17:35:04 +01:00