Commit Graph

4400 Commits

Author SHA1 Message Date
Tim Nguyen
eaf2ba178b Bug 1341037 - Fix ESLint and devtools bustage. r=bustage
MozReview-Commit-ID: 3Q7iGxOEMP2
2017-02-23 14:22:48 +01:00
Tim Nguyen
dcab73623a Bug 1341037 - Use Toolbox react instance in webconsole. r=ochameau
MozReview-Commit-ID: 4ARtkoqWUQP

--HG--
extra : rebase_source : 25cd7b082aac7fc68388d32e9df2e30f4c254fa8
2017-02-21 20:47:25 +00:00
Fred Lin
a607992707 Bug 1341975 - fix Regression: empty list UI is broken;r=rickychien
MozReview-Commit-ID: ESqhlJTMWk7

--HG--
extra : rebase_source : 82a8fa9cc894b043e2ab08e625b3a73386b974de
2017-02-23 13:07:54 +08:00
Carsten "Tomcat" Book
9857d2af8e merge mozilla-inbound to mozilla-central a=merge 2017-02-20 14:05:25 +01:00
Iris Hsiao
b13c5a27d0 Backed out 8 changesets (bug 1336198) for devtool failures in browser_boxmodel.js
Backed out changeset 148f39b53d9c (bug 1336198)
Backed out changeset b2d689c41408 (bug 1336198)
Backed out changeset 29efd4e3acf0 (bug 1336198)
Backed out changeset 03b3126da4af (bug 1336198)
Backed out changeset c7101889b2ec (bug 1336198)
Backed out changeset e00c4a1694c4 (bug 1336198)
Backed out changeset eca5d4226787 (bug 1336198)
Backed out changeset 9e507c03b6cd (bug 1336198)

--HG--
rename : devtools/client/inspector/boxmodel/test/.eslintrc.js => devtools/client/inspector/components/test/.eslintrc.js
rename : devtools/client/inspector/boxmodel/test/browser.ini => devtools/client/inspector/components/test/browser.ini
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel.js => devtools/client/inspector/components/test/browser_boxmodel.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_allproperties.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_allproperties.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_bluronclick.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_bluronclick.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_border.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_border.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_stylerules.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_stylerules.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_guides.js => devtools/client/inspector/components/test/browser_boxmodel_guides.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_navigation.js => devtools/client/inspector/components/test/browser_boxmodel_navigation.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_rotate-labels-on-sides.js => devtools/client/inspector/components/test/browser_boxmodel_rotate-labels-on-sides.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_sync.js => devtools/client/inspector/components/test/browser_boxmodel_sync.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_tooltips.js => devtools/client/inspector/components/test/browser_boxmodel_tooltips.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-navigation.js => devtools/client/inspector/components/test/browser_boxmodel_update-after-navigation.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-reload.js => devtools/client/inspector/components/test/browser_boxmodel_update-after-reload.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_update-in-iframes.js => devtools/client/inspector/components/test/browser_boxmodel_update-in-iframes.js
rename : devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe1.html => devtools/client/inspector/components/test/doc_boxmodel_iframe1.html
rename : devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe2.html => devtools/client/inspector/components/test/doc_boxmodel_iframe2.html
rename : devtools/client/inspector/boxmodel/test/head.js => devtools/client/inspector/components/test/head.js
rename : devtools/client/inspector/boxmodel/actions/box-model.js => devtools/client/inspector/layout/actions/box-model.js
rename : devtools/client/inspector/boxmodel/components/BoxModel.js => devtools/client/inspector/layout/components/BoxModel.js
rename : devtools/client/inspector/boxmodel/components/BoxModelEditable.js => devtools/client/inspector/layout/components/BoxModelEditable.js
rename : devtools/client/inspector/boxmodel/components/BoxModelInfo.js => devtools/client/inspector/layout/components/BoxModelInfo.js
rename : devtools/client/inspector/boxmodel/components/BoxModelMain.js => devtools/client/inspector/layout/components/BoxModelMain.js
rename : devtools/client/inspector/boxmodel/components/BoxModelProperties.js => devtools/client/inspector/layout/components/BoxModelProperties.js
rename : devtools/client/inspector/boxmodel/components/ComputedProperty.js => devtools/client/inspector/layout/components/ComputedProperty.js
rename : devtools/client/inspector/boxmodel/reducers/box-model.js => devtools/client/inspector/layout/reducers/box-model.js
rename : devtools/client/inspector/boxmodel/utils/editing-session.js => devtools/client/inspector/layout/utils/editing-session.js
2017-02-20 15:32:18 +08:00
Fred Lin
01c2995cec Bug 1314921 - merge events.js into constants.js;r=rickychien
MozReview-Commit-ID: 3tstH8uxv0B

--HG--
extra : rebase_source : 9d67f36ba0b4094701d3ef7a69c17e61154335c0
2017-02-17 11:11:18 +08:00
Fred Lin
ddd187450f Bug 1314921 - move top-level files into utils;r=Honza
MozReview-Commit-ID: GtAe9ggiCeA

--HG--
rename : devtools/client/netmonitor/filter-predicates.js => devtools/client/netmonitor/utils/filter-predicates.js
rename : devtools/client/netmonitor/l10n.js => devtools/client/netmonitor/utils/l10n.js
rename : devtools/client/netmonitor/prefs.js => devtools/client/netmonitor/utils/prefs.js
rename : devtools/client/netmonitor/request-utils.js => devtools/client/netmonitor/utils/request-utils.js
rename : devtools/client/netmonitor/sort-predicates.js => devtools/client/netmonitor/utils/sort-predicates.js
extra : rebase_source : a543be5c81e3552f831c1c26107d5109fc90fc96
2017-02-16 15:24:26 +08:00
Xidorn Quan
3e72a08b95 Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam,jaws
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : rebase_source : 3b927d3c056b66e98f457de1726cf9d459eb8708
2017-02-16 10:26:13 +11:00
Julian Descottes
338f5cfbe4 Bug 1340806 - stop using load-reps wrapper;r=nchevobbe
MozReview-Commit-ID: GL9Sm6W2JCM

