Граф коммитов

200683 Коммитов

Автор SHA1 Сообщение Дата
Serge Gautherie d92c943750 Backed out changeset: 8b5a38ba459a 2008-12-20 02:56:04 +01:00
Blake Kaplan 79c27c74b1 Add a crashtest for bug 460706. r=sicking 2008-12-19 17:38:18 -08:00
Justin Dolske 87bb5c389b Bug 461680 - Improve video control fade in/out animation. r=enn 2008-12-19 17:33:20 -08:00
Sergey Yanovich 84c079057a Bug 462497 - nsComponentManagerImpl::HashContractID() reenters mMon; r=benjamin 2008-12-20 02:21:04 +01:00
Peter Van der Beken 63ac079552 Bug 418970 - DOMNodeInsertedIntoDocument mistyped as *InfoDocument; r+sr=jonas 2008-12-20 02:10:46 +01:00
Jeff Muizelaar 58fe6d8f74 Bug 467423 - Painting stops in this case, using -moz-transform: scale, rotate and video; r=vladimir 2008-12-20 01:59:17 +01:00
Zack Weinberg e28a1a5934 Bug 456219 - fix background clipping with rounded corners; r+sr=roc 2008-12-20 01:55:59 +01:00
Ben Newman f5a9408fe7 Bug 468562 - "ASSERTION: Inserting multiple children without flushing"; r+sr=mrbkap 2008-12-20 01:49:08 +01:00
Shawn Wilsher 4079f2d44e Bug 469972 - leaking the places database connection in strange situations; r=dietrich 2008-12-20 01:46:04 +01:00
Graydon Hoare 2caed56506 Bug 469012 - crashing LirBufWriter::insLinkToFar, r=danderson. 2008-12-19 16:20:51 -08:00
Graydon Hoare f28caff84c Bug 464862 - Calculate call-argument deltas relative to last word of LirCallIns, not first, r=danderson. 2008-12-19 16:20:13 -08:00
Robert Strong 8503ace867 [Sunbird] Bug 470197 - Update installer. r=ctalbert 2008-12-19 16:09:05 -08:00
Blake Kaplan 19a2a5d7d0 Bug 468552 - Enforce 'funobj' conditions in the XPCNativeWrapper case. r+sr=jst
--HG--
extra : rebase_source : 6023cc8a797167551461fe6f8fb003d98b4f5b9b
2008-12-19 15:47:20 -08:00
Blake Kaplan 0c7cae7ac4 Bug 468581 - Use a better function to compute principals. r=brendan
--HG--
extra : rebase_source : 137705045b8b528c49405a52f91455306ecf9857
2008-12-19 15:47:20 -08:00
Blake Kaplan 3396986416 Bug 455629 - Test that we actually do wrap the return value of nsISVGDocument::getSVGDocument in a XOW. r=bzbarsky
--HG--
extra : rebase_source : 471ed08d3cc3ab957f44a6b65b8f2bd8c5e7d41d
2008-12-19 15:47:19 -08:00
Blake Kaplan 50dec62271 Bug 460706 - Handle misplaced ContinueInterruptedParsing calls during synchronous XMLHttpRequest. r+sr=sicking
--HG--
extra : rebase_source : 2852f7f9f0283bc6971dab6dd2ec92234fab302a
2008-12-19 15:45:55 -08:00
Olli Pettay dbf8cc51bc Bug 461994 - Crash [@ DocumentViewerImpl::Close] with reloading, r+sr=bz 2008-12-20 01:45:56 +02:00
Olli Pettay 3abb81ab1d Bug 461027, r+sr=bz 2008-12-20 01:40:00 +02:00
Olli Pettay c4e089543d Bug 470167 - 'ASSERTION: Should be in an update while creating frames' with stylesheet appended many times, r+sr=bz 2008-12-20 01:35:30 +02:00
Olli Pettay 2a620fc7f7 Bug 470431 - Memory leak of document and content nodes with creating DOMMouseScroll event, r+sr=jst 2008-12-20 01:27:33 +02:00
Olli Pettay 8334b0e0a4 Bug 470419 - Crash [@ nsXBLPrototypeHandler::MouseEventMatched] dispatching mousedown UIEvent and xbl event handler, r+sr=bz 2008-12-20 00:39:47 +02:00
Joe Drew 88f530158b Don't discard animated images so we don't have to worry about how to restore them. b=414259 r/sr=vlad 2008-12-19 17:35:50 -05:00
Joe Drew b6eec2ca8e Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-19 17:35:50 -05:00
Brendan Eich 465c2f3288 Fix warnings pointed out by Waldo from apply patch (465214). 2008-12-19 14:15:35 -08:00
Robert Sayre c266cc6795 Merge m-c to tracemonkey. 2008-12-19 15:50:52 -05:00
Ted Mielczarek b0728526c3 merge for bug 468463 2008-12-19 14:20:24 -05:00
Jim Blandy 6e2aad61e3 Bug 468463: Use proper equality operator for Unix 'test' command. r=ted.mielczarek 2008-12-19 11:11:01 -08:00
Jim Blandy 6b3cecf606 Bug 462914: Test for setlocale at configure time in js/src r=crowder 2008-12-19 10:31:43 -08:00
Jim Blandy 133b466fdc Bug 469225: Make js/src/configure take a --disable-arm-vfp option. r=vladimir
This controls whether NJ_ARM_VFP is #defined in the SpiderMonkey
build.  By default it is enabled.

