Price Tseng
dba2ec4c4a
Bug 712944 - B2G telephony: ensure error scenarios are covered. r=philikon
2012-05-14 21:13:06 -07:00
Vicamo Yang
418a560592
Bug 753012 - B2G SMS: wrong calculated encoding value for dcs = 0xF?. r=philikon
2012-05-14 21:13:06 -07:00
Brian R. Bondy
b0e8b53044
Bug 290735 - When launching a file use download path as working directory. r=jimm
2012-05-14 09:19:22 -04:00
Matt Brubeck
1982793b97
Bug 752681 - Make official XUL Fennec builds install on xlarge tablets only [r=blassey]
2012-05-14 18:16:09 -07:00
Nicholas Nethercote
43cf80e068
Bug 752793 (part 3) - Remove TCF_DECL_DESTRUCTURING from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : 559857d9f8eed138c78f376014b9748a3a8ce4e1
2012-05-14 16:23:33 -07:00
Nicholas Nethercote
ef7e588510
Bug 752793 (part 2) - Remove TCF_HAS_FUNCTION_STMT from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : 82cf18efce409b2b48bf10b36090b67daeda6981
2012-05-14 16:23:31 -07:00
Nicholas Nethercote
4fe4587156
Bug 752793 (part 1) - Remove TCF_RETURN_{EXPR,VOID} from TreeContextFlags. r=luke.
...
--HG--
extra : rebase_source : 6408cd4daf61e330b975cceff41d694cc2240847
2012-05-14 16:23:29 -07:00
Ryan VanderMeulen
21d08d0adc
Backout 449229be3db1 (bug 749455) to fix reftest failures. r=TrySchmy
2012-05-14 20:32:00 -04:00
Paul O’Shannessy
531cd2d374
Bug 714172 - Change fullscreen menu for Lion [r=gavin]
2012-05-14 17:04:19 -07:00
Tim Abraldes
25e86e496d
bug 753123. Use wide-string versions of Windows API calls to make redit.exe work with unicode file paths. Also updates redit to scopeguard its resources. r=jimm
2012-05-14 16:54:25 -07:00
Ehsan Akhgari
b814ee999e
Bug 696229 - Adjust the hint correctly while drawing the caret for drag/drop so that it gets attached to the beginning of the lines correctly; r=roc
2012-05-11 14:50:19 -04:00
Terrence Cole
16d19e5a76
Bug 737640 - Missing barriers in makeOwnBaseShape; r=bhackett
...
The default copy constructor for BaseShape gets used in makeOwnBaseShape,
bypassing the manual post barriers on getterObj and setterObj. This patch
goes through StackBaseShape, which is the correct usage. It also deletes the
copy constructor to ensure we don't have the same error in the future.
2012-05-14 15:02:43 -07:00
Nicholas Nethercote
8304bf7822
Bug 752758 - Separate TreeContext and BytecodeEmitter. r=bhackett.
2012-05-14 16:08:32 -07:00
Nicholas Cameron
29f95ca6fd
Bug 754488 - Fix warning in FrameLayerBuilder.cpp. r=dholbert
2012-05-14 19:01:05 -04:00
William Lachance
b2c05ac591
Bug 754305 - SUTAgent should always print ipv4 address. r=jmaher
2012-05-14 19:01:05 -04:00
David Zbarsky
efdd0b3f7f
Bug 754138 - Prevent Rect.h warning spam. r=roc
2012-05-14 19:01:05 -04:00
Kang-Hao (Kenny) Lu
74ab6d1729
Bug 752230 - Disallow control characters above 0x7e in CSS unquoted url() tokenization. r=dbaron
2012-05-14 19:01:05 -04:00
Geoff Brown
b02790a816
Bug 751158 - Add tcheckerboard3 Robocop/Talos test. r=jmaher
2012-05-14 19:01:05 -04:00
David Keeler
f01f5458db
Bug 749455 - Use mContentType for click-to-play plugins in nsObjectLoadingContent::OnStartRequest. r=josh
2012-04-27 17:01:07 -07:00
Paul ADENOT
d19763225d
Bug 743720 - Import Speex's audio resampler in the tree. r=kinetik, khuey
2012-05-14 19:01:04 -04:00
Margaret Leibovic
5e280e1289
Bug 754286 - Add null checks to AweseomeBar context menu. r=mfinkle
2012-05-14 14:38:18 -07:00
Matt Brubeck
75ddd92705
Bug 754947 - Use the default search engine for keyword.URL searches in Fennec [r=mfinkle]
2012-05-14 14:49:41 -07:00
Brian Nicholson
9004e630bd
Bug 753625 - Use tri-state session restore flag. r=mfinkle
2012-05-14 14:48:04 -07:00
Jason Duell
0e63b42516
Bug 737164 - Make ReadInputStreamToString fallible. r=bsmedberg
2012-05-14 14:35:49 -07:00
Bobby Holley
a677897390
Bug 754311 - Null out the private of soon-to-be-transplanted reflectors _after_ copying their properties onto the holder. r=mrbkap
2012-05-14 23:30:07 +02:00
Bobby Holley
edc81ab397
Bug 754044 - Remove manual injection of same-compartment security wrappers, and make sure to call JS_Wrap* instead. r=mrbkap
2012-05-14 23:30:07 +02:00
Bobby Holley
80f05e377a
Bug 754044 - Apply same-compartment security wrappers in same-compartment wrapping callback. r=mrbkap
2012-05-14 23:30:07 +02:00
Bobby Holley
4b7ab64339
Bug 754044 - Introduce sameCompartmentWrapObjectCallback. r=mrbkap
...
We leave it null for gecko for the time being to keep this patch small.
2012-05-14 23:30:07 +02:00
Bobby Holley
d4db4d398f
Bug 754044 - Simplify the logic surrounding the prewrap callback in jscompartment.cpp. r=mrbkap
2012-05-14 23:30:07 +02:00
Bobby Holley
34a529a141
Bug 754044 - Alter the semantics of UnwrapObject{,Checked} to check for outer windows on the initial wrapper passed. r=mrbkap
...
This distinction is the only reason for writing the code in this confusing manner. And I don't think we need it now that we have stopAtOuter.
2012-05-14 23:30:07 +02:00
Bobby Holley
0359e6d4ba
Bug 754044 - Pass stopAtOuter=false in GetWrappedNativeOfJSObject, because that's what we mean. r=mrbkap
2012-05-14 23:30:07 +02:00
Eitan Isaacson
c1b42f9638
Bug 753859 - Added description to toolbar tabs button. r=mfinkle, r=sriram
2012-05-14 14:22:00 -07:00
Eitan Isaacson
6f9926f602
Bug 752127 - Provide names to all functions that are not in-line. Remove some dumps, wrap some lines. r=davidb
2012-05-14 14:21:59 -07:00
Eitan Isaacson
664f889a6d
Bug 753093 - Fix crasher when virtual cursor's position becomes defunct and a move method is called. r=surkov
2012-05-14 14:21:59 -07:00
Mounir Lamouri
2d43ae5952
Bug 754046 - Fix "ASSERTION: mRequiredRadioCount about to wrap below 0!". r=bz
2012-05-14 22:32:39 +02:00
Jared Wein
cc89bbdebb
Bug 747083 - Update the identity icons to have a darker lock icon for HTTPS and greener lock icon for HTTPS+EV. r=felipe
2012-05-14 13:16:30 -07:00
Margaret Leibovic
27d30f40a9
Bug 753880 - Marquee aweseome tab strings if they are too long. r=mfinkle
2012-05-14 13:01:30 -07:00
Mats Palmgren
6b03870b6a
Bug 749935 - Make all nsRect Union methods saturating. If width/height overflows nscoord_MAX then clamp the x/y to nscoord_MIN / 2 and try again. r=roc
2012-05-14 22:11:39 +02:00
Mats Palmgren
6c06addbe9
Bug 688897 - Add MozReftestInvalidate handler to fix orange. r=jmuizelaar
2012-05-14 22:11:39 +02:00
Dave Townsend
46aef94182
Bug 744833: Rebuild the bootstrapped add-ons list when the profile moves to a different directory. r=Unfocused
2012-05-14 13:05:56 -07:00
Ed Morley
d38b916352
Backout 345ae68f15f4, b3b40121ac8d, 0d18b7a246d7, 9dbb6064ab58, dee9d7fa8eb6, 63eec6bfa948, 323c6be7cfe8 & f4aac7523a48 (bug 732875) for compilation failures
2012-05-14 21:05:24 +01:00
Benoit Jacob
43d4449b09
Bug 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden
...
--HG--
rename : xpcom/ds/CheckedInt.h => mfbt/CheckedInt.h
2012-05-14 15:50:20 -04:00
Benoit Jacob
e00e2ce48b
Bug 732875 - 7/8 - CheckedInt pre-move-to-MFBT fixes - r=jwalden
2012-05-14 15:50:19 -04:00
Benoit Jacob
2f148bd23f
Bug 732875 - 6/8 - switch CheckedInt to consistently using bool - r=jwalden
2012-05-14 15:50:19 -04:00
Benoit Jacob
50c67f59af
Bug 732875 - 5/8 - update CheckedInt docs - r=jwalden
2012-05-14 15:50:19 -04:00
Benoit Jacob
bafa7da1bc
Bug 732875 - 4/8 - CheckedInt: make nonstandard features optional - r=jwalden
2012-05-14 15:50:19 -04:00
Benoit Jacob
beb3891ba6
Bug 732875 - 3/8 - update CheckedInt typedefs - r=jwalden
2012-05-14 15:50:19 -04:00
Benoit Jacob
eb8bc7b70d
Bug 732875 - 2/8 - Let CheckedInt support the 3 families of integer types: stdint, standard integer types, and PR types - r=jwalden
2012-05-14 15:50:19 -04:00
Benoit Jacob
4369473239
Bug 732875 - 1/8 - switch CheckedInt to support stdint types instead of PR int types - r=jwalden
2012-05-14 15:50:19 -04:00
Luke Wagner
169c45f7b8
Bug 752379 - ContextStack::pushExecuteFrame should read the most recent 'fp' (r=bhackett)
...
--HG--
extra : rebase_source : 1b615fbb8bebab0bf5acd859a70b34ae405347a6
2012-05-07 09:15:08 -07:00