--HG--
extra : rebase_source : b18d1cbb3a5f7b9dde2b6b675b1ba08a26f7e8cc
2017-02-18 22:43:22 +01:00
Gabriel Luong
f5727dc0dc Bug 1336198 - Part 9: Use existing box model tests with the new react/redux box model. r=jdescottes
--HG--
rename : devtools/client/inspector/components/test/.eslintrc.js => devtools/client/inspector/boxmodel/test/.eslintrc.js
rename : devtools/client/inspector/components/test/browser.ini => devtools/client/inspector/boxmodel/test/browser.ini
rename : devtools/client/inspector/components/test/browser_boxmodel.js => devtools/client/inspector/boxmodel/test/browser_boxmodel.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_allproperties.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_allproperties.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_bluronclick.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_bluronclick.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_border.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_border.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_stylerules.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_stylerules.js
rename : devtools/client/inspector/components/test/browser_boxmodel_guides.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_guides.js
rename : devtools/client/inspector/components/test/browser_boxmodel_navigation.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_navigation.js
rename : devtools/client/inspector/components/test/browser_boxmodel_rotate-labels-on-sides.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_rotate-labels-on-sides.js
rename : devtools/client/inspector/components/test/browser_boxmodel_sync.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_sync.js
rename : devtools/client/inspector/components/test/browser_boxmodel_tooltips.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_tooltips.js
rename : devtools/client/inspector/components/test/browser_boxmodel_update-after-navigation.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-navigation.js
rename : devtools/client/inspector/components/test/browser_boxmodel_update-after-reload.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-reload.js
rename : devtools/client/inspector/components/test/browser_boxmodel_update-in-iframes.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_update-in-iframes.js
rename : devtools/client/inspector/components/test/doc_boxmodel_iframe1.html => devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe1.html
rename : devtools/client/inspector/components/test/doc_boxmodel_iframe2.html => devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe2.html
rename : devtools/client/inspector/components/test/head.js => devtools/client/inspector/boxmodel/test/head.js
2017-02-19 22:52:10 -05:00
Gabriel Luong
904316bd15 Bug 1336198 - Part 8: Use the react/redux box model in the computed view. r=jdescottes 2017-02-19 22:52:05 -05:00
Gabriel Luong
c1527a2908 Bug 1336198 - Part 7: Refactor box model logic into box-model.js. r=jdescottes 2017-02-19 22:52:01 -05:00
Gabriel Luong
6998b44518 Bug 1336198 - Part 6: Refactor box model component into boxmodel/. r=jdescottes
--HG--
rename : devtools/client/inspector/layout/actions/box-model.js => devtools/client/inspector/boxmodel/actions/box-model.js
rename : devtools/client/inspector/layout/components/BoxModel.js => devtools/client/inspector/boxmodel/components/BoxModel.js
rename : devtools/client/inspector/layout/components/BoxModelEditable.js => devtools/client/inspector/boxmodel/components/BoxModelEditable.js
rename : devtools/client/inspector/layout/components/BoxModelInfo.js => devtools/client/inspector/boxmodel/components/BoxModelInfo.js
rename : devtools/client/inspector/layout/components/BoxModelMain.js => devtools/client/inspector/boxmodel/components/BoxModelMain.js
rename : devtools/client/inspector/layout/components/BoxModelProperties.js => devtools/client/inspector/boxmodel/components/BoxModelProperties.js
rename : devtools/client/inspector/layout/components/ComputedProperty.js => devtools/client/inspector/boxmodel/components/ComputedProperty.js
rename : devtools/client/inspector/layout/reducers/box-model.js => devtools/client/inspector/boxmodel/reducers/box-model.js
rename : devtools/client/inspector/layout/utils/editing-session.js => devtools/client/inspector/boxmodel/utils/editing-session.js
2017-02-19 22:51:58 -05:00
Gabriel Luong
ec5aef281c Bug 1336198 - Part 5: Remove initialization of the deprecated box model. r=jdescottes 2017-02-19 22:51:55 -05:00
Gabriel Luong
e101144c5e Bug 1336198 - Part 4: Remove the deprecated box model markup. r=jdescottes 2017-02-19 22:51:51 -05:00
Gabriel Luong
b79cd106f9 Bug 1336198 - Part 3: Remove the deprecated box model source file. r=jdescottes 2017-02-19 22:51:48 -05:00
Gabriel Luong
eb5bb7331d Bug 1336198 - Part 2: Remove deprecated boxmodel stylesheet. r=jdescottes 2017-02-19 22:51:45 -05:00
Nicolas Chevobbe
ce3aa510da Bug 1313688 - Fail a test if stubs don't match stubs created by stub generators; r=jdescottes
MozReview-Commit-ID: 2HTA4SwyXDi

--HG--
extra : rebase_source : c4599b1f789a98272186d8e3e3538117ba2f1575
2017-02-17 08:08:06 +01:00
Nicolas Chevobbe
b14ed6d2c5 Bug 1313688 - Fix mocha tests. r=jdescottes
MozReview-Commit-ID: J1wGhUEFeQu

--HG--
extra : rebase_source : b8b8ad988f19cb6cc1f9b8eb6de1344fb9c4bde8
2017-02-15 22:41:45 +01:00
Nicolas Chevobbe
31e41f5c61 Bug 1313688 - Stubs generation; r=jdescottes
MozReview-Commit-ID: 2HTA4SwyXDi

--HG--
extra : rebase_source : 19bebc4f00b27d2b3cc265264487c1f4ef18110f
2017-02-18 13:27:29 +01:00
Nicolas Chevobbe
4da1e7466c Bug 1313688 - Move new console stub generation to head.js; r=jdescottes
Move the stub generation to functions in head.js so we can use them in other places.
Fix the getCleanedPacket function for properties that can differ from one OS to another.
Enhance test speed by removing the use of temp files to get the packets, and also by
evaluating the command in a single tab, instead of opening a tab for each command.

MozReview-Commit-ID: 2HTA4SwyXDi

--HG--
extra : rebase_source : c7eed370908c113c56acc1a7fd0010bacf62507b
2017-02-17 21:35:40 +01:00
Tim Nguyen
772d87e0fd Bug 1340539 - Remove hover state from .checked text-only buttons. r=jryans
MozReview-Commit-ID: HsoI1kLxRnZ

--HG--
extra : rebase_source : 282f811058a9317bdb90df1740caad2e6eecd581
2017-02-17 15:04:05 +00:00
Julian Descottes
f3a300b816 Bug 1340475 - reps v0.2.1: update reps bundle from GitHub;r=nchevobbe
MozReview-Commit-ID: 1lCdEeDK36K

--HG--
extra : rebase_source : 42680f471268d49f1ad2746ce3c3febdc207aef8
2017-02-17 18:30:45 +01:00
Sebastian Hengst
4a88679614 Backed out changeset 65d7f3924ba6 (bug 1316291) for failing mochitest devtools/client/netmonitor/test/browser_net_copy_headers.js. r=backout 2017-02-17 18:47:59 +01:00
Sebastian Hengst
1c76e41767 Backed out changeset 94ecf75560ac (bug 1316291) 2017-02-17 18:47:21 +01:00
Sebastian Hengst
b7335ca0a0 Backed out changeset 0b49523fc19d (bug 1316291) 2017-02-17 18:47:16 +01:00
Julian Descottes
ebac3f4d27 Bug 1339121 - update header of grid overlay section;r=gl
MozReview-Commit-ID: IJX5kz8GTdO

--HG--
extra : rebase_source : 0eb1784aa2fc08b19ea2097d43eccb34c9a23966
2017-02-14 01:01:35 +01:00
djmdev
cba7131345 Bug 1340762 - Refactor copySubmenu into its own separate function in inspector.js; r=gl 2017-02-18 11:09:37 +05:30
Rob Wood
9e668c9bda Bug 1340366 - Remove privilege APIs for har-builder, har-collector and clipboard r=gasolin,Honza
MozReview-Commit-ID: Eq7IHsd0Ljl

--HG--
extra : rebase_source : 6b6f597bc64e7fe74c1ef667169fcfb6aeff9e0f
2017-02-16 09:41:42 -05:00
Fred Lin
d6497a221c Bug 1316291 - Remove toolbar elements with fixed IDs;r=Honza
MozReview-Commit-ID: 6vQaGZdBd0d

--HG--
extra : rebase_source : 91278ae2ebeb08288effb7313e1d536c3514c8cb
2017-02-13 13:19:55 +08:00
Fred Lin
65e5eecf94 Bug 1316291 - remove request-list elements with fixed ID;r=Honza
MozReview-Commit-ID: 2myRfMX3XQB

--HG--
extra : rebase_source : 858780d5f6fbf70b495445e60e900044cc8caba6
2017-02-13 14:29:39 +08:00
Fred Lin
85e54ee721 Bug 1316291 - Rename the requests-menu CSS classes in netmonitor.css;r=Honza
MozReview-Commit-ID: DceweCXElI4

--HG--
extra : rebase_source : 5a259e4f22d985265cf985e62814f6f877a774aa
2017-02-08 14:20:44 +08:00
Carsten "Tomcat" Book
2b24bba0a1 Merge mozilla-central to autoland 2017-02-17 13:28:16 +01:00
Carsten "Tomcat" Book
afe4d4b240 merge mozilla-inbound to mozilla-central a=merge 2017-02-17 13:24:55 +01:00
Julian Descottes
671013ca7b Bug 1340205 - cleanup and unignore from eslintdevtools/client/webconsole/utils.js;r=nchevobbe
MozReview-Commit-ID: 2goPtQVSsLF

