2980 Commits

Author SHA1 Message Date
gasolin
d9537d355b Bug 1264686 - Reps: Use grip-array rep to display NamedNodeMap. r=linclark
MozReview-Commit-ID: 9hy2A9wmrAW

--HG--
extra : rebase_source : b876d71cc80e693727c4e14387123ce5cec52d7b
2016-07-21 10:53:49 +08:00
Gabriel Luong
0e5d2013cc Bug 1288238 - Move the computed toolbar below the box model r=jdescottes 2016-07-22 14:24:19 -04:00
Yury Delendik
eebc2b3435 Bug 1288150 - Add fast breakpoint presents check for removeBreakpoints. r=jlongster
MozReview-Commit-ID: KKDUw6st4Bs

--HG--
extra : transplant_source : %0E%A3%E7%D0l6%95%A6%8C%A2U1%94%E2%BB%91l%C8%9F%D6
2016-07-21 08:52:00 -05:00
Tom Tromey
04f9e05389 Bug 1244227 - Remove unused file from devtools/client/netmonitor/test/. r=Honza
MozReview-Commit-ID: 1obunKGZYgx

--HG--
extra : transplant_source : %EA%23E%88%EB%BF%83GGF%CC%CF%DC%1F%E1%80%5C%1F%5B6
2016-06-20 11:29:36 -06:00
Tom Tromey
4f245dd44f Bug 1244227 - Add an API to enable throttling. r=Honza
MozReview-Commit-ID: BirjFHVSZN7

--HG--
extra : transplant_source : J%98f%AD%0C%80%3B%0D%23%89%5D/%F2He%CC%B95Np
2016-03-01 11:13:41 -07:00
Tom Tromey
a3579ffb10 Bug 1244227 - Properly report throttled network timing. r=Honza
MozReview-Commit-ID: BCJLSRGS0vE

--HG--
extra : transplant_source : %1F%A6%A3%85%1CP%07n-%EBo%DD%5C%29%1E%0A%11%D8%1E%04
2016-02-04 06:40:25 -07:00
Tom Tromey
2c5c4d319d Bug 1244227 - Add network throttling. r=Honza
MozReview-Commit-ID: Iy6buFxUrGg

--HG--
extra : transplant_source : %C9%E9%C7%0DW%07%99-%D0%B1/%CE%BC%F8%C3%8A%C5a%82%E4
2016-01-29 11:56:25 -07:00
Tom Tromey
7c9df12dbe Bug 1244227 - NetworkResponseListener does not need to implement nsIInterfaceRequestor. r=Honza
MozReview-Commit-ID: 9TMlmdjQWLL

--HG--
extra : transplant_source : %84%15P%A1%C6%D6%9BxS%AC.J%F8%FC%91%C8L%1F%E9%7E
2016-02-16 15:03:23 -07:00
Julian Descottes
5989b201c1 Bug 1288375 - ruleview: fix invisible icons in filter widget tooltip;r=pbro
Scoped stylesheets cannot make reference to an element outside of the scope in any
part of a selector. This means a selector such as ".theme-light .scoped-element"
can not work in a scoped stylesheet.

Theme specific rules have been removed from the filter&bezier tooltip css. Instead
CSS variables defined for each theme are used in the scoped stylesheets.

MozReview-Commit-ID: 7apGbPc0CYy

--HG--
extra : rebase_source : e71f33b395b0a6d21bb4352507a3947ed2b81766
extra : amend_source : 55e0c78a006fd2b580d6d0e345c950a4e7ab472a
extra : source : 0be81bdc2e08b658f91dc05443ab15ced91025f2
2016-07-21 16:26:36 +02:00
Julian Descottes
ba686b64ad Bug 1283705 - wait for popuphidden to fix intermittent test browser_tableWidget_mouse_interaction;r=miker
MozReview-Commit-ID: GFyH7f1bXpR

--HG--
extra : rebase_source : f5712a5b12a298b0d026d1b4a6ce42087c1d43bb
2016-07-15 11:23:14 +02:00
Julian Descottes
b2d3f9f479 Bug 1288358 - restore padding around spectrum widget in colorpicker tooltip;r=pbro
MozReview-Commit-ID: BFZA3tDkoR0

