Commit Graph

1089 Commits

Author SHA1 Message Date
Sebastian Hengst
05140da7d7 Backed out changeset 634b361b1b9d (bug 1364150) for scroll position failures in devtools' browser_webconsole_keyboard_accessibility.js. r=backout 2017-06-08 20:40:08 +02:00
J. Ryan Stinnett
583d917691 Bug 1361311 - Remove project editor from WebIDE. r=pbro
MozReview-Commit-ID: CKo4EruNTe4

--HG--
extra : rebase_source : c6fbe57d641140afb9ca98ac6be4b5e38cac630b
2017-06-07 15:25:52 -05:00
Carsten "Tomcat" Book
cb5ce9d807 Merge mozilla-central to autoland 2017-06-08 15:24:16 +02:00
Carsten "Tomcat" Book
b9d94b34d4 merge mozilla-inbound to mozilla-central a=merge 2017-06-08 14:43:56 +02:00
Ruturaj K. Vartak
58a62d7ade Bug 1364093 - After a space and character, autocomplete should be shown for all flags. r=ntim, jdescottes.
MozReview-Commit-ID: JTPvHLBzIB0
2017-06-07 21:51:00 +02:00
Brian Grinstead
865c58e29c Bug 1364150 - Introduce debounce middleware; r=bgrins
MozReview-Commit-ID: Hu3rQ3iJHzP

--HG--
extra : rebase_source : c623b48d0055f4b0fb516c04ff5a1ec58961e7c5
2017-05-11 12:40:20 -07:00
Joel Maher
b44356bc28 Bug 1368364 - backout bug 1242505 as it causes browser/modules/ intermittent failures. r=paolo 2017-06-03 10:34:14 +02:00
Tom Tromey
dd7a919116 Bug 1368695 - don't emit event when tooltip already destroyed; r=jdescottes
If a reply comes from source-map-url-service but the tooltip has already
been destroyed, don't try to emit the event-tooltip-source-map-ready
event.

MozReview-Commit-ID: EKrT7V4qLJq

--HG--
extra : rebase_source : e3c4e4cbebdb9adbc1b414c14b9df241abba009c
2017-05-30 08:08:18 -06:00
Greg Tatum
38fcc497b1 Bug 1265526 - Correctly categorize blob URLs and wasm frames as user content; r=julienw
asm.js and wasm frames were not being correctly identified as user
content in the perf devtool. This patch correctly finds blob urls that
were being mis-identified as platform content, and wasm frames, which do
not have any identifying information other than their function name
containing wasm-function.

MozReview-Commit-ID: 4DjqATCKBK0

--HG--
extra : rebase_source : 0c261074d0b786d99e0a6a4dbdd81e3606b66081
2017-05-26 18:07:56 -05:00
Alexandre Poirot
f131594dd6 Bug 1355994 - Stop flagging DevTools sandboxes with an Addon ID. r=kmag
MozReview-Commit-ID: 5aJ5osJIt5i

--HG--
extra : rebase_source : b37230366178f5dbaf10263dcedb55eec7a838f1
2017-04-24 11:38:13 +02:00
Tom Tromey
be41e1f185 Bug 1367836 - devtools-source-map v0.6.0: Update bundle from GitHub. r=jryans
MozReview-Commit-ID: 4r5TLSegA50

--HG--
extra : rebase_source : 3d30edf4b8256a21b11dde5ddc9164c285c14652
2017-05-25 12:53:40 -06:00
Paolo Amadini
30ea634bb0 Bug 1242505 - Part 5 - Remove obsolete whitelisting of unhandled rejections. r=Mossop
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore.

MozReview-Commit-ID: 3uOxkgWYWEz

--HG--
extra : rebase_source : 5a10a3ebbfe0ce2a801330041f95447c313a9a70
extra : source : 6f0394b523a66dab444b8551deb8f3c6c81d8f31
2017-05-25 15:00:49 +01:00
Sebastian Hengst
ea55cd0be2 Backed out changeset 6f0394b523a6 (bug 1242505) 2017-05-28 11:31:01 +02:00
Paolo Amadini
94c629ed8c Bug 1242505 - Part 5 - Remove obsolete whitelisting of unhandled rejections. r=Mossop
The whitelisting function thisTestLeaksUncaughtRejectionsAndShouldBeFixed was replaced by expectUncaughtRejection, and existing calls did not take effect anymore.