--HG--
extra : rebase_source : 5e5e5c3306e8080623cb78b276d505cb22bb2215
2017-02-16 18:08:30 +01:00
Wes Kocher
adaec16e2b Merge m-c to inbound, a=merge
MozReview-Commit-ID: HtopB4vot9e
2017-02-16 17:23:00 -08:00
Xidorn Quan
6ce3f471d0 Backed out changeset 107fdc32d411 (bug 1339394) for potential failures on merge 2017-02-17 10:23:26 +11:00
Xidorn Quan
8beb97c7da Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam,jaws
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : source : d4ae926f5c056e734f4ecc035fab25f5ea7b6ac1
2017-02-17 10:12:34 +11:00
Sebastian Hengst
b35eaa5cbb Backed out changeset 23c40e8dac0f (bug 1336198) for timeouts in devtools' boxmodel tests, e.g. browser_boxmodel_editablemodel_stylerules.js. r=backout 2017-02-16 23:44:53 +01:00
Sebastian Hengst
9fa453eb86 Backed out changeset ef60037208a8 (bug 1336198) 2017-02-16 23:44:13 +01:00
Sebastian Hengst
1fa7081609 Backed out changeset 94eceadb11ff (bug 1336198) 2017-02-16 23:44:09 +01:00
Sebastian Hengst
58404d920e Backed out changeset 37b47edaa183 (bug 1336198) 2017-02-16 23:44:04 +01:00
Sebastian Hengst
120ef89e41 Backed out changeset 2644c783041d (bug 1336198)
--HG--
rename : devtools/client/inspector/boxmodel/actions/box-model.js => devtools/client/inspector/layout/actions/box-model.js
rename : devtools/client/inspector/boxmodel/components/BoxModel.js => devtools/client/inspector/layout/components/BoxModel.js
rename : devtools/client/inspector/boxmodel/components/BoxModelEditable.js => devtools/client/inspector/layout/components/BoxModelEditable.js
rename : devtools/client/inspector/boxmodel/components/BoxModelInfo.js => devtools/client/inspector/layout/components/BoxModelInfo.js
rename : devtools/client/inspector/boxmodel/components/BoxModelMain.js => devtools/client/inspector/layout/components/BoxModelMain.js
rename : devtools/client/inspector/boxmodel/components/BoxModelProperties.js => devtools/client/inspector/layout/components/BoxModelProperties.js
rename : devtools/client/inspector/boxmodel/components/ComputedProperty.js => devtools/client/inspector/layout/components/ComputedProperty.js
rename : devtools/client/inspector/boxmodel/reducers/box-model.js => devtools/client/inspector/layout/reducers/box-model.js
rename : devtools/client/inspector/boxmodel/utils/editing-session.js => devtools/client/inspector/layout/utils/editing-session.js
2017-02-16 23:44:00 +01:00
Sebastian Hengst
e5f07549c1 Backed out changeset 0c3b3e82e0bb (bug 1336198) 2017-02-16 23:43:55 +01:00
Sebastian Hengst
2ae29f5d51 Backed out changeset ad616aa3a65e (bug 1336198) 2017-02-16 23:43:50 +01:00
Sebastian Hengst
26271b7d8f Backed out changeset c316dd475a13 (bug 1336198)
--HG--
rename : devtools/client/inspector/boxmodel/test/.eslintrc.js => devtools/client/inspector/components/test/.eslintrc.js
rename : devtools/client/inspector/boxmodel/test/browser.ini => devtools/client/inspector/components/test/browser.ini
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel.js => devtools/client/inspector/components/test/browser_boxmodel.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_allproperties.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_allproperties.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_bluronclick.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_bluronclick.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_border.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_border.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_stylerules.js => devtools/client/inspector/components/test/browser_boxmodel_editablemodel_stylerules.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_guides.js => devtools/client/inspector/components/test/browser_boxmodel_guides.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_navigation.js => devtools/client/inspector/components/test/browser_boxmodel_navigation.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_rotate-labels-on-sides.js => devtools/client/inspector/components/test/browser_boxmodel_rotate-labels-on-sides.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_sync.js => devtools/client/inspector/components/test/browser_boxmodel_sync.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_tooltips.js => devtools/client/inspector/components/test/browser_boxmodel_tooltips.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-navigation.js => devtools/client/inspector/components/test/browser_boxmodel_update-after-navigation.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-reload.js => devtools/client/inspector/components/test/browser_boxmodel_update-after-reload.js
rename : devtools/client/inspector/boxmodel/test/browser_boxmodel_update-in-iframes.js => devtools/client/inspector/components/test/browser_boxmodel_update-in-iframes.js
rename : devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe1.html => devtools/client/inspector/components/test/doc_boxmodel_iframe1.html
rename : devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe2.html => devtools/client/inspector/components/test/doc_boxmodel_iframe2.html
rename : devtools/client/inspector/boxmodel/test/head.js => devtools/client/inspector/components/test/head.js
2017-02-16 23:43:46 +01:00
Geoff Brown
76e351d404 Bug 1214439 - Skip test browser_dbg_split-console-keypress.js on non-e10s too; r=me,test-only 2017-02-16 15:31:24 -07:00
J. Ryan Stinnett
1285c4990f Bug 1339992 - Use common spelling for all source map prefs. r=jdescottes
MozReview-Commit-ID: K0MmghEuRa7

