Commit Graph

729 Commits

Author SHA1 Message Date
Alexandre Poirot
bc84fb8110 Bug 920481 - Ensure flushing jar cache when updating an app. r=paul 2013-10-22 03:25:50 +02:00
Alexandre Poirot
82b3f0e931 Bug 920481 - Call BrowserTabActor.reload when the app is updated to refresh the app. r=paul 2013-10-22 03:25:46 +02:00
Nicholas Nethercote
b38b84f869 Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
2013-10-10 15:22:35 -07:00
Jim Blandy
f5fe246dd7 Bug 919349: Remove infelicitous uses of 'delete' from the JavaScript debugger server. r=dcamp 2013-10-27 11:03:20 -07:00
Patrick Brosset
1b7307bf0b Bug 765105 - Tooltip shared component, showing image previews in markup, css rules and computed views, r=miker,harth 2013-10-26 00:51:01 +05:30
Ed Morley
7ab0476528 Merge mozilla-central and fx-team 2013-10-25 12:19:55 +01:00
Carsten "Tomcat" Book
7449ccaa85 Merge Fx-Team to Mozilla-Central 2013-10-25 11:21:15 +02:00
Mike Hommey
f1c0c07862 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Victor Porof
8443efaa09 Bug 910953 - Avoid strict warnings in webgl.js, r=me 2013-10-25 11:43:25 +03:00
Brian Grinstead
8791b527bc Bug 895561 - 'Edit As HTML' option in the markup view - toolkit changes, r=fitzgen 2013-10-23 11:53:39 -05:00
Gijs Kruitbosch
0928818d9c Bug 920794 - make browser console DWIM, r=msucan 2013-10-22 16:37:23 +02:00
Alexandre Poirot
6fbcf14065 Bug 918695 - Ensure dispatching tabDetached event for ContentAppActor when the app is closed/killed r=paul 2013-10-21 10:38:00 +01:00
Alexandre Poirot
812398850f Bug 918695 - Only instanciate one singleton target per app r=paul 2013-10-21 10:35:00 +01:00
J. Ryan Stinnett
48c2878139 Bug 929824 - Pretty print RDP on receive. r=robcee 2013-10-22 20:41:57 -05:00
Paul Rouget
da1ab9e787 Bug 926371 - show reflow events in the webconsole. r=msucan 2013-10-22 08:43:00 +01:00
J. Ryan Stinnett
7c03bb3e1e Bug 929159 - Add output-parser to SrcdirProvider and test mapping. r=jwalker 2013-10-21 16:17:12 -05:00
Panos Astithas
78dd76d574 Make the debugger more resilient in the presence of a bogus source map (bug 906889). r=fitzgen 2013-10-24 11:47:10 +03:00
Carsten "Tomcat" Book
daa4f1689c Merge mozilla-inbound to Mozilla-Central 2013-10-24 07:05:29 +02:00
Mike Hommey
80c623bb6a Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps 2013-10-24 08:05:43 +09:00
Ed Morley
af4f909f0c Backed out changeset 54da01870611 (bug 920481) for test_webapps_actor.html timeouts on a CLOSED TREE 2013-10-23 16:15:02 +01:00
Ed Morley
4e252d1902 Backed out changeset 1864e27d5ee4 (bug 920481) 2013-10-23 16:14:35 +01:00
Alexandre Poirot
012fc6d2b7 Bug 920481 - Call BrowserTabActor.reload when the app is updated to refresh the app. r=paul 2013-10-19 21:14:47 +02:00
Alexandre Poirot
0b7314c7c7 Bug 920481 - Ensure flushing jar cache when updating an app. r=paul 2013-10-19 21:14:44 +02:00
Alexandre Poirot
51a6f388ac Bug 927108 - Fix certified app actor installation r=paul 2013-10-19 21:03:30 +02:00
Alexandre Poirot
49a86202c5 Bug 921850 - Fix races in debugger client when connecting agressively r=past 2013-10-21 01:56:00 +03:00
Wes Kocher
4b91a0b098 Merge m-c to inbound 2013-10-22 18:43:11 -04:00
Nick Fitzgerald
546559a6e0 Bug 916180 - Make pretty printing toggle-able; r=vporof 2013-10-22 00:04:46 -07:00
Philipp Kewisch
7df510b46b Bug 915444 - Add webProgress to root actor for the chrome style editor and inspector. r=harth 2013-10-17 21:28:49 +02:00
Phil Ringnalda
c67c97643f Merge m-c to a CLOSED TREE f-t 2013-10-18 21:27:48 -07:00
Ehsan Akhgari
544fd9cb4b Backed out changeset a2ad798f4b90 (bug 915444) on the suspicion of this having caused frequent mochitest-bc oranges 2013-10-18 20:51:23 -04:00
Michael Ratcliffe
7588c950f7 Bug 918716 - Add color swatches to devtools output parser. r=jwalker 2013-10-18 15:01:20 +01:00
Philipp Kewisch
d330d46a75 Bug 915444 - Add webProgress to root actor for the chrome style editor and inspector. r=harth 2013-10-17 21:28:49 +02:00
Carsten "Tomcat" Book
72edda2f47 merge fx-team to mozilla-central 2013-10-18 11:40:53 +02:00
Matt Brubeck
4ba2cbb376 Back out 2601d36dc1f1 (bug 918716) for bc test failures on a CLOSED TREE 2013-10-17 15:51:10 -07:00
Michael Ratcliffe
637eba2530 Bug 918716 - Add color swatches to devtools output parser. r=jwalker 2013-10-17 19:03:52 +01:00
Michael Ratcliffe
8fe3ff5401 Bug 924136 - Stop css-color.js interpreting "inherit" as black. r=jwalker 2013-10-16 15:04:47 +01:00
Victor Porof
dfb7848eaa Bug 910953 - Implement the backend for a WebGL shader editor, r=dcamp,vlad 2013-09-09 23:33:25 +03:00
Fernando Jiménez
ae0c190e94 Bug 910466 - Refactor IPC app state updating. r=fabrice 2013-10-17 14:47:58 +02:00
Arnaud Bienner
2e3ec1b741 Bug 875275 part 1: Implement layout support for <input type="color">. r=dbaron,dholbert 2013-07-10 00:25:27 +02:00
J. Ryan Stinnett
9493353b9d Bug 927266 - Add css-color back to SrcdirProvider. r=ochameau 2013-10-16 01:14:05 -05:00
Brandon Benvie
f10174173c Bug 926725 - Create DevToolsUtils.defineLazyPrototypeGetter and use it in VariablesView Scopes. r=fitzgen, r=vp 2013-10-15 09:49:15 -07:00
Paul Rouget
cf906d5eae Bug 920742 - Fire simulated touch events from the top level window. r=miker 2013-10-15 13:28:24 -04:00
Nick Fitzgerald
4b57caaa1c Bug 812764 - Show magic properties on Error objects in the debugger; r=past 2013-10-15 10:21:44 -07:00
Wes Kocher
23866f2f95 Merge inbound to m-c 2013-10-11 18:50:09 -07:00
Nick Fitzgerald
965572207a Bug 922835 - Make youngestFrame a getter instead of managing it manually; r=past 2013-10-11 14:35:51 -07:00
Nick Fitzgerald
87d88319cc Backout 6de71ba24d50 (bug 922835) because it was the wrong version of the patch. r=me 2013-10-11 14:26:13 -07:00
Nick Fitzgerald
73e116e489 Bug 923735 - Tracer should attach why to frame exit packets; r=robcee 2013-10-11 13:40:42 -07:00
Nick Fitzgerald
ca4b34e997 Bug 922835 - Make youngestFrame a getter instead of managing it manually; r=past 2013-10-11 13:30:36 -07:00
Mike Hommey
ba94097b63 Bug 925766 - Remove leftovers from bug 917622, r=gps 2013-10-12 00:16:50 +09:00
Paul Rouget
14e29c220e Bug 925199 - Move touch-events.js to /toolkit. r=ochameau 2013-10-11 12:00:01 -04:00