Note that commenting out the hard-wired definition of NJ_ARM_VFP in
js/src/nanojit/NativeARM.h makes that line of the file match what's in
tamarin-redux, so hopefully there won't be conflicts with whatever
arrangement Adobe comes up with to control this.
2008-12-19 10:20:36 -08:00
Jim Blandy f7491b4ec9 Bug 461309: Let browser/installer/Makefile.in permit 'make clean' in debug builds. r=bsmedberg
Check for debug builds only for the targets that matter.  The 'clean'
and 'distclean' targets, for example, may need to recur into
browser/installer/Makefile.in.
2008-12-19 10:13:25 -08:00
Jesse Valianes ca43197916 bug 440001 - source server support for mercurial. r=ted 2008-12-19 11:04:50 -05:00
arno renevier e03292ed3a bug 470415 - call exanduser on mochitest logfile argument. r=ted 2008-12-19 15:01:37 +01:00
Brendan Eich 8d1ce06619 Back out patch for bug 469625, it mysterious busts stuff. 2008-12-19 01:32:48 -08:00
Brendan Eich bf8f01ae4b Merge, dammit! 2008-12-18 22:40:58 -08:00
Brendan Eich 94fa86c42c Bug 469625 - TM: Crash [@ js_String_getelem] (r=jorendorff). 2008-12-18 22:35:46 -08:00
Brendan Eich 1ea26cada3 Merge m-c into tm again. 2008-12-18 22:11:42 -08:00
Josh Aas e13d6f3cc1 System for testing plugins, take 2. b=386676 r=smichaud sr=roc 2008-12-19 00:47:08 -05:00
Brendan Eich 7a66a262ee Merge (bah). 2008-12-18 21:10:29 -08:00
Brendan Eich c84d42797f Bug 470300 - "Assertion failure: StackBase(fp) + blockDepth == regs.sp" with |let| (r=gal). 2008-12-18 21:08:57 -08:00
Andreas Gal 9c4b5bba78 Trace apply/call with an imacro (465214, r=brendan). 2008-12-18 19:20:47 -08:00
Graydon Hoare d154f4162c Bug 470176 and bug 470173 - prevent traces from writing to imported properties, r=brendan. 2008-12-18 18:25:12 -08:00
Dietrich Ayala 440d3c07bc imported patch backout-bug414715 2008-12-18 17:09:25 -08:00
Wan-Teh Chang 1d046d134d Bug 469870: Upgraded nsprpub to NSPR_HEAD_20081216. r=kaie. 2008-12-18 14:34:38 -08:00
Edward Lee 60e89b7539 Bug 467347 - Fix Plural Rule #12, Arabic, to have 6 forms. r=Pike, r=smontagu 2008-12-18 16:23:24 -06:00
Dietrich Ayala 3dc8ba0501 Bug 414715 - Notify the user if places.sqlite is locked and bookmarks and history will not work (r=marco, r=gavin, l10n-r=pike) 2008-12-18 13:47:48 -08:00
Steven Michaud 81d714e6a0 Let the OS manage repaints on its own. b=459319 r=vlad,roc sr=roc 2008-12-18 15:37:16 -06:00
Robert Sayre 9e73b4eefc Merge m-c to tracemonkey. 2008-12-18 15:17:19 -05:00
Ehsan Akhgari c5ae2a1961 Bug 441782 - bidi.numerals == 4 does not switch numeric shapes in content; r,sr=roc 2008-12-18 23:42:53 +03:30
Ehsan Akhgari 7476101223 Bug 432599 - Double-click on the Star icon leads to incorrect display of the bookmark properties panel; r=mano 2008-12-18 23:42:40 +03:30
Igor Bukanov 3886ed2912 bug 467441 - avoiding js_(Add|Remove)Root for regexp statics. r=crowder 2008-12-18 21:06:45 +01:00