--HG--
extra : rebase_source : 254b8e348fbf9dd851371c5b6fb78e8c43c409dc
2017-02-15 17:44:42 -06:00
Gabriel Luong
8b58986562 Bug 1336198 - Part 9: Use existing box model tests with the new react/redux box model. r=jdescottes
--HG--
rename : devtools/client/inspector/components/test/.eslintrc.js => devtools/client/inspector/boxmodel/test/.eslintrc.js
rename : devtools/client/inspector/components/test/browser.ini => devtools/client/inspector/boxmodel/test/browser.ini
rename : devtools/client/inspector/components/test/browser_boxmodel.js => devtools/client/inspector/boxmodel/test/browser_boxmodel.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_allproperties.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_allproperties.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_bluronclick.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_bluronclick.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_border.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_border.js
rename : devtools/client/inspector/components/test/browser_boxmodel_editablemodel_stylerules.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_editablemodel_stylerules.js
rename : devtools/client/inspector/components/test/browser_boxmodel_guides.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_guides.js
rename : devtools/client/inspector/components/test/browser_boxmodel_navigation.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_navigation.js
rename : devtools/client/inspector/components/test/browser_boxmodel_rotate-labels-on-sides.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_rotate-labels-on-sides.js
rename : devtools/client/inspector/components/test/browser_boxmodel_sync.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_sync.js
rename : devtools/client/inspector/components/test/browser_boxmodel_tooltips.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_tooltips.js
rename : devtools/client/inspector/components/test/browser_boxmodel_update-after-navigation.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-navigation.js
rename : devtools/client/inspector/components/test/browser_boxmodel_update-after-reload.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_update-after-reload.js
rename : devtools/client/inspector/components/test/browser_boxmodel_update-in-iframes.js => devtools/client/inspector/boxmodel/test/browser_boxmodel_update-in-iframes.js
rename : devtools/client/inspector/components/test/doc_boxmodel_iframe1.html => devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe1.html
rename : devtools/client/inspector/components/test/doc_boxmodel_iframe2.html => devtools/client/inspector/boxmodel/test/doc_boxmodel_iframe2.html
rename : devtools/client/inspector/components/test/head.js => devtools/client/inspector/boxmodel/test/head.js
2017-02-16 16:07:31 -05:00
Gabriel Luong
ba8cfee2f1 Bug 1336198 - Part 8: Use the react/redux box model in the computed view. r=jdescottes 2017-02-16 16:07:28 -05:00
Gabriel Luong
8602b4f7ac Bug 1336198 - Part 7: Refactor box model logic into box-model.js. r=jdescottes 2017-02-16 16:07:24 -05:00
Gabriel Luong
0d70477950 Bug 1336198 - Part 6: Refactor box model component into boxmodel/. r=jdescottes
--HG--
rename : devtools/client/inspector/layout/actions/box-model.js => devtools/client/inspector/boxmodel/actions/box-model.js
rename : devtools/client/inspector/layout/components/BoxModel.js => devtools/client/inspector/boxmodel/components/BoxModel.js
rename : devtools/client/inspector/layout/components/BoxModelEditable.js => devtools/client/inspector/boxmodel/components/BoxModelEditable.js
rename : devtools/client/inspector/layout/components/BoxModelInfo.js => devtools/client/inspector/boxmodel/components/BoxModelInfo.js
rename : devtools/client/inspector/layout/components/BoxModelMain.js => devtools/client/inspector/boxmodel/components/BoxModelMain.js
rename : devtools/client/inspector/layout/components/BoxModelProperties.js => devtools/client/inspector/boxmodel/components/BoxModelProperties.js
rename : devtools/client/inspector/layout/components/ComputedProperty.js => devtools/client/inspector/boxmodel/components/ComputedProperty.js
rename : devtools/client/inspector/layout/reducers/box-model.js => devtools/client/inspector/boxmodel/reducers/box-model.js
rename : devtools/client/inspector/layout/utils/editing-session.js => devtools/client/inspector/boxmodel/utils/editing-session.js
2017-02-16 16:07:21 -05:00
Gabriel Luong
707413a8d4 Bug 1336198 - Part 5: Remove initialization of the deprecated box model. r=jdescottes 2017-02-16 16:07:18 -05:00
Gabriel Luong
b1476550d5 Bug 1336198 - Part 4: Remove the deprecated box model markup. r=jdescottes 2017-02-16 16:07:15 -05:00
Gabriel Luong
cb6d43f1ef Bug 1336198 - Part 3: Remove the deprecated box model source file. r=jdescottes 2017-02-16 16:07:12 -05:00
Gabriel Luong
f5704f7cdb Bug 1336198 - Part 2: Remove deprecated boxmodel stylesheet. r=jdescottes 2017-02-16 16:07:08 -05:00
Tooru Fujisawa
594ece5815 Bug 1283712 - Part 11.4: Fix assignment. r=me 2017-02-17 05:28:41 +09:00
Wes Kocher
650bb0a9e4 Backed out changeset 2fda05fd4c87 (bug 1231932) for clipboard failures in devtools inspector tests a=backout
MozReview-Commit-ID: KUYXEqTyd9P
2017-02-16 09:14:07 -08:00
djmdev
42f10aca65 Bug 1231932 - Adds Copy Attribute Value context menu to elements in the DOM Inspector; r=gl
Added a new attributes submenu option to copy value of an attribute
to clipboard. Also, updated the corresponding test files.
2017-02-16 16:00:41 +05:30
Wes Kocher
3e3d368d3b Backed out changeset 4ea36a9c2dfd (bug 1339394) for browser_selectpopup.js failures a=backout
MozReview-Commit-ID: JEy6J1AFgpj
2017-02-15 18:59:15 -08:00
Wes Kocher
3797956aa6 Merge m-c to inbound a=merge
MozReview-Commit-ID: BemR756HJnR
2017-02-15 16:33:03 -08:00
Wes Kocher
017c515285 Merge inbound to m-c a=merge
MozReview-Commit-ID: IKI0zVtF1n9
2017-02-15 16:18:13 -08:00
Xidorn Quan
27c6b9b2bf Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : source : 134b15d99876fbd9b9f7022de20e3d215dc2c753
extra : amend_source : 94ba498834fae87577905fa473479a3d155e607d
2017-02-16 10:27:19 +11:00
Tooru Fujisawa
02022c191a Bug 1283712 - Part 11.3: Add mocha test. r=nchevobbe 2017-02-15 23:53:07 +09:00
Tooru Fujisawa
410d010670 Bug 1283712 - Part 11.2: Update stub. r=nchevobbe 2017-02-15 23:53:07 +09:00
Tooru Fujisawa
917ac773a0 Bug 1283712 - Part 11.1: Show notes in devtools console. r=nchevobbe 2017-02-15 23:53:07 +09:00
Eduardo Boucas
da12a2b59d Bug 1337737 - Make lookup of MDN headers case-insensitive. r=Honza 2017-02-09 20:51:06 +00:00
Carsten "Tomcat" Book
4bb208b812 Backed out changeset 4a964c3f1759 (bug 1339394) for suspicion of causing failures on OS X browser_selectpopup.js tests 2017-02-15 14:43:57 +01:00
Carsten "Tomcat" Book
8c454e1c69 Merge mozilla-central to mozilla-inbound 2017-02-15 12:43:50 +01:00
Carsten "Tomcat" Book
ed3d8d8286 merge mozilla-inbound to mozilla-central a=merge 2017-02-15 12:21:44 +01:00
Xidorn Quan
8a139d9ab8 Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : source : 6c2a110bb5f4c7d4b1efd81a5cf03878291f7591
extra : amend_source : e2cdd8e042f99c53dceb69e02b422d62cdc01e1f
2017-02-15 20:47:26 +11:00
Leonardo Couto
1c97a07338 Bug 1168376 - Show transferred size in request summary. r=Honza
--HG--
extra : rebase_source : 9c0a927a9ffd796c9601dae45a33184b96f0773c
2017-02-09 01:30:31 +01:00
Adrien-Marie Enault
16e4fa26df Bug 1327731 - Filtering in netmonitor is now saved immediately. r=Honza, r=rickychien
--HG--
extra : rebase_source : cd89aedf6ce31601970df591a70ca4bdc2fe1d22
2017-02-14 20:41:05 +01:00
Tim Nguyen
4d3c216f7e Bug 1255116 - Simplify toolbar button styles. r=jryans
MozReview-Commit-ID: 9J11mNk2c5W

--HG--
extra : rebase_source : 91dd0fa3b0c2d7c709426ae6d8616cc9b59cfe21
2017-02-14 19:34:54 +00:00
Wes Kocher
415dbf1a26 Merge m-c to autoland, a=merge
MozReview-Commit-ID: JuiEcsYYLS3
2017-02-13 17:08:00 -08:00
Wes Kocher
252dae269a Merge inbound to central, a=merge
MozReview-Commit-ID: Gx7IszkCDZ4
2017-02-13 17:04:20 -08:00
Jonathan Hao
ef8f78b212 Bug 1336867 - Remove unsafeProcessHeader and isSecureHost in nsISiteSecurityService r=keeler,mgoodwin,past
--HG--
extra : rebase_source : e4a69e18154adf22e045c820ae2b3fd8a77877a6
2017-02-08 11:17:29 +08:00
J. Ryan Stinnett
5e3134b8e0 Bug 1338604 - Tell manager when custom devices are removed. r=gl
The action creator for removing custom devices calls the one for remove device
association directly, which skips the step of also messaging the manager.

I've made the simplest change to fix just this issue, which moves the message
sending into the action creator for this one case.  Bug 1332754 will apply the
same approach to other messages (they aren't causing issues yet since they are
not called from other action creators in the same way).

MozReview-Commit-ID: AICcT2vG1wl

--HG--
extra : rebase_source : 3c6c6f28cfe0fc96a429b3167e2d6ee79810cf25
2017-02-10 14:51:26 -06:00
J. Ryan Stinnett
f532ae395e Bug 1339155 - Tweak RDM font size to fit add device UI. r=gl
MozReview-Commit-ID: FwGrcV17rXM

--HG--
extra : rebase_source : 07391d37dbc1aa545acc9df294cc3189a15e0f1b
2017-02-13 14:13:19 -06:00
Julian Descottes
5be1442c92 Bug 1304941 - reconnect onTabChanged listener before fetching the tablist;r=jryans
MozReview-Commit-ID: FZYDKH3F21O

--HG--
extra : rebase_source : 582f91c90362f6cffa932b1f7d49d46c061ac960
2017-02-08 17:08:42 +01:00
Julian Descottes
421514a83c Bug 1339064 - Add layout panel option to nightly options;r=gl
MozReview-Commit-ID: LOMotSUNj9B

--HG--
extra : rebase_source : 912644a94bcc94ed0e40e76e23f732be1bc99232
extra : source : 6433ff5fdc59628f54e29e8fe7ea50fe95cb6b95
2017-02-10 10:41:42 +01:00
Ricky Chien
949fbcf25c Bug 1309826 - convert netmonitor xul to xhtml r=gasolin,Honza
MozReview-Commit-ID: EExFUrgZqb7

--HG--
extra : rebase_source : d7c1c34a8b6a017ca711085a76e3a422ae2c9529
2017-02-13 20:25:50 +08:00
Ricky Chien
70187844c1 Bug 1336384 - Implement top level NetworkMonitor component r=gasolin,Honza
MozReview-Commit-ID: 6E3his8E20A

