Граф коммитов

10750 Коммитов

Автор SHA1 Сообщение Дата
Ehsan Akhgari eafa99c563 Bug 579517 - Part 6: Automated conversion of NSPR numeric types to stdint types in Gecko; r=mconley
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 "*/mozilla*" \
       ! -wholename "*ldap/sdks/c-sdk*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-tb-dbg*" \
       ! -wholename "obj-sm-dbg*" \
         -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 12:14:35 -04:00
info@dupondje.be 1a0180af79 Fix bug 784487 - calendar-multiget request is not correctly formatted (regression). r=philipp 2012-08-22 17:24:49 +02:00
Mark Banner 3104814510 Add TCPSocket.js/.manifest to packaged files to fix xpcshell bustage after bug 733573 landed in m-c. r+a=bustage-fix 2012-08-22 11:48:37 +01:00
Mark Banner 75d54ba424 Part of Bug 758326 - Port bug 481815 - Provide a Windows service to update applications without asking Administrator password - Additional work to port the changes to show correct UI for staging updates in the background. Staging updates is not yet enabled. r=sid0,ui-review=bwinton 2012-08-22 09:19:57 +01:00
Jan Beich a292d4c587 Bug 783571 - Link against libshellservice_s with Qt. r=mbanner 2012-08-21 19:46:15 -04:00
alta88 23981a7849 Bug 781871 - Tweak feeds last-modified logic to ensure downloads happen on subscription move/copy. r=mconley 2012-08-10 11:52:24 -06:00
Takanori MATSUURA 3ab97d16b0 Bug 775866 - Port |Bug 737006 - Use internal ply only if needed| to comm-central. r=mbanner 2012-08-21 19:46:15 -04:00
Takanori MATSUURA e104ce2b20 Bug 775865 - Port |Bug 728229 - Allow to build with system python ply library| to comm-central. r=mbanner 2012-08-21 19:46:15 -04:00
Richard Marti c3d12b8e46 Bug 580455 - Text of a selected message or folder isn't centered/aligned. r+ui-r=andreasn 2012-08-14 15:14:58 +02:00
Richard Marti 9b4afd8e3c Bug 464524 - List all tabs menupopup should use the favicons of the Tabs. r=mconley 2012-08-20 23:04:43 +02:00
Mike Conley 68a9750196 Bug 780200 - FillAttachmentListPopup() should be decoupled from attachmentMenuList. r=squib. 2012-08-21 15:50:20 -04:00
Richard Marti 9008949d0a Bug 650170 - Firefox-like Application Button/Menu for Thunderbird. r=mconley, ui-r=bwinton. 2012-08-21 18:11:56 +02:00
Kent James 23991fc597 bug 766685, Fix USE_STATIC_LIBS in calendar so it really works. r=Fallen,Standard8 2012-08-21 10:45:02 -07:00
Hiroyuki Ikezoe d6dc446759 Bug 744077 - Fix crash from use of PR_Free in ProcessBodyAsAttachment. Use delete[] instead of PR_Free for the memory alocatted with new. r=Standard8 2012-08-21 13:42:24 +01:00
Mark Banner 389a158bf2 Backout changeset 4cc9ac6460cf / bug 780425 due to unit test failures 2012-08-21 13:26:01 +01:00
Richard Marti 200c647e31 Bug 768919 - Refine the theme of chat messages, r=florian,mconley, ui-r=bwinton. 2012-08-21 11:52:33 +02:00
Philip Chee fd095318fb Bug 784060 Port Bug 768568 to SeaMonkey f=sgautherie r=Neil. 2012-08-21 16:22:34 +08:00
Philip Chee 26f4bc1651 Bug 784041 TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/suite/browser/test/browser_bug413915.js | Exception thrown at chrome://mochitests/content/browser/suite/browser/test/browser_bug413915.js:7 - TypeError: secman.getCodebasePrincipal is not a function r=sgautherie. 2012-08-21 16:22:30 +08:00
Jim Porter 67db9932dd Bug 780425 - Add Aero theming to attachment lists 2012-08-21 03:07:15 -05:00
Hiroyuki Ikezoe da9b9907c5 Bug 776821 - Remove a duplicate nsIMsgMailNewsUrl.UnRegisterListener. r=bienvenu 2012-08-20 16:59:14 -04:00
Thomas Schmid 967b0e1adc Bug 773437 - Tabmail needs a 'unregisterTabType' method. r=mconley 2012-08-15 21:06:09 +02:00
Hiroyuki Ikezoe 7192536c36 Bug 764637 - nsIMsgHeaderParser.parseHeadersWithArray returns NS_ERROR_FAILURE if msg_parse_Header_addresses fails. r=mbanner 2012-08-20 16:59:14 -04:00
Richard Marti 2907db9142 Bug 764054 - Visually distinguish / separate menu bar and toolbar. r+ui-r=andreasn 2012-08-13 14:44:19 +02:00
Richard Marti e6104adc06 Bug 761717 - Right Indent button looks like the Left Indent button in the Compose window. r+ui-r=andreasn 2012-08-13 21:03:14 +02:00
Philipp Kewisch 045fb95197 Fix bug 781771 - DESCRIPTION of ALARM component resets to "Mozilla Standardbeschreibung" in Lightning via CalDAV. r=mmecca
--HG--
extra : rebase_source : 616ca834dd45184baab8ed200704837d99f811ef
2012-08-20 22:12:45 +02:00
Axel Grude 7aeb5781d4 Bug 778114: Move notification sound preference check so that sound plays for new IM messages when new mail sound is disabled. r=irving 2012-08-20 15:52:19 -04:00
Magnus Melin 4a34c1b459 [Bug 761654] "Always load remote content from [address]" link in the preview pane is failing. r=mconley, r=IanN 2012-08-20 22:49:30 +03:00
Nomis101 840543c05b Bug 711750 - Implement a fullscreen arrow for some windows in Thunderbird for 10.7 and above. r=bwinton. 2012-08-19 11:43:00 +02:00
Evan Stratford 9297e3de2b Bug 600798 - Implement unit tests for importing vcards and csv files into address book. Patch originally by Evan Stratford for bug 79709, updated by Standard8 now that blocking issues are resolved. r=mconley. 2012-08-20 16:24:11 +01:00
Irving Reid 3376d7768c Bug 482811: Work around hang by disabling slow script warning for chrome scrips on Mac, r=standard8 2012-08-20 11:34:59 -04:00
Joshua Cranmer 2bfcb427ab Bug 783479 - Crash in nsNNTPProtocol::ProcessProtocolState. r=Neil 2012-08-17 15:36:49 -05:00
Philip Chee 4e572570ae Bug 783510 Package ColorAnalyzer.js r=sgautherie.
Fixes (TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/toolkit/components/places/tests/browser/browser_colorAnalyzer.js | Exception thrown - [Exception... "Component returned failure code: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE) [nsIJSCID.getService]"  nsresult: "0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)"  location: "JS frame :: chrome://mochitests/content/browser/toolkit/components/places/tests/browser/browser_colorAnalyzer.js :: <TOP_LEVEL> :: line 10"  data: no])
2012-08-18 18:26:34 +08:00
seabld 091a92cf11 Automated blocklist update from host sea-vm-linux32-6 - CLOSED TREE a=blocklist-update 2012-08-18 03:06:06 -07:00
tbirdbld f46f5e1fbb Automated blocklist update from host linux-ix-slave37 2012-08-18 03:03:16 -07:00
Jim Porter 00ff51bad4 Bug 779736 - FormatFileSize fails for sizes >999.5 GB; r=standard8 2012-08-18 03:01:55 -05:00
aceman 5554159338 Bug 783457 - Use realhostname instead of hostname in about:support account/server list. r=mconley 2012-08-17 20:38:24 -04:00
ABE Hiroki a5efcf8271 Bug 778393 - Set CC, CXX to absolute path in mdimporter. r=mbanner 2012-08-17 20:37:35 -04:00
Magnus Melin ed1d4e4848 Bug 780976 - linux external api builds broken (hidden symbol `MOZ_Z_inflate' isn't defined) since bug 763651. r=neil 2012-08-17 22:27:55 +03:00
Mike Conley 120eb0c3b5 Re-landing Bug 783022 - After initial message, IM conversations are not indexed on Windows until restart. r=asuth. 2012-08-17 14:05:39 -04:00
Philip Chee 8d9f7821b2 Bug 782516 [tabbrowser.xml] onLocationChange: aRequest can be null for an error page r=Neil. 2012-08-18 01:03:00 +08:00
Mike Conley b80757c6aa Backing out patch for bug 783022 (9a13835a35c7) until indexing problem is resolved. 2012-08-17 10:08:46 -04:00
Aryeh Gregor 2fa31cf22b Bug 779130 - Fix one more bad constant type; r=irving
--HG--
extra : rebase_source : 227825a67e0baa70bf9644bdce6e311b61a5d015
2012-08-16 15:27:54 +03:00
Aryeh Gregor df608b1d25 Bug 779130 - Make more nsSmtpProtocol methods return nsresult; r=irving
--HG--
extra : rebase_source : 09ec972dc3d745e62be9ade23f6df138d13ec7de
2012-08-16 15:27:49 +03:00
Aryeh Gregor 50cc8d1b03 Bug 779130 - Change types away from nsresult; r=irving
--HG--
extra : rebase_source : 425aef7f472b9414c2f260cca8195d521a498497
2012-08-07 18:58:04 +03:00
Aryeh Gregor 9722e8c1a8 Bug 779130 - Add lots of static_cast<nsresult>; r=standard8
--HG--
extra : rebase_source : db8cc7fb712739951d0a899edf67cfc345286078
2012-08-06 18:49:44 +03:00
Aryeh Gregor cf03463aec Bug 779130 - Change types to nsresult; r=irving
--HG--
extra : rebase_source : 36b72a7b0c728b32503c3bdcec3c6cc01b03911f
2012-08-06 17:44:14 +03:00
Aryeh Gregor 319ab06f06 Bug 779130 - Fix nsresult |=; r=irving
--HG--
extra : rebase_source : 5e0cbadf50b26f05a6556d4a4a6d1dc0e01e70ec
2012-08-06 17:44:14 +03:00
Aryeh Gregor a000b65194 Bug 779130 - Fix type of constants; r=irving
--HG--
extra : rebase_source : d2e2dcfd287446fa3d3e6e6dd877a6b851cccc33
2012-08-06 17:44:08 +03:00
Mark Banner 13ac5f130a Final part of bug 781446 - Port bug 742795 - autogenerate autoconf.mk. r=KaiRo 2012-08-17 08:56:58 +01:00
Mark Banner 2e40a34772 Part of Bug 781446 - Port bug 763987 - normalise autoconf.mk.in. r=KaiRo 2012-08-17 08:56:29 +01:00