Ehsan Akhgari
|
497f06f2c6
|
Backed out changeset 70baa7e07838 (bug 833915) since one day has passed
|
2013-01-24 11:12:24 -05:00 |
|
Ehsan Akhgari
|
ea3a2d23b4
|
Bug 833915 - Turn off PGO and LTCG on Windows Nightly for one day; r=glandium
|
2013-01-23 16:13:50 -05:00 |
|
Mats Palmgren
|
6658e940ed
|
Bug 827070. r=smontagu
|
2013-01-20 13:40:09 +01:00 |
|
Mats Palmgren
|
b7ae90666d
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Masatoshi Kimura
|
8395e84bbf
|
Bug 830112 - Remove prtypes.h from intl/ and some other cleanups. r=smontagu
|
2013-01-14 03:06:28 +09:00 |
|
Trevor Saunders
|
cd9ce5e64f
|
no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type
|
2013-01-11 04:43:29 -05:00 |
|
Ehsan Akhgari
|
4ad1b6649d
|
Backed out changeset 66a7359f9be2 (bug 791546) because it broke the build
|
2013-01-03 18:36:16 -05:00 |
|
Shriram Kunchanapalli
|
25d2ca6bd4
|
Bug 791546: Removes nsCRT::strcmp(const PRUnichar* s) from nsCRT.h and replaces it occurrences with NS_strcmp; r=bsmedberg
|
2012-12-24 08:47:18 +05:30 |
|
Nicholas Nethercote
|
07f3675849
|
Bug 825818 - Fix six -Wlogical-op-parentheses warnings in nsUTF8ToUnicode.cpp. r=emk.
--HG--
extra : rebase_source : 6c4a9683a5cb2f7db30791dce21fbe6a118d14c1
|
2013-01-02 14:38:00 -08:00 |
|
Masatoshi Kimura
|
335edcbf26
|
Bug 805374 - Remove UTF-16 family from Character Encoding menu. r=smontagu
|
2012-12-16 19:54:58 -05:00 |
|
Ting-Yuan Huang
|
8b51d4f17e
|
Bug 815473 - Replace runtime computed gUnicodeToGBKTable by constants. r=smontagu
|
2012-12-16 19:20:01 -05:00 |
|
Makoto Kato
|
f27b6cf373
|
Bug 820255 - U+205F (MEDIUM MATHEMATICAL SPACE) and U+1680 (OGHAM SPACE MARK) should break line. r=masayuki
|
2012-12-12 16:00:23 +09:00 |
|
Masatoshi Kimura
|
ca51d6a175
|
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
|
2012-12-10 09:11:15 -05:00 |
|
Masatoshi Kimura
|
eb93708d4a
|
Bug 638379 - Part 1: Implement kOnError_Recover to the UTF-8 decoder. r=smontagu
|
2012-12-10 09:10:28 -05:00 |
|
Trevor Saunders
|
4a0bc291e4
|
reland the part of bug 801466 backed out in 02a65951d77d since it wasn't at fault
|
2012-12-10 03:19:02 -05:00 |
|
Trevor Saunders
|
17c2a8b448
|
partially backout c0715c079f1e bug 801466 part 4 to se if it fixes top crashes
|
2012-12-08 05:50:11 -05:00 |
|
Trevor Saunders
|
10534070ec
|
bug 801466 - remove some usage of prmem in intl/ and network/ r=jduell
|
2012-12-04 18:04:39 -05:00 |
|
Ed Morley
|
d8c96a3117
|
Backout 3d411a8554e0 (bug 801466) for build failures
|
2012-12-04 23:34:40 +00:00 |
|
Trevor Saunders
|
b18a99578e
|
[PATCH] bug 801466 - remove some usage of prmem in intl/ and
From 9dadb8c05ecddfe60c415c1ff62627e998148c77 Mon Sep 17 00:00:00 2001
network/ r=jduell
---
intl/strres/src/nsStringBundle.cpp | 2 --
intl/uconv/src/nsConverterInputStream.cpp | 8 +++---
intl/uconv/src/nsConverterInputStream.h | 6 +++--
netwerk/base/public/nsReadLine.h | 38 +++-------------------------
netwerk/base/src/nsFileStreams.cpp | 9 +++----
netwerk/base/src/nsFileStreams.h | 3 ++-
netwerk/base/src/nsSerializationHelper.cpp | 31 +++++------------------
netwerk/base/src/nsSocketTransport2.cpp | 1 -
netwerk/cache/nsCacheMetaData.cpp | 3 +--
netwerk/cache/nsCacheMetaData.h | 3 ++-
netwerk/protocol/data/nsDataChannel.cpp | 24 +++++++-----------
11 files changed, 36 insertions(+), 92 deletions(-)
|
2012-12-04 18:04:39 -05:00 |
|
Masatoshi Kimura
|
bc4214f5b8
|
Bug 782412 - Part 4: Implement inputErrorBehavior. r=smontagu
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
3adf953533
|
Bug 782412 - Part 3: Improve the BOM handling. r=smontagu
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
37649b3c1d
|
Bug 782412 - Part 2: Return NS_OK_UDEC_MOREINPUT and NS_OK_UDEC_MOREOUTPUT as appropriate. r=smontagu
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
0e92bf57ec
|
Bug 782412 - Part 1: Rename UCS2BE to UTF16. r=smontagu
--HG--
rename : intl/uconv/ucvlatin/nsUCS2BEToUnicode.cpp => intl/uconv/ucvlatin/nsUTF16ToUnicode.cpp
rename : intl/uconv/ucvlatin/nsUCS2BEToUnicode.h => intl/uconv/ucvlatin/nsUTF16ToUnicode.h
rename : intl/uconv/ucvlatin/nsUnicodeToUCS2BE.cpp => intl/uconv/ucvlatin/nsUnicodeToUTF16.cpp
rename : intl/uconv/ucvlatin/nsUnicodeToUCS2BE.h => intl/uconv/ucvlatin/nsUnicodeToUTF16.h
|
2012-11-26 20:38:20 -05:00 |
|
Masatoshi Kimura
|
cd71c36381
|
Bug 746900 - Implement "Best Practices for Using U+FFFD" from the Unicode standard. r=smontagu
|
2012-11-26 20:38:19 -05:00 |
|
Simon Montagu
|
67dce8245a
|
Fix an error in the UTF-8 state machine table, and clean up the table generally. Bug 811363, r=jfkthame.
|
2012-11-16 11:33:15 -08:00 |
|
Masatoshi Kimura
|
a87ade4d88
|
Bug 562091 - Remove the EUC-KR conveter and rename x-windows-949 to EUC-KR. r=smontagu
|
2012-11-13 18:58:48 -05:00 |
|
Jonathan Kew
|
f19b7d1e06
|
bug 774560 pt 1 - add Unicode full-width character mapping data. r=smontagu
|
2012-11-09 09:43:48 +00:00 |
|
Nathan Froyd
|
00a99ee384
|
Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu
|
2012-11-01 10:03:41 -04:00 |
|
Ms2ger
|
3345abbb79
|
Bug 809756 - Backout bug 803665, bug 803668, bug 803666 and bug 803669 on a CLOSED TREE.
|
2012-11-08 09:20:25 +01:00 |
|
Nathan Froyd
|
86bc3a7d69
|
Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu
|
2012-11-01 10:03:41 -04:00 |
|
Nathan Froyd
|
24b0d73288
|
Backout 57d8f6cd245a (bug 803669), fb673c95d56b (bug 803665), 24d8e0cb73f2 (bug 803665), ac46bd0d9fba (bug 803669), c9c67b62799b (bug 803666), b3314c0ddaac (bug 803668) for debug build test failures
|
2012-10-31 13:23:17 -04:00 |
|
Kyle Huey
|
0469a02b25
|
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 |
|
Nathan Froyd
|
0636a640a0
|
Bug 803668 - convert string bundle caches to use mozilla::LinkedList; r=smontagu
|
2012-10-19 12:24:38 -04:00 |
|
Vicamo Yang
|
a78b5b38c7
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
9a3674d80a
|
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
|
4144129728
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
50b5d3f681
|
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 |
|
Jacek Szpot
|
761b11160f
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Daniel Holbert
|
4156af1980
|
Bug 805456 - Remove useless check that an unsigned value is >= 0 to fix a build warning. r=masayuki
|
2012-10-25 17:43:25 -04:00 |
|
Ehsan Akhgari
|
8e702f60c5
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
f3c0ac7a23
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Jacek Szpot
|
44556605ef
|
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
|
2012-10-23 13:29:06 +02:00 |
|
Ehsan Akhgari
|
2c1575558e
|
Backout changeset 788a51ef6221 (bug 800106) because of Windows XP Kraken regression
|
2012-10-22 16:44:09 -04:00 |
|
Jacek Szpot
|
057be630c0
|
Bug 800106: replace some NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINEs; r=ehsan
|
2012-10-19 10:33:33 +02:00 |
|
Isaac Aggrey
|
c984edf823
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
|
Simon Montagu
|
3c2ba54c18
|
Fix off-by-one error in conversion pointers. Bug 801681, r=emk
|
2012-10-18 16:35:04 +02:00 |
|
Ehsan Akhgari
|
16f73f960a
|
Merge mozilla-central into mozilla-inbound
|
2012-10-17 13:03:16 -04:00 |
|
Neil Rashbrook
|
fbc5bc3c9d
|
Bug 797385 Followup to blacklist the ibm864 converter in SeaMonkey Composer too r=smontagu
DONTBUILD because it only affects SeaMonkey
|
2012-10-17 09:47:46 +01:00 |
|
Aryeh Gregor
|
9582ec9bf0
|
Bug 802069 - Make "macintosh" the canonical name of its encoding, not "x-mac-roman"; r=smontagu
--HG--
rename : intl/uconv/tests/unit/test_decode_x_mac_roman.js => intl/uconv/tests/unit/test_decode_macintosh.js
rename : intl/uconv/tests/unit/test_encode_x_mac_roman.js => intl/uconv/tests/unit/test_encode_macintosh.js
|
2012-10-17 12:15:23 +02:00 |
|
Aryeh Gregor
|
2610ad061f
|
Bug 802059 - Implement labels for existing encodings from the encoding spec; r=smontagu
|
2012-10-16 17:34:07 +02:00 |
|