MozReview-Commit-ID: 3uOxkgWYWEz

--HG--
extra : rebase_source : 3a7720091180a770b32b595f8094c0d20170166d
2017-05-25 15:00:49 +01:00
Greg Tatum
fcd6f5d04b Bug 1350304 - Revert focusing behavior that causes tree view to jump; r=Honza
In the Bug 1335055, accessibility features were added for re-focusing on
a TreeNode when it was unmounted. Unfortunately this is incompatible
with how the Tree provides a virtualized view, where it only has DOM
nodes on the page that will be visibile when things are scrolled. So
when a view is scrolled down, the TreeNode components get unmounted.
The focused node is still technically focused, but the actual component
is no longer mounted and present on the page. This causes the focus to
incorrectly jump around as the user scrolls down the page.

MozReview-Commit-ID: 64hlwCax0Ej

--HG--
extra : rebase_source : 60ba0ac37fc61bb3fc874230cc54e6147bd1b13b
2017-05-25 20:40:48 -05:00
Bob Silverberg
eb974678e2 Bug 1349896 - Part 1: Expose devtools theme via gDevTools, r=ochameau
Added gDevTools.getTheme() to provide the theme name, and a gDevTools "theme-changed"
event to provide a notification when the theme is changed.

MozReview-Commit-ID: EeUAmtyPpUy

--HG--
extra : rebase_source : 38515c6fb4d4294aa20d862da0c1bb96f17cd99a
2017-05-09 13:03:19 -04:00
Ben Kelly
8382efc2b2 Bug 1277657 Fix a race condition in devtools test helper_inline_editor.js. r=jdescottes 2017-05-22 07:29:30 -07:00
Tom Tromey
ea788b5b50 Bug 1333352 - use client-side source map service in markup view event bubble; r=jdescottes
MozReview-Commit-ID: D8bF5kkHp2p

--HG--
extra : rebase_source : 88ff42bbedbd844dee3360c132f40ec8188aa692
2017-05-12 14:34:26 -06:00
Ruturaj K. Vartak
1ed19ed100 Bug 1364097 - Do not show the autocomplete popup when input is empty. r=jdescottes
MozReview-Commit-ID: JCE5eWPKu8l
2017-05-19 09:46:00 +01:00
Tom Tromey
9f4ebe5770 Bug 1317962 - use source maps in stack traces in the console; r=jryans
MozReview-Commit-ID: 9SPZDi50XZv

--HG--
extra : rebase_source : e8d9e5eaeb0de0f18b34eae13499d394df696f52
2017-05-02 12:51:51 -06:00
Carsten "Tomcat" Book
845d4f803d Merge mozilla-central to mozilla-inbound 2017-05-17 12:27:56 +02:00
Ruturaj K. Vartak
9c6adc0098 Bug 1364113 - Test cases for Network Monitor autocomplete. r=jdescottes, ntim
MozReview-Commit-ID: 3JcO3lR0TVR
2017-05-16 19:58:00 +01:00
Tim Nguyen
6ccd4f203e Backed out changeset f7b1a4643318
MozReview-Commit-ID: AvjGf1tcKbw
2017-05-17 08:40:56 +01:00
Ruturaj K. Vartak
9bf2258103 Bug 1354504 - Add test cases for SearchBox and AutocompletePopup react components. r=ntim, jdescottes.
[SearchBox]
- SearchBox setup
- initial empty value
- initially notFocussed
- setting value to inputbox
- checking for focus on the input
- onBlur
- ClearButton hidden initialized
- ClearButton shown on some value
KeyDown emptyAutoComplete return undefined
- ArrowDown
- ArrowUp
- PageDown
- PageUp
- Home
- End
- Tab
	- and hide box
- Backspace
	- reactivates popup
- Enter
	- and hide box
- Escape

[AutocompletePopup]
- initialy DOM invisibility
- focus on input and visibility
- List compare
- Initial selectedIndex = -1
- Blur hiding of autocomplete
- filtering of Values
- jumpToTop (by key events)
- jumpToBottom (by key events)
- jumpBy (by key events)
- select (by key events)
- Selection class
- MouseDown

