Jason Orendorff
|
4426bcc441
|
Bug 533592, part 2 - Get rid of BYPASS code in XPCNativeWrappers. r=mrbkap.
--HG--
extra : rebase_source : 69e23e74b696b58f2f0a8c89b1d120e2cbb35084
|
2010-05-27 12:34:28 -07:00 |
|
Jason Orendorff
|
d7cbea1f4d
|
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
|
2010-05-27 12:33:54 -07:00 |
|
Jason Orendorff
|
020bbaf05d
|
Bug 568379, part 2 - Remove support for "shallow" XPCNativeWrappers, thus eliminate FLAG_DEEP. r=mrbkap.
--HG--
extra : rebase_source : 324fea0a26640cdd2d2ac169d901f4619cb2b4c0
|
2010-05-27 12:32:26 -07:00 |
|
Jason Orendorff
|
b429d9ab76
|
Bug 568379, part 1 - Remove hasStringArgs weirdness from XPCNativeWrapper constructor. r=mrbkap.
--HG--
extra : rebase_source : 9db4cc0f4d436d015645d074d64137a1d88e5c66
|
2010-05-27 12:30:37 -07:00 |
|
Jason Orendorff
|
9cddfe0be7
|
Avoid warning in jsapi-tests/tests.h due to printf type mismatch. No bug, rs=Waldo.
--HG--
extra : rebase_source : 22429e5178fa794fc06da843ba8046a2678ca114
|
2010-05-27 11:18:06 -07:00 |
|
Brendan Eich
|
f3b00954e9
|
Followup for 568148 to cure orange from e4x/decompilation/regress-463360.js.
|
2010-05-27 14:33:57 -07:00 |
|
Jeff Walden
|
f21160d5f0
|
Fix bustage, add prmjtime.h to the list of headers...
|
2010-05-27 13:15:51 -07:00 |
|
Andreas Gal
|
8df6c7db72
|
Fix for bug 568413: I accidentally removed a required () pair when fixing formating nits.
|
2010-05-27 12:49:14 -07:00 |
|
Jeff Walden
|
16068a18f0
|
Bug 563938 - Refactor units-of-time used in computing DST offsets. r=sayrer
--HG--
extra : rebase_source : 38ffc11fbd00aaca53fb399e6ff2c1cec4cc5f3b
|
2010-05-26 17:00:28 -07:00 |
|
Jeff Walden
|
e98ca56524
|
Bug 563938 - Refactor DST offset computation to pave the way for caching the DST offset when possible. No functionality change. r=sayrer
--HG--
extra : rebase_source : ad70045b70cc23dd7578e594490a10b4fc6fc7ef
|
2010-05-26 17:00:28 -07:00 |
|
Andreas Gal
|
22db0647cc
|
Implement iterate trap for proxy handlers (568413, r=brendan).
|
2010-05-27 12:03:25 -07:00 |
|
Andreas Gal
|
e85c97aafb
|
Stringify property names when invoking scripted proxy handlers (568051, r=mrbkap).
|
2010-05-27 12:01:55 -07:00 |
|
Igor Bukanov
|
f362c01610
|
bug 561657 - Replacing js_CountThreadRequests with an explicit counter. r=jorendorff
|
2010-05-27 16:57:55 +02:00 |
|
Igor Bukanov
|
735d63b45a
|
Backed out changeset c78751701c46 - wrong commit
|
2010-05-27 16:56:34 +02:00 |
|
Igor Bukanov
|
b4468fa229
|
bug 561657 - Replacing js_CountThreadRequests with an explicit counter. r=jorendorff
|
2010-05-27 16:51:44 +02:00 |
|
Igor Bukanov
|
823bff32f4
|
Backed out changeset 7ebdbaba843a - that was temporary commit
|
2010-05-26 14:04:15 +02:00 |
|
Igor Bukanov
|
ef5bf20abd
|
bug 516832 - temporary landing to collect tinderbox logs
|
2010-05-26 13:40:49 +02:00 |
|
Igor Bukanov
|
69c8687fd7
|
bug 568073 r=brendan
|
2010-05-26 12:56:57 +02:00 |
|
Brendan Eich
|
5ecc39b6b9
|
Strengthen our onlyXML checking (568148, r=gal).
|
2010-05-25 20:49:14 -07:00 |
|
Gregor Wagner
|
da2ef31170
|
Bug 568045 HashTable::Range::front should return a non-const Entry. r=lw
|
2010-05-25 16:23:54 -07:00 |
|
Igor Bukanov
|
e496ace8f3
|
bug 566141 r=brendan
|
2010-05-25 12:54:55 +02:00 |
|
Blake Kaplan
|
f17d997577
|
Bug 566773 - Don't force indirect eval to have a callobj. r=brendan
--HG--
extra : rebase_source : 3b16f2a9fe4918abf9f5bee9d6ecd37a4d62c290
|
2010-05-24 15:53:11 -07:00 |
|
Andreas Gal
|
dcae10deae
|
Make proxy API internal, allow JSObject::swap on functions (566818, r=brendan).
|
2010-05-24 14:33:03 -07:00 |
|
Andreas Gal
|
8e4c06cea9
|
Add a GC mark hook to C++ proxy handlers (567055, r=mrbkap).
|
2010-05-24 14:26:36 -07:00 |
|
Andreas Gal
|
edb127f3b4
|
If lookupProperty fails, recording is already aborted (567068, r=luke).
|
2010-05-24 14:20:19 -07:00 |
|
Andreas Gal
|
827b329995
|
Abort recording if js_FindIdentifierBase fails (567580, r=brendan).
|
2010-05-24 14:16:58 -07:00 |
|
Patrick Walton
|
7a314129ce
|
Bug 546097 - Narcissus: replace the regex-based lexer with a handwritten one; remove GLOBAL. r=brendan
--HG--
extra : rebase_source : a0cfac8bbbd86302530b3cbe9e82b161a5db2ac4
|
2010-05-24 13:43:21 -07:00 |
|
Robert Sayre
|
5f6f628e47
|
Merge
|
2010-05-24 13:24:52 -07:00 |
|
Robert Sayre
|
cac17c1ecd
|
Disable msvc warning C4800
|
2010-05-24 13:24:09 -07:00 |
|
Brendan Eich
|
5679f25545
|
Fix getter vs. method pointer issues (567066, r=jwalden).
|
2010-05-24 10:48:32 -07:00 |
|
Robert Sayre
|
855a6ca0a4
|
Get rid of some js_AllocStack usage.
|
2010-05-24 10:23:47 -07:00 |
|
Robert Sayre
|
def349ad75
|
Merge mozilla-central to tracemonkey.
|
2010-05-24 09:05:39 -07:00 |
|
Jonathan Watt
|
8fb86df3e7
|
Bug 561654. nsSVGTextPositioningElement should be on the primary inheritance chain. r=longsonr
|
2010-05-24 16:58:24 +02:00 |
|
Robert Kaiser
|
1a1d1d5a7f
|
bug 567587 - consistent IDs for view(Partial)Source, kill unused page editing function, r=gavin
|
2010-05-24 14:48:24 +02:00 |
|
timeless@mozdev.org
|
b0de6d0c69
|
Bug 515572 - nsCacheService::EvictEntriesForClient should do a best effort clear. r=biesi
|
2010-05-24 14:25:59 +02:00 |
|
Oleg Romashin
|
b6732fc4d3
|
Bug 564770 - provide graphics system parameter for child processes. r=dougt
|
2010-05-24 14:21:52 +02:00 |
|
timeless@mozdev.org
|
6977583968
|
Bug 566552 Spell offset with an s especially nsHTMLEditor::AddPositioningOffet
r=glazou
|
2010-05-24 14:20:59 +02:00 |
|
Saint Wesonga
|
32e9aa4b10
|
Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev
|
2010-05-24 11:38:31 +02:00 |
|
Jory A. Pratt
|
c9e150d2ca
|
Bug 555562 - remove xpctools as no maintainer in 3 years. r=shaver
|
2010-05-24 11:31:27 +02:00 |
|
jhorak@redhat.com
|
b404dea59c
|
Bug 460443 - Thunderbird can't hande correctly multiline subject header that contains CR+HTAB instead of CR+SPC. r=biesi
|
2010-05-24 11:29:53 +02:00 |
|
Makoto Kato
|
b21024ce8b
|
Bug 535472 - Remove unused keysym2ucs.* from widget/src/qt. r=dougt
|
2010-05-24 09:35:45 +02:00 |
|
Dão Gottwald
|
27e8c6679b
|
remove bogus comment again
|
2010-05-24 09:34:46 +02:00 |
|
John Daggett
|
060fa41f99
|
Bug 555406. Call checkLoadURI for INHERIT_PRINCIPAL font loads. r=bz
|
2010-05-24 15:45:18 +09:00 |
|
David Anderson
|
be3a45c3e7
|
Merge backout.
|
2010-05-23 22:10:06 -07:00 |
|
David Anderson
|
e2e1e9a8cc
|
Backed out changeset 0f0f444d57ad
|
2010-05-23 22:09:41 -07:00 |
|
Rob Arnold
|
bfc51c8452
|
Added ll suffix to 64 bit constant and initialized some variables to shut up gcc.
|
2010-05-24 00:08:04 -04:00 |
|
Rob Arnold
|
b381fdfc4a
|
Attempt to fix bustage from b375e530a90b by adding parens to hopefully appease gcc.
|
2010-05-23 23:47:34 -04:00 |
|
David Anderson
|
634f2ea371
|
Merge backout.
|
2010-05-23 20:35:18 -07:00 |
|
Rob Arnold
|
3899a2be6b
|
Bug 556967 - Re-enable aero glass once bug 555182 is fixed r=gavin
|
2010-05-23 23:29:09 -04:00 |
|
Rob Arnold
|
46451c053e
|
Bug 555182 - Calculate the largest opaque rectangle in the opaque region to determine glass margins r=jimm,roc
|
2010-05-23 23:29:04 -04:00 |
|