Commit Graph

39973 Commits

Author SHA1 Message Date
Brendan Eich
bfa3f5fb86 Fix copyright notice. 2010-03-14 15:33:13 -05:00
Brendan Eich
371b9215e0 NPOTB: fix #ifdef NARCISSUS code. 2010-03-14 15:26:55 -05:00
Mats Palmgren
fdd268282f Implement std::nothrow variants of operator new/delete. b=550805 r=cjones 2010-03-14 20:56:47 +01:00
Bas Schouten
51c74f7eb9 Bug 550846: Restructure layers to use different directories for different backends. r=roc,ted
--HG--
rename : gfx/layers/BasicLayers.cpp => gfx/layers/basic/BasicLayers.cpp
rename : gfx/layers/BasicLayers.h => gfx/layers/basic/BasicLayers.h
2010-03-14 18:30:40 +01:00
Brendan Eich
b952a1bccf Fix dictionary-mode scope property node alloc to happen inside rt->gcLock (538307, r=jorendorff). 2010-03-03 17:14:20 -08:00
Mats Palmgren
47a33305b5 Remove the inner declaration of startOffset, it shadows the outer one we use. b=549909 r=enndeakin 2010-03-14 14:46:11 +01:00
Jonathan Kew
e3164a12bc bug 552216 bustage fix, missed deleting a line 2010-03-14 12:56:59 +00:00
Jonathan Kew
00bb297fff fix Windows bustage from bug 552216. 2010-03-14 12:13:21 +00:00
Jonathan Kew
13639154d6 bug 552216 - use 64-bit arithmetic to guard against possible overflow leading to buffer overrun in woff decoder. r=roc 2010-03-14 12:03:37 +00:00
Dão Gottwald
e0da1e411b fix browser_bug295977_autoscroll_overflow.js on OS X 2010-03-14 09:08:14 +01:00
Dão Gottwald
0156366204 fix up tests 2010-03-14 08:02:11 +01:00
Jim Mathies
4734d89b66 Bug 546766 - Don't trust plugin return values for getvalue calls. r=bsmedberg. 2010-03-13 17:57:53 -06:00
Neil Rashbrook
6053cc6f53 Bug 551050 Disable warning C4702: unreachable code in dlmalloc.c r=dwitte 2010-03-13 23:13:09 +00:00
Neil Rashbrook
f9f6a1d5e9 Bug 239372 FTP upload consumes a lot of RAM r=biesi 2010-03-13 23:11:12 +00:00
Walter Meinl
98ecc36264 Bug 552155 - [OS/2] build break in Ctypes.cpp ssize_t not declared. r=dwitte 2010-03-13 14:56:09 -08:00
Blake Kaplan
5d51b081d8 Bug 550356 - Enumeration over COWs should work. r=jst
--HG--
extra : rebase_source : 2cb53a88893181c09c969cab0e46188c62acd0fb
2010-03-05 02:03:05 -08:00
Blake Kaplan
ea8d98106a Bug 542428 - Make wrappers aware of each other. r=jst
--HG--
extra : rebase_source : 94d8ce151abbbc5d75b1261e6a2c6cad117d047e
2010-02-11 17:04:41 -08:00
Matthew Gregan
2b946b158b Bug 525401 - Resynchronize system clock against audio clock to avoid clock drift problems when alternating between clocks. r=chris.double 2010-02-05 18:16:29 +13:00
Matthew Gregan
926910324a Bug 525401 - Fix resuming from pause when playing poorly muxed videos. r=chris.double 2010-02-05 17:06:08 +13:00
Matthew Gregan
c150569198 Bug 525401 - sa_stream_drain should return an error if called when stream not playing. r=chris.double 2010-02-05 14:31:18 +13:00
Robert O'Callahan
262a3deb0e Mark tests as failing if there's no test plugin 2010-03-15 16:46:55 +13:00
Mike Hommey
9b07b8b0ad Bug 550961. Fix license header typos. r=gerv 2010-03-15 14:44:37 +13:00
Uli Link
86f6901495 Bug 526457. Fix AIX compilation. r=bsmedberg 2010-03-15 14:43:16 +13:00
Josh Matthews
6958a34b67 Bug 188285 - "Form autocomplete should not store credit card numbers" [r=dolske] 2010-01-31 06:25:00 +13:00
Blake Kaplan
bb5df50c12 Bug 552516 - Don't create a temporary context for the new sandbox object. r=igor
--HG--
extra : rebase_source : 78b20a13d174f1ddf0b47556e9ea39fbe724c2cb
2010-03-17 17:38:16 -07:00
Smokey Ardisson
198cd4c58a Bug 552028 - Teach flight.mk about Camino-with-toolkit.jar. r=ted. Camino-only, NPOTDB 2010-03-17 20:37:50 -04:00
Josh Aas
50805865c7 Update Mac OS X message pump code for child processes. b=552878 rs=cjones 2010-03-17 20:10:42 -04:00
Robert Strong
b5904920bb Bug 545707 - Software update reports transfer speed in bytes per second. r=dolske 2010-03-17 16:12:41 -07:00
Robert Strong
49461057ae Bug 549969 - Add ability to save xml attributes from update xml that app update doesn't care about. r=dolske 2010-03-17 16:12:30 -07:00
Robert Strong
823595d69f Bug 551283 - Suspicious and possibly unused code in updates.js updateListener.onProgress. r=dolske 2010-03-17 16:12:20 -07:00
Robert Strong
dde124550b Bug 548061 - Billboard should handle 404 (other errors?) for billboard better. r=dolske 2010-03-17 16:12:12 -07:00
Robert Strong
e3958725d5 Bug 552602 - Open Containing Folder button on about:support(Troubleshooting Information) page does not work. Fallout from bug 548426. r=dougt 2010-03-17 16:12:00 -07:00
Ted Mielczarek
d042a88b57 bug 552032 - compile nsIAppleFileDecoder.idl on x86_64 builds. r=josh 2010-03-17 19:09:10 -04:00
Josh Aas
9cf0b07c22 Bustage fix, don't enable MOZ_IPC for i386 Mac OS X builds. 2010-03-17 16:52:36 -04:00
Ben Turner
67cfecdb09 Bug 550275 - 'Implement the HTML5 structured clone algorithm'. Make Web Workers use the new clones. r=jst 2010-03-17 12:56:49 -07:00
Ben Turner
0bdadbfbee Bug 550275 - 'Implement the HTML5 structured clone algorithm'. r=jst+mrbkap, sr=jst. 2010-03-17 12:55:45 -07:00
Josh Aas
f0547915d5 Bustage fix, don't enable MOZ_IPC for PPC builds. 2010-03-17 15:47:27 -04:00
Justin Wood
8a14e3c142 Bug 552896, Some cleanup of toolkit-makefiles.sh (removals). blanket-rs+=ted 2010-03-17 15:18:35 -04:00
Markus Stange
5571e02195 Merge backout of bug 508482. 2010-03-17 20:04:14 +01:00
Markus Stange
4a997d3554 Backed out changeset e17c076aceea, bug 508482 (:-moz-window-inactive pseudoclass) because of test_righttoleft.xul test failures. 2010-03-17 20:03:53 +01:00
Markus Stange
276288a1bc Merge backout of bug 538187.
--HG--
extra : rebase_source : 73054c77133902240736358f34067b55d9e96c00
2010-03-17 19:59:08 +01:00
Markus Stange
e8fdcce9ea Backed out changeset d906e4dd1e49, bug 538187 - CSS changes for :-moz-window-inactive pseudoclass because of test_righttoleft.xul test failures.
--HG--
extra : rebase_source : 48dbae1048eaf589013725fad8f6134fcf49c139
2010-03-17 19:58:46 +01:00
Josh Aas
09fc21cbeb Allow Gecko to build and run on Mac OS X with MOZ_IPC defined. b=552862 r=cjones 2010-03-17 14:38:28 -04:00
Zack Weinberg
2621981f69 Bug 403526: Do not propagate text-decoration to floats. r=dbaron 2010-03-17 11:18:06 -07:00
Ted Mielczarek
67136883ea bustage fix from bug 551941 - remove old binaries before running test 2010-03-17 14:14:08 -04:00
Dan Witte
ae3348a99a Bug 513788 - Revise js-facing API for js-ctypes. Followup: seal important bits of the global object.
r=jorendorff
2010-03-17 10:48:48 -07:00
Timothy Nikkel
7350d337c4 Bug 534768. Also special case creation of continuations inside of floating first letter frames while reflowing them. r=roc,smontagu 2010-03-17 12:30:30 -05:00
Josh Aas
c953e77bdc Fix incorrect type usage for NPP_SetValue NPNVprivateModeBool. b=544158 r=karlt 2010-03-17 13:17:09 -04:00
Markus Stange
4e55c7a59b Bug 552371 - Update billboard window should be draggable by its bottom toolbar. r=rs 2010-03-17 18:12:55 +01:00
Markus Stange
8a06df10bb Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao 2010-03-17 18:12:03 +01:00