MozReview-Commit-ID: 9PjGztW0PIy
2017-05-16 19:58:00 +01:00
Julian Descottes
9954280035 Bug 1365014 - support pref getters with default value in Services shim;r=tromey
nsIPrefBranch getters support an optional default parameter.
If provided, the getter should not throw in case the pref is not defined, but
instead should return the default value.

MozReview-Commit-ID: FfWPmOC6bFI

--HG--
extra : rebase_source : a18d53c897bb7483997ed9e2faa9e737b4c644e8
2017-05-15 21:49:35 +02:00
Tom Tromey
a38062c7e5 Bug 1364839 - devtools-source-map v0.5.0: Update bundle from GitHub; r=jdescottes
MozReview-Commit-ID: 7j2hOyipkkL

--HG--
extra : rebase_source : 73a07c2507497e41649213dcf43fb5ed13fc1b0b
2017-05-16 08:11:11 -06:00
Michael Ratcliffe
95bffc6b9c Bug 1194190 - Enable Storage Inspector by default r=tromey
MozReview-Commit-ID: nPUN4WVT9q

--HG--
extra : rebase_source : 563b1c6a5e7d663bae39a1e6a5fa575df536b2d4
2017-05-12 15:20:15 +01:00
Michael Ratcliffe
d8e30095b3 Bug 1231452 - Make it possible to add cookies to the storage inspector r=pbro
MozReview-Commit-ID: 9l9GBpxX7xv

--HG--
extra : rebase_source : ad7edb8e099dd5a14cc754e3e8d71f35518856c0
2017-03-31 23:28:55 +01:00
Ruturaj K. Vartak
eeb5e9e9e1 Bug 1354504 - Add autocomplete to network monitor search box. r=jdescottes, ntim
MozReview-Commit-ID: KojxbqOAJAQ
2017-05-11 04:25:00 +01:00
Iris Hsiao
140ea4f78b Backed out changeset d5d0e32f5904 (bug 1354504) for devtool perma-failing in browser_net_filter-flags.js. a=backout
--HG--
extra : amend_source : 150de2fdee4a5695703ad5937a5c1131929643c1
2017-05-12 10:13:19 +08:00
Wes Kocher
f1c0f35ea6 Merge inbound to m-c a=merge
MozReview-Commit-ID: HCapLqbD816
2017-05-11 17:30:41 -07:00
Mark Banner
2bf9485071 Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
MozReview-Commit-ID: 5fVG7akPnGM

--HG--
extra : rebase_source : e462e84bf8f2ffd893d1fd6b5ea14bbc093168dd
2017-05-08 10:29:47 +01:00
Sebastian Hengst
95a418ca5b Backed out changeset e0f9c56c15f0 (bug 1362947) for linting failures, e.g. at accessible/tests/mochitest/jsat/doc_content_text.html:15. r=backout 2017-05-11 10:15:55 +02:00
Mark Banner
256aeb441c Bug 1362947 - Upgrade eslint-plugin-html to 2.0.3 to pick up --fix support. r=jaws
MozReview-Commit-ID: 5fVG7akPnGM

--HG--
extra : rebase_source : f1b9eeb1b2048b551ee8c0a596e6395d0031cc4d
2017-05-08 10:29:47 +01:00
Stoyan Dimitrov
83e9d59dd5 Bug 1360548 - Adapt dimension of broken image tooltip to content. r=jdescottes 2017-05-11 10:03:42 +02:00
Ruturaj K. Vartak
2495fc9d15 Bug 1354504 - Add autocomplete to network monitor search box. r=jdescottes, ntim
MozReview-Commit-ID: KsMFZtSEw6a
2017-05-11 04:25:00 +01:00
Carsten "Tomcat" Book
d66b9f27d5 merge mozilla-inbound to mozilla-central a=merge 2017-05-10 15:07:28 +02:00
Micah Tigley
6f4d9b105a Bug 1332085 - Add Color Name Field to Color Widget. r=gl
MozReview-Commit-ID: AYFulQcvBwv
2017-05-08 20:31:37 -06:00
nchevobbe
85bc4f9a33 Bug 1362037 - update bundle to v0.8.0. r=Honza
MozReview-Commit-ID: Z4sANLFH3R

--HG--
extra : rebase_source : 0df5c8d718dc2d98050faa55b021ce03217abdfa
2017-05-05 17:19:47 +02:00
Matt R
a0fbfb22de Bug 1352777 - Fix dropmarkers in JSON viewer not collapsing long string r=rickychien
MozReview-Commit-ID: BdixqPyi8x4

