Shu-yu Guo
1768759efb
Bug 1220564 - Update chrome code uses of genexprs and legacy comprehensions. (r=billm)
2016-01-06 16:02:16 -08:00
Lin Clark
28ec35ac8b
Bug 1235901 - Remove FrameActor.pop from the RDP. r=fitzgen
2015-12-30 13:38:00 +01:00
Tim Nguyen
40a73c144f
Bug 828008 - Expand TabActor to support UA emulation. r=jryans
2015-12-23 15:04:00 +01:00
Carsten "Tomcat" Book
d0f1701bc8
merge mozilla-inbound to mozilla-central a=merge
2015-12-22 11:47:07 +01:00
Patrick Brosset
9b4ccd61ea
Bug 1231688 - Use waapi computed timing in devtools animation actors; r=tromey
...
--HG--
extra : commitid : 7Bf0SZKcyUN
extra : rebase_source : 229323be9ae1db3a56f26092ff7f4b21c89cc3f5
extra : histedit_source : 3583bc4757159b8d620b7d1aa3ca93d956870aa7
2015-12-21 11:07:58 +01:00
J. Ryan Stinnett
8d7254f6ed
Bug 1233865 - Remove deprecated dbg_assert. r=fitzgen
...
--HG--
extra : rebase_source : e1a92d1c5677a7c8b56adcfaa226d7cae41b30ae
2015-12-18 17:02:00 -06:00
Abdulla
50cba19872
Bug 1219920
- Iterate through classNames in the WalkerActor using classList; r=pbro
2015-12-09 15:44:00 +01:00
Daosheng Mu
cf07e14688
Bug 1204429 - Part 1: Collect primitive counts information. r=vporof
2015-11-21 07:12:00 +01:00
Alexandre Poirot
aff2effa69
Bug 1228382 - Keep service worker alive when attaching to them. r=janx,ejpbruel
2015-12-15 03:10:53 -08:00
Andrea Marchesini
32580a380e
Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking
2015-12-09 15:52:38 -05:00
Andrea Marchesini
c2230f21f8
Bug 1231100 - Get rid of nsIDOMFileReader - patch 1, r=sicking
2015-12-09 15:52:15 -05:00
Ahri MAERTEN
6e3e3c9f05
Bug 1108042 - No autoblackboxing of minified sources when they've been already checked. r=ejpbruel
2015-11-26 18:26:01 +01:00
Tom Tromey
1a37ace86b
Bug 1035545 - show wrapped primitives specially in console and variable view; r=vporof,fitzgen
2015-12-03 13:09:48 -07:00
Brian Grinstead
69db7d4a63
Bug 1207868 - Fix lexical scope autocomplete for global 'let' and 'const';r=past
...
--HG--
extra : commitid : 7UugPolKfrw
2015-12-03 11:35:33 -08:00
Tom Tromey
c543f1ba1f
Bug 1224121 - fall back to non-authored editing for CSSOM-created rules; r=pbrosset
2015-12-03 08:55:14 -07:00
Alexandre Poirot
3c8759df7a
Bug 1225473 - Support Service workers in child process. r=janx
2015-12-03 06:42:34 -08:00
Alexandre Poirot
84f75ec2e3
Bug 1225477 - Support listening for processes creation. r=jryans
2015-12-03 06:42:34 -08:00
Tom Tromey
718d4cfd73
Bug 1216234
- add inIDOMUtils.getCSSPseudoElementNames; r=heycam,pbrosset
2015-12-01 09:52:09 -07:00
Carsten "Tomcat" Book
906d89bc14
Merge mozilla-central to fx-team
2015-11-30 13:46:30 +01:00
Grisha Pushkov
ee89c1ac63
Bug 1093593 - Order of attributes in markup view depends on input order. r=pbro
2015-11-26 04:44:00 +01:00
Eddy Bruel
98d8b4c01e
Bug 1220741 - We should not be able to interact with a detached BrowserTabActor;r=janx
2015-11-30 06:05:35 +01:00
Eddy Bruel
87593f3827
Bug 1218817 - Implement RootActor.listServiceWorkerRegistrations;r=janx
2015-11-30 06:00:31 +01:00
Carsten "Tomcat" Book
57d83d3910
merge mozilla-inbound to mozilla-central a=merge
2015-11-27 11:08:41 +01:00
Patrick Brosset
c1316a2855
Bug 1222409 - Listen to window resize events on server and use this to refresh style-inspector; r=bgrins
...
1 - Make the LayoutChangesObserver also send "resize" events; r=bgrins
The LayoutChangesObserver was originally made to observe all kinds of
layout-related events. So far, it was only observing reflows though.
This adds the capability to also observe resize events on the content
window.
2 - Removed the non-e10s rule/computed-views refreshing mechanism; r=bgrins
When the window is resized, the styles shown in the rule-view and
computed-view need to be updated (media-queries may be at play).
This was done before using a local-only, non-e10s solution. The
inspector-panel would listen to the resize event on the linkedBrowser
in the current tab.
This, obviously, did not work with e10s or across a remote connection.
This change just removes all of the code involved with this.
This won't cause any regression or backwards-compatibility problems as
a new server-driven resize observer is being put in place in this bug.
Even if you connected to an older server, you wouldn't see a difference
because the refresh-on-resize didn't work over remote connections already.
3 - Refresh the style-inspector when the LayoutChangesObserver detects resize
The implementation is simple, the inspector actor uses the
LayoutChangesObserver to detect window resize, and when it does, it
forwards the event to its front.
This is similar to how we deal with reflow events, except that for
reflows, the inspector actor (walker in this case), first filters on
the server to see if the reflow would indeed impact known nodes.
For resize events, it seemed more complex to do this kind of server
side filtering as this would involve remembering which node is currently
selected and which style were applied, and then compare that with the
new styles.
4 - Tests for the style-inspector refresh on window resize
--HG--
extra : commitid : 4AAhw4VBYII
extra : rebase_source : 412159e2a189541758613dd2fae954d973096f72
2015-11-26 12:18:17 +01:00
Alexandre Poirot
026ca1fdc1
Bug 1227139
- Fix the webconsole for addon and browser content toolbox by handling a missing performance property on this.window. r=bgrins
2015-11-25 07:54:26 -08:00
Eddy Bruel
6feb8201a8
Bug 1218817 - Implement ServiceWorkerRegistrationActorList;r=janx
2015-11-27 13:44:14 +01:00
Eddy Bruel
ef0ba18ad3
Bug 1218817 - Implement ServiceWorkerRegistrationActor;r=janx
2015-11-27 13:43:40 +01:00
Eddy Bruel
fc3588dc64
Bug 1218817 - Fix a bug in WorkerActorList;r=janx
2015-11-26 17:36:28 +01:00
Brian Grinstead
9d2fdf29c7
Bug 1222617 - Filter out service worker messages that happened before a page load;r=bkelly
...
--HG--
extra : commitid : 6fc1elAGLbc
2015-11-20 06:52:32 -08:00
Tom Tromey
cd8408f583
Bug 1223452 - avoid Cu.importGlobalProperties; r=ochameau
2015-11-16 11:55:00 +01:00
Alexandre Poirot
5f9a6ab138
Bug 1198877 - Fix settings supports for mulet's simulators. r=jryans
2015-11-19 09:51:22 -08:00
Alexandre Poirot
348726a264
Bug 1220458 - Resolves ActorRegistry.registerActor only once actor is registered in the child processes. r=jryans
...
--HG--
rename : devtools/server/tests/mochitest/test_registerActor.html => devtools/server/tests/browser/browser_register_actor.js
2015-11-19 09:51:21 -08:00
Carsten "Tomcat" Book
f135ef8eb3
Backed out changeset ddb0ac65cba2 (bug 1168113) for possibly causing crashes on fx-team on a CLOSED TREE
...
--HG--
extra : rebase_source : 8df41dfd167b3150e053a23d5ef6f861f3d008f2
2015-11-19 16:26:31 +01:00
Brian Grinstead
1a487eae09
Bug 1225828 - Avoid 'Object in compartment marked as invisible to Debugger' exceptions in the Browser Console / Browser Toolbox;r=fitzgen
...
--HG--
extra : commitid : FBCqMOHoPFs
2015-11-19 07:11:56 -08:00
Patrick Brosset
af8f11fb21
Bug 1214887 - Use a long animation in browser_animation_updatedState.js to avoid intermittents. r=ttromey
...
--HG--
extra : rebase_source : ec36fa1782bca568dc9309c09cdaa861b9d10cc8
2015-11-18 14:19:43 +01:00
Matteo Ferretti
8e7fb5f0da
Bug 1168113 - Anonymous custom content container should use absolute position; r=pbrosset
...
--HG--
extra : rebase_source : 985455c9fe0fd246bad2387b79ee48f569e3eaa0
2015-11-17 07:04:00 +01:00
Wes Kocher
19ea2da5f2
Backed out changeset e8c43ec095e3 (bug 1132501) for Gu permafail CLOSED TREEx
...
--HG--
extra : commitid : Jr7D2Af0chE
2015-11-18 14:34:38 -08:00
James Long
7e8a542cfc
Bug 1132501 - attach a debugging thread automatically when the toolbox opens r=jryans
2015-11-18 16:25:32 -05:00
Wes Kocher
522a563914
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : 8jCHCW0Xzam
2015-11-17 13:23:33 -08:00
Fabrice Desré
06385320ab
Bug 1220700 - Cannot enable add-ons installed from WebIDE r=ochameau
2015-11-17 11:03:44 -08:00
Patrick Brosset
bf762b6b59
Bug 1224545 - Remove async-utils/async method and use Task.async instead. r=jryans
...
--HG--
extra : rebase_source : ac3bf0c0865e9fb1ed871f55c05d08f36a54cb8b
2015-11-13 16:54:09 +01:00
Tom Tromey
d2046126d5
Bug 1165807 - display WeakSet and WeakMap contents in console; r=bz,fitzgen
...
--HG--
extra : commitid : 21J7fnJqwm5
extra : rebase_source : 95bf00beb87284b27c22c7497aa73ded0f05bfe2
2015-11-16 06:50:00 -08:00
Alexandre Poirot
02e511006d
Bug 1113865 - Replace all calls to dbg_assert with DevToolsUtils.assert. r=fitzgen
2015-11-16 07:22:49 -08:00
Mark Hammond
bf68ff3233
Bug 1171304 - Don't attempt to use the addons/integration service in xpcshell r=ochameau
2015-11-16 07:22:49 -08:00
Alexandre Poirot
585c0a5836
Bug 1221549 - Package source-map with the same layout than source tree r=jryans
2015-11-16 07:22:48 -08:00
Alexandre Poirot
561a956866
Bug 1221644 - Support non-remote html:iframe as tabs in TabActor. r=jryans
2015-11-16 07:22:48 -08:00
Wes Kocher
f37eaccd8d
Backed out changeset d6d640c4b8c2 (bug 1221892) for win debug dt8 bustage
...
--HG--
extra : commitid : 2uAeu4bllYN
2015-11-13 11:50:08 -08:00
Nick Fitzgerald
bce6b70d39
Bug 1224077 - Scope the boundaries of full runtime heap snapshots taken from the MemoryActor properly; r=jsantell
2015-11-13 11:46:07 -08:00
Eddy Bruel
ca5c1dfc8d
Bug 1221892 - Extend the debugger protocol to get the matching service worker registration;r=janx
2015-11-13 10:35:50 +01:00
Eddy Bruel
7d0ffa43db
Bug 1223766 - Removing an actor from an actor pool should destroy it;r=past
2015-11-13 10:19:55 +01:00