Commit Graph

1956 Commits

Author SHA1 Message Date
J. Ryan Stinnett
c35dd02420 Bug 1147042 - Rename attachProcess to getProcess. r=ochameau 2015-03-24 14:59:53 -05:00
Alexandre Poirot
cecc50562d Bug 1134180 - Introduce RootActor.getTab to prevent creating TabActor for all tabs. r=past 2015-03-25 09:30:00 -04:00
Eddy Bruël
95d8938ff0 Bug 1141507 - Some preliminary refactors;r=jlong 2015-03-26 20:15:36 +01:00
Patrick Brosset
cd371edc97 Bug 1120339 - Add setPlaybackRate method to AnimationPlayerActor; r=past 2015-03-25 18:56:54 +01:00
Wes Kocher
d188315662 Bug 1146827 - Ensure lazy loading DebuggerServer dependencies that aren't useful on device. r=jryans 2015-03-25 11:11:28 -07:00
Alexandre Poirot
7a0e6f549a Bug 1068400 - Fix devtools when morphing non-e10s tab into e10s one. r=jryans 2015-03-25 11:04:31 -07:00
James Long
f194458ea1 Bug 1136341 - fix source actors representing inline scripts in XUL files so breakpoints work r=ejpbruel 2015-03-24 10:01:00 -07:00
Ryan VanderMeulen
ae9382b2ba Merge m-c to fx-team. a=merge 2015-03-24 12:01:54 -04:00
Alexandre Poirot
d9a130bd86 Bug 1142623 - Prevent enabling Debugger in Browser Toolbox during its startup. r=past 2015-03-17 07:50:00 -04:00
Michael Ratcliffe
a855895449 Bug 1120570 - Fix media query in rule view link text. r=bgrins 2015-03-23 17:33:02 +00:00
James Long
16e78acde2 Bug 1137384 - Rename ThreadSources as TabSources and move it up into the TabActor. r=ejpbruel 2015-03-23 10:50:00 -04:00
Zimon Dai
3d89a58f5e Bug 1135435 - Add UI for breakpoint condition throws. r=fitzgen 2015-03-06 11:41:54 +08:00
Eddy Bruël
447175ab7b Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlong 2015-03-23 14:13:03 +01:00
Brian Birtles
9d403dd2da Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset
Although pause() is not yet asynchronous, any time we finish calling it the
ready promise should be resolved so we can safely wait on the ready promise
after calling pause already. This way, once pause() becomes async later in this
bug, code relying on this actor will continue to work.
2015-03-24 09:21:08 +09:00
Panos Astithas
62363913fc Fix breaking on the "load" event in the debugger (bug 1054159). r=ochameau 2014-08-29 20:51:24 +03:00
Ehsan Akhgari
33bb32f549 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Wes Kocher
a694cc39ce Merge m-c to inbound a=merge CLOSED TREE 2015-03-20 18:01:17 -07:00
Bill McCloskey
8fb0643e63 Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin) 2015-03-20 11:57:38 -07:00
Patrick Brosset
ab275c8674 Bug 1139186 - 2 - Add event handling support to CanvasFrameAnonymousContentHelper; r=bgrins 2015-03-20 16:58:50 +01:00
Patrick Brosset
b3cf736184 Bug 1139186 - 1 - Refactor to the native anon nodes manipulation in highlighters; r=bgrins 2015-03-10 16:28:57 +01:00
Carsten "Tomcat" Book
b108cb4a0b Backed out changeset de24b63c6966 (bug 1138975) for m-dt test failures 2015-03-20 15:23:45 +01:00
Eddy Bruël
d20a84ba3d Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlongster 2015-03-20 12:11:54 +01:00
Wes Kocher
67f2ffad86 Merge inbound to m-c a=merge CLOSED TREE 2015-03-19 19:15:11 -07:00
J. Ryan Stinnett
ae582b583d Bug 1130084 - Avoid spurious connection errors even on success. r=past 2015-03-19 12:58:19 -05:00
Tom Schuster
308ff4d0ec Bug 837630 - Stop hiding __proto__ from O.getOwnPropertyNames. r=Waldo,peterv,past 2015-03-19 17:42:15 +01:00
Joel Maher
0a17b36f04 Bug 1144334 - test_attachProcess.html fails when running a standalone directory. r=jsantell 2015-03-19 10:25:06 -04:00
Bill McCloskey
e7aee957c0 Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
Phil Ringnalda
bc03d24e02 Backed out 3 changesets (bug 1126089) for ASan e10s bc1 failures and green-crashes
CLOSED TREE