--HG--
extra : rebase_source : eea7c019e873f48dfb69fb0297d690919d75b9fd
2017-04-24 08:35:09 +01:00
Tom Tromey
7cf598b980 Bug 1359144 - use client-side source map service in console; r=jryans
MozReview-Commit-ID: Jn9fr1EoPg9

--HG--
extra : rebase_source : 533abb2bd654a3d6d9046862436f73be3fa64667
2017-04-28 10:12:57 -06:00
Julian Descottes
3ba9b0dd11 Bug 1328943 - a11y: focus should skip scope element in variablesview;r=bgrins
This changeset makes the classname variables-view-scope no longer able to
receive the focus. When tabbing through the variables view, going from the
variables-view-scope to the first variables-view-variable item has no
visual impact as their container occupy the same space.

Having to TAB twice without providing user feedback feels buggy.

MozReview-Commit-ID: It4EOV45A40

--HG--
extra : rebase_source : 5f865283613073fe72de98d012274a8d74dfe88f
2017-05-02 15:51:21 +02:00
Tom Tromey
f14b92c497 Bug 1360554 - devtools-source-map v0.4.0: Update bundle from GitHub; r=jryans
MozReview-Commit-ID: 7eYjx2QXM8P

--HG--
extra : rebase_source : 8af06aa3d44a028f34bfef2c826dd143ec0e822e
2017-04-28 10:43:41 -06:00
Phil Ringnalda
6ff93fd449 Backed out changeset 8ff81b6fdfb8 (bug 1317962) for frequent Windows failures in browser_console_copy_entire_message_context_menu.js
CLOSED TREE

MozReview-Commit-ID: ADIiRxXlKs1
2017-05-04 20:56:39 -07:00
Tom Tromey
cdba52c5a8 Bug 1317962 - use source maps in stack traces in the console; r=jryans
MozReview-Commit-ID: 9SPZDi50XZv

--HG--
extra : rebase_source : 86ba1dbdc32a02d3ac46e3fc0f1cf2063b2a2291
2017-05-02 12:51:51 -06:00
Julian Descottes
e5195aed19 Bug 1359090 - load devtools-browser.css dynamically when starting devtools;r=ochameau
This changeset modifies devtools-browser.css to import:
- commandline-browser.css (needed for GCLI)
- responsivedesign.css (needed for the old RDM)

These files are no longer included in the main browser.css files.

devtools-browser.css is also no longer loaded by browser.xul.
Instead it is dynamically loaded when devtools need the browser stylesheet:
- when creating a side or bottom host (need the splitter)
- when opening gcli
- when opening the old responsive design

devtools-browser.js keeps track of the browser stylesheets loaded in the
various tracked windows and will remove the stylesheet when the window is unloaded.

MozReview-Commit-ID: AL3CxS7mvdO

--HG--
rename : devtools/client/themes/commandline.inc.css => devtools/client/themes/commandline-browser.css
rename : devtools/client/themes/responsivedesign.inc.css => devtools/client/themes/responsivedesign.css
extra : rebase_source : a4a1e993657ff3abcc975249812723ab46bc84a8
2017-04-27 16:05:31 +02:00
Julian Descottes
50a0db7113 Bug 1359090 - extract appendStyleSheet util from theme-switching to dedicated util;r=ochameau
MozReview-Commit-ID: 4MaGKbkyuZ9

--HG--
extra : rebase_source : 622115120ac1349b63175b6de088269e9f17e1ed
2017-04-27 15:26:38 +02:00
nchevobbe
4bb4c97c9c Bug 1359338 - Update reps bundle to 0.7.0. r=Honza
MozReview-Commit-ID: IomllBwp21b

--HG--
extra : rebase_source : 0df02efe6b26a56e2a87467e7a48281b3bf7d1e3
2017-04-28 14:04:36 +02:00
Dragana Damjanovic
ac4b67b516 Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
Kit Cambridge
c32b6bb66b Bug 1359290 - Fix "notifiction" typos. r=markh
MozReview-Commit-ID: 1d9QQUQckQW

--HG--
extra : rebase_source : 2c24a54476f0e970db8d18afae7c4232206b8bd2
2017-04-24 18:51:45 -07:00