Shu-yu Guo
53a85861c1
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Shu-yu Guo
335cec2303
Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest)
2015-10-06 14:00:30 -07:00
Brian Grinstead
ec703b86f5
Bug 1211017 - Show URL as the title in worker toolboxes;r=ejpbruel
2015-10-06 08:04:36 -07:00
Tom Tromey
427ab7b5da
Bug 1195357 - make stringifyProperty escape text for CSS comment; r=pbrosset
2015-09-28 09:49:00 +02:00
Manav Batra
610ad12fae
Bug 1206426 - Updated WebIDE's unrestricted help URL. r=jryans
2015-10-05 13:32:46 -05:00
Carsten "Tomcat" Book
d061a337ca
Merge m-c to fx-team on a CLOSED TREE
2015-10-05 13:54:17 +02:00
Alexandre Poirot
1816629b17
Bug 1207977 - Ensure that node are correctly highlighted. r=zer0
...
Assert that each cardinal point of the node is within the box model
and fix the tests that has broken/weak assertions.
2015-10-05 02:51:39 -07:00
Alexandre Poirot
41b0f274bc
Bug 1191868 - Tweak WebIDE to support Simulator based on Mulet. r=jryans
2015-10-05 02:51:38 -07:00
Ehsan Akhgari
51086324ae
Bug 1180349 - Increase the timeout for browser_markupview_links_01.js
2015-10-04 13:29:36 -04:00
Jan Keromnes
6e81c2f48c
Bug 1196785 - Create an about:debugging page to list debuggable devtools targets. r=jryans
2015-10-02 08:10:00 +02:00
Jan Keromnes
f3e98063df
Bug 1200534 - Upgrade devtools version of React to 0.14-rc1. r=jlongster
2015-09-30 04:40:00 +02:00
Tom Tromey
bf4275d36a
Bug 1195356 - make parseDeclarations handle comments; add rewriteDeclarations; r=pbrosset
2015-10-01 09:31:00 +02:00
Tom Tromey
15670d532b
Bug 979574 - don't let inherited properties override with !important. r=bgrins
2015-10-01 09:36:00 +02:00
Carsten "Tomcat" Book
91e1ac6fd2
Merge m-c to mozilla-inbound
2015-10-02 13:37:27 +02:00
Carsten "Tomcat" Book
179a6e54ad
merge mozilla-inbound to mozilla-central a=merge
2015-10-02 11:52:49 +02:00
Helen V. Holmes
f39735f04d
Bug 1205046 - Replace devtools panel icons with new ones;r=bgrins
2015-10-01 17:16:15 -07:00
Brian Grinstead
90d8277c07
Bug 1210430 - Use Promise.jsm to make beta doorhanger work again;r=jsantell
2015-10-01 13:26:53 -07:00
Brian Grinstead
298bdf596d
Bug 1210375 - Use correct GRAB_DELAY in the markup view;r=pbrosset
2015-10-01 13:26:11 -07:00
Jordan Santell
023030c699
Bug 1210287 - Align twisties in the web console when a stack is displayed. r=ochameau
2015-09-30 21:12:08 -07:00
Carsten "Tomcat" Book
ec2dae050c
Merge m-c to fx-team
2015-10-01 14:16:12 +02:00
Carsten "Tomcat" Book
b78014b465
merge mozilla-inbound to mozilla-central a=merge
2015-10-01 12:39:25 +02:00
Nick Fitzgerald
0edc801f8a
Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb
...
This changeset replaces all of the
// char16_t[]
optional bytes someProperty = 1;
one- and two-byte string properties in the CoreDump.proto protobuf definition
file with:
oneof {
// char16_t[]
bytes someProperty = 1;
uint64 somePropertyRef = 2;
}
The first time the N^th unique string is serialized, then someProperty is used
and the full string is serialized in the protobuf message. All following times
that string is serialized, somePropertyRef is used and its value is N.
Among the other things, this also changes JS::ubi::Edge::name from a raw pointer
with commented rules about who does or doesn't own and should and shouldn't free
the raw pointer to a UniquePtr that enforces those rules rather than relying on
developers reading and obeying the rules in the comments.
2015-09-30 16:03:31 -07:00
Brian Grinstead
878ab3a051
Bug 1208544 - Listen to nativeAnonymousChildList changes from devtools;r=pbrosset
2015-09-24 08:23:34 -07:00
Wes Kocher
2bc1c3d4b3
Merge m-c to inbound a=merge
2015-09-30 14:10:21 -07:00
Tooru Fujisawa
67def6d99f
Bug 1207499 - Part 14: Remove use of expression closure from devtools/. r=pbrosset
2015-09-24 21:31:45 +09:00
Tooru Fujisawa
1005566b14
Bug 1207490 - Part 6: Remove use of expression closure from browser/devtools/. r=vporof
2015-09-21 02:25:07 +09:00
Bill McCloskey
2a4d871bbc
Bug 967873 - Test changes for async removeTab (r=Gijs)
2015-10-01 21:18:05 -07:00
Michael Ratcliffe
58a60dc939
Bug 1203520 - We need a DevTools ESLint plugin containing our ruleset r=gps
2015-09-30 14:44:48 +01:00
Raphaël Lustin
66eb8f9a66
Bug 1198331 - Titles in sidebar aren't cropped and cross borders between tabs (titles are to long in some locales). r=pbrosset
2015-09-28 15:25:00 +02:00
Patrick Brosset
579f7790de
Bug 1174437 - Run the gcli media emulation command run on the server; r=jwalker
2015-09-29 11:01:48 +02:00
Tom Tromey
cb32e6b8ee
Bug 1209077 - handle cached empty string in StyleSheetActor._getText; r=bgrins,pbrosset
2015-09-28 07:28:00 +02:00
Tom Tromey
60b6165718
Bug 1197967 - preserve spelling of urls in output-parser.js; r=pbrosset
2015-09-28 07:10:00 +02:00
Jan Keromnes
a643b0924b
Bug 1196785 - Drive-by fix DevTools ESLint config. r=pbrosset
2015-09-28 05:49:00 +02:00
Jan Keromnes
bc5e531739
Bug 1196785 - Add rootActor.listWorkers() to list all registered workers. r=past p=ally
2015-09-28 03:58:00 +02:00
Jan Keromnes
53f09dee23
Bug 1196785 - Add worker type to WorkerActor form. r=past
2015-09-28 03:56:00 +02:00
Jordan Santell
c081b30c61
Bug 1209702 - Remove references to vestigial/unimplemented forceCompletion in ThreadActor r=fitzgen
2015-09-29 17:11:36 -07:00
Wes Kocher
a3641c2b36
Backed out changeset 04d495a253a9 (bug 1209702) for linux 64 static build failures
2015-09-29 15:52:36 -07:00
Jordan Santell
130a2a1ffa
Bug 1209702 - Remove references to vestigial/unimplemented forceCompletion in ThreadActor r=fitzgen
2015-09-29 13:42:03 -07:00
Wes Kocher
9b08a2ab2e
Backed out 5 changesets (bug 1132203) for devtools bustage
...
Backed out changeset ed8ce0300161 (bug 1132203)
Backed out changeset f6fa722a8636 (bug 1132203)
Backed out changeset ce3ca3b43597 (bug 1132203)
Backed out changeset f8edd4fa4d00 (bug 1132203)
Backed out changeset d618bbcee986 (bug 1132203)
2015-09-29 10:07:24 -07:00
Brian Grinstead
812c68db9d
Bug 1209342 - Ignore attribute changes from Mutation Observer with null newValue;r=pbrosset
2015-09-29 08:45:24 -07:00
Carsten "Tomcat" Book
13501ce691
Merge mozilla-central to fx-team
2015-09-29 12:41:12 +02:00
Alexandre Poirot
60a6a230de
Bug 1188413 - Introduce key shortcut to reload tools r=past
2015-09-29 03:06:25 -07:00
Carsten "Tomcat" Book
20429d63e4
merge mozilla-inbound to mozilla-central a=merge
2015-09-29 12:00:25 +02:00
Gabriel Luong
922a09719d
Bug 1132557 - Part 2: Apply fixes for CodeMirror 5.7.0 upgrade r=bgrins
...
* * *
Bug 1132557 - Part 3: Apply CodeMirror customization for search.js r=bgrins
* * *
Bug 1132557 - Part 8: Editor config option should be updated r=bgrins
* * *
Bug 1132557 - Part 9: Editor should emit a cursorActivity on setCursor r=bgrins
* * *
Bug 1132557 - Part 10: Make Debugger breadrumbs keyboard access test by refocusing the stack frame r=bgrins
* * *
Bug 1132557 - Part 11: Scratchpad should use capture on the paste event r=bgrins
* * *
Bug 1132557 - Part 12: Stylesheet Editor should always batch up updates r=bgrins
2015-09-28 14:55:51 -07:00
Gabriel Luong
bd4f15eb69
Bug 1132557 - Part 1: Upgrade to CodeMirror 5.7.0 r=bgrins
...
* * *
Bug 1132557 - Part 1: Update CodeMirror License r=bgrins
* * *
Bug 1132557 - Part 2: Upgrade existing addons to CodeMirror 5.7.0 r=bgrins
* * *
Bug 1132557 - Part 4: Upgrade existing CodeMirror keymap to 5.7.0 r=bgrins
* * *
Bug 1132557 - Part 5: Upgrade existing CodeMirror mode to 5.7.0 r=bgrins
* * *
Bug 1132557 - Part 6: Upgrade to CodeMirror 5.7.0 r=bgrins
* * *
Bug 1132557 - Part 7: Upgrade existing CodeMirror tests to 5.7.0 r=bgrins
* * *
Bug 1132557 - Part 13: Update CodeMirror README for version 5.7.0 r=bgrins
2015-09-28 14:55:48 -07:00
Jan Odvarko
2b6d7c2f1f
Bug 1132203 - Load JSON viewer only for top level documents; r=bz
2015-09-28 13:48:33 +02:00
Jan Odvarko
0777b3de2a
Bug 1132203 - Load JSON viewer dynamically on demand; r=jryans
2015-09-28 13:34:03 +02:00
Jan Odvarko
d33ee11e3e
Bug 1132203 - Tests for JSON Viewer; r=jryans
2015-09-28 13:33:45 +02:00
Jan Odvarko
fc3e98108c
Bug 1132203 - JSON Viewer for application/json documents. r=jlong
2015-09-28 13:33:20 +02:00
Jan Odvarko
a9c77bccd3
Bug 1132203 - Libs for JSON Viewer. r=jlong
2015-09-28 13:32:37 +02:00