Commit Graph

123981 Commits

Author SHA1 Message Date
Sotaro Ikeda
096eae43bd Bug 803471 - Part 1a - Enable Binder ThreadPool. r=mwu 2013-03-08 14:43:32 -05:00
David Geistert
2a7230acc0 Bug 824341 - Change GetProxyFromGConf() and GetProxyFromGSettings() so they only will return NS_OK when a proxy is set. r=karlt 2013-03-07 21:14:36 +01:00
Ryan VanderMeulen
80a8039ffa Bug 848641 - Update pdf.js to version 0.7.337. r=yury 2013-03-08 14:43:32 -05:00
Ryan VanderMeulen
fbb92dd6fe Merge m-c to inbound. 2013-03-08 14:30:34 -05:00
Joe Walker
7bcffdd7d4 Merge fx-team to m-c. 2013-03-08 16:47:34 +00:00
Ryan VanderMeulen
5fc5f53a9c Backed out changeset f7acf064582d (bug 839677) to see if it resolves the Win PGO mochitest-2 crashes. 2013-03-07 19:28:25 -05:00
Ryan VanderMeulen
d58abf4958 Backed out changeset 8ff35a246bb0 (bug 828917) to see if it resolves the Win PGO mochitest-2 crashes. 2013-03-07 19:26:24 -05:00
Ryan VanderMeulen
43176bdf3a Backed out changeset 789a60e48ee2 (bug 837035) to see if it resolves the Win PGO mochitest-2 crashes. 2013-03-07 19:25:35 -05:00
Kartikaya Gupta
9df9fdeadc Bug 848901 - NFC transmission APIs on android only exist on API 14 and up. r=sriram 2013-03-08 00:15:54 +00:00
Ryan VanderMeulen
a0b7f3d13b Bug 845807 - Fix test to look for new default color. 2013-03-07 18:46:54 -05:00
Ally Naaktgeboren
9e12bcd34a Bug 794028 part 2/2: Use the Firefox Start Top Sites tile group. r=mbrubeck 2013-03-07 15:38:03 -08:00
Adam Roach [:abr]
690fe41fde Bug 848173 - Add filenames, fix module names, and turn on fsm_sm debugging r=ehugg 2013-03-07 17:26:28 -06:00
Wes Kocher
fb22710bae Bug 849009 - Uplift Add-on SDK changeset 645b0ca71ccd41bb1fc69d97d22c456b03452e89 2013-03-07 15:09:34 -08:00
Terrence Cole
e15cbdb2ca Bug 848601 - Lookup the trace kind to use when marking at compile time; r=billm
--HG--
extra : rebase_source : 9e913d55b65433ad3251b07e5f38d9195ea97e6f
2013-03-07 10:55:34 -08:00
Masatoshi Kimura
34260ccf6d Bug 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey 2013-03-08 07:27:21 +09:00
Paul Rouget
5326ce7aa0 Bug 697983 - Implement a Font Inspector. r=jwalker 2013-03-07 05:57:00 +01:00
Ryan VanderMeulen
7c4edffe55 Backed out changesets 6deb17bc6c56 and 7952fadd1732 (bug 839280) for mochitest-other crashes. 2013-03-07 19:10:52 -05:00
Alexandre Poirot
f9452b44d5 Bug 839280 - Fix xul button leaks on Toolbox destroy. r=jwalker 2013-03-07 17:41:40 -05:00
Alexandre Poirot
75c74b1d03 Bug 839280 - Fix document leak in nsLoginManager. r=dolske 2013-03-07 17:39:39 -05:00
Ryan VanderMeulen
39c4d800ea Merge m-c to fx-team. 2013-03-07 17:39:11 -05:00
Matt Brubeck
386b294db7 Bug 847508 - Allow mach_bootstrap to specify a separate mozilla dir, for comm-central builds [r=gps]
DONTBUILD (not part of the build)
2013-03-07 13:19:27 -08:00
Joe Walker
31803f3b3c Bug 848333 - Correct use of introTextOpening2 in comments of gcli properties file; r=mratcliffe 2013-03-07 17:43:21 +00:00
Ryan VanderMeulen
f36267241c Merge m-c to inbound. 2013-03-07 10:15:44 -05:00
Jan de Mooij
14cbafdd46 Bug 848733 - Don't eliminate callee phi when inlining natives. r=bhackett
--HG--
extra : rebase_source : c64645da8a4edf6bc132f509741f7ebcdb8e842d
2013-03-07 14:38:09 +01:00
Monica Chew
81433243a3 Bug 844392 - Fix race condition where ProcessStateChange can remove a file before cleanup. r=paolo 2013-03-07 08:35:38 -05:00
Kan-Ru Chen (陳侃如)
e6e5cc57f0 Bug 838547 - We are only interested to the pagehide event from the root document. r=smaug 2013-03-07 08:35:38 -05:00
Eric Chou
960e073d4c Bug 841576 - Check if nsTHashtable has been initialized before calling Init(), r=qdot 2013-03-07 21:36:13 +08:00
Panos Astithas
16312c967d Merge m-c to fx-team 2013-03-07 09:16:09 +02:00
Matt Brubeck
c8b6f811ee Bug 838211 - String changes for Metro content permission notifications [r=fryn] 2013-03-06 18:33:20 -08:00
Matt Brubeck
d55488b754 Bug 838211 - String changes for Metro login manager notifications [r=fryn] 2013-03-06 18:32:44 -08:00
Matt Brubeck
1c1fc5a19e Bug 838211 - Metro info app bar theming, part 1 (basic style and image changes) [r=fryn, ui-r=shorlander] 2013-03-06 18:31:28 -08:00
Mihai Sucan
caf2fbe5ca Bug 846606 - Intermittent browser_dbg_bug723069_editor-breakpoints.js | Test timed out | correct number of editor breakpoint changes - Got 3, expected 4; r=vporof 2013-03-06 22:56:42 +02:00
Gregory Szorc
5f06d1566b Bug 847662 - Part 2: Use try..finally in tests so cleanup always occurs; r=rnewman
This should hopefully fix test hangs in this file (such as those
reported in bug 830201.

--HG--
extra : rebase_source : 362caabd29fac99aa9f97517ae5e30bd6db91e0c
2013-03-07 05:06:58 -08:00
Gregory Szorc
b0fd2e9ef8 Bug 847662 - Part 1: Rename Metrics.Collector -> Metrics.ProviderManager; r=rnewman
--HG--
rename : services/metrics/collector.jsm => services/metrics/providermanager.jsm
rename : services/metrics/tests/xpcshell/test_metrics_collector.js => services/metrics/tests/xpcshell/test_metrics_provider_manager.js
extra : rebase_source : b5d1e1a54adca8c8fb948d18c176c4bfa36ff769
2013-03-07 05:06:46 -08:00
Gregory Szorc
5e60cea60a Bug 818246 - Part 2: Support moz.build -> Makefile variable passthru; r=glandium
--HG--
extra : rebase_source : c9a914e1466e74d079383ef1162a4d1f9959a05c
2013-03-07 05:05:03 -08:00
Gregory Szorc
795c5eeeff Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.

--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Ed Morley
dbdcae0eaf Backed out changeset f27dbd9ba370 (bug 848395) for crashes on Windows on a CLOSED TREE 2013-03-07 13:04:24 +00:00
Ed Morley
380449402e Backed out changeset e112b04664a6 (bug 848395) 2013-03-07 13:03:39 +00:00
Ed Morley
0887cddaa0 Backed out changeset 28ef4bdff455 (bug 848395) 2013-03-07 13:03:35 +00:00
Ed Morley
2dc77beac4 Backed out changeset f079105a0966 (bug 848449) 2013-03-07 13:03:31 +00:00
Ed Morley
9cabb79c6c Backed out changeset d01a2a30d626 (bug 848449) 2013-03-07 13:03:27 +00:00
Ed Morley
c024cfe113 Backed out changeset 1768185637fd (bug 848449) 2013-03-07 13:03:23 +00:00
Alexander Surkov
eec19f840f Bug 678477 - change ownership of nsCaretAccessible, r=tbsaunde
--HG--
rename : accessible/src/base/nsCaretAccessible.cpp => accessible/src/base/SelectionManager.cpp
rename : accessible/src/base/nsCaretAccessible.h => accessible/src/base/SelectionManager.h
2013-03-07 21:16:10 +09:00
Victor Porof
175c1387eb Bug 841008 - Variables view should expose LAZY_EMPTY_DELAY, r=msucan 2013-03-06 22:46:37 +02:00
Ehsan Akhgari
8294fc5f47 Bug 848507 - Support searching DXR in mach; r=gps
DONTBUILD because this is NPOTB.
2013-03-06 15:23:21 -05:00
Adam Roach [:abr]
3cc675afaa Bug 848423 - Change nearly all WebRTC instances of linked_ptr<> to nsRefPtr<> r=ehugg 2013-03-06 12:40:48 -06:00
Norbert Lindenberg
ddaff00947 Bug 848664 - New intrinsics for self-hosted JavaScript missing from jshint globals. r=nmatsakis 2013-03-07 17:26:39 -05:00
Gregory Szorc
b60f315a4d Bug 847722 - Mach commands to search The Internets; r=jhammel
DONTBUILD (NPOTB)
2013-03-06 09:58:40 -08:00
Ed Morley
9ca109b036 Merge latest green inbound changeset to mozilla-central 2013-03-06 16:07:40 +00:00
Ed Morley
185e444006 Backed out changeset 99d71c24a5df (bug 681138) for making the intermittent-failure worse 2013-03-06 11:03:11 +00:00