Commit Graph

20481 Commits

Author SHA1 Message Date
Ryan VanderMeulen
e08d00789d Merge inbound to m-c. 2013-07-27 21:52:40 -04:00
Ryan VanderMeulen
2572529eed Merge fx-team to m-c. 2013-07-27 21:51:16 -04:00
Matt Brubeck
13f48c66d9 Bug 897674 - Don't use STL wrappers when building maintenance service [r=gps] 2013-07-27 11:07:10 -07:00
Nick Fitzgerald
f992bb5422 Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof 2013-07-27 10:50:57 -07:00
Nick Fitzgerald
75336e013a Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
Ryan VanderMeulen
15d0439042 Merge m-c to inbound. 2013-07-27 13:31:57 -04:00
Dão Gottwald
7565581ba1 Backed out fe1213d6035d (bug 887868) because it seems to have caused bug 898713. CLOSED TREE 2013-07-27 15:47:36 +02:00
Olli Pettay
ae46376c2e Bug 897433 - Telemetry for SnowWhite and more async SnowWhite freeing (patch v4), r=mccr8 2013-07-27 13:48:45 +03:00
Nick Fitzgerald
cb23d833b6 Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb 2013-07-26 22:27:15 -07:00
Ryan VanderMeulen
f88c97989f Merge m-c to fx-team. 2013-07-26 22:27:22 -04:00
Felipe Gomes
0d1e1360f0 Bug 898170 - nsIWebProgress.isToplevel should be true when not notifying listeners (r=billm) 2013-07-26 14:26:43 -07:00
Bill McCloskey
d4c900a2cb Bug 898170 - Don't remove listeners after their message manager is gone (r=felipe) 2013-07-26 14:26:40 -07:00
Bill McCloskey
4025d825a0 Bug 898170 - contentTitle should default to empty string (r=felipe) 2013-07-26 14:26:35 -07:00
Dave Camp
ae33d6eb16 Bug 896274 - Allow an object's form to be an actor id. r=jimb 2013-07-21 11:02:30 -07:00
Dave Camp
7ab68a8797 Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 2. r=jimb 2013-07-21 10:38:40 -07:00
Dave Camp
0a7e2b6277 Bug 896270 - Replace optional arguments with nullable types in protocol.js, part 1. r=jimb 2013-07-21 10:15:59 -07:00
Ryan VanderMeulen
16e51d02d7 Merge m-c to fx-team. 2013-07-26 10:49:26 -04:00
Paolo Amadini
eb597b3e07 Bug 836437 - Part 1 of 3 - Unify DownloadLegacy tests in preparation for resuming support. r=enn
--HG--
rename : toolkit/components/jsdownloads/test/unit/test_DownloadCore.js => toolkit/components/jsdownloads/test/unit/common_test_Download.js
2013-07-26 15:30:40 +02:00
Paolo Amadini
38e7ec52c3 Bug 851454 - Define the format of "downloads.json" and of the parameters of createDownload. r=enn 2013-07-26 15:30:35 +02:00
Ryan VanderMeulen
11373a6362 Merge birch to m-c. 2013-07-25 21:56:14 -04:00
Ed Morley
53342d7ae2 Merge mozilla-central and birch 2013-07-25 17:05:50 +01:00
Ed Morley
768786d2fe Merge latest green fx-team changeset and mozilla-central 2013-07-25 16:51:21 +01:00
Gijs Kruitbosch
de8617ccef Backed out changeset 0593679c47a9 (bug 894099) because it causes bug 897901. DONTBUILD 2013-07-25 11:46:25 +02:00
Gijs Kruitbosch
e7d2f3e7ec Bug 894099 - Use WindowDraggingUtils.jsm for dragging the window on XP because the hit test is slow, r=jimm,felipe,dao 2013-07-22 23:08:09 -07:00
Wes Kocher
528ae6bcd0 Merge m-c to fx-team 2013-07-24 20:09:12 -07:00
Wes Kocher
e1ec7bf56f Backout 4ededc9b11f (bug 897433) for intermittent dromeao crashes 2013-07-24 19:45:31 -07:00
Nick Fitzgerald
b8c8b5a4b2 Bug 860035 - script actors should handle breakpoints with columns; r=jimb 2013-07-24 17:46:49 -07:00
Matthew Noorenberghe
c5396f4401 Bug 583578 - Auto-fill password fields even if the username field is disabled or read-only. r=dolske 2013-07-24 16:57:46 -07:00
Matthew Noorenberghe
c3deaa87e3 Bug 896316 - Part 2 - Cleanup nsFormFillController::Focus to not treat password fields specially. r=dolske 2013-07-24 16:57:46 -07:00
Matthew Noorenberghe
268029a69d Bug 896316 - Part 1 - Don't start controlling a read-only input even if it's marked as a login manager field. r=dolske 2013-07-24 16:57:45 -07:00
Ryan VanderMeulen
2cd9d5dae5 Merge m-c to inbound. 2013-07-24 18:27:51 -04:00
Ryan VanderMeulen
6cc28e31e6 Merge m-c to inbound. 2013-07-24 18:22:45 -04:00
Ryan VanderMeulen
f0022c3922 Merge m-c to birch. 2013-07-24 18:22:06 -04:00
Olli Pettay
3ab7146f5d Bug 897433, Telemetry for SnowWhite and more async SnowWhite freeing, r=mccr8
--HG--
extra : rebase_source : 8dc76b113da44372fe3e558a588a8fc70d2cfaab
2013-07-24 22:34:51 +03:00
Steven MacLeod
d9fa136acb Bug 887868 - Remove migration from old Search Service DB. r=gavin 2013-07-24 17:48:30 -04:00
Alexandre Poirot
5a3d2d1f5a Bug 817580 - Pref off new webapps actor features until we secure remote debugger connection. r=paul.rouget 2013-07-24 11:29:04 -04:00
Alexandre Poirot
e967ab7776 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Jim Blandy
78a50865f3 Bug 878958 - Support connections with prefixed actor names and prefix-based forwarding. r=dcamp 2013-07-24 11:27:26 -04:00
Ms2ger
3c48262d76 Merge m-c to inbound. 2013-07-24 11:53:22 +02:00
Ms2ger
10d5739f7a Bug 888643 - Part b: Move CPP_UNIT_TESTS definitions into moz.build files; r=gps 2013-07-24 09:23:06 +02:00
Mike de Boer
d3a98caab4 Bug 890690 - Add postDataString property to nsISearchSubmission. r=gavin
--HG--
extra : transplant_source : %F8%86%BD%9A%0Bt%95%F8%DC%E5%FA%BD%C8%3BP%87%A1%CB/%95
2013-07-19 19:56:38 +02:00
Ryan VanderMeulen
221f68e05b Merge m-c to inbound. 2013-07-26 12:09:20 -04:00
Masayuki Nakano
da31a81690 Bug 501496 part.11 <browser> should not handle keydown event when escape key is pressed during auto scroll r=enndeakin 2013-07-25 15:09:29 +09:00
Masayuki Nakano
ab8eca4513 Bug 501496 part.9 EventUtils and some tests shouldn't synthesize keypress event if precede keydown event is consumed r=smaug 2013-07-25 15:09:29 +09:00
Mike de Boer
af3f83a4d2 Bug 892499 - Use background-color instead of box-shadow to prevent drawing glitches. r=dao 2013-07-23 13:55:00 +02:00
Patrick Cloke
94845105be Bug 894367 - Handle null postData properly in Http.jsm: regression tests, r=Mossop. 2013-07-25 21:38:43 -04:00
Patrick Cloke
64c2e0ae05 Bug 894367 - Handle null postData properly in Http.jsm, r=Mossop. 2013-07-25 21:36:19 -04:00
Ryan VanderMeulen
8670499913 Merge m-c to inbound. 2013-07-25 21:59:02 -04:00
Stephen Pohl
ad84285dd7 Bug 896443: Fix the z-ordering of overlay scrollbars to make them appear on top of content with z-index > 0. r=roc 2013-07-25 21:31:35 -04:00
Ryan VanderMeulen
496513c7cd Backed out changeset 300f5b7d72e1 (bug 897433) for intermittent Linux dromaeo crashes. 2013-07-25 21:18:20 -04:00