Commit Graph

1385 Commits

Author SHA1 Message Date
Wes Kocher
c3fdde7659 Merge b2g-inbound to m-c a=merge 2014-07-29 16:42:15 -07:00
Nick Fitzgerald
f503d39e9a Bug 1039952 - Part 0: Make the parent actors manage the set of debuggees. r=fitzgen 2014-07-28 15:01:00 +02:00
Nick Fitzgerald
c699137a8b Bug 1039952 - Part 1: Make the inspector use makeDebugger. r=past 2014-07-24 10:47:00 +02:00
Sami Jaktholm
5eaf57f1e0 Bug 986201 - Return correct specificity for element styles instead of causing an exception. r=jwalker 2014-07-28 08:53:00 +02:00
Carsten "Tomcat" Book
44c50c6899 Merge mozilla-central to fx-team on a CLOSED TREE 2014-07-29 11:19:53 +02:00
Mike Hommey
2bab6202af Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
Ryan VanderMeulen
896316d713 Merge m-c to fx-team. a=merge CLOSED TREE. 2014-07-28 15:05:19 -04:00
Ryan VanderMeulen
5ba6449a65 Backed out changesets 81f96f02263f and fd84374f63f1 (bug 903291) for causing frequent B2G crashtest timeouts. 2014-07-28 14:31:33 -04:00
Jan Keromnes
51d859e39d Bug 1037465 - Add USS reporting to the Monitor actor. r=paul 2014-07-28 16:13:47 +02:00
Carsten "Tomcat" Book
290af4e37f Merge mozilla-central to fx-team 2014-07-28 16:04:12 +02:00
Eddy Bruel
fbb1f7150c Bug 1035206 - Replace occurences of setTimeout in dbg-client.jsm with executeSoon;r=past 2014-07-28 14:22:13 +02:00
Eddy Bruel
71be324e74 Bug 1035206 - Fix a bug in the sendActorEvent API; r=past 2014-07-28 13:56:12 +02:00
Nathan Froyd
663bfa5dc5 Bug 1043957 - remove some libs:: rules from devtools's Makefile.ins; r=mshal 2014-07-25 09:38:15 -04:00
J. Ryan Stinnett
655939c918 Bug 1021744 - QR Decoder: Leave globals alone, get chrome window. r=paul 2014-07-24 12:16:00 +02:00
Panos Astithas
30a44a8a3e Make thread state changes opt-in for clients with an onThreadState handler (bug 1037514); r=fitzgen
--HG--
extra : rebase_source : 94232bb18e4f3dbeef3df827b05b5cc1be37b36e
2014-07-24 18:10:21 +03:00
Carsten "Tomcat" Book
cc1073a524 merge fx-team to mozilla-central a=merge 2014-07-24 15:34:40 +02:00
Wes Kocher
bcb960f6c1 Merge m-c to inbound 2014-07-23 18:55:48 -07:00
Wes Kocher
80cba2170e Merge fx-team to m-c a=merge 2014-07-23 18:47:48 -07:00
Panos Astithas
fb2907af9b Ensure that the debugger client doesn't try to call a callback, when one is not provided (bug 1042761). r=robcee
--HG--
extra : rebase_source : d24e3e9e115176e7d0f9fe7365cbbe00d28c4f8b
2014-07-23 19:42:16 +03:00
Alexandre Poirot
7ea4dd517f Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal 2014-07-02 15:40:56 -07:00
Sayan Chowdhury
02179516c9 Bug 981041 - Add back preference to disable transitions in Style Editor. r=harth 2014-07-22 19:54:00 +02:00
Julian Seward
27e075e0aa Bug 1031261 - Remove fixed timeout in test_profiler_actor.js. r=jimb.
--HG--
extra : rebase_source : d02fe8c9448a02b8c7709f26d34d22448367a2f1
2014-07-23 08:44:50 +02:00
Andrea Marchesini
3d909148b5 Bug 660237 - implement nsIDOMStorage with a proxy, r=bzbarsky, r=mayhemer 2014-07-23 01:07:12 -04:00
Victor Porof
eb39fe3503 Followup for bug 1041225 and bug 1041158, fix a couple of typos, r=rcampbell 2014-07-22 13:01:26 -04:00
Victor Porof
a8901b62ce Bug 1041225 - Generating a screenshot is very slow when the content canvas has obnoxious dimensions, r=rcampbell 2014-07-22 12:43:24 -04:00
Victor Porof
80412ceb9d Bug 1041166 - Rename lastDrawCallScreenshot to animationFrameEndScreenshot in canvas.js, r=past 2014-07-22 12:43:24 -04:00
Victor Porof
85551493a0 Bug 1041158 - Properly cleanup the framebuffer binding after generating a screenshot from a webgl context, r=rcampbell 2014-07-22 12:43:24 -04:00
Victor Porof
545b119ad1 Bug 1041250 - Make texParameterf and texParameteri functions take enums for all params, r=jsantell 2014-07-22 12:43:23 -04:00
Victor Porof
fb723a53a7 Bug 1041237 - The bitmask enums flags calculation for getBitToEnumValue is flawed, r=jsantell 2014-07-22 12:43:23 -04:00
Victor Porof
a9a0c9ee2b Bug 1041157 - Add link to the discussion about using the same context with multiple canvases, for the replayAnimationFrame function in canvas.js, r=past 2014-07-22 12:43:23 -04:00
Victor Porof
03114230a0 Bug 1041149 - Remove unused variable in generateScreenshotFor in canvas.js, r=past 2014-07-22 12:43:22 -04:00
Jakub Jurovych
9973ddc954 Bug 897567 - JS debugger: setting breakpoints can be confused by script GC. r=fitzgen 2014-07-16 14:56:01 -07:00
Gabriel Luong
4807cf19f4 Bug 1035545 - Preview for new String should be ArrayLike. r=fitzgen 2014-07-21 16:24:00 +02:00
Wes Kocher
9611e51a76 Backed out changeset 236c33cffbe4 (bug 1037465) for xpcshell bustage 2014-07-21 21:26:04 -07:00
Jan Keromnes
30c072f123 Bug 1037465 - Add USS reporting to the Monitor actor. r=paul 2014-07-21 17:51:43 -07:00
Panos Astithas
b7453b6e74 Properly deal with event handlers that the debugger cannot unwrap (bug 1041266). r=vporof 2014-07-21 18:31:18 +03:00
Panos Astithas
ce38e990be Properly handle unsupported value types in the console (bug 1039686). r=robcee 2014-07-21 16:06:02 +03:00
Heather Arthur
340daaf0d3 Bug 1033082 - Display exact line numbers for rules in @media sidebar. r=bgrins 2014-07-17 00:59:00 -04:00
Sami Jaktholm
f16a63df4e Bug 857262 - Inspector DocumentWalker: Reparent walker to SVGDocument only if a node contains a document; not if it just implements getSVGDocument. r=miker 2014-07-19 23:32:00 -04:00
Michael Ratcliffe
b617fb1455 Bug 736078 - Show which elements have listeners attached r=jwalker,bgrins 2014-07-20 12:03:59 +01:00
Gabriel Luong
c0bbd8f26d Bug 1030889 - [rule view] Add keyframe rules with its associated element r=pbrosset 2014-07-19 20:08:43 -07:00
Fernando Jiménez
4b9dbdaec6 Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
* * *
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install
2014-05-24 12:28:13 -07:00
Fernando Jiménez
e4dd5b57ad Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install. r=fabrice
* * *
Bug 903291 - App download hangs indefinitely if the child process dies before confirming the install
2014-05-24 12:28:13 -07:00
Michael Ratcliffe
e02775cfdb Backed out changeset 89669f18bd2d (bug 736078) for dt test timeouts 2014-07-19 23:36:56 +01:00
Michael Ratcliffe
50c86cba5c Bug 736078 - Show which elements have listeners attached r=jwalker,bgrins 2014-07-18 14:25:03 +01:00
Panos Astithas
4a9caee359 Properly handle bound functions in event listeners and objects with 'handleEvent' methods (bug 746622). r=vporof,mratcliffe
--HG--
rename : browser/devtools/debugger/test/browser_dbg_break-on-dom-event.js => browser/devtools/debugger/test/browser_dbg_break-on-dom-event-01.js
rename : browser/devtools/debugger/test/browser_dbg_break-on-dom-event.js => browser/devtools/debugger/test/browser_dbg_break-on-dom-event-02.js
rename : browser/devtools/debugger/test/browser_dbg_event-listeners.js => browser/devtools/debugger/test/browser_dbg_event-listeners-01.js
rename : browser/devtools/debugger/test/doc_event-listeners.html => browser/devtools/debugger/test/doc_event-listeners-01.html
rename : browser/devtools/debugger/test/doc_event-listeners.html => browser/devtools/debugger/test/doc_event-listeners-03.html
extra : rebase_source : 5ff8e76fd2a8518ea007c7594dcc544cb0cc0808
2014-06-12 17:18:09 +03:00
Wes Kocher
f4ffadfc12 Backed out changeset a1778d8e2e38 (bug 1030889) for mochitest-oth orange 2014-07-18 15:01:39 -07:00
Ryan VanderMeulen
47d574ac55 Merge m-c to fx-team. a=merge 2014-07-18 16:08:36 -04:00
Gabriel Luong
5d2256e8e0 Bug 1030889 - [rule view] Add keyframe rules with its associated element. r=pbrosset
--HG--
extra : rebase_source : fdb63c45ea81f2530197bdc606645f1d43277984
2014-07-18 11:13:00 -04:00
J. Ryan Stinnett
afaf0d2c6c Bug 1027787 - Unique device discovery names for b2g. r=paul
--HG--
extra : rebase_source : cbd5681417ac3b236fc0b505f1ef60f9ca1e7c3c
2014-07-17 09:57:00 -04:00