Commit Graph

277550 Commits

Author SHA1 Message Date
Jim Mathies
96d00b1d93 backout ec8ca13b54cb CLOSED TREE 2012-07-24 17:00:22 -05:00
Jim Mathies
dc068d8c44 Bug 776914 - vc11 nullptr fix for nsProfileLock. r=bbondy 2012-07-24 15:07:41 -05:00
Jim Mathies
86123a6486 Bug 776912 - vc11 nullptr fix for DocAccessible. r=dbolter 2012-07-24 15:07:41 -05:00
Jim Mathies
635260737a Bug 776902 - vc11 nullptr fix for nsFilePicker. r=bbondy 2012-07-24 15:07:41 -05:00
Jim Mathies
e0afc045d4 Bug 776898 - vc11 nullptr fix for PluginInstanceParent. r=ehsan 2012-07-24 15:07:41 -05:00
Jim Mathies
855e96526b Bug 776876 - vc11 nullptr fix for GLContextProviderEGL. r=joe 2012-07-24 15:07:18 -05:00
Jim Mathies
5c0432e392 Bug 776871 - since compiler checks are skipped in Windows builds, add HAVE_NULLPTR manually in configure. r=ehsan 2012-07-24 12:36:45 -05:00
Kyle Machulis
cc4412e3d5 Bug 776745 - [b2g-bluetooth] Crash in bluetooth discovery due to initializer buried in NS_ASSERTION; r=anygregor 2012-07-24 13:05:04 -07:00
David Zbarsky
318249425e Bug 765364 - Remove unneeded function SyncChannelStatus r=mak77 2012-07-24 12:12:11 -07:00
David Zbarsky
be1773d24a Remove trailing semicolons in GeckoContentController, no bug, r=dRdR 2012-07-24 12:12:11 -07:00
Matt Brubeck
6d50a3115d Back out 08a1e103ec0d and efeaf7b68f58 (bug 716643, bug 741738) because of test failures 2012-07-24 12:09:06 -07:00
Siddharth Agarwal
67460fb16d Bug 770141 - xpcom/tests/windows/TestRegistrationOrder.cpp fails with pymake because of a design failure with command lines on Win32. Sidestep the issue by doing it in C++ instead of the shell. r=bsmedberg
--HG--
extra : rebase_source : 29e9960ebce6882b56941de16be017f6ae0f97fe
2012-07-25 00:29:46 +05:30
Chris Jones
94c70c8ab5 Bug 776217: Support gecko-implemented screen rotation with omtc. r=roc 2012-07-24 12:01:09 -07:00
Doug Turner
73f2760200 Bug 774368 - Clear all globals during unload to avoid intermittent test_basic.html exception (can't access dead object at :0). r=jlebar 2012-07-23 09:52:05 -07:00
Ehsan Akhgari
6ec98d34f3 Backout changeset 02627fecb3e2 (bug 776742) because of build bustage 2012-07-24 14:33:17 -04:00
Nathan Froyd
e1ccd4902c Bug 776979 - consolidate InitWithFuncCallback calls into nsTimeout::InitTimer; r=bz 2012-07-24 13:50:45 -04:00
Gregor Wagner
48bb60b4c6 Bug 776764 - Allow permissionDB parent directory to not be the default profile directory. r=fabrice 2012-07-24 11:22:14 -07:00
Benjamin Peterson
b4f0c450b3 Bug 776314 - Stub out genexp toSource. r=luke 2012-07-24 11:19:18 -07:00
Benjamin Peterson
da8f1d7883 Bug 776314 - Add a script flag indicating if the script is a generator expression. r=luke 2012-07-24 11:19:08 -07:00
Marshall Culpepper
045def7da0 Bug 776742: ANativeWindow::cancelBuffer now points to a no-op function, fixing a process exit segfault in the emulator. r=cjones
--HG--
rename : js/xpconnect/tests/browser/Makefile.in => js/xpconnect/tests/Makefile.in
extra : rebase_source : c64b24e31419dfe9c9f81c572e801aa87d5df721
2012-07-24 13:07:15 -05:00
Gregory Szorc
96140f4c0f Bug 776805 - Remove unused NO_GEN_XPT from rules.mk; r=glandium 2012-07-24 10:57:13 -07:00
Kartikaya Gupta
3064ab13f0 Bug 776702 - Remove unnecessary BitmapDrawable instance creation. r=cpeterson 2012-07-24 13:31:51 -04:00
Benoit Girard
916691bb6f Bug 774978 - Profiler saving restored to /sdcard because most appfolder are read protected. r=glandium 2012-07-24 13:29:59 -04:00
Tim Abraldes
a4225a298a bug 773865. Setting env var MOZ_WINCONSOLE now causes MOZ_WINCONSOLE to be defined for the preprocessor as well. windbgdlg no longer fails to build when MOZ_WINCONSOLE env var has been set to 1. r=ted 2012-07-24 10:04:04 -07:00
Tim Abraldes
5209a1855d bug 762310. Use MultiByteToWideChar instead of NS_ConvertUTF8toUTF16 (which can't be called before XPCOM is loaded), generate the output message before converting it (so all parts of it get converted). r=jimm 2012-07-24 10:04:03 -07:00
Kartikaya Gupta
d9ec93c4f8 Bug 773431 - Ensure we grab touchstart events in capture mode since content can kill it before it bubbles. r=wesj 2012-07-24 12:53:47 -04:00
Parth Mudgal
e4a73a5b36 Bug 753021 - Favicon shortcuts should be centered with a white background. r=bbondy 2012-07-21 16:07:30 -04:00
Parth Mudgal
fd4922cae8 Bug 110894 - Use favicons on webpage shortcuts in Windows. r=bbondy 2012-07-21 16:07:26 -04:00
Ed Morley
da9334dcb0 Merge mozilla-central to mozilla-inbound 2012-07-24 17:39:24 +01:00
Vivien Nicolas
03b9046ec3 Bug 776792 - Fire an Activity for application/pdf document. r=gal 2012-07-24 18:34:12 +02:00
Tim Taubert
de8e8d66a7 merge m-c to fx-team 2012-07-24 18:24:41 +02:00
Siddharth Agarwal
1f2416e756 Bustage fix from bug 769908 - remove trailing whitespace after a backslash 2012-07-24 18:58:51 +05:30
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
Matt Brubeck
90029e0bf6 Back out f4f5189b1d0c, 3b4f0606c547, b8a5a1ab8a5f, 5078933d6954, 7e0260c45de9 (bug 768440, bug 755084, bug 706179) because of reftest failures 2012-07-23 20:25:51 -07:00
Andrew Benton
ca978c44cc Bug 774060 - Compiling Firefox fails --with-system-libvpx when using libvpx 1.1 or later. r=tterribe 2012-07-24 11:57:47 +09:00
Makoto Kato
09b5cb509a Bug 776447 - layout/xul/base/src/nsSliderFrame.cpp(595) : warning C4305: 'return' : truncation from 'nsresult' to 'bool'. r=enndeakin 2012-07-24 11:57:22 +09:00
Makoto Kato
3f83db3a16 Bug 776488 - content/base/src/nsFrameLoader.cpp(1987) : warning C4305: 'return' : truncation from 'nsresult' to 'bool'. r=jlebar 2012-07-24 11:56:50 +09:00
Miles Sandlar
2f9a2a81c5 Bug 772228 - Fix: Searchbox is no longer cutoff when resizing the window to be too small in Panorama; r=ttaubert 2012-07-23 12:13:04 -04:00
Ryan VanderMeulen
dca08c3a1c Merge the last PGO-green inbound changeset to m-c. 2012-07-22 22:01:57 -04:00
Jason Duell
9a9096c83f Bug 775861 - e10s: propagate appId and isInBrowserElement from child to parent process r=jdm 2012-07-22 15:35:33 -07:00
Jason Duell
7f7428d402 Bug 775119 - e10s: implement nsILoadContext in ParentChannels, remove PrivateBrowsingConsumer r=jdm 2012-07-22 15:35:33 -07:00
Benjamin Peterson
323dca3e0d Bug 776389 - Find the source of scripts from the subscript loader correctly. r=bz 2012-07-22 15:14:47 -07:00
Doug Sherk
a0dd3b1be3 Bug 776203: Add virtual dtor to GeckoContentController r=gal 2012-07-22 13:37:13 -07:00
David Zbarsky
12e8125ee7 Bug 776108 - Fix undefined behavior due to deleting forward declared pointer r=bent 2012-07-22 13:37:10 -07:00
David Zbarsky
48dac6fa71 merge 2012-07-22 13:35:34 -07:00
Ryan VanderMeulen
4a7a1fccac Merge the last PGO-green inbound changeset to m-c. 2012-07-22 15:42:39 -04:00
Ryan VanderMeulen
bb2d75376a Merge the last PGO-green inbound changeset to m-c. 2012-07-22 12:19:17 -04:00