Jordan Santell
62f6b6c19c
Bug 1251033 - Part 2 - FrameComponent should correctly handle erroneous line/column formats. r=fitzgen
2016-03-08 19:19:10 -08:00
Jordan Santell
afb1708698
Bug 1251033 - Part 1 - BrowserLoader now has an option to only load shared components and not require an additional directory. r=jryans
2016-03-08 19:19:09 -08:00
Julian Descottes
a50c314fc4
Bug 916582 - skip autocomplete suggestions if style attribute already closed;r=tromey
...
When editing the style attribute, do not trigger autocomplete suggestions if the style attribute
was already closed by a set of matching double or single quotes.
Added a new test and moved common test functions to a dedicated helper.
MozReview-Commit-ID: 5AfkNXWvqTA
--HG--
rename : devtools/client/inspector/markup/test/browser_markup_css_completion_style_attribute.js => devtools/client/inspector/markup/test/browser_markup_css_completion_style_attribute_01.js
extra : rebase_source : 98101b99cde59dba808bc91465ddcebfd1518dda
2016-03-08 19:26:17 +01:00
Julian Descottes
ed8fb019e9
Bug 1230325 - markup-view: skip keyboard shortcuts if any modifier;r=pbrosset
...
Bail out from the markup view onKeyDown handler if any modifier is currently
true. All shortcuts specified in this handler are intended to be used without
modifier, so for now this approach is fine.
Added a test checking the use case mentioned in Bug 1230325, with the S
shortcut. In order to write the test, had to create an additional method on
the test actor to be able to wait for events in the window of the content process.
MozReview-Commit-ID: 67icou0HkfA
--HG--
extra : rebase_source : e7235c487134505563cae3c5ac8bdabd42dc4363
2016-03-04 18:15:32 +01:00
Ryan VanderMeulen
54367e83bf
Merge fx-team to m-c. a=merge
2016-03-05 19:22:45 -05:00
Philip Chee
0772ec1731
Bug 1252479 - Adding the Developer Dynamically (Bug 1248601) doesn't work in SeaMonkey because it doesn't have a "browser-bottombox" r=ochameau
...
--HG--
extra : rebase_source : 9038cc693f739a2f4bd09ad1e1ee4ce26f588df0
2016-03-06 01:44:38 +08:00
Patrick Brosset
3dc525e814
Bug 1252099 - Remove usage of getNode and content in markupview tests; r=ochameau
...
MozReview-Commit-ID: F58e1CcwHNs
--HG--
extra : rebase_source : 6492997a05363bc88e00d0726a60f7dfe1bb8125
2016-03-03 16:35:21 +01:00
Nick Fitzgerald
f92f7a7fae
Bug 1251492 - Don't prevent default behavior of unrelated mouse events in HSplitBox. r=linclark
2016-03-02 11:05:00 -05:00
Tim Nguyen
74c6f50e80
Bug 1253072 - Small bug fixes to the Storage Inspector functionality. r=miker
...
MozReview-Commit-ID: 7s1Ua2ecy0I
2016-03-02 14:52:00 -05:00
Alexandre Poirot
03257722e9
Bug 1245875 - Add missing createCanvas function in webgl-utils to fix mochitest-dt5 failures. r=me
2016-03-03 07:55:36 -08:00
Alexandre Poirot
ffdbd09825
Bug 1245875 - Remove Tilt from tree. r=vporof,jwalker
2016-03-03 02:27:22 -08:00
Alexandre Poirot
de4f7ccdea
Bug 1245875 - Factor out webgl helpers out of tilt. r=vporof
2016-03-03 02:27:22 -08:00
Alexandre Poirot
82c73c6b27
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
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