Backed out changeset 9af9111e9c27 (bug 1126089)
Backed out changeset 288efd5e2ca0 (bug 1126089)
Backed out changeset 3bcebfd13538 (bug 1126089)
2015-03-18 21:51:34 -07:00
Sami Jaktholm
1ba4722af8 Bug 1141109 - Ignore errors from external sources to fix intermittent test_page_errors.html failures. r=past 2015-03-18 19:58:28 +02:00
Jordan Santell
5730dbdc84 Bug 1143915 - Fix test for MemoryActor now that it backs out when attempting to restart recording allocations when its already recording.
CLOSED TREE
2015-03-18 11:52:00 -04:00
Bill McCloskey
d15acaca2d Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-18 16:09:27 -07:00
Carsten "Tomcat" Book
ec18f81dc5 Backed out changeset 295944fe65f9 (bug 1068400) for causing dt4 leaks 2015-03-18 16:03:08 +01:00
Jordan Santell
285d0cc660 Bug 1143915 - Allow multiple calls to memory and timeline actor's start methods, to return the local start time from the actor. r=vp 2015-03-17 08:28:00 -04:00
Alexandre Poirot
e54341dd00 Bug 1068400 - Fix devtools when morphing non-e10s tab into e10s one. r=jryans 2015-03-17 10:02:00 +01:00
Tom Tromey
593d58d1cf Bug 1142207 - add "^" to REGEX_CSS_VAR to fix variables in the rule view. r=pbrosset 2015-03-16 07:55:00 -07:00
Patrick Brosset
849693442e Bug 1142170 - Intermittent browser_animation_actors_10.js 2015-03-13 16:30:00 +01:00
Patrick Brosset
aeda46e92a Bug 1139925 - Make the BoxModelHighlighter highlight all quads and draw guides around the outer-most rect
LayoutHelpers.getAdjustedBoxQuads now returns all quads that el.getBoxQuads returns.
The BoxModelHighlighter calculates an outer rect based on these to draw the guides.
And if the element has more than 1 quad (inline element that spans line breaks), then all quads are
highlighted.
Also all related tests were modified and a couple of new tests were added.
2015-03-13 15:54:10 +01:00
Geoffroy Planquart
78e3a5601a Bug 1042859 - Ignore host port when fetching cookies with the gcli cookie command. r=pbrosset 2015-03-13 09:05:00 -04:00
Patrick Brosset
42bf0bc421 Bug 1110762 - Add a setCurrentTime method to the animation actor; r=past 2015-03-16 11:29:14 +01:00
Nick Fitzgerald
cf4548b8ef Bug 1042976 follow up - Remove getInnerId from script actors; r=Mossop 2015-03-13 13:32:44 -07:00
Ryan VanderMeulen
a12c6d2dfc Backed out changesets f63a2cf3fa11 and 7d9a91ee3d48 (bug 1126089) for mochitest-bc failures. 2015-03-13 13:42:57 -04:00
Bill McCloskey
12af381a9e Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-13 08:24:20 -07:00
J. Ryan Stinnett
fbdc2f4a4b Bug 1032128 - Persist always allowed cert clients. r=past 2015-03-12 17:52:38 -05:00
J. Ryan Stinnett
e17e9ee3a9 Bug 1032128 - Update asyncStorage test to use Gecko quotes. r=bgrins 2015-03-12 17:52:38 -05:00
Ryan VanderMeulen
6f15b2e72c Merge m-c to fx-team. a=merge 2015-03-12 18:39:36 -04:00
Eddy Bruël
ce26265c7a Bug 1136146 - Merge the latest version of the source-map library with fx-team;r=fitzgen 2015-03-12 20:18:34 +01:00
Wes Kocher
b07b12b5bd Backed out changeset 95bec5828ef3 (bug 1136146) for devtools test failures CLOSED TREE 2015-03-11 15:17:46 -07:00
Abhishek Bhattacharya
c179a2155d Bug 1120111 - Adds key listeners to highlighter pick mode to traverse DOM and submit/cancel selection; r=pbrosset 2015-03-10 07:02:00 +01:00
Tom Tromey
64fd92c754 Bug 1140569 - Show async stacks attached to timeline markers. r=vporof 2015-03-11 07:44:00 -04:00
Eddy Bruël
1a3a285728 Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00