Carsten "Tomcat" Book
419465ab93
Merge mozilla-central to mozilla-inbound
2014-01-24 13:36:47 +01:00
Carsten "Tomcat" Book
9af03dcbd3
merge fx-team to mozilla-central
2014-01-24 13:09:46 +01:00
Carsten "Tomcat" Book
5719794a74
merge mozilla-inbound to mozilla-central
2014-01-24 13:08:44 +01:00
Tom Schuster
8e322c8fdc
Bug 952042 - Remove fake focus-ring after findbar is closed. r=mikedeboer
2014-01-24 13:08:38 +01:00
Carsten "Tomcat" Book
1a2141163b
Merge mozilla-central to mozilla-inbound
2014-01-24 09:28:18 +01:00
Matthew Noorenberghe
1894edaede
Bug 956162 - Tests - Implement @flip="none" for popups to allow them to appear off-screen without flipping or resizing. r=Enn
...
[Australis]
2014-01-22 20:09:03 +00:00
Alexey Novak
c305fe69cb
Bug 956804 - Use DevToolsUtils.reportException in Parser.jsm; r=fitzgen
2014-01-23 09:55:16 -08:00
Roberto A. Vitillo
c94e7dddf3
Bug 960966 - Remove TelemetryPing.js from telemetry. r=Yoric, r=BenWa
2014-01-22 11:43:26 +00:00
Florian Quèze
1260c52839
Bug 958071 - PopupNotification consumers should have a way to replace the "Not Now" item, r=dolske.
2014-01-23 11:48:33 +01:00
Tim Taubert
7bfc5b8029
merge m-c to fx-team
2014-01-23 10:57:35 +01:00
Carsten "Tomcat" Book
f88e37b02e
merge fx-team to mozilla-central
2014-01-23 10:19:26 +01:00
Dão Gottwald
8160181233
Bug 962150 - [Australis] Arrow panel box-shadow is cut off at the bottom and right side. r=mdeboer
...
--HG--
extra : rebase_source : 8cab83f84b457f2cd0efac5f6e14e690c2f021ba
2014-01-22 23:21:41 +01:00
Wes Kocher
ace9292218
Backed out 2 changesets (bug 956162) for m-oth failures on a CLOSED TREE
...
Backed out changeset 026dc3ee0654 (bug 956162)
Backed out changeset 0a7e5eeafed6 (bug 956162)
2014-01-22 14:23:57 -08:00
Ryan VanderMeulen
bf58190bf3
Merge m-c to fx-team.
2014-01-22 15:57:40 -05:00
Ryan VanderMeulen
a88518f0d8
Merge fx-team to m-c.
2014-01-22 15:32:22 -05:00
Matthew Noorenberghe
135aa6ce05
Bug 956162 - Tests - Implement @flip="none" for popups to allow them to appear off-screen without flipping or resizing. r=Enn
...
--HG--
extra : rebase_source : 559f6b9d41922308a4318929316598bf5690bd2d
2014-01-22 20:09:03 +00:00
Masatoshi Kimura
7a1128e69c
Bug 951028 - Fix NTFS permissions when a file is moved to a different directory. r=yoric,bbondy
2014-01-23 02:33:48 +09:00
Robert Strong
549d097e8b
Bug 925747 - patch file extraction cleanup. r=bbondy
2014-01-22 17:16:39 -08:00
Jim Blandy
075e271ed0
Bug 958646: Implement Debugger.Script.prototype.global accessor. r=sfink
2014-01-22 16:55:12 -08:00
Neil Rashbrook
6277f3bb76
Bug 284673 Followup to bug 913734 to remove sepcial handling for now-removed now-unused policy machinery from about:config r=gavin
2014-01-22 21:38:57 +00:00
Ryan VanderMeulen
d63a7cfdda
Merge m-c to inbound.
2014-01-22 15:55:49 -05:00
Panos Astithas
97a45e85f9
Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
...
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
Panos Astithas
152ae46234
Don't clobber the thread actor global on reload for pages that contain child frames (bug 962632); r=fitzgen
2014-01-23 09:20:07 +02:00
David Rajchenbach-Teller
9d3f6ec799
Bug 916076 - Tests for OS.File telemetry. r=froydnj
2014-01-22 12:21:44 -05:00
David Rajchenbach-Teller
141d8822da
Bug 916076 - Add telemetry for OS.File. r=froydnj
2014-01-22 12:21:43 -05:00
Gijs Kruitbosch
0bd98e93a5
Bug 944947 - label truncation is not fully supported in Australis menu widgets, r=Enn,MattN
...
--HG--
extra : rebase_source : 24d502659b30d59371b8e33bba65091c546763d5
2014-01-17 18:51:02 +01:00
Peiyong Lin
3da54daf6d
Bug 961798 - Check if this.window is null in BrowserTabActor.prototype._setJavascriptEnabled. r=past
2014-01-21 09:55:00 +02:00
Ryan VanderMeulen
3d6e25c171
Merge m-c to inbound.
2014-01-21 15:20:25 -05:00
Donovan Preston
33bb76a5a8
Bug 958108 - Remove delayload from some DLLs on windows because it was causing webapps to hang at startup. r=glandium
2014-01-21 13:53:48 -05:00
Alexandre Poirot
530be0cc12
Bug 961659 - Prevent touch helper to end up in a broken state. r=paul
2014-01-21 11:48:04 -05:00
Phil Ringnalda
ed20c61e70
Merge f-t to m-c
2014-01-20 18:42:07 -08:00
Patrick Brosset
3661e6dee0
Bug 961740 - Shows highlighter outline again after hovering over an element, then a text node, then the same element again, r=harth
2014-01-20 21:30:13 +01:00
Carsten "Tomcat" Book
5fd4302283
Merge mozilla-central to fx-team
2014-01-20 12:54:33 +01:00
Mike de Boer
d33ef05cc8
[Australis] Bug 859751: Windows 8 toolkit theme adjustments. r=dao.
2014-01-20 12:36:10 +01:00
Ms2ger
c86c6fd49b
Bug 956862 - Move some mochitests to manifests; r=mshal
2014-01-20 08:58:27 +01:00
Ms2ger
96f64e3abf
Bug 955866 - Remove peptest remnants; r=ted
2014-01-20 08:58:25 +01:00
Tim Taubert
5982a00404
merge m-c to fx-team
2014-01-19 10:42:28 +01:00
Dão Gottwald
3cbc153770
Backed out Australis changeset f9e54107a580
2014-01-18 14:23:49 +01:00
Mihai Sucan
352331f279
Bug 961097 - Very janky regular expression introduced in bug 923856; r=bz
2014-01-17 21:46:09 +02:00
Florian Quèze
ac7bc4b937
Bug 943292 - Camera icon/popup for gUM access can get hidden, r=felipe.
2014-01-17 23:31:07 +01:00
Patrick Brosset
240fe62d93
Bug 958456 - Hides highlighter when hovering over non-visible nodes in markup-view; r=jwalker
2014-01-17 22:33:59 +01:00
Ryan VanderMeulen
5564c956f2
Merge m-c to fx-team.
2014-01-17 15:20:15 -05:00
Ryan VanderMeulen
06a9792760
Merge fx-team to m-c.
2014-01-17 14:56:13 -05:00
Ryan VanderMeulen
f37a81f5e9
Merge inbound to m-c.
2014-01-17 14:46:52 -05:00
Tom Schuster
48e551318f
Bug 691614 - Make content zooming work with e10s Firefox. r=felipe
2014-01-13 18:36:26 +01:00
Gijs Kruitbosch
be20880b61
Bug 944947 - label truncation is not fully supported in Australis menu widgets, r=MattN
2014-01-17 18:51:02 +01:00
Tim Taubert
8fafa9176a
Bug 952092 - Get rid of post data in SessionStore r=smacleod
...
From 243232f7d2522e82622c031923271ed76ffdc42a Mon Sep 17 00:00:00 2001
2014-01-14 18:21:48 +01:00
Honza Bambas
d779f0e193
Bug 924116 - HTTP cache v2: persists frecency and experiment with half-life, r=michal
2014-01-09 00:27:33 +01:00
Carsten "Tomcat" Book
7f1cd74a9f
merge b2g-inbound to mozilla-central
2014-01-17 10:15:47 +01:00
Marco Castelluccio
a05143f25c
Bug 959420 - Refactor saveApps, getManifestFor, readManifests, writeFile functions to use promises. r=fabrice
2014-01-16 16:26:24 -08:00