Commit Graph

214069 Commits

Author SHA1 Message Date
David Anderson
54468cea07 Fixed lazy import regression in upvar resolution, take two (bug 535930, r=dmandelin). 2009-12-22 16:21:25 -08:00
David Anderson
78dd9d63f8 Fixed charCodeAt inparam being aggressively, and incorrectly, specialized (bug 536445, r=bz). 2009-12-22 15:53:28 -08:00
Igor Bukanov
ea2c3a7d8a bug 528645 - js_IsAboutToBeFinalized must check for static strings. r=wagnerg 2009-12-22 23:50:44 +03:00
Robert Sayre
a9a607f1de Merge mozilla-central to tracemonkey. 2009-12-22 09:46:30 -05:00
Simon Montagu
ba1f53f229 Replace locale no-NO by nb-NO. Bug 533814, r=pike 2009-12-22 04:53:05 -08:00
Marco Bonardo
2eaf020eeb Bug 520165 - Part6: generic constants and comments cleanup, r=mano 2009-12-22 13:05:14 +01:00
Marco Bonardo
ef941e47ce Bug 520165 - Part5: Cleanup topics and observer service usage, r=mano 2009-12-22 13:05:11 +01:00
Marco Bonardo
5b3342f248 Bug 520165 - Part4: use a getter for last session id, r=mano 2009-12-22 13:05:08 +01:00
Marco Bonardo
6b8b28f8e9 Bug 520165 - Part3: Cleanup GetNow, r=mano 2009-12-22 13:05:06 +01:00
Marco Bonardo
4f52e11055 Bug 520165 - Part2: Stop using history prefs to build date containers, r=mano 2009-12-22 13:05:04 +01:00
Marco Bonardo
007d749660 Bug 520165 - Part1: expose default pref for cache to memory percentage, r=mano 2009-12-22 13:05:01 +01:00
Jonathan Kew
8df008c3ba Bug 534352. Accept fonts with redundant cmap sentinel value. r=jdaggett 2009-12-22 09:47:18 +00:00
Daniel Holbert
e30078c6f9 Trivial fix for random orange in test 'test_smilTextZoom.xhtml' from bug 474049. 2009-12-21 18:28:24 -08:00
David Anderson
9d12afa4c5 Merge. 2009-12-21 16:20:54 -08:00
David Anderson
83bfb7b814 Merge. 2009-12-21 16:19:33 -08:00
David Anderson
3e79aca91b Backed out changeset f7cff6dd16f1 2009-12-21 16:19:12 -08:00
Robert Longson
b5f4830629 Bug 510177 - path with a single point not rendered. r=jwatt 2009-12-21 22:10:34 +00:00
Metal Sonic
80ae9b3620 Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
L. David Baron
2687d949d4 Fix rather serious build warning about passing non-POD types to printf. DEBUG-only 2009-12-21 16:46:25 -05:00
L. David Baron
ba8d7cd017 Make setting property after setting transition-duration and transition-delay to 0 stop running transitions on that property: part 3: main patch. (Bug 522643) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
a031d34d0e Make setting property after setting transition-duration and transition-delay to 0 stop running transitions on that property: part 2: make GetElementTransitions faster so we can call it more often. (Bug 522643) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
fe06f0cdfe Make setting property after setting transition-duration and transition-delay to 0 stop running transitions on that property: step 1: move static function up. (Bug 522643) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
d2274a58eb Add support for animation of 'background-position' and 'background-size'. (Bug 532307) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
5c1293a60a Add support for animation of 'visibility' to transitions (but make it a special case for transitions). (Bug 531942) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
4cb8a38d3f Add support for animation of nsRect values. (Bug 520488) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
544fa1d874 Pass format sizes to scanf string arguments in codesighs.c. (Bug 533647) r=bsmedberg 2009-12-21 16:46:25 -05:00
L. David Baron
0d65365453 Make nsRefreshDriver hold a reference to its observers while notifying them. (Bug 531585) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
17654ece8e Make the transition manager reference-counted. (Bug 531585) r=bzbarsky 2009-12-21 16:46:25 -05:00
L. David Baron
16f3a3a5b5 Make nsRefreshDriver reference-counted instead of being a sub-object of the pres context. (Bug 531585) r=bzbarsky 2009-12-21 16:46:24 -05:00
Gervase Markham
bc310f47e9 Bug 531821 - add licences related to Electrolysis. 2009-12-21 21:43:42 +00:00
Gervase Markham
a230a6782d Bug 533671 - add libffi licence. r=bsmedberg. 2009-12-21 21:38:41 +00:00
Ehsan Akhgari
fecd93939a Bug 445164 - Cookies not securely deleted from cookies.sqlite; r=ted 2009-12-21 16:20:20 -05:00
Jim Mathies
b92395ace0 Bug 528731 - Cleanup nsDataObj drag code. r=roc. 2009-12-21 14:48:12 -06:00
Chris Cooper
e6e3c5a624 Bug 454115 - Use patch-if on Mac extensions/ and searchplugins/ (NPOTB) - r=nrthomas 2009-12-21 15:33:51 -05:00
jacek@codeweavers.com
7a48f2d4ec Compilation fix for bug 533035 (r=bsmedberg). 2009-12-21 10:28:15 -10:00
David Anderson
2e449ddb5d Fixed tracing CALLELEM on arguments not setting an outparam on the stack (bug 535760, r=dmandelin). 2009-12-21 11:51:23 -08:00
David Anderson
ff7f649ed9 Fixed lazy import regression in upvar resolution (bug 535930, r=dmandelin). 2009-12-21 11:49:23 -08:00
Benjamin Smedberg
58151e5a56 Merge backout of bug 474500 (API to flush the JIT code cache) because of build bustage. CLOSED TREE checkin. 2009-12-21 09:59:53 -05:00
Benjamin Smedberg
d84794e3af Backed out changeset 94561cb0f0bd, bug 474500 because of static-analysis bustage. 2009-12-21 09:55:45 -05:00
Benjamin Smedberg
4350252c44 Fixing build bustage from bug 528004 and bug 532072: sync config/ and js/src/config, for checkin to CLOSED TREE 2009-12-21 09:42:35 -05:00
Henri Sivonen
c84fa7ac3b Bug 535810 - Avoid deleting the empty attribute holder in the isindex case. rs=sicking. 2009-12-21 13:18:34 +02:00
Henri Sivonen
563270e831 Backing out a change set with a faulty commit message. 2009-12-21 14:03:14 +02:00
Henri Sivonen
b4e8212596 Avoid deleting the empty attribute holder in the isindex case. rs=sicking.
--HG--
extra : rebase_source : fe35acd60c7f9bbb7512bc931288ee93338872b9
2009-12-21 13:38:58 +02:00
Zbyszek Skowron
ef3a7d0f4a Bug 530090 - Memory leaks in jArray in HTML5 parser. r=hsivonen.
--HG--
extra : rebase_source : 01c86f02f90ebff4bbd173b766b4ce4798751aa8
2009-12-21 13:38:58 +02:00
Oleg Romashin
79162c30b8 Bug 532608 - osso-mem.h used but not added to system-headers, r=benjamin 2009-12-21 13:32:36 +02:00
Oleg Romashin
62f9fb9d9e Bug 532072 - Conic system-headers are missing when compiling with maemo, r=ted.mielczarek 2009-12-21 13:29:06 +02:00
Oleg Romashin
245dc6f5e2 Bug 528004 - system wrappers does not include hildon-file-chooser-dialog.h, r=ted.mielczarek 2009-12-21 13:27:20 +02:00
Oleg Romashin
17216ae660 Bug 488046 - Some random crash in [@ nsDocShell::EnsureContentViewer], r=bzbarsky
--HG--
extra : rebase_source : 3ce888953aef4d9e402fb0d23085de8c840ea55d
2009-12-21 13:16:20 +02:00
Simon Montagu
6c281217b5 Backout changeset 4ed95e61ee01 because of test failures 2009-12-21 02:28:41 -08:00
Simon Montagu
2b9c3cb74d Bug 224547: Change the organization of the window title bar for RTL XUL windows. Part 2, set the right-to-left flags on right-to-left windows, r=enndeakin 2009-12-21 12:22:09 +02:00