Commit Graph

12372 Commits

Author SHA1 Message Date
Jared Wein
0fe187f956 Bug 776606 - Possible chrome-level JS injection attack with user portraits in the Social API. r=gavin 2012-07-30 19:28:23 -07:00
Ryan VanderMeulen
9ab78d95a2 Backout 83e0b185e888 (bug 778606) due to orange. 2012-07-30 20:14:29 -04:00
Gregory Szorc
c764c3fb08 Bug 776822 - Add missing dom Makefile's to toolkit-makefiles.sh; r=khuey 2012-07-30 16:13:51 -07:00
Gregory Szorc
f4f12afb39 Bug 778042 - Add missing Makefile's to allmakefiles and toolkit-makefiles.sh; r=khuey 2012-07-30 16:12:58 -07:00
Justin Dolske
fc2be5e9bc Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp 2012-07-30 16:02:05 -07:00
Jed Parsons
c654e841fd Bug 778002: Identity should use createInstance, not getService, to get an XHR. r=me 2012-07-30 15:14:30 -07:00
Aryeh Gregor
903f6c9c84 Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan 2012-07-27 16:59:29 +03:00
Ehsan Akhgari
b40b21d633 Merge the nullptr conversion from mozilla-central into mozilla-inbound 2012-07-30 10:28:15 -04:00
Aryeh Gregor
e806eeab4f Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Christian Holler
6998e56f0f Bug 776556 - Disable package signing when ASan is enabled 2012-07-30 13:58:34 +02:00
Aryeh Gregor
417223dce7 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
bcce1c96d2 Bug 777292 - Don't use |= on nsresult; r=ehsan 2012-07-27 17:03:08 +03:00
Richard Newman
46fa72685d Merge m-c to m-i. 2012-07-27 13:03:38 -07:00
Jeff Muizelaar
7b59b859b6 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
f2d9ce5c03 Merge mozilla-central to fx-team 2012-07-27 10:38:57 +01:00
Dave Townsend
f5fd283f55 Bug 753900: Encode extension ID and version in breakpad annotations. r=Unfocused 2012-07-27 10:53:09 -07:00
Randell Jesup
d8d05110db 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
cfbb256482 Bug 765351 - Add telemetry probe for startup I/O. r=taras 2012-07-27 13:14:15 -04:00
Vladan Djeric
1f3b5adfaf Bug 765351 - Undo previous commit with wrong author 2012-07-27 13:10:45 -04:00
Vladan Djeric
4524209823 Bug 765351 - Add telemetry probe for startup I/O, r=taras 2012-07-27 13:08:43 -04:00
Rafael Ávila de Espíndola
d9016b911c Bug 777913 - shutdown timings for multiple sessions are not recorded correctly. r=nfroyd. 2012-07-27 10:28:43 -04:00
Jim Mathies
d347812dd1 Bug 741741 - Enable headless crash reporting for metrofx. r=ted 2012-07-27 08:06:38 -05:00
David Rajchenbach-Teller
f242347755 Bug 769312 - Adapt the rest of the code (Windows side). r=taras 2012-07-26 21:17:23 -04:00
David Rajchenbach-Teller
f43c08edd6 Bug 769312 - Windows errors. r=taras 2012-07-26 21:17:22 -04:00
David Rajchenbach-Teller
2b1ddbc67b Bug 769312 - Adapt the rest of the code (Unix side). r=taras 2012-07-26 21:17:22 -04:00
David Rajchenbach-Teller
5c3d9966f8 Bug 769312 - Unix errors. r=taras 2012-07-26 21:17:22 -04:00
David Rajchenbach-Teller
fdf22aff3b 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
fe7022b757 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
27d1c69a4d merge fx-team to m-c 2012-07-25 15:07:40 -07:00
Ed Morley
d5c3f651e9 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-25 16:03:21 +01:00
Rob Campbell
d03e611eb5 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
a2cccfbb98 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
b38279790a Merge mozilla-central to fx-team 2012-07-24 11:31:54 +01:00
Atul Jangra
46d7815f75 Bug 767236 - Part 2: Name all anonymous functions in content/extensions.js. r=Unfocused 2012-07-24 16:23:26 +12:00
Atul Jangra
f71f53c33c Bug 767236 - Part 1: Name all anonymous functions in AddonRepository.jsm. r=Unfocused 2012-07-24 16:23:11 +12:00
Matt Brubeck
769c2e9252 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
73793249ec 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
1a1bbdb5dc Bug 689184 part 1 - Keep ELF auxiliary vectors values within LinuxDumper. r=ted 2012-07-25 07:43:22 +02:00
Jim Mathies
909d8c6a00 backout d89dd346ed8c CLOSED TREE 2012-07-24 17:00:43 -05:00
Jim Mathies
b59cd94a64 Bug 776918 - vc11 nullptr fix for nsParentalControlsServiceWin and dlldeps-xul. r=bbondy 2012-07-24 15:07:41 -05:00
David Zbarsky
14d595cb43 Bug 765364 - Remove unneeded function SyncChannelStatus r=mak77 2012-07-24 12:12:11 -07:00
Ryan VanderMeulen
78a09f8aa5 Merge the last PGO-green inbound changeset to m-c. 2012-07-22 12:19:17 -04:00
Tim Taubert
28b4f2606d merge m-c to fx-team 2012-07-22 10:38:00 +02:00
Mounir Lamouri
7935452e46 Bug 775408 - Rename nsIDocShell::SetIsBrowser() to SetIsBrowserElement(). r=jlebar 2012-07-21 17:39:41 -07:00
Ed Morley
7c9bdda29e Merge mozilla-central to mozilla-inbound 2012-07-24 17:39:24 +01:00
Ryan VanderMeulen
8fcf36c164 Merge m-c to inbound. 2012-07-21 14:32:18 -04:00
Ryan VanderMeulen
dabaa78a3b 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
ee2da2a08f Bug 766194 - Testsuite for stat;r=taras 2012-07-21 19:48:45 +02:00
David Rajchenbach-Teller
4008861129 Bug 766194 - Windows front-end;r=taras 2012-07-21 19:48:20 +02:00
David Rajchenbach-Teller
c62da8b482 Bug 766194 - Unix front-end definitions for stat;r=taras 2012-07-21 19:48:17 +02:00