--HG--
extra : rebase_source : 49135fd3686eff5cc28d51090cbd62683f595186
2017-02-13 13:16:50 +08:00
Ricky Chien
e329d92b5f Bug 1309183 - Replace XUL Splitter by SplitBox r=Honza
MozReview-Commit-ID: Lm6Y8JdF9Ga

--HG--
extra : rebase_source : ef8014dde11a53026e0b702dd375ac309b9db565
2017-02-11 09:34:53 +08:00
Fred Lin
f7884afffa Bug 1339686 - Convert MDN [learn more] link as a react component;r=Honza,rickychien
MozReview-Commit-ID: 5d76J59kvNo

--HG--
extra : rebase_source : 663537d5e55b5988d9010e1edea4a91519df717d
2017-02-15 13:17:58 +08:00
Carsten "Tomcat" Book
dacc230ad3 Merge mozilla-central to autoland 2017-02-15 12:59:23 +01:00
Matteo Ferretti
0e20adbe88 Bug 1312103 - Avoid scrolling latency on highlighters given by APZ; r=pbro
- Used `position: absolute` instead of `position: fixed` whenever was possible.
- Updated utility functions and auto-refresh base class to consider the scrolled
  values in root document and scrollable elements.

MozReview-Commit-ID: 6evdOrfj74z

--HG--
extra : rebase_source : 84ca648ce0e3ba32d11baaa910ac2f7e5ec90e52
2017-01-02 11:43:37 +01:00
Julian Descottes
e7da89d927 Bug 1335768 - add yarn to inspector and bump dependency to launchpad to v0.0.43;r=gl
MozReview-Commit-ID: 46IKJdta3nY

--HG--
extra : rebase_source : 7985a4f13e62ac75f5fe1a6e6ac32abb2ec373ce
2017-02-14 13:40:28 +01:00
Julian Descottes
3d17d318b3 Bug 1335768 - add linting to prevent regressions for inspector webpack workflow;r=gl
MozReview-Commit-ID: GkKK8V1MZ2e

--HG--
extra : rebase_source : 98bd646fc547d8a4b4dac88553225c09bdd79f01
2017-02-14 11:59:37 +01:00
Phil Ringnalda
8e6a41afa1 Merge m-i to m-c, a=merge 2017-02-12 15:28:29 -08:00
Phil Ringnalda
a235d08512 Merge m-c to m-i 2017-02-11 18:19:11 -08:00
Phil Ringnalda
215ca1024e Merge m-i to m-c, a=merge 2017-02-11 17:42:19 -08:00
Mats Palmgren
5e167035fa Bug 1337607 - Add a test that checks that the grid highlighter button also works for display:inline-grid elements. 2017-02-12 01:44:06 +01:00
Mats Palmgren
4cebd6b11e Bug 1337607 - Provide grid highlighter button also for display:inline-grid elements. r=gl 2017-02-12 01:44:06 +01:00
Gabriel Luong
649f28dd88 Bug 1336198 - Part 1: Redux store should be initialized at the Inspector level. r=jdescottes
--HG--
rename : devtools/client/inspector/layout/store.js => devtools/client/inspector/store.js
2017-02-11 00:05:50 -05:00
Sebastian Hengst
eacdb7c6e3 Bug 1336715 - Use https://hg.mozilla.org instead of http in devtools comments. r=pbro
MozReview-Commit-ID: iSeSOEv0B

--HG--
extra : rebase_source : 26e63413aa3e585a1248a8654d4719ce64808c76
2017-02-04 14:45:36 +01:00
Ricky Chien
cdc5b2d8e4 Bug 1336383 - Implement RequestsList component r=Honza
MozReview-Commit-ID: 5ktx8fncDl0

--HG--
extra : rebase_source : d25a016d8720d48ce450ddfac6240e7493861202
2017-01-31 12:19:31 +08:00
J. Ryan Stinnett
94c7562f25 Bug 1329829 - Use toolbox threadClient with slow script debugging. r=jdescottes
By using the toolbox's threadClient reference, we avoid depending on specific
globals from the debugger panel itself, which can differ between old vs. new
debugger and generally aren't expected meant to be an exposed API.

MozReview-Commit-ID: FCvMDHpe1m1

--HG--
extra : rebase_source : ec41a40c66ecbc5369b3219700ad31d03de80ed1
2017-02-08 16:09:57 -06:00
Wes Kocher
6a2b9f5e43 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 4z9MXOzghI7
2017-02-10 15:40:01 -08:00
Wes Kocher
4062cb56a0 Merge inbound to central, a=merge
MozReview-Commit-ID: FNYBhhHr4dg

--HG--
rename : netwerk/base/security-prefs.js => security/manager/ssl/security-prefs.js
2017-02-10 15:23:33 -08:00
Sebastian Hengst
ccc33cc0eb Backed out changeset eee8f9b6791d (bug 1336383) for failing browser_net_har_post_data.js. r=backout 2017-02-10 17:52:46 +01:00
Tim Nguyen
cfa975ff18 Bug 1338363 - Pixel snap command-responsivemode.svg. r=jryans
MozReview-Commit-ID: aoCp1gfcMJ

--HG--
extra : rebase_source : b182a2bca5f9b886249e50f574c23ff44b8cc8ad
2017-02-10 00:08:24 +00:00
Ricky Chien
77ca4b8316 Bug 1336383 - Implement RequestsList component r=Honza
MozReview-Commit-ID: 5ktx8fncDl0

--HG--
extra : rebase_source : 54b1ada3f073ebdf130550665b5beba5af1bbfd2
2017-01-31 12:19:31 +08:00
Ajay
dddc1df2ec Bug 1327773 - Fix non-functioning devtools option 'Indent using spaces' by modifying prettifyCSS.js; r=tromey
MozReview-Commit-ID: 5m5nNgwX6v2

--HG--
extra : rebase_source : 563df3f299e855e4d005f8308c2c14ffbd5373e9
2017-02-07 21:06:28 +05:30
Julian Descottes
6e811c499d Bug 1294038 - force selections to be read after webconsole completion;r=nchevobbe
MozReview-Commit-ID: 977wLMj3cSa

--HG--
extra : rebase_source : 685c42f5a37e435dce9531571b1ee5ef9a224293
2017-02-06 13:59:41 +01:00
Julian Descottes
ee9f76d247 Bug 1330779 - reps 0.1.0: add a README file in devtools reps folder;r=nchevobbe
MozReview-Commit-ID: 5zLp6vyaGHR

--HG--
extra : rebase_source : c52918d98f9dc07beb7fe5411b9f2970683fb48e
2017-02-09 19:52:42 +01:00
Julian Descottes
ad4e8cd838 Bug 1330779 - reps 0.1.0: remove reps files from mc;r=nchevobbe
MozReview-Commit-ID: KVt5mQc6Wlx

--HG--
extra : rebase_source : 9a941d10a58da4064a506da5ef4d386aa369e69a
2017-01-30 11:53:02 +01:00
Julian Descottes
2d38bee6af Bug 1330779 - reps 0.1.0: update reps bundle, files and tests from github;r=nchevobbe
MozReview-Commit-ID: EriUKATp7EU

--HG--
extra : rebase_source : 8b95dca3da2dd5bd933ec221e2e240025a1d6823
2017-02-09 18:31:06 +01:00
Julian Descottes
b8c2b61ebe Bug 1330779 - Update reps tests to use load-reps;r=nchevobbe
MozReview-Commit-ID: DnZMP8vTWMR

--HG--
extra : rebase_source : 39697b1e62ac51d85975984481a7a37946288976
2017-02-01 01:57:34 +01:00
Phil Ringnalda
b5acb9b812 Backed out 2 changesets (bug 1336867) for (at least) eslint failures
CLOSED TREE

Backed out changeset 0a4f283638cb (bug 1336867)
Backed out changeset 837766805d75 (bug 1336867)

