Nicholas Nethercote
|
43975521dd
|
Bug 553962 - nanojit: finish adding get/set methods for CallInfo::_typesig. r=edwsmith.
--HG--
extra : convert_revision : cfbed237877f0939423d9c1ac591c0a7edb5b0c0
|
2010-07-04 19:39:09 -07:00 |
Eli Friedman
|
2a6e79c4ba
|
Bug 576363 - Qualify accesses to dependent base in js. r=nnethercote.
--HG--
extra : convert_revision : 5c5cacef53d6a42f6226636c0fa71c13e428b52f
|
2010-07-04 19:12:15 -07:00 |
Jason Orendorff
|
ee99d76feb
|
Merge fix for bug 575208.
|
2010-07-03 08:10:46 -05:00 |
Chris Leary
|
c403458c4c
|
One more changeset to back out. (r=red)
|
2010-07-03 02:06:14 -07:00 |
Chris Leary
|
1cd20a1412
|
Back out Yarr until I can unbreak ARM build. (r=red)
|
2010-07-03 01:54:21 -07:00 |
Chris Leary
|
252d3d9fe5
|
Push-and-pray to try to fix ARM build breaks. (r=red).
|
2010-07-02 23:57:51 -07:00 |
Chris Leary
|
9975411941
|
Bug 564953: Port of Yarr regexp engine and Nitro macroassembler. No PPC support. (r=gal,lw)
|
2010-07-02 22:25:37 -07:00 |
Andreas Gal
|
0a7922e78a
|
Only check for proxy handler if we are sure its a proxy (fallout bug 574924, r=orange).
|
2010-07-02 18:53:00 -07:00 |
Robert Sayre
|
c207bcaa2f
|
merge
|
2010-07-02 18:17:48 -07:00 |
Robert Sayre
|
3e92f5449e
|
Fix ObjectWrapperChild bustage
|
2010-07-02 18:17:06 -07:00 |
Dan Witte
|
614a56ad47
|
Back out due to hanging test.
|
2010-07-02 17:28:48 -07:00 |
Robert Sayre
|
0fb4de7a31
|
Merge mozilla-central to tracemonkey.
|
2010-07-02 17:25:52 -07:00 |
Andreas Gal
|
d254a194b2
|
Move wrappers directory in a desperate attempt to make our build system build bug 574924.
--HG--
rename : js/src/xpconnect/src/wrappers/AccessCheck.cpp => js/src/xpconnect/wrappers/AccessCheck.cpp
rename : js/src/xpconnect/src/wrappers/AccessCheck.h => js/src/xpconnect/wrappers/AccessCheck.h
rename : js/src/xpconnect/src/wrappers/CrossOriginWrapper.cpp => js/src/xpconnect/wrappers/CrossOriginWrapper.cpp
rename : js/src/xpconnect/src/wrappers/CrossOriginWrapper.h => js/src/xpconnect/wrappers/CrossOriginWrapper.h
rename : js/src/xpconnect/src/wrappers/FilteringWrapper.cpp => js/src/xpconnect/wrappers/FilteringWrapper.cpp
rename : js/src/xpconnect/src/wrappers/FilteringWrapper.h => js/src/xpconnect/wrappers/FilteringWrapper.h
rename : js/src/xpconnect/src/wrappers/Makefile.in => js/src/xpconnect/wrappers/Makefile.in
rename : js/src/xpconnect/src/wrappers/WrapperFactory.cpp => js/src/xpconnect/wrappers/WrapperFactory.cpp
rename : js/src/xpconnect/src/wrappers/WrapperFactory.h => js/src/xpconnect/wrappers/WrapperFactory.h
rename : js/src/xpconnect/src/wrappers/XrayWrapper.cpp => js/src/xpconnect/wrappers/XrayWrapper.cpp
rename : js/src/xpconnect/src/wrappers/XrayWrapper.h => js/src/xpconnect/wrappers/XrayWrapper.h
|
2010-07-02 15:26:27 -07:00 |
Dan Witte
|
a731e37612
|
Fix failing test.
|
2010-07-02 15:07:08 -07:00 |
Jason Orendorff
|
a09e35ab9a
|
Bug 575208 - Crash [@ js::ExecuteFrameGuard::~ExecuteFrameGuard] or "Assertion failure: origin != destination". r=gal.
|
2010-07-02 16:51:42 -05:00 |
Andreas Gal
|
7044acf9e3
|
Makefile fix for bug 574924.
|
2010-07-02 14:45:52 -07:00 |
Benjamin Smedberg
|
160382c83c
|
Bug 576540 - nsContentUtils::Init is getting the image loader module, which is initializing the graphics module before they expect to be initialized. This breaks the chain by lazily initializing the image loader and image cache from contentutils, r=joe sr=bz
--HG--
extra : rebase_source : cb612418b6e4be90bace1e69f5ff9432496687f7
|
2010-07-02 17:15:52 -04:00 |
Andreas Gal
|
1c7e1e64e4
|
Missing files for bug 574924.
|
2010-07-02 14:09:48 -07:00 |
Andreas Gal
|
4cabcc15b3
|
Implement remaining cross compartment wrappers (574924, r=mrbkap).
|
2010-07-02 13:54:53 -07:00 |
Chris Leary
|
6013915100
|
Bug 576148: Factor out js::UpvarCookie. (r=mrbkap, dvander)
|
2010-07-02 13:37:39 -07:00 |
Jason Orendorff
|
9ac4e5585e
|
Bug 576295 - Fix tests.py to work on Windows. r=dmandelin. Re-landing.
|
2010-07-02 12:08:46 -05:00 |
timeless@mozdev.org
|
affe00e2fa
|
Bug 576386 - AddPropertyHelper builtin would crash under JS_UNLOCK_SCOPE if js_GetMutableScope fails. r=jorendorff.
|
2010-07-02 09:57:19 -05:00 |
Mitchell Field
|
dae810b5e1
|
Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
|
2010-07-02 10:27:06 -04:00 |
Mike Hommey
|
aed4db995f
|
Bug 562628. Propagate nsProcess::Init failures back to LaunchWithIProcess. r=bzbarsky
|
2010-07-02 16:56:09 -04:00 |
Steffen Wilberg
|
2b8c3842f3
|
Bug 538813. Make about:cache and about:cache-entry pretty. r=bzbarsky
|
2010-07-02 16:56:09 -04:00 |
Saint Wesonga
|
9d68b14fd5
|
Bug 572668. Don't send the useless crypto token in the UA string. r=bzbarsky
|
2010-07-02 16:56:09 -04:00 |
Ms2ger
|
adc4ea08bd
|
Bug 290397. Default values of 'shape' should be treated as 'rect'. r=bzbarsky
|
2010-07-02 16:56:09 -04:00 |
Boris Zbarsky
|
8e305e6099
|
Bug 573354. Don't assert things that aren't true. r=bernd
|
2010-07-02 16:56:09 -04:00 |
Boris Zbarsky
|
343611389a
|
Bug 576136. Use arrays of rulevalues, not linked lists, for slightly better cache locality. r=dbaron
|
2010-07-02 16:56:09 -04:00 |
Michael Wu
|
5428485c6e
|
Bug 576610 - Fix Android packaging with data driven compreg, r=vlad
|
2010-07-02 13:20:24 -07:00 |
Benjamin Smedberg
|
10160737b4
|
Bug 568691 followup: fix interfaces.manifest correctly in builds that package without a manifest, r=mfinkle
--HG--
extra : rebase_source : 0c78222a98be39228825cb953e9e63c86c8d9caf
|
2010-07-02 16:02:56 -04:00 |
Timothy Nikkel
|
5351fffbea
|
Bug 569018. If our candidate parent frame isn't for our container content then it's not a candidate parent frame. r=bzbarsky
|
2010-07-02 14:11:04 -05:00 |
Timothy Nikkel
|
85899c21fe
|
Bug 563878. Part 6. Simplify nsViewManager::ViewToWidget. r=mats
|
2010-07-02 14:11:04 -05:00 |
Timothy Nikkel
|
81f8091b20
|
Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats
|
2010-07-02 14:11:04 -05:00 |
Vladimir Vukicevic
|
3e4c27a980
|
sync up js/src/build/autoconf/make-makefile
|
2010-07-02 12:09:37 -07:00 |
Benjamin Smedberg
|
be33fdb1a8
|
Fix --disable-libxul from bug 568691. r=Mossop
|
2010-07-02 14:23:41 -04:00 |
Vladimir Vukicevic
|
64a71bee4d
|
b=?; fix make-makefile and cairo-features.h.in hack; r=ted
|
2010-07-02 11:20:29 -07:00 |
Vladimir Vukicevic
|
60aa64d036
|
b=568591; fix Android widget backend for manifest reg; r=mwu
|
2010-07-02 11:19:50 -07:00 |
Dan Witte
|
7d6f0b85e6
|
Switch from Cache-Control: no-cache to no-store to see if it fixes random orange. b=450450
|
2010-07-02 10:24:03 -07:00 |
Benjamin Smedberg
|
0222cfb532
|
Bug 576492 - Load default preferences from extension defaults, r=Mossop
|
2010-07-02 12:45:20 -04:00 |
Neil Deakin
|
ac8e963a44
|
Bug 437296, allow tabbing to <input>, <select> and <button> regardless of keyboard access setting, r=jonas
|
2010-07-02 10:50:08 -04:00 |
timeless@mozdev.org
|
ccba88ad97
|
Bug 576497 TabParent::AddProgressListener leaks new TabParentListenerInfo when mListenerInfoList.AppendElement(*info) succeeds
r=smaug
|
2010-07-02 17:21:12 +03:00 |
timeless@mozdev.org
|
61ca6f58fa
|
Bug 577224 nsCARenderer::DrawSurfaceToCGContext comparison between signed and unsigned integer expressions
r=BenWa
|
2010-07-07 12:08:22 +03:00 |
Jason Duell
|
7806a3b6ea
|
bug 576420 - Fix nsIInputStream::Available documentation. r=bz
|
2010-07-08 23:32:59 -07:00 |
Wan-Teh Chang
|
8dfac612e9
|
Bug 575620: Update NSPR to NSPR_4_8_6_BETA1. This includes patches
for bugs 559133, 564851, 415563, 575620, 575534,570332.
|
2010-07-08 18:26:16 -07:00 |
Ted Mielczarek
|
3b56a8a8ca
|
bug 576053 - enable compiling Breakpad on Mac OS X/x86-64 by default. r=mitch
|
2010-07-02 08:05:04 -04:00 |
Ted Mielczarek
|
f3dd9d04fe
|
bug 567424 - sync to Breakpad revision 619 to pick up OS X symbol dumping changes (64-bit support + DWARF CFI support) - mozilla build system changes. r=mitch
|
2010-07-02 08:05:04 -04:00 |
Jeff Walden
|
c7633785ed
|
Remove a couple checks in test code that had asserted that Object.getOwnPropertyNames wasn't implemented. r=orange
|
2010-07-02 00:26:09 -07:00 |
Dave Townsend
|
373b229208
|
Bug 565291: Last update date for Personas always shows 'Unknown'. r=robstrong
|
2010-07-01 21:33:34 -07:00 |
Henrik Skupin
|
f11366d486
|
Bug 575927 - Add id for "tabs on top" menu item. r=dao
|
2010-06-30 18:01:30 +02:00 |