Kyle Huey
|
45adfbf2c8
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
e6e6deb486
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
7457de64ad
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
a7bb0ec116
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
dd0cfd935a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Brian R. Bondy
|
58c0dfb213
|
Bug 796038 - Default browser prompt shows even after setting defaults for Firefox from control panel. r=jimm
|
2012-10-05 10:17:30 -04:00 |
|
Josh Matthews
|
f56c4d461a
|
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
|
2012-10-04 15:07:51 -04:00 |
|
Ryan VanderMeulen
|
d3510ae5f7
|
Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE.
|
2012-10-04 19:34:19 -04:00 |
|
Josh Matthews
|
fe1c85126f
|
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
|
2012-10-04 15:07:51 -04:00 |
|
Brian R. Bondy
|
5561bd7c3c
|
Bug 791019 - New parameter for checking all defaults for win32. r=jimm
|
2012-09-21 10:05:24 -04:00 |
|
Brian R. Bondy
|
e4011ebab4
|
Bug 791019 - New parameter for is default browser for non Windows platforms. r=jimm
|
2012-09-21 10:05:24 -04:00 |
|
Brian R. Bondy
|
8a668ea855
|
Bug 791019 - Test update due to Win8 changes for default browser. r=felipe
|
2012-09-21 10:05:24 -04:00 |
|
Brian R. Bondy
|
fc648c6a54
|
Bug 791019 - Default browser check interface change for review comments. r=felipe
|
2012-09-21 10:05:24 -04:00 |
|
Aryeh Gregor
|
e840991a39
|
Bug 783523 - Fix platform-specific nsresult misuse; r=ehsan,tbsaunde,smaug
|
2012-08-16 14:58:11 +03:00 |
|
Randell Jesup
|
29ac5c0b8c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Brian R. Bondy
|
0205a74689
|
Bug 770911 - Remove all prefetch clearing code. r=taras.
|
2012-08-02 10:50:29 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Ehsan Akhgari
|
dfc6e33840
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (gnome parts); blanket-r=bzbarsky
--HG--
extra : rebase_source : 54d5440012e3c8b1c2f84c176bf02e5f8a0ed604
|
2012-07-23 17:24:03 -04:00 |
|
Brian R. Bondy
|
e514ef6648
|
Bug 770899 - Prefetch clearing should be repurposed to delete 0 sized read only .pf files only. r=taras
|
2012-07-09 19:00:03 -04:00 |
|
Brian R. Bondy
|
843b3181ac
|
Bug 773105 - r=rstrong
|
2012-07-11 21:48:20 -04:00 |
|
Nathan Froyd
|
5b30baa4c3
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Brian R. Bondy
|
7674d6cc3e
|
Bug 770883 - Disable functionality for clearing prefetch. r=taras
|
2012-07-06 07:41:41 -04:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Brian R. Bondy
|
e67fc15d7f
|
Bug 758463 - Windows XP does not clear prefetch on updates. r=jimm
|
2012-06-15 10:37:55 -04:00 |
|
Brian R. Bondy
|
213b7d2958
|
Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm
|
2012-06-14 22:19:39 -04:00 |
|
Brian R. Bondy
|
a6c8a636a0
|
Bug 760680 - Update shell integration default browser check for Windows 8. r=jimm
|
2012-06-08 09:19:01 -04:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Brian R. Bondy
|
320da14df6
|
Bug 756846 - Increase timeout to 3 minutes for prefetch clearing. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Brian R. Bondy
|
869d0f838f
|
Bug 692255 - Get rid of prefetch files on Windows for faster startup. r=rstrong
|
2012-05-27 22:40:48 -04:00 |
|
Jim Mathies
|
f4bf6429ef
|
Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted
|
2012-05-21 16:31:03 -05:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Wolfgang Rosenauer
|
5e627e354b
|
Bug 526717 - remove non-working "Set as desktop background" from the UI for unsupported desktops. r=gavin
|
2012-04-02 22:43:12 +02:00 |
|
Jacek Caban
|
60aa9ce430
|
Bug 739919 - browser/components/build fails to link on mingw r=jimm
|
2012-03-30 13:33:06 +02:00 |
|
Robert Strong
|
ec6279523d
|
Bug 491947 - Disable DDE shell integration. r=jmathies
|
2012-03-26 12:45:29 -07:00 |
|
Mark Capella
|
7c9075ff14
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Panagiotis Koutsourakis
|
583eb38038
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Ian Moody
|
2559c268b0
|
Bug 662324 - Add "Fill" and "Fit" position support for "Set As Desktop Background...". r=gavin
|
2012-02-01 11:37:55 +01:00 |
|
Gavin Sharp
|
367f1197cc
|
Bug 719538: make nsWindowsShellService use nsIWindowsRegKey, r=jmathies
|
2012-01-19 11:44:27 -08:00 |
|
Karl Tomlinson
|
ff6cb2a6f0
|
b=716424 remove unused string kDocumentIconPath r=roc
--HG--
extra : transplant_source : %A6%C1%DE%A1%D9%28%7E9%00J%BEB%95/q%3FL%B0_%0C
|
2012-01-09 17:58:42 +13:00 |
|
Dão Gottwald
|
60c36e7c46
|
Bug 713829 - Remove unused brandFullName string in nsGNOMEShellService::SetDefaultBrowser. r=karlt
|
2011-12-29 12:33:39 +01:00 |
|
Makoto Kato
|
92db14035f
|
Bug 693227 - Remove nsIWindowsShellService.unreadMailCount. r=jimm
|
2011-11-14 05:56:03 +01:00 |
|
Marco Bonardo
|
8c72c90eb0
|
Merge mozilla-central and mozilla-inbound
|
2011-11-11 11:09:58 +01:00 |
|
Ed Morley
|
fddedbce14
|
Merge m-c to b-s.
|
2011-11-08 23:18:09 +00:00 |
|
Gregory Szorc
|
de5e3e4887
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Ed Morley
|
7bc582f20f
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
8a56fd9db2
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Jim Mathies
|
ca8499281a
|
Bug 577867 - Update installer to use new city hash taskbar registration ids. r=rstrong
|
2011-11-03 09:39:51 -05:00 |
|
Oonishi Atsushi
|
5db5ec8f54
|
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
|
2011-11-10 15:01:11 +01:00 |
|