Ryan VanderMeulen
|
7002796905
|
Backout 83e0b185e888 (bug 778606) due to orange.
|
2012-07-30 20:14:29 -04:00 |
Gregory Szorc
|
6a82faa7b4
|
Bug 776822 - Add missing dom Makefile's to toolkit-makefiles.sh; r=khuey
|
2012-07-30 16:13:51 -07:00 |
Gregory Szorc
|
2c1a4525ef
|
Bug 778042 - Add missing Makefile's to allmakefiles and toolkit-makefiles.sh; r=khuey
|
2012-07-30 16:12:58 -07:00 |
Justin Dolske
|
f519dd8a90
|
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp
|
2012-07-30 16:02:05 -07:00 |
Jed Parsons
|
01dd952591
|
Bug 778002: Identity should use createInstance, not getService, to get an XHR. r=me
|
2012-07-30 15:14:30 -07:00 |
Aryeh Gregor
|
c81630fddb
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
Ehsan Akhgari
|
3ad40dbf10
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Christian Holler
|
fdb30414d2
|
Bug 776556 - Disable package signing when ASan is enabled
|
2012-07-30 13:58:34 +02:00 |
Aryeh Gregor
|
88e2b537b5
|
Bug 777292 - Add casts and annoyed comments where we make up nsresult codes on the fly; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
Aryeh Gregor
|
587e4453db
|
Bug 777292 - Don't use |= on nsresult; r=ehsan
|
2012-07-27 17:03:08 +03:00 |
Richard Newman
|
4f2dd25d6a
|
Merge m-c to m-i.
|
2012-07-27 13:03:38 -07:00 |
Jeff Muizelaar
|
1764d4b703
|
Bug 777879. Add SAMPLE_INIT() to XRE_InitChildProcess. r=ehsan
We need this for profiling child processes.
--HG--
extra : rebase_source : 3ea50c12da824daa0fe35b52e58f58f29b5de986
|
2012-07-27 14:57:48 -04:00 |
Ed Morley
|
e420e43662
|
Merge mozilla-central to fx-team
|
2012-07-27 10:38:57 +01:00 |
Dave Townsend
|
5af6ddcfe6
|
Bug 753900: Encode extension ID and version in breakpad annotations. r=Unfocused
|
2012-07-27 10:53:09 -07:00 |
Randell Jesup
|
a16413dc4e
|
Bug 772570: untangle MOZ_WEBM from MOZ_VP8 so we can disable webm with webrtc enabled r=def r=ted
|
2012-07-27 13:13:43 -04:00 |
Nicolas Chaim Echeverria
|
120284ea1e
|
Bug 765351 - Add telemetry probe for startup I/O. r=taras
|
2012-07-27 13:14:15 -04:00 |
Vladan Djeric
|
6f003491a8
|
Bug 765351 - Undo previous commit with wrong author
|
2012-07-27 13:10:45 -04:00 |
Vladan Djeric
|
c76d131dfe
|
Bug 765351 - Add telemetry probe for startup I/O, r=taras
|
2012-07-27 13:08:43 -04:00 |
Rafael Ávila de Espíndola
|
af05052818
|
Bug 777913 - shutdown timings for multiple sessions are not recorded correctly. r=nfroyd.
|
2012-07-27 10:28:43 -04:00 |
Jim Mathies
|
418f74e87a
|
Bug 741741 - Enable headless crash reporting for metrofx. r=ted
|
2012-07-27 08:06:38 -05:00 |
David Rajchenbach-Teller
|
1ab1be7ee4
|
Bug 769312 - Adapt the rest of the code (Windows side). r=taras
|
2012-07-26 21:17:23 -04:00 |
David Rajchenbach-Teller
|
5d0b2d6b1b
|
Bug 769312 - Windows errors. r=taras
|
2012-07-26 21:17:22 -04:00 |
David Rajchenbach-Teller
|
50bd6a0512
|
Bug 769312 - Adapt the rest of the code (Unix side). r=taras
|
2012-07-26 21:17:22 -04:00 |
David Rajchenbach-Teller
|
0ad05c015f
|
Bug 769312 - Unix errors. r=taras
|
2012-07-26 21:17:22 -04:00 |
David Rajchenbach-Teller
|
d0b02a1f32
|
Bug 769312 - Shared code. r=yoric
--HG--
rename : toolkit/components/osfile/osfile_shared.jsm => toolkit/components/osfile/osfile_shared_allthreads.jsm
|
2012-07-26 21:17:22 -04:00 |
Michael Ratcliffe
|
b58c48f6a7
|
Bug 777355 - Move Console.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests.; r=rcampbell
--HG--
rename : browser/devtools/shared/Console.jsm => toolkit/devtools/Console.jsm
|
2012-07-25 18:34:34 +01:00 |
Paul Rouget
|
92497da492
|
merge fx-team to m-c
|
2012-07-25 15:07:40 -07:00 |
Ed Morley
|
ee7008ffd6
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-25 16:03:21 +01:00 |
Rob Campbell
|
57b7742cc4
|
Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=gavin
|
2012-07-24 15:02:10 -07:00 |
Michael Ratcliffe
|
e9befb9911
|
Bug 776518 - Move Require.jsm somewhere into toolkit to fix comm-central's busted XPCShell tests; r=rcampbell
--HG--
rename : browser/devtools/shared/Require.jsm => toolkit/devtools/Require.jsm
|
2012-07-24 12:08:30 +01:00 |
Ed Morley
|
250da72d98
|
Merge mozilla-central to fx-team
|
2012-07-24 11:31:54 +01:00 |
Atul Jangra
|
34359b2fa2
|
Bug 767236 - Part 2: Name all anonymous functions in content/extensions.js. r=Unfocused
|
2012-07-24 16:23:26 +12:00 |
Atul Jangra
|
4ac8558a73
|
Bug 767236 - Part 1: Name all anonymous functions in AddonRepository.jsm. r=Unfocused
|
2012-07-24 16:23:11 +12:00 |
Matt Brubeck
|
867c5f52a6
|
Back out fbdb3104c9e5, d2fe54ae00a8, d378362cbe01, fe623d60bea1 (bug 769254) on suspicion of causing Windows debug mochitest-plain-3 timeouts
|
2012-07-23 20:30:12 -07:00 |
Mike Hommey
|
3c8b48aa47
|
Bug 689184 part 2 - Use the program PT_DYNAMIC segment for the MD_LINUX_DSO_DEBUG stream. r=ted
|
2012-07-25 07:43:22 +02:00 |
Mike Hommey
|
07cfa89f84
|
Bug 689184 part 1 - Keep ELF auxiliary vectors values within LinuxDumper. r=ted
|
2012-07-25 07:43:22 +02:00 |
Jim Mathies
|
e8008cd15f
|
backout d89dd346ed8c CLOSED TREE
|
2012-07-24 17:00:43 -05:00 |
Jim Mathies
|
99222a4047
|
Bug 776918 - vc11 nullptr fix for nsParentalControlsServiceWin and dlldeps-xul. r=bbondy
|
2012-07-24 15:07:41 -05:00 |
David Zbarsky
|
318249425e
|
Bug 765364 - Remove unneeded function SyncChannelStatus r=mak77
|
2012-07-24 12:12:11 -07:00 |
Ryan VanderMeulen
|
bb2d75376a
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-07-22 12:19:17 -04:00 |
Tim Taubert
|
cfb93d0b64
|
merge m-c to fx-team
|
2012-07-22 10:38:00 +02:00 |
Mounir Lamouri
|
cd1309cad6
|
Bug 775408 - Rename nsIDocShell::SetIsBrowser() to SetIsBrowserElement(). r=jlebar
|
2012-07-21 17:39:41 -07:00 |
Ed Morley
|
da9334dcb0
|
Merge mozilla-central to mozilla-inbound
|
2012-07-24 17:39:24 +01:00 |
Ryan VanderMeulen
|
f46e1d75f3
|
Merge m-c to inbound.
|
2012-07-21 14:32:18 -04:00 |
Ryan VanderMeulen
|
f83e43c722
|
Backout 53d053772879, e68d8406541e, 1a18d1d71ddf, 705c22e17976, 73f73097fb1a, and 8b28f53415fe (bug 722995) due to frequent linux32 mochitest-other orange.
|
2012-07-21 14:29:50 -04:00 |
David Rajchenbach-Teller
|
2379c34c10
|
Bug 766194 - Testsuite for stat;r=taras
|
2012-07-21 19:48:45 +02:00 |
David Rajchenbach-Teller
|
089f3a45d9
|
Bug 766194 - Windows front-end;r=taras
|
2012-07-21 19:48:20 +02:00 |
David Rajchenbach-Teller
|
50ae11c1d5
|
Bug 766194 - Unix front-end definitions for stat;r=taras
|
2012-07-21 19:48:17 +02:00 |
David Rajchenbach-Teller
|
dfa2c9eae8
|
Bug 766194 - Windows back-end definitions for stat;r=taras
|
2012-07-21 19:46:39 +02:00 |