--HG--
rename : security/manager/ssl/tests/unit/test_sts_parser.js => security/manager/ssl/tests/gtest/STSParserTest.cpp
2017-02-09 19:02:32 -08:00
Jonathan Hao
e28cb314a8 Bug 1336867 - Remove unsafeProcessHeader and isSecureHost in nsISiteSecurityService r=keeler,mgoodwin,past
--HG--
extra : rebase_source : 3b14ddfcb4107eeeb15ba5498d0b516310847c58
2017-02-08 11:17:29 +08:00
Wes Kocher
30d9ef4d29 Merge m-c to autoland, a=merge
MozReview-Commit-ID: D76dMYwFRUQ
2017-02-09 17:06:59 -08:00
Wes Kocher
e27ab18a24 Merge autoland to central, a=merge
MozReview-Commit-ID: Cu9iXbDAS7t
2017-02-09 16:36:11 -08:00
Carsten "Tomcat" Book
e2a2f8d124 merge mozilla-inbound to mozilla-central a=merge 2017-02-09 16:04:14 +01:00
Carsten "Tomcat" Book
ffe70d35b2 Merge mozilla-central to mozilla-inbound 2017-02-09 11:38:08 +01:00
Stanford Lockhart
4068213baf Bug 1332091 - Part 1: Add colour value editors for Hex, RGBA, HSLA, and a selection box to go between them. r=gl 2017-02-09 01:35:52 -05:00
Wes Kocher
6ff8201ffe Merge inbound to central, a=merge
MozReview-Commit-ID: 4mN7daXzULJ
2017-02-08 16:08:42 -08:00
Stanford Lockhart
074eb3cf2e Bug 1292051 - Show box model properties under the box model. r=gl 2017-02-08 13:58:50 -05:00
Yura Zenevich
7caf98501d Bug 1335050 - Allow customization of object rep's title generation. r=Honza
MozReview-Commit-ID: G3SLHv8Kvyb
2017-02-08 10:49:14 -05:00
Ricky Chien
491c27f9ae Bug 1317645 - Implement NetworkDetailsPanel r=Honza
MozReview-Commit-ID: 70ZR3oBzUGQ

--HG--
extra : rebase_source : 6017bdc3adc602c483fe57f1198c2d75704ae9e6
2017-01-27 22:39:45 +08:00
Brian Birtles
0cc273bc98 Bug 1330538 - Rename 'Easing:' to 'Overall easing:'; r=pbro
MozReview-Commit-ID: 2u5K7zbqAPK

--HG--
extra : rebase_source : ead42ca25a4775b4f646924974593f4b9a51aace
2017-02-09 16:09:14 +09:00
Brian Birtles
0f72072021 Bug 1330538 - Hide easing label in tooltip when the easing is linear (the default); r=daisuke
MozReview-Commit-ID: 4mfeki3OXhR

--HG--
extra : rebase_source : 69d0985ca33dc15e913573f5f84d93bb6a9eac78
2017-02-09 16:05:45 +09:00
Fred Lin
3471207507 Bug 1337015 - show multiple select params correctly;r=Honza
MozReview-Commit-ID: CykBya4ToeW

--HG--
extra : rebase_source : da83d1c3ca52da1b74001803d0a8ee4fa675b348
2017-02-08 16:57:20 +08:00
J. Ryan Stinnett
30c2539e76 Bug 1321675 - Move device adder below devices. r=gl
This gets closer to Helen's mockup.  The spacing is a bit tight.  When adjusting
the modal size, I used the most popular DevTools screen resolution (1366 x 768)
as a reference.

MozReview-Commit-ID: 4EjJKKhuxpA

--HG--
extra : rebase_source : 01d293e177d38548df2997db6aed5d822c6e1101
2017-02-07 16:57:03 -06:00
J. Ryan Stinnett
400ec2efd0 Bug 1321675 - Add / remove custom devices in RDM. r=gl
MozReview-Commit-ID: E84zxk9n1AL

--HG--
extra : rebase_source : 8609b6ea5b0654b80fadec3a070f8a9e9c2eaeb0
2017-02-03 17:09:01 -06:00
J. Ryan Stinnett
1566515dfe Bug 1321675 - Rename removeDevice to removeDeviceAssoc. r=gl
MozReview-Commit-ID: 1UMUfX23zUb

--HG--
extra : rebase_source : 369e0ede8a58af9242e1a98bb2b536efd4193794
2017-02-03 17:23:49 -06:00
J. Ryan Stinnett
73f556c0e6 Bug 1321675 - Show device details in tooltip. r=gl
MozReview-Commit-ID: LxxaoBBQCUU

--HG--
extra : rebase_source : 22c5ce062a99ba6d9687e3701cef4ab5ecd2da80
2017-02-02 17:38:57 -06:00
J. Ryan Stinnett
0b62c18843 Bug 1321675 - Add form to device modal for adding devices. r=gl
MozReview-Commit-ID: 2CejxW5VuqK

--HG--
extra : rebase_source : 42fa45ea8f837762be8757fc6eaf694c2ffc93aa
2017-01-30 18:26:12 -06:00
Fred Lin
aa3961ea99 Bug 1308449 - Implement custom request view;r=Honza,rickychien
move send/cancel func to component
use thunk to handle sendHTTPRequest
use single updateRequest method to update all form values

MozReview-Commit-ID: Ed2hhSdCFpW

--HG--
extra : rebase_source : 8688498422159cde1825c16956e91db4a9c7ca7a
2016-12-27 10:17:27 +08:00
Alexandre Poirot
2a6de263f1 Bug 1337510 - Remove dead code related to gcli command buttons. r=jryans
MozReview-Commit-ID: 8mF3u2hvjnu

--HG--
extra : rebase_source : 7da81f8a906541ddcd16f1dd4010d05ccd28a1c9
2017-02-07 22:21:54 +01:00
Alexandre Poirot
f58c583f2b Bug 1337516 - Fix the connect page when connecting to xpcshell tests. r=jryans
MozReview-Commit-ID: KHCfhwaBcXp

--HG--
extra : rebase_source : e0215b01548b75cdb887329d3b5643eb3687ab57
2017-02-07 22:20:49 +01:00
Wes Kocher
672c83ed65 Merge inbound to central, a=merge
MozReview-Commit-ID: 5H1ZxSV0XuM
2017-02-07 16:33:31 -08:00
J. Ryan Stinnett
3743387579 Bug 1336621 - Add keys in Frame and StackTrace components. r=Honza
MozReview-Commit-ID: 8GUYouvklxA

--HG--
extra : rebase_source : db58a190e175b2bc674092add6f65b03d7a74914
2017-02-03 16:54:14 -06:00
Towkir Ahmed
2835870c9c Bug 1324593 - fixed transition-timing-function preview linear issue; r=pbro
MozReview-Commit-ID: 4raZfCbI2P8
2017-01-23 10:14:00 +01:00
Carsten "Tomcat" Book
092e5dc5f1 merge mozilla-inbound to mozilla-central a=merge 2017-02-07 14:08:46 +01:00
Wes Kocher
2c901c4bcb Merge m-c to inbound, a=merge
MozReview-Commit-ID: FrOiBMr2DHX
2017-02-06 17:51:48 -08:00
Nicolas Chevobbe
2ce9663a48 Bug 1336937 - Add aria-pressed to the filter buttons in new console. r=jdescottes
MozReview-Commit-ID: FEvuSd3RQ67

--HG--
extra : rebase_source : 6b7b7dd941c5567ca233c38eb0f310d2995184c4
2017-02-06 13:41:08 +01:00
Xidorn Quan
95e2f855f2 Bug 1333675 followup - Remove prefixed values for unicode-bidi from devtools.
MozReview-Commit-ID: J6ewcNe1cSn
2017-02-09 12:38:49 +11:00
Tim Huang
90ac2e75ba Bug 1263324 - Part 2: Add test cases to test context id for devtools storage inspector. r=miker
--HG--
extra : rebase_source : 35f785c38a6ea50ad0dd2d67fbe2771bcb65d8d2
2017-01-24 14:45:42 +08:00
James Long
5019a0d0df Bug 1313921 - Don't select the debugger if it can't open a source. r=bgrins
--HG--
extra : amend_source : bbb421f538e75a7db668b3a026e5d1b689fef6b5
2016-11-29 14:16:00 -05:00
Eduardo Boucas
8953ccbc24 Bug 1320233 - Add Learn More link to headers in Network panel. r=Honza 2017-02-03 17:19:20 +00:00
Ricky Chien
b2bab02fc7 Bug 1336379 - Implement StatisticsPanel r=Honza
MozReview-Commit-ID: FNCSetNPzz6