--HG--
extra : rebase_source : 36b94e444691c71f0fffaa02756e7435538a2dcc
2016-07-21 11:22:36 +02:00
Patrick Brosset
f5bb80b8d5 Bug 1278552 - Make sidebar containers focusable so shortcuts work when they are active; r=jdescottes
The rule-view and computed-view now have tabindex="-1" on their containers
so that clicking anywhere in the views will focus them, so will tabbing
through the inspector to them.
This means that any user activity on them ends up focusing them (or any
focusable element in them, which was the case before anyway).
Because of this, pressing ctrl+F (or any other shortcut) will work correctly:
the _onShortcut callback in each of these views will detect that the active
element is the view itself and will therefore handle the event.
Note that the container element that has the tabindex attribute is a child of
the main container element that is scrollable (overflow:auto). That is
because if we use only one element for both, then grabbing the scrollbar will
focus the element and blur any field that's currently focused.

MozReview-Commit-ID: 97a1tpdlbmZ

--HG--
extra : rebase_source : 607f025a0f06064180a9cb3e72129e3c734598c6
2016-07-18 14:38:10 +02:00
Patrick Brosset
2c1685206a Bug 1262439 - 8 - Re-implement telemetry in the eye-dropper; r=miker
MozReview-Commit-ID: 2XDhAb3iXdu

--HG--
extra : rebase_source : a0a6617c9e2d3663d3958d95a66f7487a5bc60a1
2016-06-09 16:02:08 +02:00
Patrick Brosset
ff2b533863 Bug 1262439 - 7 - Delete the old eyedropper implementation; r=ochameau
MozReview-Commit-ID: FFrbWHiA8f3

--HG--
extra : rebase_source : ec191bb317e21e5ee555a7cbca7b2f9d7ee0c424
2016-06-09 13:33:27 +02:00
Patrick Brosset
23d0420743 Bug 1262439 - 6 - Update the eye-dropper devtools menu entry to use the new eye-dropper; r=ochameau
Removes some old eye-dropper related code in browser.js which was not
used anymore since the devtools menu are added dynamically now.
And replaces the code in devtools/client/menus.js to call the gcli
eyedropper command now instead of the old eyedropper tool.

MozReview-Commit-ID: DMn9eiVOnGY

--HG--
extra : rebase_source : 020558ead3c2c0a11ffbef97da31392a52d135d3
2016-06-09 13:19:09 +02:00
Patrick Brosset
f9d2dc2d7d Bug 1262439 - 5 - Move eyedropper btn to inspector and update gcli command; r=bgrins
This moves the eyedropper button from the toolbar into the inspector,
therefore the old eyedropper command isn't needed anymore,
or at least not as it was.
The button in the inspector simply uses the pickColorFromPage inspector
actor method.
And to preserve a eyedropper gcli command, a new simpler one was added.

MozReview-Commit-ID: B1yr1EqLFBD

--HG--
extra : rebase_source : 47c2effe193f4d1a64a8d16ea3609ff5ae1f793b
2016-07-20 16:06:42 +02:00
Patrick Brosset
a6b51dd144 Bug 1262439 - 4 - Use the new eye-dropper highlighter in the color-picker tooltip; r=bgrins
The color-picker tooltip now uses the new eye-dropper highlighter, by
using the pickColorFromPage inspector method instead of the XUL-based
eye-dropper tool.

Telemetry hasn't yet been re-implemented in the new eye-dropper highlighter
so the telemetry-related test code has been removed for now. This will be
added again in a later commit.

MozReview-Commit-ID: enSzSKHac4

--HG--
extra : rebase_source : dd5a54d149ac1872be8580660c70b8a02da9db66
2016-07-20 14:47:24 +02:00
Patrick Brosset
4b2d233450 Bug 1262439 - 3 - inspector and eye-dropper eslint cleanup; r=me
MozReview-Commit-ID: KZsd47QSvue

--HG--
extra : rebase_source : fb6b4feec4be295cb4494be66d0b188d6b538579
2016-06-06 15:11:27 +02:00
Patrick Brosset
968dc79025 Bug 1262439 - 2 - Add a new pickColor inspector method to use the new eye-dropper highlighter; r=bgrins
The inspector actor now has a new method that can be used to pick a
color from the page. This method just instantiates the eye-dropper
highlighter and shows it on the page.
The method doesn't return the color because this requires user interaction.
Instead, it returns immediately and an event is sent later, when the user
has selected a color or escaped.

MozReview-Commit-ID: cjadLyNXQd

