Michael Ratcliffe
b4e6fa3527
Bug 1146194 - Multiple cookies with the same name not shown r=gl
...
Stubborn debugger statement.
MozReview-Commit-ID: F2qgWofemHG
--HG--
rename : devtools/client/storage/test/browser_storage_dynamic_updates.js => devtools/client/storage/test/browser_storage_dynamic_updates_sessionStorage.js
extra : rebase_source : 07934238d3c2d8dbc1a81d28d9a3a710ee39a126
2016-11-11 15:57:51 +00:00
Astley Chen
33ca2973e8
Bug 1270406 - Unprefix pseudo-class dir in DevTool resources. r=pbro
...
MozReview-Commit-ID: Dw5DhErHkY8
--HG--
extra : rebase_source : 433e1e764025578074d4fff132233b880d405b20
2016-11-22 23:05:18 +08:00
Nicolas Chevobbe
7ce08bec8a
Bug 1320399 - Fix error in Grip Rep; r=nchevobbe
...
Check that the `preview` property is not null before using it.
The bug was harmless because we catch it and return an
empty array as the properties of the grip, which is the same
when we don't have anything in the preview prop.
MozReview-Commit-ID: COU8XLATw7x
--HG--
extra : rebase_source : e3b4efbc4957efdeda760917b6b7d22ad02f64ce
2016-11-26 20:47:09 +01:00
Gabriel Luong
93020fd317
Bug 1308263 - Part 4: Fix ESLint error in devtools/client/inspector/layout/types.js. r=me
2016-11-29 19:55:44 +08:00
djmdev
c24c73becd
Bug 1316613 - Disables eyedropper icon if the eyedropper highlighter is unavailable.r=jdescottes
...
MozReview-Commit-ID: 3HhqqGqnoHo
--HG--
extra : rebase_source : 19eaf23766650bbaf25062dccf7c3fe3bd0c58a3
extra : histedit_source : e601ebf85efc214bf5c650d76298c6a9dca72bd9
2016-11-24 03:08:28 +05:30
Gabriel Luong
560a204c41
Bug 1308265 - Add a grid display setting for displaying the grid line numbers. r=jryans
2016-11-29 19:39:10 +08:00
Gabriel Luong
d30ffce04d
Bug 1308263 - Part 3: Add a grid display setting for extending the grid lines infinitely. r=jryans
2016-11-29 19:38:08 +08:00
Gabriel Luong
3d9f8b5279
Bug 1308263 - Part 2: Add a grid highlighter setting PropType to manage the show infinite lines option and a method to update it. r=jryans
2016-11-29 19:38:02 +08:00
Gabriel Luong
1452e4f287
Bug 1308260 - Part 7: Display a list of grid container elements and checkbox to toggle the grid highlighter for each grid in the CSS grid layout panel. r=jryans
2016-11-29 19:33:04 +08:00
Gabriel Luong
5c701ce9da
Bug 1308260 - Part 6: Toggling the grid highlighter should emit the node that the grid highlighter was shown or hidden for and update the grid's highlighted state. r=pbro
2016-11-29 19:32:59 +08:00
Carsten "Tomcat" Book
ad928dbca5
Merge mozilla-central to autoland
2016-11-23 16:45:11 +01:00
oschei
ce3e1f6cb5
Bug 1317745 - Rename 'round trip time' to 'latency' in network throttling. r=jryans
2016-11-15 22:51:44 -07:00
Phil Ringnalda
88d37d8841
Merge m-c to m-i
...
MozReview-Commit-ID: FbJhcY28dXi
2016-11-22 21:32:23 -08:00
Phil Ringnalda
feef954874
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: EDVoIcyWOhi
--HG--
rename : storage/test/test_AsXXX_helpers.cpp => storage/test/gtest/test_AsXXX_helpers.cpp
rename : storage/test/test_binding_params.cpp => storage/test/gtest/test_binding_params.cpp
rename : storage/test/test_mutex.cpp => storage/test/gtest/test_mutex.cpp
2016-11-22 20:03:03 -08:00
J. Ryan Stinnett
c8dc1ff2d1
Bug 1319628 - Remove longer timeouts from individual RDM tests. r=me
...
MozReview-Commit-ID: LsYKx98YvLH
2016-11-22 20:45:31 -06:00
J. Ryan Stinnett
5e0e2553a5
Bug 1319628 - Longer timeout for all RDM browser tests. r=me
...
MozReview-Commit-ID: E88nI5xLqtj
2016-11-22 20:45:30 -06:00
Mike Conley
f556978353
Bug 1317795 - Fix broken alignment of in-content UI checkboxes. r=jaws
...
MozReview-Commit-ID: 4JpOSYu3BZS
--HG--
extra : rebase_source : 5642f4970f654cf6ba04f1c3a3e03ef3847681cb
2016-11-19 17:59:58 -05:00
Carsten "Tomcat" Book
cf6fb9d85b
Merge mozilla-central to autoland
2016-11-22 16:29:49 +01:00
Carsten "Tomcat" Book
8b27dda5d1
merge mozilla-inbound to mozilla-central a=merge
2016-11-22 15:53:05 +01:00
Ryan VanderMeulen
c42459bba5
Bug 1319248 - Skip the RDM browser-chrome tests on Win64 e10s due to ongoing failures.
2016-11-21 21:46:10 -05:00
Wes Kocher
45ffce4271
Bug 1319266 - Skip browser_page_state.js on e10s/Win8 a=me CLOSED TREE
2016-11-21 15:54:49 -08:00
Wes Kocher
e3af9ac541
Bug 1319248 - Skip browser_navigation on e10s/Win8 a=me CLOSED TREE
2016-11-21 15:53:44 -08:00
Wes Kocher
6ac886c9df
Bug 1319248 - Skip browser_exit_button.js on e10s/Win8 a=me CLOSED TREE
...
--HG--
extra : rebase_source : d9e835daa189defc71f7892fe3d8dc37235e89d5
2016-11-21 15:03:02 -08:00
Michael Brennan
6782872341
Bug 1315923 - Make devtools/client/performance pass ESLint's "react/prop-types" rule. r=jdescottes
...
--HG--
extra : rebase_source : 4012b147c51f9607edad18d2e88e58084207b4dc
2016-11-18 20:12:48 +01:00
Alexandre Poirot
78a21c673d
Bug 1154645 - Simplify inspectNode implementation by passing CSS selector instead of node reference. r=pbro
...
MozReview-Commit-ID: 3yeDk3OniFj
--HG--
extra : rebase_source : 5658c4db323aba50f9760027fe1f4b5233c9759c
2016-11-09 09:23:36 -08:00
Tom Tromey
5ee540dc6b
Bug 1319150 - allow function-style observers in Services shim; r=jdescottes
...
MozReview-Commit-ID: Zq687zNvyI
--HG--
extra : rebase_source : 31f65225fb89c41f4d58e99d4d4f73591da42b92
2016-11-21 11:51:06 -07:00
Ricky Chien
ef117714d5
Bug 1319010 - Move NetworkDetailsView and SidebarView to their own modules r=Honza
...
MozReview-Commit-ID: ItUi9PQ1rc
--HG--
extra : rebase_source : 95ae5df42332be1df951767812c33013d2a8956e
2016-11-21 18:10:30 +08:00
Fred Lin
2b3cb25777
Bug 1314528 - [webconsole] enable mocha test on windows;r=linclark
...
MozReview-Commit-ID: 4jRGiMnkj9k
--HG--
extra : rebase_source : 203c4079a3c3888292e856d773f47df418c0c388
2016-11-16 09:29:20 +08:00
Fred Lin
e8bca4b983
Bug 1314528 - [webconsole] rename requireHelper to require-helper;r=linclark
...
MozReview-Commit-ID: BiVyX2EY2cV
--HG--
rename : devtools/client/webconsole/new-console-output/test/requireHelper.js => devtools/client/webconsole/new-console-output/test/require-helper.js
extra : rebase_source : 6fcaac8590181ce40d73e5f5757223238ce8a4cb
2016-11-16 09:26:03 +08:00
Ricky Chien
08793399c6
Bug 1317205 - CSS improvement for summary button r=Honza
...
MozReview-Commit-ID: JRJWybwvQIx
--HG--
extra : rebase_source : dfb195eff33c12176d55cd80379ee929afddb36b
2016-11-18 18:06:29 +08:00
Nicolas Chevobbe
0a6699a875
Bug 1312178 - Make Reps modes constants; r=Honza
...
Edit tests and component creation accordingly.
MozReview-Commit-ID: Gsj6QwNTjL0
--HG--
extra : rebase_source : efd64e3b50a383ab5df9d939380274a9f2074914
2016-11-20 19:53:16 +01:00
Mike Conley
69f00c1066
Bug 418833 - Make browser_toolbox_computed_view.js have a longer timout to avoid a permaorange on debug builds. r=gl
...
MozReview-Commit-ID: D1y1kR4Qkm0
--HG--
extra : rebase_source : 03226a3e66ee5500c9584b3f52d95d0ab069dd6f
2016-11-10 19:29:33 -05:00
Mike Conley
e686ab64ed
Bug 418833 - Make browser_toolbox_options.js more resilient to things being added to the document loading queue. r=jryans
...
Earlier patches in this series add SVG icons for unstyled checkboxes and radio buttons.
This causes us to queue extra loads to documents that have those elements, even when
we're natively styling those input elements by default.
browser_toolbox_options works by loading up the DevTools options iframe, and then
clicking on things to make sure that the right prefs are set. There are checkboxes
in the iframe document, which means the extra loads I referred to happen. When
our presentation subsystems notice that there are extra loads occurring, we do
"paint suppression" to avoid flashes of unstyled content. During paint suppression,
nothing is displayed (painting is suppressed), and so nothing is clickable.
browser_toolbox_options was not waiting for the "load" event before clicking on
items. It got lucky up until the SVGs were added, but this was a race waiting
to happen. I've added a wait for the "load" event, and this test now passes.
MozReview-Commit-ID: EjzvhxhKlDs
--HG--
extra : rebase_source : 37a7223673ec7968df8035496fad7e9034765962
2016-11-09 18:08:59 -05:00
Tom Schuster
78e10f98ab
Bug 755821 - Parse arguments of Function constructor properly. r=shu
2016-10-15 11:47:00 +09:00
Andre
5a4b0c3da2
Bug 1317414 - Fix :"Animation names are barely visible with the dark theme". r=pbrosset
...
--HG--
extra : rebase_source : 6fc0827aa6a539006d8b71bef2df3914221f5a50
2016-11-21 09:57:00 +01:00
Carsten "Tomcat" Book
e0f46513b6
Merge mozilla-central to mozilla-inbound
2016-11-22 16:28:50 +01:00
Gabriel Luong
e727c4420d
Bug 1319365 - Bail out of the async function getSelectorHighlighter when the inspector is unavailable. r=jdescottes
2016-11-22 18:54:09 +08:00
Phil Ringnalda
89e92b0c3b
Merge m-c to autoland
2016-11-22 21:33:35 -08:00
Jan Odvarko
f95600de9b
Bug 1253037 - Enable sorting test; r=jryans
...
MozReview-Commit-ID: BL2r1ON7OhC
--HG--
extra : rebase_source : c57f3ae5d376f858f870a9da0ff4f908aa6cab86
2016-11-18 13:53:35 +01:00
Nicolas Chevobbe
fa7ec438de
Bug 1317069 - Fix ESLint in new console frontend; r=ntim
...
MozReview-Commit-ID: 7MgHbRxnU1V
--HG--
extra : rebase_source : 4e7296388b901773f6b8405b07aa355367cfb925
2016-12-08 09:16:41 +01:00
Alexandre Poirot
b76dc18132
Bug 1302996 - Stop loading various useless SDK modules on early devtools startup. r=jryans
...
MozReview-Commit-ID: 5Roi7rmmbes
--HG--
extra : rebase_source : 25868d462dbfe87b00caf40bc17cebe78d7ad353
2016-08-29 08:23:32 -07:00
Alexandre Poirot
3ab3766b4a
Bug 1319928 - Prevent gDevTools.showToolbox from racing when called multiple times in a row. r=jryans
...
MozReview-Commit-ID: ZQrecrTwb5
--HG--
extra : rebase_source : a421a1c7b14493dbcf6ae2d1671a5e8cec700dfa
2016-11-24 10:03:12 -08:00
J. Ryan Stinnett
6aed2784e0
Bug 1319948 - Remove DevTools emoji theme. r=bgrins
...
MozReview-Commit-ID: 7o1NFODq6Ma
--HG--
extra : rebase_source : 16b9e21898dd8ee59224c0663f0cfa7b0b1eb54b
2016-11-23 17:21:35 -06:00
Gabriel Luong
3d344123f0
Bug 1308260 - Part 4: Pass the grids props into the layout components and only display the layout-no-grid element when no grids are present. r=jryans
2016-11-22 02:07:44 +08:00
Gabriel Luong
3595c7be37
Bug 1308260 - Part 3: Dispatch the new grid data and update the store with the new grid state. r=jryans
...
--HG--
rename : devtools/client/responsive.html/utils/enum.js => devtools/client/shared/enum.js
2016-11-22 02:07:09 +08:00
Gabriel Luong
5e6863c72b
Bug 1308260 - Part 2: Handle grid layout changes and layout sidebar selection, and prepares the grid data to be dispatched. r=pbro
2016-11-22 02:01:59 +08:00
Julian Descottes
080d132b28
Bug 1306937 - enable inspector eyedropper when viewing images;r=pbro
...
MozReview-Commit-ID: BlJPMYMQb8j
--HG--
extra : rebase_source : c13bbb8d680fb48d6dccf3e0f8e83a0201f9738b
2016-11-30 14:35:28 +01:00
Nicolas Chevobbe
d1a4f7ed79
Bug 1320359
- Make EventRep displays like events were displayed in old console; r=Honza
...
Add a target property and show the event name (and modifiers if any) in the title.
Minor edit in GripRep to allow to pass a title as a prop.
Edit tests accordingly, and add some to test node highlighting.
MozReview-Commit-ID: JmMidejKS6m
--HG--
extra : rebase_source : 29ad4d398ad7518d752b323a6e6393cd30b18a0a
2016-11-25 23:52:06 +01:00
Jarda Snajdr
27c63c6703
Bug 1309866 - Use toolbox loader to load common libs into Netmonitor r=Honza
...
MozReview-Commit-ID: nENUb4FV61
--HG--
extra : rebase_source : 489f0f2aa5aac8469fe37f3f920416501525f1d4
2016-11-23 16:49:44 +01:00
Jarda Snajdr
9529594eba
Bug 1309866 - Add option for loading common libraries to BrowserLoader r=Honza,jlongster
...
MozReview-Commit-ID: HGS3T6QcOvF
--HG--
extra : rebase_source : 941e27ee1c0864ae6f9da82e8ed49d2defdcf4cf
2016-11-23 16:43:41 +01:00
Jarda Snajdr
947b7a3cd2
Bug 1309866 - Migrate RequestsMenuView to a React component with Redux store r=Honza
...
MozReview-Commit-ID: IMu1sJLxQYy
--HG--
extra : rebase_source : 9c128a3e145974d5ffd2c77014cd064f75119919
2016-10-11 15:13:28 +02:00
Michael Ratcliffe
cb47ff5513
Bug 1320362 - Move indexedDb storage type in the storage inspector into a new column r=jdescottes
...
Ideally we would have used the GUID to join fields to build the compound key but because we show the uniqueId in the tree that would lead to an ugly user experience. As an
alternative we simply use e.g. db1 (default) as the uniqueId. This works as a unique key, is informative for the user and means minimal changes to tests.
MozReview-Commit-ID: I0XxTIoV33p
--HG--
extra : rebase_source : a8a9729ae639f68e849fc8239c36f451496847ad
2016-11-29 10:57:18 +00:00
Ryan VanderMeulen
ee574db67b
Merge m-c to autoland. a=merge
2016-11-18 15:47:52 -05:00
Ryan VanderMeulen
2c0ace7f19
Merge inbound to m-c. a=merge
2016-11-18 15:47:05 -05:00
Carsten "Tomcat" Book
a69c372ef1
Merge mozilla-central to autoland
2016-11-18 16:57:20 +01:00
Carsten "Tomcat" Book
866da9f9c6
merge mozilla-inbound to mozilla-central a=merge
2016-11-18 16:51:17 +01:00
Ehsan Akhgari
f0f85366d9
Bug 1318218 - Remove PermissionsTable; r=baku,jryans
...
This also removes the WebIDE UI for viewing the permissions table.
2016-11-18 08:59:35 -05:00
Ricky Chien
d6ee13cc1e
Bug 1308426 - Implement netmonitor toolbar r=Honza,jsnajdr
...
MozReview-Commit-ID: Ir80BHj75xO
--HG--
extra : rebase_source : 45f19b53e752862eb8da9b61ba76cd0f0fab547f
2016-11-17 19:39:58 +08:00
Phil Ringnalda
e3b53628aa
Merge m-c to m-i
...
MozReview-Commit-ID: GwBaSZdoAZK
2016-11-17 20:33:59 -08:00
Sebastian Hengst
5fca81c6e4
Backed out changeset 5cffb4645bc0 (bug 1147911)
2016-11-18 00:58:52 +01:00
Sebastian Hengst
b3feec2dd5
Backed out changeset 67b1290aa7ca (bug 1147911)
2016-11-18 00:58:52 +01:00
Sebastian Hengst
62d71733be
Backed out changeset 32c933acd03b (bug 1147911)
2016-11-18 00:58:51 +01:00
Helen V. Holmes
16ff40a75b
Bug 1291635: Adds new responsive design mode icon. r=jryans
...
MozReview-Commit-ID: 6yOYPqpFQpc
2016-11-17 16:57:26 -06:00
Ricky Chien
f9cf0a35b8
Bug 1316484
- Add empty line for all netmonitor files r=Honza
...
MozReview-Commit-ID: K4u0zZz8SeC
--HG--
extra : rebase_source : 5afb002266c581e9c009599004b6790b7a881c4a
2016-11-18 11:57:11 +08:00
Nicolas Chevobbe
db06f9352c
Bug 1314573 - Modify textNode Reps modes to match elementNodeRep; r=Honza
...
On elementNodeRep, we have different outputs for tiny and short modes, and
short and long modes are the same.
Since the current long mode of textNodeRep aren't used anywhere, we can do the
same, i.e. have a really small representation for tiny mode, and then the same
rendering for short and long modes.
Modify tests to adapt them to the new rendering.
MozReview-Commit-ID: BRA7iADkn1C
--HG--
extra : rebase_source : 1e33216239ebdcde47a0f7e80e3c138a8d3335f2
2016-11-17 18:04:55 +01:00
Nicolas Chevobbe
059061f01f
Bug 1314573 - Uses Reps in long mode in the console; r=bgrins
...
In the MessageBody component, we already have the "mode" props we use
to pass it to the Reps. We only default it to "long" so most of the
message will use it.
We only need to specify to use "short" mode in ConsoleTable cells.
MozReview-Commit-ID: 6KyZkN86bHJ
--HG--
extra : rebase_source : 39fcc8ff5cb3386663fb5f0821cecd78abae00b3
2016-11-17 13:38:23 +01:00
Nicolas Chevobbe
1cc8b8d571
Bug 1314573 - Make Reps "long" mode displays first 10 items for object & array-like grips; r=Honza
...
Adapt tests that relied on an other length for long mode.
MozReview-Commit-ID: J00UmOa2AwJ
--HG--
extra : rebase_source : a7ff746662f006e1a132ce1e21cac3a0cbbea0e2
2016-11-17 08:02:28 +01:00
Dalimil Hajek
eced87deb9
Bug 1314539 - Unify license files and Mozilla license headers in vendor directory. r=odvarko
...
--HG--
extra : rebase_source : 8c40fb6a4a41aabb8955e376cb6ee72fef8b9329
2016-11-15 08:12:00 -05:00
Julian Descottes
3d8448604d
Bug 1317819 - eslint cleanup of /debugger/new/panel.js;r=jlast
...
MozReview-Commit-ID: FSzCatDqq5o
--HG--
extra : rebase_source : d68820ffadcb8a33dbca8161dda5f4c427d50b67
2016-11-15 23:36:57 +01:00
Julian Descottes
4001c96d66
Bug 1317819 - avoid typeerror when getting debugger frames from webconsole;r=jlast
...
MozReview-Commit-ID: 46xtLlqQnfn
--HG--
extra : rebase_source : 26b662b88b95fa9089132ea3517cd2cae6c7413a
2016-11-15 23:31:17 +01:00
Bob Owen
52529cb9a9
Bug 1147911 Part 8: Create separate content process for file:// URIs. r=gabor, r=gijs, r=smaug
2016-11-17 15:48:53 +00:00
Bob Owen
536555b2d6
Bug 1147911 Part 4: Fix test to allow for separate file content process. r=ochameau
2016-11-17 15:48:52 +00:00
Bob Owen
8c7b20c42d
Bug 1147911 Part 2: Add a remote type property and use it to drive the process switching in frontend code. r=gijs, r=jryans, r=mikedeboer
2016-11-17 15:48:52 +00:00
Jarda Snajdr
07897a109d
Bug 1317867 - Fixed window leak in browser_net_footer-summary.js mochitest r=Honza
...
MozReview-Commit-ID: IwBPI0CAjXG
--HG--
extra : rebase_source : 977ed096a1930e3b207e9fb1765183b48de5e29c
2016-11-18 11:15:14 +01:00
Gabriel Luong
5dbe6dd5c7
Bug 1318019 - Add missing () to call isDisplayGrid function when a property value editor closes. r=me
2016-11-17 13:15:18 +09:00
Wes Kocher
a3307e8f09
Merge m-c to inbound, a=merge CLOSED TREE
2016-11-16 17:17:05 -08:00
Wes Kocher
f9e9d69899
Merge inbound to m-c a=merge CLOSED TREE
2016-11-16 17:07:26 -08:00
Brian Grinstead
2448c2e6e5
Bug 1317423 - Remove unused declarations after move;r=jlast
...
MozReview-Commit-ID: 9hD6rAbGYP9
2016-11-16 15:38:24 -08:00
Brian Grinstead
c8e3b60942
Bug 1317423 - Move WebConsoleConnectionProxy into its own module;r=jlast
...
MozReview-Commit-ID: EMEo0CqlOPM
--HG--
rename : devtools/client/webconsole/webconsole.js => devtools/client/webconsole/webconsole-connection-proxy.js
2016-11-16 15:38:22 -08:00
Tooru Fujisawa
b1bbb27d76
Bug 1260403 - followup: Fix brotli test. r=jsnajdr
2016-11-17 08:17:47 +09:00
Ehsan Akhgari
dc33b55d94
Bug 1312101 - Part 2: Remove AppProcessChecker and code that depends on it; r=baku
2016-11-16 14:51:08 -05:00
Carsten "Tomcat" Book
e7ca75286b
Merge mozilla-central to inbound
2016-11-16 14:53:15 +01:00
Gabriel Luong
ae931577fd
Bug 1302536 - Adds a toggleable button next to the 'display: grid' declaration to toggle the grid highlighter r=pbro
2016-11-16 22:35:20 +09:00
Tim Nguyen
db1c58b6ed
Bug 1307871 - Add new console frontend support for 'Enable timestamps' pref. r=bgrins
...
MozReview-Commit-ID: FshE769sETL
--HG--
rename : devtools/client/webconsole/test/browser_webconsole_expandable_timestamps.js => devtools/client/webconsole/new-console-output/test/mochitest/browser_webconsole_timestamps.js
extra : rebase_source : 0990d586a20cbaa7e8603f3a0aadf664200506cd
2016-11-15 19:23:47 +00:00
Carsten "Tomcat" Book
f28942ae47
Merge mozilla-central to autoland
2016-11-15 12:34:47 +01:00
Carsten "Tomcat" Book
8cfa5253e8
merge mozilla-inbound to mozilla-central a=merge
2016-11-15 12:26:41 +01:00
Daisuke Akatsuka
2a84d7eb81
Bug 1315600 - Part 2: Add test. r=pbro
...
MozReview-Commit-ID: B9AikFP5sEH
--HG--
extra : rebase_source : c094edaffc8a527bfa2410503fdd332f02e24cd1
2016-11-15 14:10:22 +09:00
Daisuke Akatsuka
97b57b377b
Bug 1315600 - Part 1: Mask behind animation name is too long for animations running on the compositor. r=pbro
...
MozReview-Commit-ID: 3emNof5b908
--HG--
extra : rebase_source : 5b149fc33529ac6ce756741ea154901b62ba414d
2016-11-15 10:19:17 +09:00
Nicolas Chevobbe
cfd14cf481
Bug 1307941 - Add DOM nodes highlighter in new console frontend; r=bgrins
...
Add in serviceContainer highlight and unhighlight utils function so they can
be accessible in components.
Fix EvaluationResult component to pass the serviceContainer to the MessageBody.
Modify ElementNodeRep and TextNodeRep to allow passing them function properties
`onDOMNodeMouseOver` and `onDOMNodeMouseOut` that will be called respectively
on mouseOver and mouseOut.
Add a mochitest in the webconsole to make sure we indeed highlight and unhighlight
node as expected, and add tests in Reps to make sure the passed functions get called
as expected.
MozReview-Commit-ID: 8o8WM7vBfMM
--HG--
extra : rebase_source : 445f02a72b1c9859c0b034ca9e941a7f3df9f4e0
2016-11-04 23:53:35 +01:00
Phil Ringnalda
aee7b7f39e
Merge m-c to autoland
2016-11-14 20:08:18 -08:00
Phil Ringnalda
c038c057e5
Backed out changeset b3ad07be866f (bug 1310416) for pushing dt4 and dt5 over 4800 seconds on Linux debug most of the time, a=backout
2016-11-14 18:28:14 -08:00
Carsten "Tomcat" Book
c7a033c3e2
merge mozilla-inbound to mozilla-central a=merge
2016-11-14 10:22:06 +01:00
Sebastian Hengst
843dced15b
Backed out changeset a01303a5f2be (bug 1205371) for failing devtools test browser_markup_void_elements_html.js. r=backout
2016-11-13 14:05:39 +01:00
Fred Lin
3050735611
Bug 1309496 - Set up mocha testing framework for netmonitor,r=Honza,jsnajdr,linclark
...
MozReview-Commit-ID: 1tW2yua6h7u
--HG--
extra : rebase_source : c552657288e2e876177ce139493341f8176d54e0
2016-10-28 15:20:06 +08:00
Julian Descottes
15dac0307e
Bug 1253822 - Rewrite browser_rules_authored_color.js to avoid timeouts;r=gl
...
Update the test to avoid closing / reopening the toolbox each time a new color
is tested. An element is created upfront for each color to test, and the test
simply selects a different node when switching to a different color.
MozReview-Commit-ID: Atz70fwoMN2
--HG--
extra : rebase_source : aba56bef09c05e94b55ce2153d48b502f586e3c5
2016-11-14 11:11:43 +01:00
Luca Greco
ef2eba34ab
Bug 1308912 - Add support for addon tools registered to a specific DevTools toolbox. r=ochameau
...
MozReview-Commit-ID: 7DzyXLGOs5w
--HG--
rename : devtools/client/framework/test/browser_toolbox_dynamic_registration.js => devtools/client/framework/test/browser_toolbox_tools_per_toolbox_registration.js
extra : rebase_source : fb3b29d99151f3996624d8ba8cafaf8307affd8e
extra : source : 714d261424158deabda8dc3cbf20c371775b3306
2016-11-03 18:41:26 +01:00
Luca Greco
e86fa50b4e
Bug 1308912 - Simplify tool-unregistered by only accepting a string toolId. r=ochameau
...
MozReview-Commit-ID: 3QjWIAwol6A
--HG--
extra : rebase_source : d5e8ac0d23d8105b15d01f38860ac854d6300558
extra : source : 0d9e3e91230730f4a513cad98a5758c56cf473e8
2016-10-14 17:54:56 +02:00
Ricky Chien
7f6547680d
Bug 1308507 - Remove all usages of nsIURL and NetworkHelper r=jsnajdr
...
MozReview-Commit-ID: Gu1kE0oHDRP
--HG--
extra : rebase_source : 14a01afb1d2e6df92fb1d3485890464046535bed
2016-11-04 17:49:19 +08:00
Ricky Chien
6a0a0d6e3f
Bug 1309194 - Implement summary info in Net Panel Toolbar r=Honza,jsnajdr
...
MozReview-Commit-ID: AqV4glBUHW1
--HG--
extra : rebase_source : d3634701c74662c600ece6782c8813167a58129e
2016-11-07 11:49:47 +08:00
Tim Nguyen
249e72c86d
Bug 1307942 - Add CSS warnings and errors to new console. r=bgrins
...
MozReview-Commit-ID: FB0P3X0r7Jz
--HG--
extra : rebase_source : c902386ce1a8b266a34c3c83d5b693d8c47b5ffb
2016-11-14 17:33:29 +00:00
Tim Nguyen
296c2dc383
Bug 1316809 - Fix eslint errors in devtools/client/sourceeditor/test. r=tromey
...
MozReview-Commit-ID: HjmCUoAsqlZ
--HG--
extra : rebase_source : 13d471df5390dba8c01f2af08edb476a638b81c7
2016-11-12 16:57:41 +00:00
Sebastian Hengst
755af6cc74
Backed out changeset afd22bdea63c (bug 1285173) on request of developer for timeouts in browser_net_statistics-03.js on Linux x64 opt+pgo. r=backout
2016-11-14 16:32:51 +01:00
Nicolas Chevobbe
43e68544c4
Bug 1316225 - Add a Rep for Error objects; r=Honza
...
Handle the different kind of error objects.
Allow to pass a className to the objectLink component.
Add test to make sure we handle those objects as expected.
MozReview-Commit-ID: IC7ruV9odw1
--HG--
extra : rebase_source : b80c612f198af266d52ba6a56693923452a50dec
2016-11-11 01:20:55 +01:00
Jarda Snajdr
d2460f8dea
Bug 1285173 - Netmonitor perf stats: whenDataAvailable should wait for a nonempty request list r=Honza
...
MozReview-Commit-ID: F4yi7vUdXsM
--HG--
extra : rebase_source : c1f6ff9497a3e0231ab584cb809c0576b8056798
2016-11-11 16:06:29 +01:00
J. Ryan Stinnett
10e8b522ff
Bug 1297575 - Longer timeout for browser_toolbox_swap_browsers.js. r=me
...
MozReview-Commit-ID: dCI7EII8rp
2016-11-15 21:04:38 -06:00
Carsten "Tomcat" Book
106d39cf20
Merge mozilla-central to mozilla-inbound
2016-11-15 12:33:34 +01:00
djmdev
9c8d7b0849
Bug 1311941 - Updated addNode function so that on adding a new now the parent node remains selected. r=pbrosset
2016-11-04 02:51:12 +05:30
Michael Ratcliffe
7fcae0a5fb
Bug 1210208 - Split browser_cmd_highlight_01.js r=pbro
2016-10-24 14:00:51 +01:00
Phil Ringnalda
e6d762ce0a
Merge m-c to m-i
...
MozReview-Commit-ID: 8EtDxYJKROa
2016-11-14 20:09:21 -08:00
J. Ryan Stinnett
4d124db085
Bug 1277805 - Longer timeout for browser_toolbox_tool_remote_reopen.js. r=me
...
MozReview-Commit-ID: ClRBY52rBDF
2016-11-14 14:30:05 -06:00
Jarda Snajdr
3ac82a47a4
Bug 1285173 - Netmonitor perf stats: whenDataAvailable should wait for a nonempty request list r=Honza
...
MozReview-Commit-ID: F4yi7vUdXsM
--HG--
extra : rebase_source : fc0b41c111a7793a51b212a9c327ba6e4cf1bbf4
2016-11-11 16:06:29 +01:00
Tim Nguyen
3c755128db
Bug 1316723 - Fix more eslint errors in devtools/client/shared/. r=tromey
...
MozReview-Commit-ID: IzXyqkQECKb
--HG--
extra : rebase_source : dee2c883181474a33a9afcd1c9cb73afd4122a8c
2016-11-11 09:09:50 +00:00
Wes Kocher
c7d27df096
Merge mozilla-central to autoland a=merge
2016-11-11 14:10:32 -08:00
Wes Kocher
cee41d5b80
Merge inbound to central, a=merge
2016-11-11 13:56:45 -08:00
Gabriel Luong
550074a81a
Bug 1316797
- Refactor HighlightersOverlay and TooltipsOverlay into separate modules r=jdescottes
...
--HG--
rename : devtools/client/inspector/shared/style-inspector-overlays.js => devtools/client/inspector/shared/highlighters-overlay.js
rename : devtools/client/inspector/shared/style-inspector-overlays.js => devtools/client/inspector/shared/node-types.js
rename : devtools/client/inspector/shared/style-inspector-overlays.js => devtools/client/inspector/shared/tooltips-overlay.js
2016-11-12 00:58:09 +09:00
Carsten "Tomcat" Book
cc5d30c616
Merge mozilla-central to mozilla-inbound
...
--HG--
extra : rebase_source : 658b3ffdfa71afff2d44129f50e50e2fbecbd06e
2016-11-11 16:43:07 +01:00
Carsten "Tomcat" Book
33c30ae971
Backed out changeset 487a5da50e56 (bug 1315208) for conflicting with autoland/mozilla-inbound to m-c merge
...
--HG--
extra : rebase_source : eae62bb9af0b2e4bca0b4dea95218a9113d58f72
2016-11-11 16:39:11 +01:00
Eric Skoglund
748c23cbd9
Bug 1313850 - Enable users to have capital letters in filter string r=Honza
...
MozReview-Commit-ID: FfhHtEoqrnz
--HG--
extra : rebase_source : e963b4684bc86a84a1ba59ae611b857e13f89608
2016-11-10 15:51:28 +01:00
Tom Tromey
c0406c7342
Bug 1316700 - make developer-toolbar.js eslint-clean; r=jryans
...
MozReview-Commit-ID: FgvsY8PTpCj
--HG--
extra : rebase_source : f2ad123ecee242547371fd7e8482cf1e9c6bb02f
2016-11-10 14:07:02 -07:00
J. Ryan Stinnett
27d8eb9d66
Bug 1316736 - Clean up RDM typos. r=ochameau
...
MozReview-Commit-ID: 4waiXuzrQDE
--HG--
extra : rebase_source : 1c5e6e7d61a6236ff6b008d9ad53a34de2f467db
2016-11-09 18:38:28 -06:00
Daisuke Akatsuka
b0388916e5
Bug 1064937 - Part 1: CSS Animations and Transitions should support transitions/animations of non-interpolable properties. r=birtles,pbro
...
MozReview-Commit-ID: 4kMytRCKK79
--HG--
extra : rebase_source : 864b568a96b399231a1cb75742d8c428f5ee2c5c
2016-11-11 16:40:38 +09:00
James Long
2b79998809
Bug 1316413 - Update new debugger frontend r=me
2016-11-10 23:47:23 -05:00
Tooru Fujisawa
0de491a387
Bug 1315242 - Part 6: Update test_frame_01.html to follow new behavior of location. r=bgrins
2016-11-11 06:34:14 +09:00
Tooru Fujisawa
456e0331df
Bug 1315242 - Part 5: Add a testcase for location in Evaluation Result. r=bgrins
2016-11-11 01:06:26 +09:00
Tooru Fujisawa
711fe4b331
Bug 1315242 - Part 4: Update stub. r=bgrins
2016-11-11 01:06:26 +09:00
Tooru Fujisawa
0bb46763c0
Bug 1315242 - Part 3: Add a test input for syntax error in Evaluation Result. r=bgrins
2016-11-11 01:06:26 +09:00
Tooru Fujisawa
1aace015d6
Bug 1315242 - Part 2: Display line number and column number in error message for console input. r=bgrins
2016-11-11 01:06:26 +09:00
J. Ryan Stinnett
bf70c9b8f7
Bug 1297205 - Longer timeout for RDM browser_resize_cmd.js. r=me
...
MozReview-Commit-ID: ByXmAhB9eIB
2016-11-10 12:35:30 -06:00
Tooru Fujisawa
d58043b509
Backed out changeset fd1505a03d78 for mochitest chrome bustage (bug 1315242)
2016-11-11 03:04:46 +09:00
Tooru Fujisawa
6e79da1738
Backed out changeset 07585bbe0c8f (bug 1315242)
2016-11-11 03:04:10 +09:00
Tooru Fujisawa
758659f807
Backed out changeset 5778f05e78db (bug 1315242)
2016-11-11 03:04:07 +09:00
Tooru Fujisawa
dcad4ac006
Backed out changeset ce34d3f8a3b7 (bug 1315242)
2016-11-11 03:04:03 +09:00
Gabriel Luong
816e24e14b
Bug 1315208 - Remove explicit call to `ReactDOM.render` in the LayoutView r=Honza
2016-11-11 01:31:13 +09:00
Carsten "Tomcat" Book
f93282b491
Merge mozilla-central to mozilla-inbound
2016-11-10 17:08:43 +01:00
Tooru Fujisawa
116a43b9d0
Bug 1315242 - Part 5: Add a testcase for location in Evaluation Result. r=bgrins
2016-11-11 01:06:26 +09:00
Tooru Fujisawa
85e0da8e93
Bug 1315242 - Part 4: Update stub. r=bgrins
2016-11-11 01:06:26 +09:00
Tooru Fujisawa
2d87695fd3
Bug 1315242 - Part 3: Add a test input for syntax error in Evaluation Result. r=bgrins
2016-11-11 01:06:26 +09:00
Tooru Fujisawa
ea7adec077
Bug 1315242 - Part 2: Display line number and column number in error message for console input. r=bgrins
2016-11-11 01:06:26 +09:00
Carsten "Tomcat" Book
4b6cab91f9
merge mozilla-inbound to mozilla-central a=merge
2016-11-10 16:59:38 +01:00
Phil Ringnalda
e7fdca7c8d
Backed out 6 changesets (bug 1301340, bug 1303113) for landing too close to a merge and causing leaks and test failures
...
Backed out changeset adfcc194af1c (bug 1303113)
Backed out changeset 085035586d2b (bug 1303113)
Backed out changeset 81f3bb541c86 (bug 1301340)
Backed out changeset 05c42cf92851 (bug 1301340)
Backed out changeset cb45e90f6596 (bug 1301340)
Backed out changeset f54a717c6fc6 (bug 1301340)
MozReview-Commit-ID: BkwhFJNtF7G
--HG--
extra : rebase_source : cc47ef8587f08b12b53406efee1d5b915d3c833a
2016-11-09 19:11:12 -08:00
Patrick Pei
e6ee3c8395
Bug 1264929 - Make about:debugging pass ESLint's "react/prop-types" rule. r=jdescottes
...
MozReview-Commit-ID: ABhdvunhR7a
2016-11-09 10:02:50 +01:00
Carsten "Tomcat" Book
846adaea6c
merge mozilla-inbound to mozilla-central a=merge
2016-11-09 16:38:04 +01:00
amy
c48ec5eaa8
Bug 976073 - Part 2: Modify errors from try server, r=jdm
2016-11-09 17:26:03 +08:00
Iris Hsiao
b559e5cd5a
Backed out changeset 2631d596fc32 (bug 1264929) for dt1 failures on OS X and Win7
2016-11-09 13:36:04 +08:00
Tooru Fujisawa
fa2f87588c
Bug 1282788 - Part 2: Add dedicated HTML file for browser_net_image-tooltip.js. r=ochameau
2016-11-10 23:50:27 +09:00
Nicolas Chevobbe
86c2afef9c
Bug 1302982 - Add Rep for LongString; r=Honza
...
Display a longString with what is available on the grip.
Straight from the server, a longString grip has a "initial"
property, which contains the first 10000 chars of the string.
The grip can also contains a "fullText" property that should
be set when the user want to display the full text of the string.
For example, in the DOM Panel, it would be when the user click on
the expand arrow.
The fullText needs to be computed with the result of the
LongStringClient.substring function, but it's not the responsability
of the Reps to do such thing.
In rep-utils, we extract the logic that replace non-printable
characters in its own function and export it, so we can use it outside
the cropString function.
Add some test to make sure LongString are displayed as expected in the
several modes.
MozReview-Commit-ID: 3P9fPBixm2v
--HG--
extra : rebase_source : 87ed610cb6d2e142728f0df9d35f1dd7a4748d18
2016-11-03 18:08:16 +01:00
Jared Wein
5bb7b57b66
Bug 1316096 - Change eslint configuration to use string values for rules instead of integers, making it easier for others who are reading the rules to know if a rule is set to off, warn, or error. r=mossop
...
MozReview-Commit-ID: 2Xuj5nxuQdO
--HG--
extra : rebase_source : fab5c4903b47d48080ff3c07825440e12f718698
2016-11-08 15:14:19 -05:00
Wes Kocher
0330db10eb
Merge m-c to autoland, a=merge
2016-11-08 14:09:10 -08:00
Wes Kocher
008fdd9329
Merge inbound to central, a=merge
2016-11-08 13:58:20 -08:00
Olli Pettay
cb803253a5
bug 1306591, add secondary event queue to let high priority messages to be processed sooner, r=billm
...
--HG--
extra : rebase_source : 2ce6e06783e399e787d0445943f9f39bcef1cc22
2016-11-08 14:05:45 +02:00