--HG--
extra : rebase_source : e73958d192ad38f4e1ac2f4e63bb4de075a7de08
2017-01-31 19:29:00 +08:00
Ricky Chien
677f9320fb Bug 1336378 - Remove toolbar-view.js r=Honza
MozReview-Commit-ID: LuVCAqE5wRK

--HG--
extra : rebase_source : 558e971a342fe4bd7f87a14d09edba96d8181fc0
2017-01-30 14:14:06 +08:00
Wes Kocher
b488ae9021 Merge inbound to central, a=merge CLOSED TREE
MozReview-Commit-ID: GhBqmLvUpgQ
2017-02-03 17:04:18 -08:00
Sébastien Blin
44db48b017 Bug 1327675 - Correctly hightlight nodes for inherited rules. r=pbro
--HG--
extra : rebase_source : 89176234568d03bc82e20f8adb880083e1d5e560
2017-02-03 08:08:00 -05:00
Julian Descottes
0bf114abd4 Bug 1333383 - add test for netmonitor rendering JSON response with null;r=honza
MozReview-Commit-ID: GZvQnADkYoL

--HG--
extra : rebase_source : ca39b722d42a6287ca30cf2687dad9790276daa6
2017-01-27 19:59:38 +01:00
Cosm
0d24350cd1 Bug 1333383 - fix netmonitor response tab for json responses with null values;r=jdescottes
MozReview-Commit-ID: 2udR3B7uA4h

--HG--
extra : rebase_source : 5a57f0bc74dfaf7b2bf8e783d4f7a1e8b88bb4aa
2017-01-27 16:36:25 +05:30
Ryan VanderMeulen
9d88503cc6 Backed out changeset b2b5d0dda746 (bug 1320233) for ESLint failures. 2017-02-03 08:59:58 -05:00
Towkir Ahmed
bd303a4d15 Bug 1327691 - CSS - Circles in ruleview (.ruleview-swatch) are now placed properly. r=pbro 2017-02-03 04:32:00 -05:00
Eduardo Boucas
f19b97aa2d Bug 1320233 - Add Learn More link to headers in Network panel. r=Honza 2017-01-30 14:48:56 +00:00
Carsten "Tomcat" Book
e95ecef88f merge mozilla-inbound to mozilla-central a=merge 2017-02-03 13:25:24 +01:00
Julian Descottes
2f6e025e60 Bug 1313271 - wait for load in browser_html_tooltip_hover;r=rickychien
MozReview-Commit-ID: 9CHkXMtwTrG

--HG--
extra : rebase_source : ae4492647b7829f48b2baa06263e5c02a09621ac
2017-02-03 12:52:28 +01:00
Julian Descottes
2fb0cbabab Bug 1336051 - fix telemetry logging for inspector toolsidebar;r=Honza
MozReview-Commit-ID: 3L1XmmD5brM

--HG--
extra : rebase_source : 461b2cde38ff96d68eaa25ba5661e5dd8d44834b
2017-02-02 11:38:33 +01:00
Jonathan Kew
2e0c0497f2 Bug 1312049 - Switch nsChromeRegistry::GetDirectionForLocale to use uloc_isRightToLeft instead of a list of known-rtl locales, and replace the now-obsolete intl.uidirection.* prefs with a single override intl.uidirection for testing purposes. r=gandalf 2017-02-02 22:12:50 +00:00
Julian Descottes
881244bdbf Bug 1331007 - fix console debug filter persistence;r=nchevobbe
MozReview-Commit-ID: AvenpwUn9YU

--HG--
extra : rebase_source : fa6a7f71da54d2e01ad9895724d1f14fd82b2afd
2017-02-02 20:32:39 +01:00
Wes Kocher
8d4bb91470 Merge m-c to inbound, a=merge
MozReview-Commit-ID: Am6M5iHxmAr
2017-02-01 16:31:23 -08:00
Wes Kocher
f2cb5e7c63 Merge inbound to m-c a=merge
MozReview-Commit-ID: EZrwvZH5DsY
2017-02-01 16:22:11 -08:00
Julian Descottes
3bb40f34e4 Bug 1335768 - inspector.html: replace calls to lazyImporter by empty fn;r=pbro
MozReview-Commit-ID: DgKfGbxjcn9

--HG--
extra : rebase_source : d1913d01fdf6390baa7406c2ad27db64a6333098
2017-02-01 17:34:48 +01:00
Julian Descottes
60bfa6a552 Bug 1335768 - inspector.html: remove dangling commas in args lists;r=pbro
MozReview-Commit-ID: FqYpcO25k7L

--HG--
extra : rebase_source : 12ac6a657ec3da19bc8f349c3d269bd1ceee7861
2017-02-01 17:16:56 +01:00
Wes Kocher
5e6c2376df Backed out changeset 85d33b74434a (bug 1327675) for asan dt10 failures in browser_rules_content_02.js a=backout
MozReview-Commit-ID: GxWdtGX5Lor
2017-01-31 10:24:33 -08:00
Jaideep Bhoosreddy
f1ddebe669 Bug 1334126 - Fix "Screenshot icon beside Screenshot Behavior label looks inconsistent". r=ntim.bugs
--HG--
extra : rebase_source : 7251497a5303293f26286b35706584e463119df3
2017-01-30 14:00:00 +01:00
Sébastien Blin
7560c32ad6 Bug 1327675 - Correctly hightlight nodes for inherited rules. r=pbro
MozReview-Commit-ID: KydZ3vNM6Z6

--HG--
extra : rebase_source : daa76ab0e51a6e087842be855a75638e47a2b43a
2017-01-27 07:32:00 +01:00
Julian Descottes
9f50dbd0e4 Bug 1335037 - add options to toggle new frontend for console/debugger;r=jryans
Add options (available in Nightly/Local builds only) to switch between the old
and new frontends for console and debugger.

MozReview-Commit-ID: 413xt7h9aoP

--HG--
extra : rebase_source : e1dcfdce8197b55674bab5e0ba992c4cccc12198
2016-12-27 17:59:58 +01:00
Nicholas Nethercote
9373d7166c Bug 1335595 (part 4) - Merge ThreadProfile into ThreadInfo. r=mstange.
ThreadInfo and ThreadProfile are hopelessly intertwined.

- ThreadInfo has an owning pointer to ThreadProfile. ThreadProfile has a raw
  back pointer to ThreadInfo. A reference to one is as good as a reference to
  the other, and references to one frequently reach into the other.

