Makoto Kato
88bf4b3164
Bug 487900 - Enable SSE2 code for x86_64 in qcms. r=jmuizelaar
2009-04-15 22:14:03 +09:00
Benjamin Smedberg
bc5e7e7c68
Bug 486782 - Implement a MOZILLA_FS_LAYOUT makefile variable to distinguish between the bundle layout used by darwin-cocoa and the standard unix-like layout used by darwin-gtk2. Original patch by Jeremy Huddleston, updated and r=bsmedberg
2009-04-15 09:08:58 -04:00
Benjamin Smedberg
5fa5173a94
Bug 487960 and bug 487980 - remove references to nsIDOMPkcs11 completely: various pieces of our code don't like interfaces that are only forward-declared even if you never implement them r=jst
2009-04-15 09:06:26 -04:00
Benjamin Smedberg
c2ec582f57
Fix the PYTHONPATH bits of bug 436062 in a not-hacky way by using a script which can set up the path and then forward to the real script we're trying to run, r=ted
2009-04-15 09:06:09 -04:00
Brendan Eich
7b9f2ffb1f
Bug 488015 - Crash [@ js_GetUpvar ] (also bogus JS errors, also probably Crash [@js_Interpret]) (future r=mrbkap, see bug).
2009-04-15 01:57:13 -07:00
Andreas Gal
4c09e7eb02
Backed out bug 488203.
2009-04-14 23:44:34 -07:00
Andreas Gal
7567cbb762
Merge.
2009-04-14 21:28:57 -07:00
Andreas Gal
c11974bb60
Backed out changeset 4c157cfe2289 (bug 487845).
2009-04-14 21:28:40 -07:00
Andreas Gal
6160744b13
Add missing FASTCALL declaration.
2009-04-14 20:54:22 -07:00
Andreas Gal
5f739a7156
Fix static analysis. It is ok for ComputeThis_tn to see a stale cx->fp since we just want to ensure the global object is wrapped.
2009-04-14 20:15:43 -07:00
Andreas Gal
e01cfd34c3
Properly compute 'this' object on trace and wrap if necessary (488203, r=mrbkap).
2009-04-14 19:52:09 -07:00
Brendan Eich
8f9886f858
Bug 488272 - Crash [@ RebindLets] (r=mrbkap).
2009-04-14 17:52:13 -07:00
Brendan Eich
898204a579
Back out bad patch for 488272.
2009-04-14 17:20:12 -07:00
jorendorff
7a9b1b6e92
Leaving outermost request should js_LeaveTrace (480301, r=brendan).
2009-04-14 17:15:38 -07:00
Jason Orendorff
a68535ead5
Bug 487550 - "Assertion failure: cx->bailExit" with {__proto__: window}. r=brendan.
2009-04-14 16:59:55 -05:00
Brendan Eich
288ee8ccdd
Bug 488272 - Crash [@ RebindLets] (r=mrbkap).
2009-04-14 11:34:05 -07:00
Blake Kaplan
b008d59d4c
Bug 487430 - call_enumerate doesn't take upvars into account. r=brendan
2009-04-14 11:29:34 -07:00
Doug Turner
d93788b8bd
Bug 487467. Support for a Network Geolocation Provider.
...
Browser bits for sanitizing. r=gavin
Mochitest. r=ctalbert
Dom bits. r/sr=jst
Provider component. r=gavin, sr=jst
2009-04-14 09:10:20 -07:00
Doug Turner
87cdda2b67
Bug 487467 - sets google gls as the network geolocation provider r=gavin/beltzner
2009-04-14 11:24:13 -07:00
Justin Dolske
777895d589
Bug 487719 - video controls should use addEventListener instead of oncommand. r=gavin
2009-04-14 20:35:16 -07:00
Robert Sayre
f483fe38c9
Merge.
2009-04-14 22:45:25 -04:00
Ben Newman
17a2ceeaca
Bug 484107 - XPCSafeJSObjectWrapper allows regexp variables to be clobbered. r=mrbkap+sr=brendan
2009-04-14 19:32:17 -07:00
Boris Zbarsky
0ab9c0661c
Bug 488390. Get special siblings correctly even when bidi is involved. r+sr=roc
2009-04-14 22:28:27 -04:00
Vladimir Vukicevic
4d0d64744e
b=484864; followup, correctly handle multiple-of-4 surfaces; r=math
2009-04-14 17:59:12 -07:00
Vladimir Vukicevic
f4365ce226
b=484864; StretchDIBits takes too long (Do 32->24 conversion before calling StretchDIBits); r=jrmuizel
2009-04-14 15:12:38 -07:00
Vladimir Vukicevic
981ca106bd
b=479733; stub out clipboard service on Windows CE, and reenable nsSound; r=dougt
2009-04-14 14:59:58 -07:00
Boris Zbarsky
688d86b43a
This should be a bit-check, not a boolean check. No bug, r+sr=dbaron
2009-04-14 16:53:29 -04:00
Jeff Muizelaar
ee34156e8f
Bug 488117 - Fix qcms part of toolkit-makefiles.sh. Finish last commit. blanket-r=ted
2009-04-14 16:23:24 -04:00
Gavin Sharp
b8b944c08f
Bump IID of nsIDOMWindowUtils for changes from bug 483634
2009-04-14 15:51:39 -04:00
Jeff Muizelaar
1a2cd913af
Fix qcms and breakpad chunks of toolkit-makefiles.sh - bug 488117 blanket-r=ted
2009-04-14 15:39:48 -04:00
Shawn Wilsher
5446b70cf9
Merge for backout of bug 487664
2009-04-14 15:10:28 -04:00
Shawn Wilsher
0df65ba7ee
Backed out changeset 629e0c724413 (bug 487664)
2009-04-14 15:09:56 -04:00
Shawn Wilsher
b766e858e6
Merge for backout of bug 487664
2009-04-14 15:09:20 -04:00
Shawn Wilsher
94177b84c9
Backed out changeset 7b4e5f6006a3 (bug 487664)
2009-04-14 15:08:50 -04:00
John Wolfe
f3ec14598b
Bug 475361 - Need idle service on windows mobile - r+emaijala, sr+pavlov
...
Makes one static variable in nsWindow.cpp, gLastInputEventTime, non-static.
Then uses that global variable in nsIdleServiceWin.cpp.
Not pretty, but as good (if not better) than the alternatives.
2009-04-14 14:23:01 -04:00
Vladimir Vukicevic
67c685cb3d
b=380359; fix bug in checkbox/checkbooleanattr; r=roc
2009-04-14 10:22:04 -07:00
Vladimir Vukicevic
f6c89ea654
b=487956; Fix wrong braces in configure.in, leading to premature expansion; r=stuart
2009-04-14 10:21:23 -07:00
Josh Aas
629cf7f757
64-bit fixes for nsPluginsDirDarwin. b=487972 r=mstange sr=jst
2009-04-14 12:38:11 -04:00
Josh Aas
1669178e09
Fix formatting of nsPluginsDirWin.cpp. b=488163 r/sr=jst
2009-04-14 12:35:35 -04:00
Josh Aas
7d05cb2c64
Remove nsIJVMAuthTools, part of bug 485984.
2009-04-14 12:32:44 -04:00
Robert Sayre
3be11e8591
Merge tracemonkey to mozilla-central.
2009-04-14 12:21:03 -04:00
Shawn Wilsher
0b7236f264
Bug 487664 - Upgrade to SQLite 3.6.13
...
This changeset contains the changes to SQLite code.
2009-04-14 11:40:47 -04:00
Shawn Wilsher
9ae9352dda
Bug 487664 - Upgrade to SQLite 3.6.13
...
This changeset contains the changes needed for Mozilla's code.
r=asuth
2009-04-14 11:40:43 -04:00
Ginn Chen
d5d68e26e8
Bug 487765 - Fix qcms build problems on Solaris. r=jrmuizel
2009-04-14 11:25:31 -04:00
Marco Perez
89b61ac4ab
Bug 487754 - Problems building qcms on FreeBSD. r=jrmuizel
2009-04-14 11:08:23 -04:00
Jason Orendorff
0616f91d10
Bug 487845 - TM: After deep-bailing, we can lirbuf->rewind() and then return to a dead code page. r=gal.
2009-04-14 08:45:37 -05:00
Igor Bukanov
225dc1322f
bug 488029 - fixing bindname optimization regression from the bug 462734 plus creating js_DeclEnvClass instances together with Call objects. r=brendan
2009-04-14 12:54:37 +02:00
Doug Turner
19b855b26d
Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart
2009-04-13 21:41:33 -07:00
Honza Bambas
43a63f7ec6
Bug 486654 - implement localStorage for 1.9.1, security review comments addressing, r=jst, sr=dveditz
2009-04-14 16:11:47 +02:00
Frank Wein
69cf2ec3ee
Bug 468363 - Clicking on URL in autocomplete drop-down while search is running does not autocomplete URL, r=Neil, SeaMonkey/Thunderbird only
2009-04-14 15:38:40 +02:00