Nicolas Chevobbe
3bebd473b9
Bug 1295347 - New console frontend: Add support for console.time(). r=me
...
--HG--
extra : rebase_source : cf2a055d7411ad82aedcaed88e47bbabc30f3dd0
2016-08-20 00:46:26 +02:00
Nicolas Chevobbe
481431d905
Bug 1296729 - New console frontend: Use a button instead of a link for the VariableViewLink. r=me
...
--HG--
extra : rebase_source : e60498dbe9fc24b39af0ba14f7e1245f0a53a63d
2016-08-19 21:09:28 +02:00
Tom Tromey
0eb9b8b128
Bug 1296427 - allow a branch to also be a pref in content implementation; r=gregtatum
...
MozReview-Commit-ID: 2BoIv2eY6DX
--HG--
extra : rebase_source : ec4b1f9d25c8bb55330927131136ae867caad20c
2016-08-19 12:00:12 -06:00
Steve Chung
b8370a5e6a
Bug 1253327 - Fix direction of children-pointer in RTL. r=ntim
...
MozReview-Commit-ID: AAOzekTcIlP
--HG--
extra : rebase_source : 668eca03ae11dee298b7441ba5b2e7e1a5993e9d
2016-08-19 11:48:52 +08:00
Ryan VanderMeulen
833833b8c5
Merge inbound to m-c. a=merge
2016-08-22 09:40:41 -04:00
Ryan VanderMeulen
14b640ba33
Merge autoland to m-c. a=merge
2016-08-22 09:37:44 -04:00
Julian Descottes
6003c8a0da
Bug 1294188 - migrate animation-inspector localized strings to properties file;r=pbro
...
MozReview-Commit-ID: J41qf2hobbU
--HG--
extra : rebase_source : 565da7941d05f66e5e0b8f9a604f929265ec0287
2016-08-15 17:48:25 +02:00
Kershaw Chang
dc735275b1
Bug 1295309 - Add isTopLevelLoad attribute in nsILoadInfo. r=billm
...
--HG--
extra : amend_source : 5a6138b38b3ae8fa64194dd0df90f4a5e2fb9a0f
2016-08-21 21:46:09 -04:00
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