Gregory Szorc
|
ee16899cec
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Jonathan Watt
|
276bdfa251
|
Bug 695303 - Add a mozilla::clamped function to replace NS_CLAMP (so side affects of args are evaluated no more than once) and NS_MIN(max, NS_MAX(val, min)) (to make code clearer). r=bsmedberg.
|
2011-10-28 19:33:28 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Patrick McManus
|
678651841f
|
bug 686312 - websockets should not reject non character utf-8 sequence as invalid r=dbaron
|
2011-09-20 18:13:43 -04:00 |
|
Neil Rashbrook
|
5f1b6aa125
|
Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte
|
2011-09-15 08:40:17 +01:00 |
|
Neil Rashbrook
|
db562f7cb1
|
Backout of bug 611503 because Android has some weird string code
|
2011-09-14 21:14:57 +01:00 |
|
Neil Rashbrook
|
322b0d070f
|
Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte
|
2011-09-14 20:21:20 +01:00 |
|
Mike Hommey
|
ca1abf3f51
|
Bug 676252 part 1 - Don't use $(OBJ_SUFFIX) before including config.mk. r=ted
|
2011-08-29 07:34:02 +02:00 |
|
Kyle Huey
|
e6af73e3b6
|
Merge m-c to b-s.
|
2011-08-28 06:00:17 -04:00 |
|
Matt Woodrow
|
84d05e7b91
|
Bug 505115 - Part 15 - Add 4D Vectors, Quaternions and gfx3DMatrix functions. r=derf
|
2011-08-27 12:06:03 +12:00 |
|
Matheus Kerschbaum
|
7e40e234c5
|
Bug 680625 part 0b: Remove more workarounds for past century compilers. r=ted
|
2011-08-26 00:35:13 +01:00 |
|
Matheus Kerschbaum
|
44209e0bdf
|
Bug 678155 - Remove NS_COM. r=bsmedberg
|
2011-08-18 15:46:39 +02:00 |
|
Ginn Chen
|
989c0cbfef
|
Bug 674469 - Add -xarch=sse2 flag for *SSE2.cpp with Solaris Studio compiler. r=khuey.
|
2011-07-28 11:40:39 +08:00 |
|
Jeff Muizelaar
|
c3e62faaa6
|
Bug 592009. Fix AppendPrintf to support more than 31 characters. r=bsmedberg
We can use vsmprintf to have the formatting code do the allocation for us.
|
2011-08-25 10:43:49 -04:00 |
|
Ed Morley
|
e02f78569a
|
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
|
2011-06-25 16:06:02 +02:00 |
|
Ehsan Akhgari
|
f1ec9da779
|
Bug 656607 - Let the compiler do the pointer arithmetic, instead of manually performing it; r=sicking
|
2011-06-08 22:02:49 -04:00 |
|
Dominic Fandrey
|
532ec73933
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
|
Mats Palmgren
|
4a778c67c4
|
Bug 638112 - Assertion failure: chars[length] == jschar(0). r=dbaron
|
2011-05-11 11:46:59 +02:00 |
|
Tyler Downer
|
6796095d47
|
Bug 471588 - Remove String docs. r=dbaron DONTBUILD
|
2011-05-06 12:43:35 -07:00 |
|
Daniel Holbert
|
30e219ecea
|
Bug 624410: Add gcc-suggested parentheses in nsReadableUtils.cpp to silence build warning. r=dwitte
|
2011-03-29 08:47:53 -07:00 |
|
Justin Lebar
|
02a6d6af4a
|
Bug 592557 - Eliminate uses of PR_Atomic{Increment,Decrement} functions in favor of PR_ATOMIC_{INCREMENT,DECREMENT} macros. r=bsmedberg,gal
|
2011-03-28 15:58:49 -04:00 |
|
Justin Lebar
|
84b148d901
|
Bug 586698 - Add SSE versions of LossyConvertEncoding; r=tterribe,jst
|
2010-08-13 09:15:44 -07:00 |
|
Ehsan Akhgari
|
77f21c1de0
|
Merge cedar into mozilla-central
|
2011-03-25 14:21:07 -04:00 |
|
Mounir Lamouri
|
2bcd5b2f0d
|
Bug 636750 (1/4) - Add ToDouble to nsTString. r=bsmedberg
|
2011-03-25 12:13:59 +01:00 |
|
Rafael Ávila de Espíndola
|
6ac07872b4
|
Bug 623132 - Add constructor for nsCaseInsensitiveCStringComparator (which inherits from nsCStringComparator) to placate CLang; r=bsmedberg
|
2011-03-24 19:28:57 -04:00 |
|
Mats Palmgren
|
24d0ea454d
|
Bug 615147. r=dbaron a=blocking2.0:final
|
2011-01-14 01:22:26 +01:00 |
|
Boris Zbarsky
|
0cf06ba1e5
|
Bug 608914 part 1. Remove the nsString overloads of AppendInt and move AppendFloat up to nsAString. r=bsmedberg
|
2010-11-30 13:18:15 -05:00 |
|
Dave Townsend
|
aea25dc578
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Boris Zbarsky
|
798ef867c9
|
Bug 608914 part 1. Remove the nsString overloads of AppendInt and move AppendFloat up to nsAString. r=bsmedberg
|
2010-11-30 13:18:15 -05:00 |
|
Olli Pettay
|
b10f0ebbcd
|
Bug 600301 - Optimize ReplacePrep, r=benjamin, a=benjamin
|
2010-11-07 21:39:04 +02:00 |
|
Justin Lebar
|
93c8b7d9da
|
Bug 145975 - Implement nsCaseInsensitiveUTF8StringComparator r=smontagu
|
2010-08-31 18:03:40 -07:00 |
|
L. David Baron
|
040c8087ee
|
Add PR_STATIC_ASSERTs to check some assumptions. (Bug 584945) r=bsmedberg a2.0=tests
|
2010-08-11 12:32:53 -07:00 |
|
Boris Zbarsky
|
5be4772ff0
|
Bug 584299. Inline the string constructors and destructors again. r=bsmedberg
|
2010-08-06 20:46:51 -04:00 |
|
Mounir Lamouri
|
c317c7ae13
|
Bug 549475: Implement HTML5-specified value sanitization algorithm for HTMLInputElement. r=sicking,ehsan,bsmedberg sr=jst
|
2010-07-21 02:11:19 +02:00 |
|
Olli Pettay
|
c4d31556c8
|
Bug 577472 - Quickstub string handling shouldn't addref/release the string buffer, r=mrbkap
|
2010-07-19 13:34:23 +03:00 |
|
Mitchell Field
|
2575ec1f3c
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
|
2010-07-02 10:27:06 -04:00 |
|
Olli Pettay
|
e97c029e22
|
Bug 574089 - Optimize ::GetInnerHTML, r=jst
|
2010-06-26 23:39:56 +03:00 |
|
Michael Kohler
|
61fec64afe
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Jonas Sicking
|
48366287f1
|
Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg
|
2010-03-08 07:44:59 -08:00 |
|
Chris Jones
|
3a57955620
|
Bug 441324, part 4: Enable infallible operator new (leaving malloc fallible) in Gecko, and play well with the wince shunt. r=bsmedberg r=blassey r=vlad
|
2010-03-03 23:02:58 -06:00 |
|
Jonas Sicking
|
b0c93a1443
|
Bug 541245 part 4: Be consistent about prohibited characters such as 0xFFFE in UTF8<->UTF16 conversion code. r=smontagu
|
2010-02-23 09:38:10 -08:00 |
|
Jonas Sicking
|
68e3c4d160
|
Bug 541245 part 2: Make UTF8<->UTF16 comparison code consistent in the face of badly encoded strings. r=smontagu
|
2010-02-23 09:38:10 -08:00 |
|
Jonas Sicking
|
ded6d8d657
|
Bug 422868 part 1: Fix UTF8 <-> UTF16 conversion code to deal with all encoding errors consistently. r=smontagu
|
2010-02-23 09:38:10 -08:00 |
|
Neil Rashbrook
|
2971a0d980
|
Bug 538476 Allow ToInteger to take an nsresult* parameter to match the external string API r=bsmedberg
|
2010-01-08 23:43:50 +00:00 |
|
Jonas Sicking
|
7582856f31
|
Bug 526500: Fix bug in OOM handing for nsTSubstring::SetLength. Also change Capacity to return 0 rather than -1 for immutable strings to avoid similar surprises in the future. Finally Make SetCapacity return a boolean indicating success/failure to make it easier to check for oom handling. r=bsmedberg sr=dbaron
|
2009-11-18 17:14:29 -08:00 |
|
Neil Rashbrook
|
e006f779df
|
Bug 520366 AppendInt only handles 32 bit signed ints r=bsmedberg
|
2009-11-04 21:33:23 +00:00 |
|
Chris Jones
|
e2ae8bdb88
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Chris Jones
|
054774d2e1
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Benjamin Smedberg
|
4ec69e1eff
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|