This ensures that we scroll to the bottom when the user evaluate
something in the console.
A test is added to make sure this works as expected.
MozReview-Commit-ID: Arh6rftQeKo
--HG--
extra : rebase_source : ca79a1d7751ddd1d3a975dcfa60319f025e6588e
Expose an API to retrieve devtools' WebExtensionInspectedWindowFront which is needed
for webextensions. Exposed a new API on devtools/DevToolsShim
MozReview-Commit-ID: Dyc2UUJGsrs
--HG--
extra : source : b7435cd66ce3299d23f71a9bf855edbcb1ccacf2
Removing dependencies from mozilla-central to devtools. Use DevTools shim instead
of directly depending on devtools code here.
MozReview-Commit-ID: CeV5tfw1Vnz
--HG--
extra : source : 22baf4e67730ce89d5342cb0dd5c1e2e5944b4a1
Expose an API to retrieve devtools' WebExtensionInspectedWindowFront which is needed
for webextensions. Exposed a new API on devtools/DevToolsShim
MozReview-Commit-ID: Dyc2UUJGsrs
--HG--
extra : rebase_source : 018660cc54bf2454c1f810ded639fd647ba79da3
Removing dependencies from mozilla-central to devtools. Use DevTools shim instead
of directly depending on devtools code here.
MozReview-Commit-ID: CeV5tfw1Vnz
--HG--
extra : rebase_source : 515278b93ad9840f6af89fb13cc62bb819a65253
This removes the blue-background on hover which mades the
messages hard to read, to a 3px left-colored border.
MozReview-Commit-ID: CKWodKuZDVs
--HG--
extra : rebase_source : b5dff597b97d108724aa336ff5a76c1b04eefb1f
This API is only implemented as a temporary measure to ease the migration out of
sdk APIs.
MozReview-Commit-ID: BBlhxclpWqJ
--HG--
extra : rebase_source : 4de2e6ec946634acaf638777aab2589eeb5125a2
This hopefully fix the frequent intermittent on this test.
In the cleanPacket function, we are overriding the actor
of arguments. Thus, some server-calls were using an unknown
actorId, which resulted in errors.
We now create a new object for the argument for the stub so
we don't override anything.
MozReview-Commit-ID: EcvVUqQS3Dt
--HG--
extra : rebase_source : 4f373a4afcaf7d056e8a073a4dff382e6460197e
These are now handled by the toolbox listener introduced in the previous patch
MozReview-Commit-ID: J93BUEw4Pyq
--HG--
extra : rebase_source : 3be3578f73005c51a876e6c8c580184245d3e8bb
Right now HTML inputs do not get a context menu when being right clicked. The inspector
works around this by calling toolbox.openTextBoxContextMenu on each individual input,
but the rest of the toolbox can be served by handling this at the toolbox level.
MozReview-Commit-ID: KuRQmuf01xh
--HG--
extra : rebase_source : d1febb54888a8a82f93d54c78ddbdd40281f91ee
There was an error because of the console.dir call, which is calling
the server to fetch the properties of the inspected object.
But, since the console.dir call was the last command to be called,
the actor were cleared before the properties fetch call was done,
resulting in an error on the server (no such actor for ID).
To fix this, we wait for the properties fetch call to be done
before closing the tab.
MozReview-Commit-ID: 9bsh3vHVPVa
--HG--
extra : rebase_source : 4e9e40d2811ab8dd69872ba060654f5061aa01c9
When the event prioritization is enabled, we'll reserve some time to process input events in each frame. In that case the synthesized input events delay the execution of normal events a lot and cause the test timeout.
MozReview-Commit-ID: 1G3ggeaZ1Os