Wes Kocher
622e92bcb5
Merge m-c to fx-team, a=merge
2016-08-19 18:41:03 -07:00
Wes Kocher
bb22cc4067
Merge inbound to central, a=merge
2016-08-19 18:16:20 -07:00
Wes Kocher
1adf793988
Merge fx-team to central, a=merge
2016-08-19 17:54:55 -07:00
Gabriel Luong
48cab5785e
Bug 1282726 - Simple CSS Grid highlighter that displays grid lines r=pbro
...
This adds a new highlighter in devtools/server/actors/highlighters.
For now this highlighter isn't used and can only display grid lines
as provided by node.getGridFragments().
2016-08-19 10:26:39 -07:00
divyanshu
c9785dc4c9
Bug 1292998 - Replace Iterator() with Object.{entries,values}. r=jryans
...
Replace simple in-tree consumer of non-standard Iterator() with Object.{values,entries} in devtools/
2016-08-14 02:02:06 +05:30
Dalimil Hajek
f8b39e7a6d
Bug 1284842 - Reps: Handle URLs uniformly. r=Honza
2016-08-16 02:41:00 -04:00
Steve Chung
92c9f8b9e7
Bug 1253323 - Fix direction of heap-tree-number in RTL. r=ntim
...
MozReview-Commit-ID: EIJIFopbvm
--HG--
extra : transplant_source : %2B%7D%F4%A4%BB%29F%EF%00%8D%C6W%B5%1F%F0%2BH%D9HN
2016-08-10 16:11:44 +08:00
Ryan VanderMeulen
ca004651b3
Merge fx-team to m-c. a=merge
2016-08-19 09:54:25 -04:00
Ryan VanderMeulen
01c4e8cc1b
Merge inbound to m-c. a=merge
2016-08-19 09:52:53 -04:00
Patrick Brosset
d85ca4e057
Bug 1295607 - Avoid CSP errors when drawing the window into the eyedropper; r=miker
...
Pages defining CSP response headers used to be a problem for the eyedropper.
Indeed, the eyedropper would take a screenshot of the window with
canvas.drawWindow and then load the resulting data as an Image. But in order
to access the Image() constructor, it would use the content window:
new window.Image(), and that wasn't possible with CSP headers.
With this change, the eyedropper creates an ImageBitmap with
window.createImageBitmap() and that doesn't cause CSP errors, and still works
fine because ImageBitmap are consumable by the eyedropper.
This change also adds a new test to prevent this bug from coming back.
MozReview-Commit-ID: 7f3HCXJtTiv
2016-08-18 14:37:04 +02:00
Patrick Brosset
3ca2b33eec
Bug 1289553 - Move the eyedropper label so it's always visible; r=jdescottes
...
This adds a few new CSS selectors that are used to move the label to the
top and/or left/right of the eyedropper canvas.
The CSS rules use transform and a quick transition.
The eyedropper highlighter then just makes use of this by adding top, left,
right attributes to the DOM depending on its position.
This also adds a test for this, and while testing, I discovered a bug in
shared/layout/utils.js that I fixed here too. Sometimes, the node passed is
actually a DOCUMENT_NODE and so we must account for this in a couple of places
in this file to avoid JS errors.
MozReview-Commit-ID: H969k3mEDJE
MozReview-Commit-ID: 9qOCYVp4mld
2016-08-18 15:17:47 +02:00
Sebastian Hengst
6d2886e2f3
Backed out changeset 6c02985bc0c8 (bug 996691) for failing browser_dbg_variables-view-data.js and browser_bug_869003_inspect_cross_domain_object.js. r=backout
2016-08-19 09:41:07 +02:00
Oriol
e0f291a2fa
Bug 996691 - Stop ignoring empty string property names when inspecting an object. r=fitzgen
2016-08-17 18:03:00 -04:00
Wes Kocher
221a8574f7
Merge m-c to fx-team, a=merge
2016-08-18 16:33:20 -07:00
Wes Kocher
f433f0dd71
Merge fx-team to central, a=merge
2016-08-18 16:16:47 -07:00
Lin Clark
1f90a0eb35
Bug 1295337 - New console frontend: Automate creation and update of stubs. r=bgrins
...
MozReview-Commit-ID: KtJLRAMqGVC
--HG--
rename : devtools/client/webconsole/new-console-output/test/fixtures/stubs.js => devtools/client/webconsole/new-console-output/test/fixtures/stubs/consoleApi.js
2016-08-18 16:04:57 -07:00
Peter Elmers
79ff11951a
Bug 1295254 - New console frontend: Add support for navigation marker. r=linclark
...
MozReview-Commit-ID: EcXsOKH5jgx
2016-08-18 16:04:35 -07:00
Lin Clark
cfb090c9fc
Bug 1295254 - Part 1: Add support for navigatedMessages.
...
MozReview-Commit-ID: CwezKrewGJP
2016-08-18 16:04:35 -07:00
Nicolas Chevobbe
d8d0dd3e36
Bug 1294499
- New console frontend: Add collapsible stacktrace for console.error/trace messages. r=linclark
...
MozReview-Commit-ID: LctpJdFtxX0
2016-08-18 16:04:35 -07:00
Lin Clark
6a66311928
Bug 1294505 - New console frontend: Update stubs. r=me
...
MozReview-Commit-ID: 1g7xRNj2oAk
2016-08-18 16:04:34 -07:00
Jaideep Bhoosreddy
1546eccc1a
Bug 1294498 - New console frontend: Add a file location component. r=linclark
...
MozReview-Commit-ID: 5VnQnWQsoZF
2016-08-18 16:04:33 -07:00
Brian Grinstead
21c0458602
Bug 1292325 - New console frontend: Add a waitForMessages function for end-to-end testing. r=linclark
...
MozReview-Commit-ID: H908h06zfNJ
2016-08-18 16:04:33 -07:00
Lin Clark
70cb4eb07e
Bug 1292322 - New console frontend: Clean up React warnings. r=bgrins
...
MozReview-Commit-ID: AhhSP61tl7w
2016-08-18 16:04:32 -07:00
Lin Clark
eaf9255215
Bug 1291832 - New console frontend: Remove all category/severity cruft. r=nchevobbe
...
MozReview-Commit-ID: IyAqX1vzY0m
2016-08-18 16:04:32 -07:00
Nicolas Chevobbe
9d740d0f97
Bug 1291358 - Part 2: New console frontend: Add support for console.trace();r=linclark
...
MozReview-Commit-ID: G7Ghf07BiSl
2016-08-18 16:04:32 -07:00
Brian Grinstead
ec262e55ae
Bug 1291352 - New console frontend: Add basic mochitest-browser test;r=linclark
...
MozReview-Commit-ID: KQITgqdMb2l
2016-08-18 16:04:31 -07:00
Lin Clark
b620bd73c0
Bug 1291358 - New console frontend: Add LocalizationHelper to mocks. r=nchevobbe
...
MozReview-Commit-ID: 5ChNIANDumt
2016-08-18 16:04:31 -07:00
Lin Clark
fb5572eb78
Bug 1291056 - New console frontend: Use require-hacker to load mocks in npm tests. r=bgrins
...
MozReview-Commit-ID: 8ndzzDqCRTB
--HG--
rename : devtools/client/webconsole/new-console-output/test/fixtures/l10n.js => devtools/client/webconsole/new-console-output/test/fixtures/L10n.js
2016-08-18 16:04:30 -07:00
Lin Clark
fe62fe8b51
Bug 1290545 - New console frontend: Adjust severity filtering rules. r=bgrins
...
MozReview-Commit-ID: AGoMyxQYoEN
2016-08-18 16:04:23 -07:00
James Long
8039de3b3d
Bug 1296048 - scope codemirror styles better in devtools r=gl
2016-08-18 12:53:02 -04:00
Tim Nguyen
06e9a1a661
Bug 1293930 - Update storage inspector tree icons to new thin icon style. r=helenvholmes
...
MozReview-Commit-ID: 9fZTRaMSTDm
2016-08-17 14:06:51 -07:00
Wes Kocher
75891668b5
Merge m-c to fx-team, a=merge
2016-08-17 17:26:23 -07:00
Wes Kocher
ae78ab94fa
Merge fx-team to central, a=merge
2016-08-17 16:53:20 -07:00
Wes Kocher
07f8858bf6
Merge inbound to central, a=merge
2016-08-17 16:38:41 -07:00
Jan Odvarko
e19ed1dbbc
Bug 1291972 - Decrease inspector sidebar min-width to 300px. r=jdescottes
...
--HG--
extra : rebase_source : bab598242b930dfe2edaba25bac6771d16725b3f
2016-08-17 12:02:19 +02:00
Wes Kocher
f90f3d11fd
Merge m-c to fx-team, a=merge
...
a=release for the webidl hook due to comment-only changes
--HG--
extra : amend_source : d988a8a774085539988d1d964c4beb2d07eecb50
2016-08-16 22:09:34 -07:00
Jaideep Bhoosreddy
8bcb67462f
Bug 1291877 - Source map optimization in console due to Unique Locations. r=jsantell
...
--HG--
extra : rebase_source : 890ed6da1a3ea2406334ed7565e9b1a79a14ebee
2016-08-16 23:21:00 -04:00
Wes Kocher
48b8d407c8
Merge inbound to central, a=merge
...
a=release to get around the webidl hook for a comment-only change
--HG--
extra : amend_source : f7e57101e1a25d3cf3536a256898ec2a21c54b38
2016-08-16 17:05:30 -07:00
Wes Kocher
073e095b66
Merge fx-team to central, a=merge CLOSED TREE
2016-08-16 16:37:28 -07:00
J. Ryan Stinnett
74fa6d75e9
Bug 1294841 - Remove selection and focus ring from RDM browser. r=bgrins
...
MozReview-Commit-ID: KLbyFbHuKVi
--HG--
extra : rebase_source : 856719d86aa4db134aa84e072131b25d4a93c862
2016-08-16 22:15:57 -05:00
Evan Tseng
5e174bdb8d
Bug 1295491 - Remove Reference component in grip-array.js. r=Honza
2016-08-16 15:35:33 +08:00
sudhanva
63eaeb5cc0
Bug 1282910 - Fix issuerOrganizationUnit property name in test_security-info-certificate.js. r=jsnajdr
2016-08-18 13:03:08 +05:30
Fred Lin
358c4a1bf6
Bug 1294937 - The context menu does not appear when right-click on the inspector-searchbox. r=gl
...
MozReview-Commit-ID: 8Ebs5jeYlkq
--HG--
extra : rebase_source : d4358f8c6bb2e3d1e6456190daba6a320c604257
2016-08-15 11:23:16 +08:00
Fred Lin
346924fc78
Bug 1293591 - Remove devtools/client/inspector/inspector.css. r=gl
...
MozReview-Commit-ID: J7auvgrcaAG
--HG--
extra : transplant_source : %F4%1A%9C%945%8A%90%DFz%02%13%17%A6%AE%A4%FAx%7C%A5%09
2016-08-10 10:33:02 +08:00
Oriol
185be6e413
Bug 1295729 - Ensure that properties are array indices when the console checks if an object is a pseudo-array. r=fitzgen
...
--HG--
extra : rebase_source : bc98c44868562de9349fce6fcb903557fb10e996
2016-08-16 14:59:00 -04:00
Towkir Ahmed
650eda7fe7
Bug 1294840 - Fix vertical alignment of 'filter widget buttons' in devtools: css rule inspector. r=jdescottes
...
--HG--
extra : rebase_source : 8758c8d6ed677dd5df7c3e9e1ec59552b10a2f17
2016-08-16 09:05:00 -04:00
Wes Kocher
f67077df98
Merge m-c to autoland, a=merge
2016-08-18 16:33:37 -07:00
Tom Tromey
1d6c2684eb
Bug 1278625 - move SimpleStringFront to specs/string.js; r=ejpbruel
...
MozReview-Commit-ID: Ib11CZwL4pP
--HG--
extra : rebase_source : 85b35231efa1e987bd4742a7d9255fb19bfeb435
2016-08-16 11:01:33 -06:00
Wes Kocher
6ef71a1b08
Backed out changeset fccbaff0ea6f (bug 1286259) for test_reps_grip-array.html failures a=backout
2016-08-15 16:55:31 -07:00
Tom Tromey
6c3ffd2acd
Bug 1278625 - remove some lazy loading from devtools; r=jlongster
...
MozReview-Commit-ID: HwV7DFVJhAF
--HG--
extra : rebase_source : 6631df9fdd4ac8537ff08562b5184345c8c42736
2016-08-05 08:46:37 -06:00