--HG--
extra : rebase_source : 392a3cbfce7b81518cd7e4c90a44bae17d96e8de
2016-07-20 16:07:04 +02:00
Patrick Brosset
d2cc90ec24 Bug 1262439 - 1 - Introduce a new eye-dropper highlighter; r=zer0
This is mostly porting code from the XUL eye-dropper over to a new
highlighter file.
While I have tested this locally, this highlighter isn't yet used
in devtools.
This will come in later patches.

MozReview-Commit-ID: IF0puLu5Yc7

--HG--
rename : devtools/client/shared/css-color-db.js => devtools/shared/css-color-db.js
rename : devtools/client/shared/css-color.js => devtools/shared/css-color.js
extra : rebase_source : 72431a9148d1c688987a5693a619769837c774c7
2016-07-21 14:35:14 +02:00
Carsten "Tomcat" Book
336105a0de merge mozilla-inbound to mozilla-central a=merge 2016-07-22 11:58:02 +02:00
Carsten "Tomcat" Book
53b9562c23 merge fx-team to mozilla-central a=merge 2016-07-22 11:56:37 +02:00
Carsten "Tomcat" Book
c7846e126c Backed out changeset 16aa7041c009 (bug 1287107) for causing xpcshell and mac tests 2016-07-22 11:30:23 +02:00
Tim Nguyen
47bc319bec Bug 1268591 - followup: correct fill of some white SVGs, and clean them. r=me DONTBUILD
MozReview-Commit-ID: 3Iw78v9lNW6
2016-07-22 02:17:31 +02:00
Tim Nguyen
addc0fdf30 Bug 1163290 - Fix up CSS coverage layout and make its text selectable. r=gl a=kwierso CLOSED TREE
MozReview-Commit-ID: BaKc4zsyHSY
2016-07-22 00:49:50 +02:00
Tim Nguyen
13c2525149 Bug 1268591 - Support new invertIconForDarkTheme flag. r=bgrins, jsantell a=kwierso CLOSED TREE
MozReview-Commit-ID: DfMBsD2u0ow
2016-07-22 00:44:11 +02:00
Tim Nguyen
4b0c49b118 Bug 1268591 - Make devtools icons black by default and invert them for dark theme. r=bgrins a=kwierso CLOSED TREE
MozReview-Commit-ID: DhcotPhGY9w
2016-07-22 00:44:11 +02:00
Nick Fitzgerald
426f871e07 Bug 1241298 - Enable the devtools' memory panel by default. r=jsantell
--HG--
extra : rebase_source : ba60677269501f1ffe525dce28c69d1fa67208ad
2016-07-21 13:10:12 -04:00
Greg Tatum
03144dabc5 Bug 1286232 - Add scripts and tests to automate the css-properties-db. r=pbro
--HG--
extra : rebase_source : b24ee31a2563e25ef46cb8068255f4e8ae4ffb13
2016-07-21 06:54:00 -04:00
Nancy Pang
2290b0bb8f Bug 1287474 - Remove uneeded keyboard handler. r=Honza
MozReview-Commit-ID: 41UNnQGPom7