- An exception is SyncProfile, a sub-class of ThreadProfile, which instead has
  an owning pointer to its ThreadInfo. (This makes the SyncProfile's destructor
  dubious, because it deletes the ThreadInfo, which could conceivably re-call
  into SyncProfile's destructor.)

- ThreadProfile also has copies of five ThreadInfo fields (mThreadId,
  mIsMainThread, mPlatformData, mStackTop, mPseudoStack) even though it also
  has direct ThreadInfo access via the back pointer.

The only good reason for having the two classes separate is that some
ThreadInfo objects have a null ThreadProfile pointer. But this doesn't justify
the entanglement.

So this patch merges ThreadProfile into ThreadInfo. It visually separates the
methods and fields related to profiles to partially preserve the original
meaning of the split. The new ThreadInfo::hasProfile() method replaces
ThreadInfo::Profile() as the indicator of whether a ThreadInfo has associated
profile data.

Notable points of simplification:

- The five duplicated fields are no longer duplicated.

- NewSyncProfile(), RegisterThread() no longer create ThreadProfile objects.

- ~SyncProfile() becomes trivial.

- ThreadInfo::SetPendingDelete() is simpler.

- Overall it removes ~80 lines of code.

Much of the rest is just plumbing changes.

--HG--
extra : rebase_source : 2e8c4cc46aa15943ffdc1fa19d9c829587267ee9
2017-02-02 11:07:13 +11:00
Sebastian Hengst
bff395da0b Backed out changeset bb3edf240bb0 (bug 1327675) for eslint failures. r=backout 2017-02-02 00:01:39 +01:00
djmdev
0c6e70f986 Bug 1201750 - Selecting text with Ctrl+A now copies correct text to clipboard. r=jdescottes
Copying text with keyboard using Ctrl+A now gives correctly formatted text.

MozReview-Commit-ID: HuzrNyl0J0H

--HG--
extra : rebase_source : bb9d813a39a080c69c1db7524557bfaf786ed0c7
2017-01-31 01:17:25 +05:30
djmdev
2f679a09e9 Bug 1201750 - Prevent "select all" command from selecting content in hidden tabs. r=jdescottes
Now "select all" command no more selects the content of hidden tabs.

MozReview-Commit-ID: GPK2293JqnP

--HG--
extra : rebase_source : 41bc448402606e6b6ec333c4dc90906be45208c8
2017-02-01 15:32:55 +01:00
Sébastien Blin
ae30e668fa Bug 1327675 - Correctly hightlight nodes for inherited rules. r=pbro
--HG--
extra : rebase_source : 1df369d9b5e07beaf9d66d017122f1f76afd9faf
2017-02-01 06:13:00 -05:00
Wes Kocher
e457683b2d Merge m-c to autoland, a=merge
MozReview-Commit-ID: BipzgOEInZh
2017-01-30 15:54:34 -08:00
Wes Kocher
584127af5f Merge inbound to central, a=merge
MozReview-Commit-ID: 4GYZ5Pzy7BY
2017-01-30 15:44:58 -08:00
Tomer Cohen
abfe1947fc Bug 1334769 - RTL support for DevTools Font Inspector. r=gl
MozReview-Commit-ID: 6ga6KRJyj0x
2017-01-28 11:33:20 +02:00
Gijs Kruitbosch
862d5504b4 Bug 1333210, r=honzab,ckerschb
MozReview-Commit-ID: 2Gu8sv36Yyy

--HG--
extra : rebase_source : a1dc27e435c0bb4bea545d07e1675a7e27a1766e
2017-01-23 22:18:21 +00:00
Florian Quèze
bdc1ffa608 Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
Gabriel Luong
7b223594ba Bug 1333561 - Part 5: Replace the inspector and computed view tests with the correct box model selectors. r=me 2017-01-28 17:38:58 -05:00
Gabriel Luong
b0eccb57d9 Bug 1333561 - Part 4: Rename box-model.js to deprecated-box-model.js. r=jdescottes
--HG--
rename : devtools/client/inspector/components/box-model.js => devtools/client/inspector/components/deprecated-box-model.js
2017-01-28 17:11:24 -05:00
Gabriel Luong
37d7b4c160 Bug 1333561 - Part 3: Implements the box model panel in the layout view. r=jdescottes 2017-01-28 17:11:04 -05:00
Gabriel Luong
53e3e0bfa2 Bug 1333561 - Part 2: Refactor EditingSession to a separate utils module. r=jdescottes
--HG--
rename : devtools/client/inspector/components/box-model.js => devtools/client/inspector/layout/utils/editing-session.js
2017-01-28 17:10:55 -05:00
Gabriel Luong
e3c40de999 Bug 1333561 - Part 1: Add an "old" prefix to the current box model's markup and css. r=jdescottes
--HG--
rename : devtools/client/themes/boxmodel.css => devtools/client/themes/deprecated-boxmodel.css
2017-01-28 17:10:46 -05:00
Sebastian Hengst
2eb374bd43 Backed out changeset ab2849f57624 (bug 1333561) for failing browser_inspector_textbox-menu.js. r=backout 2017-01-28 20:31:42 +01:00
Sebastian Hengst
26891f1df2 Backed out changeset 841363ee81e6 (bug 1333561) 2017-01-28 20:31:09 +01:00
Sebastian Hengst
9d801abe94 Backed out changeset 34e6599b9e3c (bug 1333561) 2017-01-28 20:31:04 +01:00
Sebastian Hengst
bb40054c8c Backed out changeset 725a0bf59e2b (bug 1333561)
--HG--
rename : devtools/client/inspector/components/deprecated-box-model.js => devtools/client/inspector/components/box-model.js
2017-01-28 20:30:59 +01:00
Sebastian Hengst
eef8eae6cf Backed out changeset e0effb6a369a (bug 1333561) 2017-01-28 20:30:55 +01:00
Gabriel Luong
2970a6cdb3 Bug 1333561 - Part 5: Replace the computed view tests with the correct box model wrapper id selector. r=me 2017-01-28 13:35:17 -05:00
Gabriel Luong
735686e810 Bug 1333561 - Part 4: Rename box-model.js to deprecated-box-model.js. r=jdescottes
--HG--
rename : devtools/client/inspector/components/box-model.js => devtools/client/inspector/components/deprecated-box-model.js
2017-01-28 12:51:02 -05:00
Gabriel Luong
f1d7bb9aba Bug 1333561 - Part 3: Implements the box model panel in the layout view. r=jdescottes 2017-01-28 12:50:26 -05:00
Gabriel Luong
e8c8117123 Bug 1333561 - Part 2: Refactor EditingSession to a separate utils module. r=jdescottes
--HG--
rename : devtools/client/inspector/components/box-model.js => devtools/client/inspector/layout/utils/editing-session.js
2017-01-28 12:43:27 -05:00
Gabriel Luong
9bacfd7135 Bug 1333561 - Part 1: Add an "old" prefix to the current box model's markup and css. r=jdescottes
--HG--
rename : devtools/client/themes/boxmodel.css => devtools/client/themes/deprecated-boxmodel.css
2017-01-28 12:43:21 -05:00
Wes Kocher
7cd28f7e5d Merge inbound to central, a=merge
MozReview-Commit-ID: HvoljuLV6Gj
2017-01-27 16:37:18 -08:00
Carsten "Tomcat" Book
5b5e4fa328 Merge mozilla-central to mozilla-inbound 2017-01-27 12:14:06 +01:00
Julian Descottes
23a6ef4890 Bug 1333385 - fix netmonitor b64 test after mc-merge;r=me a=tomcat
MozReview-Commit-ID: EndUt4g5BK2
2017-01-27 12:08:47 +01:00
Carsten "Tomcat" Book
a516a86a24 merge mozilla-inbound to mozilla-central a=merge 2017-01-27 10:42:54 +01:00
Ricky Chien
2f76dc4d66 Bug 1333004 - Selecting the details panel request is slow r=Honza
MozReview-Commit-ID: 43EoGR6IZGo

--HG--
extra : rebase_source : c2bfc1f7dcf66744bfa6105dc8497f2557a8b559
2017-01-25 15:40:30 +08:00
Wes Kocher
65216b775b Merge m-c to inbound, a=merge
MozReview-Commit-ID: 5CIctUOTFma
2017-01-26 16:32:26 -08:00
Wes Kocher
8fa84ca644 Merge inbound to central, a=merge
MozReview-Commit-ID: BZgxmhS6OtM
2017-01-26 16:19:05 -08:00
Ricky Chien
826d02c25e Bug 1333364 - Introduce id props to tab r=Honza
MozReview-Commit-ID: 1nbK6mlRSIr

--HG--
extra : rebase_source : 60f1eb24db7fbda9063503f005f00ff3997641d6
2017-01-25 00:25:11 +08:00
Adrien Enault
d1aa9f8545 Bug 1333385 - Fix base64 json in netmonitor. r=jdescottes 2017-01-26 18:18:22 +01:00
Joel Maher
cf806d9a07 Bug 1313861 - Intermittent browser_dbg_searchbox-parse.js, disable on all debug configurations. r=gregtatum
MozReview-Commit-ID: 9ljuZ2Co6hP
2017-01-26 05:51:56 -05:00
Phil Ringnalda
39e57631eb Merge m-c to m-i 2017-01-25 20:48:39 -08:00
Phil Ringnalda
7da3c9dcf4 Merge autoland to m-c, a=merge 2017-01-25 20:37:29 -08:00