Commit Graph

214000 Commits

Author SHA1 Message Date
Robert Sayre
62fc63dc61 Merge mozilla-central to tracemonkey. 2009-12-20 16:25:20 -05:00
Jonathan Kew
f147be8a68 Bug 534353: Copy the correct string data to the EOT header name fields. r=jdaggett 2009-12-20 17:52:57 +00:00
Phil Lacy
2873576b4d Bug 484667 - drag attachment to 'other' app doesn't work. r=roc. 2009-12-20 11:03:18 -06:00
Jim Mathies
2e1ea9bf27 Bug 533691 - Revamp of IENUMFE. r=roc. 2009-12-20 09:56:06 -06:00
Gijs Kruitbosch
569fe7220a Bug 515792 - use hg parent, as few times as possible, rather than lots of hg identify, r=ted.mielczarek 2009-12-20 15:25:48 +01:00
Robert Sayre
953ce500da Bustage fix for non-JIT builds. Following up bug 474500. 2009-12-19 07:46:35 -05:00
Jeff Walden
370808eea9 Bug 533035 - Linux64 bustage fix, try two -- looks like other systems aren't picking up the <stdint.h> include mine is. Or something. r=redness
--HG--
extra : rebase_source : 6aff511af4a1744fab88e698735feb984ac15362
2009-12-18 22:29:13 -05:00
gal@uci.edu
f18ded3596 Bug 474500 - TM: Need an API to flush and (optionally?) deallocate the code cache per thread. r=dvander 2009-12-18 21:34:20 -05:00
Jeff Walden
defb6d3791 Bug 533035 - Linux64 bustage fix. r=redness, apparent(ly correct) bustage fix now, real-r later 2009-12-18 21:28:19 -05:00
Jeff Walden
893339719a Bug 529404 - Assignments to a property that has a getter but not a setter should not throw a TypeError per ES5, except in strict mode. r=brendan 2009-12-08 17:00:42 -08:00
Jason Orendorff
74a3499993 Bug 535703 - JS_SealObject crash with deep=true. r=mrbkap.
--HG--
extra : rebase_source : 7760d40bb23ab439c030943ab781ab5b10259da8
2009-12-17 21:09:50 -06:00
Andreas Gal
165abba786 Backed out changeset 94ddd33fc137 to see whether that makes the tree green. 2009-12-17 17:43:40 -08:00
Andreas Gal
dac5f82a62 Efficient Implementation of JSDOUBLE_IS_INT using SSE2 (original patch by Moh Haghighat/Intel, bug 530896, r=dvander) 2009-12-17 14:03:45 -08:00
Andreas Gal
ff3f6da8fa Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold,bsmedberg). 2009-12-17 13:56:12 -08:00
Jason Orendorff
a60cdc09ba Fix "bug NNNNNN" in a comment to point to the actual bugzilla bug. r=nobody. 2009-12-17 14:24:39 -06:00
Jason Orendorff
e79deadd0a Do not secretly write to /tmp in DEBUG builds unless your name is brendan. (Leave the basic stats code ifdef'd on for everyone though, to help avoid bitrot.) No bug, r=Waldo. 2009-12-17 11:37:25 -06:00
Jason Orendorff
b5eaa6bcae Fix memory leak in a jsapi-test. No bug, r=Waldo.
--HG--
extra : rebase_source : c9cdf4fc2391f812a3decb645900ac1ec4ffa118
2009-12-17 11:30:14 -06:00
Robert Sayre
3c12354663 Merge mozilla-central to tracemonkey. 2009-12-17 12:11:00 -05:00
Olli Pettay
8adb8980dc Bug 534502 - No autoscroll in print preview anymore, r=mconnor
--HG--
extra : rebase_source : c182076b6ce400d7adc0b2fd0e518793bdfd5ced
2009-12-17 18:39:19 +02:00
Dão Gottwald
ef201cf727 Bug 343396 - Merge Stop and Reload buttons when they are adjacent. ui-r=faaborg, r=mconnor 2009-12-17 17:46:05 +01:00
Robert O'Callahan
68ed19ae3a Bug 526216 - mochitest-browser-chrome: crash in nsObjectFrame::IsOpaque while running browser_pluginnotification.js and test_crashing.html, r=josh
--HG--
extra : rebase_source : 3f5677e9af8e5b9d54ac394d62cf8528487efa94
2009-12-17 09:56:24 -05:00
Chris Cooper
d1646c0b10 Bug 511967 - Upload partial mars when they exist - r=ted.mielczarek 2009-12-17 10:25:36 -05:00
Dão Gottwald
9417b5259a browser_354894.js debug spew 2009-12-17 14:55:55 +01:00
Robert Longson
f4a84e10c3 Bug 534841 - filter feFunc[RGBA] does not default omitted attributes correctly. r=roc 2009-12-17 11:00:54 +00:00
Henri Sivonen
436944fe2e Bug 535499 - Copy the return state over when loading HTML5 tokenizer state from another tokenizer. rs=sicking. 2009-12-17 12:15:08 +02:00
Robert Sayre
9efb5261e9 Merge m-c to tm. 2009-12-17 04:26:12 -05:00
Andreas Gal
171194d942 Remove leftover bits from 533035. 2009-12-17 00:38:04 -08:00
Andreas Gal
7550286ebb Backed out try-landing of bug 533035. 2009-12-17 00:29:32 -08:00
Andreas Gal
d50ff81fcd Extensions/libraries/plugins might enable FPU/SSE2 exceptions, causing floating-point operations to crash (533035, r=robarnold). 2009-12-17 00:21:48 -08:00
David Anderson
42df40488b Fixed lazy import regression where down recursion could build wrong exit typemaps (bug 534745, r=gal). 2009-12-16 22:06:07 -08:00
David Anderson
fc78e7af0a Added test case for bug 535474. 2009-12-16 19:22:04 -08:00
David Anderson
fd82ecdc58 Fixed regression where lazy imports could happen in JSOP_ARGUMENTS conditional branch (bug 535474, r=gal). 2009-12-16 18:58:47 -08:00
Henri Sivonen
7cc2431e42 Bug 535134 - Make <table><form> in HTML5 tree builder sensitive to the form pointer. rs=sicking.
--HG--
extra : rebase_source : 05a5700c04e31be9d88e3675065b0ad7043665c4
2009-12-16 16:07:06 +02:00
Henri Sivonen
55e6c4be33 Bug 535126 - Fix text flushing and EOF bugs in script data states in the HTML5 tokenizer. rs=sicking.
--HG--
extra : rebase_source : 4f62b7ce50fcd4e6224b628f159075a01adf28d3
2009-12-16 15:35:34 +02:00
Henri Sivonen
e4f44ea018 Bug 535116 - EOF handling after <xmp>< in wrong in the HTML5 parser. rs=sicking.
--HG--
extra : rebase_source : 707323bc1dbdf085d202aa3a14914eb9e1f9a362
2009-12-16 14:14:02 +02:00
Boris Zbarsky
23999745f4 Bug 531148 followup. Actually return a value here! 2009-12-17 02:38:12 -05:00
Chris Jones
526c1eb4fb bug 535073: prevent plugins from corrupting the stack by making word-size stores to pointers to NPBool (unsigned char). r=bsmedberg 2009-12-17 00:32:44 -06:00
Masayuki Nakano
404076172d Bug 535041 Crash [@ nsContentUtils::IsInSameAnonymousTree] r=Olli 2009-12-17 13:46:30 +09:00
Masayuki Nakano
9402df2db5 Bug 532130 [IMM32] Support IMR_DOCUMENTFEED of WM_IME_REQUEST r=VYV03354 2009-12-17 13:40:24 +09:00
Paul O’Shannessy
ae2e55160f Bug 511474 - input type password loses value when gaining focus by tabbing from previous field [r=dolske]
--HG--
extra : rebase_source : 2ea380a08b053740d63f424392dd057c0f0fd9e9
2009-12-16 14:10:27 -08:00
Paul O’Shannessy
1d4479d4ca Bug 524178 - sessionrestore.js is read in 1kb chunks [r=dietrich]
--HG--
extra : rebase_source : f6b928972c8fe6b5dbc4c1cd9c6120a5208546a6
2009-12-15 10:40:25 -08:00
Paul O’Shannessy
6add949fb3 Bug 524745 - Session restore sets focus to minimized windows [r=zeniko]
--HG--
extra : rebase_source : 53d3e8b11e7035e6e9ef02b74d559f180c086c49
2009-12-15 10:40:20 -08:00
Paul O’Shannessy
e9668b8a77 Bug 530207 - Use lazy getters for services in sessionstore [r=zeniko]
--HG--
extra : rebase_source : c983b2aa8a5eae961c763a79b38a8017396c69b2
2009-12-15 10:40:14 -08:00
Paul O’Shannessy
d780cc22eb Bug 529674 - Restore windows at the saved position without moving them around on the screen [r=zeniko]
--HG--
extra : rebase_source : b01823a6647e688f8972507fbfab313365c2f5d4
2009-12-15 10:37:44 -08:00
Benjamin Smedberg
30c3724c8f Disable test_crashing.html because it may be causing hangs still and I have little confidence in it yet. 2009-12-16 22:09:42 -05:00
Jesse Ruderman
fef9c5376c Turn 'adding a child where we already have a child' assertion into a warning for now. r=sicking. Bug 535466 tracks turning it back. 2009-12-16 18:45:17 -08:00
Jesse Ruderman
684dd182c1 Add reftests for bug 490176 and bug 490177 2009-12-16 18:45:09 -08:00
Robert O'Callahan
c3ecde3710 Bug 534561. When scrolling with SW_SCROLLCHILDREN, invalidate any affected window that is not wholly inside the destination *or* source area, and do the invalidation after we've scrolled and moved the window. r=jmathies 2009-12-17 14:34:39 +13:00
Ted Mielczarek
91ca9b4c0a NSS: Allow the specification of an alternate library for SQLite. b=519550 r=rrelyea 2009-12-15 01:52:21 -05:00
Brendan Eich
b675d7403c Bug 533705 - Lock proto-scope around canProvideEmptyScope/getEmptyScope; check for slot mismatch in js_AddProperty; don't optimize for slot mismatch in JSOP_SETPROP. r=jorendorff.
--HG--
extra : rebase_source : 4d49e9ef150286db93f2e5e1c77b217832263f83
2009-12-16 18:11:19 -06:00