--HG--
extra : rebase_source : 8641c6cdf3ab9944de14ec01fc535e74f2c6ed04
2016-07-18 12:00:25 -04:00
Towkir Ahmed
9e080b773b Bug 1286128 - Prevent eyedropper button from being overflown in the color picker. r=jdescottes
--HG--
extra : rebase_source : 25dcfb2d72fa9d61ce3f5c90ed2e43d8086b0c11
2016-07-21 03:19:00 -04:00
Dalimil Hajek
1636092871 Bug 1275887 - Remove longPropIterator/shortPropIterator in reps. r=odvarko
--HG--
extra : rebase_source : ba7bfb53abc520748629a9fb075c0e5c5569ff5f
2016-07-20 06:22:00 -04:00
Jan Odvarko
8b6f76bc43 Bug 1287413 - Avoid blank area in the Sidebar. r=pbro
--HG--
extra : rebase_source : 3d8bfc8200bbb722689ed80fb87a96e4886a56ed
2016-07-21 07:02:49 +02:00
Jan Odvarko
6ceb664a74 Bug 1287368 - Fix inspector sidebar portrait mode. r=pbro
--HG--
extra : rebase_source : 80728b4530a86bda280f1138eda25e343bae2571
2016-07-19 09:57:59 +02:00
Carsten "Tomcat" Book
4a64baa9d4 merge mozilla-inbound to mozilla-central a=merge 2016-07-21 16:24:36 +02:00
Carsten "Tomcat" Book
ac018ea603 merge fx-team to mozilla-central a=merge 2016-07-21 16:23:11 +02:00
Eddy Bruel
34cdf87c79 Bug 1265727 - Decouple EventLoopLagFront from EventLoopActor. r=fitzgen 2016-07-21 12:52:30 +02:00
Tim Huang
2107711fca Bug 1287607 - Making the stylesheets editor using the system principal to load CSS files from 'chrome://' URL. r=gl 2016-07-19 17:39:00 +02:00
Jaideep Bhoosreddy
55e61dc998 Bug 670002 - Use source maps in the web console w/ performance issues; r=jsantell
--HG--
rename : devtools/client/framework/source-location.js => devtools/client/framework/source-map-service.js
2016-07-20 19:09:00 +02:00
Jaideep Bhoosreddy
02353bc27a Bug 670002 - Tests for source maps in the web console w/ performance issues; r=jsantell
--HG--
rename : devtools/client/framework/test/browser_source-location-01.js => devtools/client/framework/test/browser_source_map-01.js
rename : devtools/client/framework/test/browser_source-location-02.js => devtools/client/framework/test/browser_source_map-02.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.coffee => devtools/client/framework/test/code_binary_search.coffee
rename : devtools/client/debugger/test/mochitest/code_binary_search.js => devtools/client/framework/test/code_binary_search.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.map => devtools/client/framework/test/code_binary_search.map
rename : devtools/client/debugger/test/mochitest/doc_empty-tab-01.html => devtools/client/framework/test/doc_empty-tab-01.html
2016-07-19 14:42:00 +02:00
Wes Kocher
6b345a6cc2 Backed out changeset b9c789ba01a0 (bug 1286186) for test_reps_array.html failures CLOSED TREE 2016-07-20 15:19:45 -07:00
Wes Kocher
2f6e5ed95c Backed out changeset c6a1177a17e4 (bug 670002) because it should have been backed out with the other patch from this bug CLOSED TREE
--HG--
rename : devtools/client/framework/test/browser_source_map-01.js => devtools/client/framework/test/browser_source-location-01.js
rename : devtools/client/framework/test/browser_source_map-02.js => devtools/client/framework/test/browser_source-location-02.js
2016-07-20 15:15:33 -07:00
Wes Kocher
b79af22444 Backed out changeset aab8baf2c5f5 (bug 670002) for eslint failures
--HG--
rename : devtools/client/framework/source-map-service.js => devtools/client/framework/source-location.js
2016-07-20 12:56:46 -07:00
Wes Kocher
e4dedccacf Backed out changeset a6c528c3fe72 (bug 1287413) for ESLint failures 2016-07-20 12:56:39 -07:00
Jennifer Fong
5efe427a53 Bug 1113825 - Nowrap content in console.table(). r=bgrins 2016-07-20 15:19:11 -04:00
Brian Grinstead
e5d3a69c4e Bug 1113825 - Provide option to always wrap table contents into elements;r=gl 2016-07-20 15:19:07 -04:00
James Long
6ab69d6827 Bug 1238173 - remove ScriptStore in use findScripts in debugger r=fitzgen 2016-07-20 14:57:13 -04:00
Sami Jaktholm
f88f710018 Bug 1237492 - Hold a strong reference to the Worker used in webconsole tests. r=ejpbruel
If a reference is not kept, the Worker might be GCd before the test
compteles. If that happens, the test times out as it tries to detach
a worker that has already been destroyed.

The state object is kept around for the duration of the tests so
keeping a reference in the state object ensures the worker
lifetime matches that of the test.

MozReview-Commit-ID: 31F54vHlm3z

--HG--
extra : transplant_source : %C1%97%D86%09Bd%AB%E8%08%98%D4%29%25S%A3%B8%2C%8E%11
2016-07-17 10:10:08 +03:00
Greg Tatum
6f1a0a43ef Bug 1284735 - Fix intermittents in browser_markup_dragdrop_autoscroll_02.js. r=pbro 2016-07-18 10:30:00 -04:00
Dalimil Hajek
806745713c Bug 1244916 - JSON Viewer: empty arrays should hide the zero count. r=odvarko 2016-07-15 07:52:00 -04:00