Andreas Gal
|
9ae4f39d64
|
Don't demote dmod to imod since there is no case that is guaranteed to produce valid integer results for all inputs (456540, r=danderson).
|
2008-09-23 12:21:15 -07:00 |
|
Markus Stange
|
3f9b2f54c1
|
bug 447999 - test_punycodeURIs.js fails on (SeaMonkey and Thunderbird) Mac 10.4 tinderbox, don't run test on 10.4, based on a comment by bz, r=ted
|
2008-09-23 21:18:57 +02:00 |
|
Doug Turner
|
0092e83dc7
|
Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). New File. r=blassey
|
2008-09-23 11:26:49 -07:00 |
|
Doug Turner
|
b17a29abdd
|
Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). r=blassey
|
2008-09-23 11:06:36 -07:00 |
|
Doug Turner
|
78944ebcd0
|
Bug 456489 - WinCE Compiler keyword interface used in mozStorageRow.cpp. patch by wolfe, r=sdwilsh
|
2008-09-23 11:03:48 -07:00 |
|
Doug Turner
|
532a8f794c
|
Bug 456471 - mozIStorageError IDL file needs ERROR undefined for WinCE / WinMobile. patch by wolfe, r=sdwilsh
|
2008-09-23 11:02:55 -07:00 |
|
Doug Turner
|
368e1aa2d8
|
Bug 455374 - WinCE JS DLL does not need DllMain() function. patch by wolfe, r=crowder
|
2008-09-23 11:01:31 -07:00 |
|
Doug Turner
|
18686fc8b5
|
Bug 455373 - WinCE LCMS no compiler support for inline ASM. patch by wolfe, r=pavlov
|
2008-09-23 11:00:27 -07:00 |
|
Ted Mielczarek
|
018a3e394b
|
bug 448155 - bustage fix for scratchbox's old mercurial
|
2008-09-23 12:10:40 -04:00 |
|
Gavin Sharp
|
97caa62981
|
Merge backout with previous tip
|
2008-09-23 11:47:43 -04:00 |
|
Gavin Sharp
|
7fc3ae45eb
|
Back out unintentional change that enabled JIT for m-c unit tests
|
2008-09-23 11:46:25 -04:00 |
|
Andreas Gal
|
624e6b4af7
|
Merge.
|
2008-09-23 01:01:19 -07:00 |
|
Brendan Eich
|
ef1a9b029a
|
JS_snprintf for portability, not snprintf (bustage fix).
|
2008-09-23 00:59:59 -07:00 |
|
Andreas Gal
|
b967b5aec8
|
Use JS_snprintf instead of snprintf which Windows doesn't seem to know about (fix build breakage).
|
2008-09-23 00:58:11 -07:00 |
|
Andreas Gal
|
abad97c694
|
Merge.
|
2008-09-23 00:37:10 -07:00 |
|
Bob Clary
|
4ffb3183b0
|
JavaScript Tests - update intel specific failures, bug 399387
|
2008-09-22 23:48:03 -07:00 |
|
Oleg Romashin
|
a2074800f9
|
Bug 454756 - Disable DelayedStop for Arm flashplayer. r+sr=jst.
|
2008-09-23 03:19:46 -05:00 |
|
Jesse Ruderman
|
499c5dd4f0
|
Bug 456515 - Make reftest-sanity check HTTP content-type for .html vs .xhtml (r=dbaron)
|
2008-09-22 22:12:31 -07:00 |
|
Jesse Ruderman
|
5d23026e5b
|
Fix line breaks
|
2008-09-22 19:47:59 -07:00 |
|
Serge Gautherie
|
32a5364978
|
Bug 450048 - "nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value"; class/interface test; r+sr=jst
|
2008-09-23 03:32:13 +02:00 |
|
Andreas Gal
|
5054e0003b
|
Don't emit constant guards for switch and ifop (455605, r=danderson).
|
2008-09-22 17:58:25 -07:00 |
|
Vladimir Vukicevic
|
44547978d9
|
b=448155; fixup patch for hg identify -i not working in scratchbox to fix mobile build bustage (again); r=me
|
2008-09-22 17:34:42 -07:00 |
|
Vladimir Vukicevic
|
3222066eb1
|
b=448155; fixup patch for hg identify -i not working in scratchbox to fix mobile build bustage; r=me
|
2008-09-22 17:30:36 -07:00 |
|
Andreas Gal
|
0c5b47dc28
|
Merge.
|
2008-09-22 17:03:00 -07:00 |
|
Andreas Gal
|
d85fc31e85
|
Both sides of a modulo have to be demotable before we can optimize using imod (456477, r=danderson).
|
2008-09-22 17:02:33 -07:00 |
|
Doug Turner
|
a2171043b5
|
Bug 444485 - Make WinMobile Build work with Visual Studio 2008. New Files. patch by wolfe. r=dougt+ted. npodb
|
2008-09-22 23:07:21 +01:00 |
|
Doug Turner
|
9f9d0ee270
|
Bug 456452 - INTPTR_T not defined for WinCE Builds. patch by wolfe, r=dougt. npodb
|
2008-09-22 22:58:51 +01:00 |
|
Boris Zbarsky
|
5bf1de2855
|
Bug 456369. Checking of JIT stats should not loop. r=brendan
|
2008-09-22 17:37:59 -04:00 |
|
Doug Turner
|
e99d55c866
|
Bug 454712 - WinCE tools need better command line parsing. patch by wolfe. r=dougt. npodb
|
2008-09-22 22:19:53 +01:00 |
|
Doug Turner
|
52957474d4
|
Bug 454709 - WinCE Resource Compiling Needs Shunt Application. patch by wolfe. r=dougt. npodb
|
2008-09-22 22:08:46 +01:00 |
|
Doug Turner
|
47fd415ab3
|
Bug 444485 - Make Windows CE Mobile Build work with Visual Studio 2008 (VS9). Patch by Wolfe, r=dougt+ted. npodb.
|
2008-09-22 22:02:44 +01:00 |
|
Andreas Gal
|
7b70046b10
|
Merge.
|
2008-09-22 13:05:12 -07:00 |
|
Andreas Gal
|
df641c58e5
|
Compilation fixes for DISABLE_JIT=1 (r=danderson).
|
2008-09-22 13:04:47 -07:00 |
|
David Anderson
|
d1bc6dc0d8
|
Fixed jstracer.cpp no longer building in the browser because of -pedantic.
|
2008-09-22 11:23:22 -07:00 |
|
Andreas Gal
|
368f7d5382
|
Merge with mozilla-central.
|
2008-09-21 12:44:24 -07:00 |
|
Bob Clary
|
96c2df4309
|
JavaScript Tests - update public failures, bug 399387
|
2008-09-21 12:29:07 -07:00 |
|
Bob Clary
|
c6a95ffda3
|
JavaScript Tests - GLOBAL should be computed in shell tests, bug 456290
|
2008-09-21 12:25:11 -07:00 |
|
Bob Clary
|
34a018fb73
|
Sisyphus|JavaScript Tests - uniq truncates lines at 8190 chars, bug 456287
|
2008-09-21 12:19:16 -07:00 |
|
Florian Queze
|
7f017a60ab
|
Bug 436681 - CSS rule not usable by extensions in General tab of Page Info (gnomestripe only). r=mano
|
2008-09-21 19:52:12 +02:00 |
|
Tyler (tyler@christianlink.us>
|
51812c31e0
|
Bug 448833 - Page Info > Security > More is confusing; r=gavin.sharp
|
2008-09-21 18:28:56 +02:00 |
|
Vlado Valastiak (wladow@gmail.com>
|
1b08799a73
|
Bug 454806 - Textbox in Permissions dialog needs an accesskey; r=gavin.sharp
|
2008-09-21 18:24:01 +02:00 |
|
Stas Malolepszy (stas@mozilla.com>
|
0356ba1fad
|
Bug 452536 - Change the url for eBay search plug-in for (en-US); r=l10n
|
2008-09-21 18:17:58 +02:00 |
|
Armen Zambrano Gasparnian (armenzg@mozilla.com>
|
ca628c621f
|
Bug 451461 - make target that prepares l10n repackages to upload to ftp; r=ted.mielczarek
|
2008-09-21 18:10:38 +02:00 |
|
Brian Crowder
|
910abe1b30
|
Adding missing file
|
2008-09-21 09:03:16 -04:00 |
|
Boris Zbarsky
|
f1b69640dd
|
Backed out changeset c0364f5e0a84
|
2008-09-21 09:02:09 -04:00 |
|
Boris Zbarsky
|
f068ba4b22
|
Adding missing file
|
2008-09-21 08:59:52 -04:00 |
|
Brendan Eich
|
782b633703
|
Fix bug 455763 (r=me).
|
2008-09-21 01:38:39 -07:00 |
|
Keith Schwarz
|
bec94a358a
|
Bug 456213 - -moz-transform matrix function with percentages confuses X and Y translate components; r+sr=dbaron
|
2008-09-21 07:14:52 +02:00 |
|
Gavin Sharp
|
cc00837d9f
|
Fix comment typo
|
2008-09-21 00:41:10 -04:00 |
|
Olli Pettay
|
022e3032e0
|
backout Bug 456147
|
2008-09-20 23:01:34 +03:00 |
|