Ryan VanderMeulen
2fa9120431
Merge m-c to inbound.
2013-01-29 12:09:11 -05:00
Chuck Lee
2b34101ca4
Bug 831627 - 0004. Test case for Event Download Command : Language Selection. r=yoshi
2013-01-28 14:06:06 +08:00
Yoshi Huang
5fdc54287a
Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo
2013-01-28 10:57:30 +08:00
Chuck Lee
c247be6759
Bug 831627 - 0003. Mark event as supported. r=yoshi
2013-01-28 10:44:13 +08:00
Chuck Lee
d5e659c5e0
Bug 831627 - 0002. Handle event. r=yoshi
2013-01-28 10:44:12 +08:00
Chuck Lee
61d51edd4c
Bug 831627 - 0001. Add event object. r=yoshi. sr=sicking
2013-01-29 10:32:31 +08:00
Fabrice Desré
34f7f84329
Bug 836045 - Update Webapps code to use the new deviceStorage stat() support r=djf
2013-01-29 18:24:43 -08:00
ithinc
9c7dfa41cd
Bug 649654 - When tab bar underflow occurs and tab strip was scrolled to the beginning, resize tabs such that they can be closed in succession. r=fryn
2013-01-29 18:14:45 -08:00
Brian Smith
630955183c
Bug 834741: Update NSS to NSS 3.14.2 BETA 3 (NSS_3_14_2_BETA3), r=me, a=bustage
...
--HG--
extra : rebase_source : 877c00c76e2c4f0899126afeb5d52c34b47f0f55
2013-01-28 01:37:45 +01:00
Mats Palmgren
ee76b2931e
Bug 835167 - Add reftest-wait to some crashtests to fix orange.
2013-01-28 01:26:04 +01:00
Shane Caraveo
6019bba05a
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-27 10:31:14 -08:00
Matt Brubeck
3edb33b536
Bug 792509 - Allow Metro builds on non-Windows platforms [r=jimm]
2013-01-26 23:45:27 -08:00
Bill McCloskey
4447e28755
Bug 824473 - Fix build errors (r=bustage)
2013-01-27 14:38:43 -08:00
Simon Montagu
ee31530608
Distinguish between bdi with default auto direction and with explicit auto-direction. Bug 832644, r=ehsan
2013-01-26 23:14:14 -08:00
Simon Montagu
926d1bdddc
Clear the HasDirAuto and HasDirAutoSet flags when setting dir to an invalid value. Bug 831287, r=ehsan
2013-01-26 23:35:49 -08:00
Phil Ringnalda
50ee1750d8
Back out 422c0104079e (bug 767272) for attributes/test_obj.html hangs
2013-01-28 23:17:32 -08:00
Randell Jesup
be6d3801fc
Bug 835287: Give up ref to TransportFlow to runnable meant to release it r=ekr
2013-01-28 11:29:35 -05:00
Gina Yeh
dc5200d225
Bug 811569 - Patch 4: Remove asynchronous function GetProperty , r=echou
2013-01-29 14:52:58 +08:00
Gina Yeh
e514b6c920
Bug 811569 - Patch 3: Cleanup for DOMRequest related checking and do_GetService checking, r=echou
2013-01-29 14:52:48 +08:00
Gina Yeh
f0f2a72ba5
Bug 811569 - Patch 2: Support array of nsString in SetJsObject, r=echou
2013-01-29 14:52:39 +08:00
Gina Yeh
93ca9b9bee
Bug 811569 - Patch 1: Remove unused files in bluetooth, r=echou
2013-01-29 14:52:30 +08:00
Phil Ringnalda
7250370ce6
Back out c5238879470f and b3cabb259af7 (bug 830099) for bustage
2013-01-28 22:36:59 -08:00
Boris Zbarsky
8d9b5e0402
Always build RTCIceServer.webidl, since it doesn't rely on WebRTC machinery, and is needed in DummyBinding. Followup for bug 830099.
2013-01-29 01:02:29 -05:00
Daniel Holbert
6316217ab4
Bug 835625: Remove the MSVC exemption for FAIL_ON_WARNINGS in /gfx/gl. r=BenWa
2013-01-28 21:43:30 -08:00
Boris Zbarsky
023ecd137e
Bug 830099. Flag WebIDL dictionaries and callbacks with some information indicating whether we need main-thread and worker codegen for them and then use that information to skip unneccessary codegen. r=peterv
2013-01-28 23:30:17 -05:00
Boris Zbarsky
0f2911aa31
Bug 795896. Speed up UnwrapProxy, since we know what we have there is either an Xray or our proxy. r=peterv
2013-01-28 23:29:25 -05:00
Jeff Walden
891be940c1
Bug 786135 - Make parseInt(stringStartingWith0ButNot0xOr0X) parse as decimal to comply with ES5. r=dmandelin
...
--HG--
rename : js/src/tests/js1_8_5/extensions/parseInt-octal.js => js/src/tests/ecma_5/Global/parseInt-default-to-decimal.js
extra : rebase_source : 824fe7e00fbb6ffa38ebba5c43f6c0801f387309
2013-01-28 13:08:32 -08:00
Norbert Lindenberg
10ec616451
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 3). r=jwalden
...
--HG--
extra : rebase_source : 9029f8b5d03c08a5c56c38934c12e4e6458c1755
2013-01-28 14:03:44 -08:00
Jeff Walden
9f1d235f1e
Bug 834988 - Clarify that all the DST-offset methods take a time in UTC seconds, and that the internal fields store UTC values. Also add documentation comments by the related methods. r=dmandelin
...
--HG--
extra : rebase_source : ee848c192ddafe87cdb8388f0d2b81a0d5e4be9a
2013-01-25 16:50:24 -08:00
Jeff Walden
c6b1acb9c6
Bug 834988 - Invert the meaning of LocalUTCDifferenceSeconds and rename it to UTCToLocalStandardOffsetSeconds. This gives it the same sign/semantics (if different units) as the -8 in UTC-8, and it makes it consistent with ES5's LocalTZA concept. Also add an interface comment with two examples of its behavior. r=dmandelin
...
--HG--
extra : rebase_source : 3e56a9fcc590c6b42c2782bd30431db8f3464825
2013-01-25 15:46:10 -08:00
L. David Baron
c2221a17ac
Bug 835169: Remove unused mapping into style of table cols attribute. r=bzbarsky
2013-01-28 21:16:22 -08:00
Kartikaya Gupta
5696641282
Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
73957fd5c6
Bug 835356 - Add logging for sync events to better see if they are causing problems. r=snorp
2013-01-28 13:28:18 -05:00
Jason Smith
1afb99a8c4
Bug 822197 - Crashtest for assertion failure: cb_hdr and crash fim_process_event/FIM_DEBUG. r=ehugg
2013-01-28 10:38:06 -08:00
Ryan VanderMeulen
55d5c47fd5
Merge m-c to inbound.
2013-01-28 14:23:21 -05:00
Ted Mielczarek
f60fd72b12
bug 835456 - Update Breakpad to SVN r1106. r=upstream
2013-01-28 14:12:12 -05:00
Jim Mathies
5989aca8fa
Bug 835435 - Social.jsm referenced using bad uri in socialchat.xml, r=gavin
2013-01-28 13:11:43 -06:00
Jet Villegas
7e0761781e
merge from inbound
2013-01-28 11:04:34 -08:00
Daniel Holbert
9a053a440f
Bug 832440: Fix inconsistency on appUnitsPerDevPixels's signedness in gfxFont and its clients by converting all instances to be signed. r=jfkthame
2013-01-28 11:01:59 -08:00
Gregory Szorc
8bafd8ebdf
Merge mozilla-central into services-central
2013-01-28 11:01:46 -08:00
Jet Villegas
a0055a5c14
merge from inbound
2013-01-28 11:00:30 -08:00
Irving Reid
f439134474
Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup
2013-01-28 13:57:55 -05:00
Gregory Szorc
9660536d58
Bug 834936 - Temporarily load JSMs into fewer compartments; r=rnewman
...
We concatenate JSMs together so we use less compartments and therefore
less memory. This is intended to be a temporary hack until the overhead
of compartments is less.
2013-01-27 11:26:48 -08:00
Gregory Szorc
b6fb124a9d
Merge mozilla-central into services-central
2013-01-27 10:05:23 -08:00
Ryan VanderMeulen
94e8455af6
Merge m-c to fx-team.
2013-01-26 21:21:39 -05:00
Ryan VanderMeulen
8560ac4b1e
Backed out changeset eb2f0c1fffc2 (bug 820613) for xpcshell failures.
...
--HG--
extra : rebase_source : 7fff4cec5a4d7839cd3ede5cd0322631e11f9d38
2013-01-26 14:05:31 -05:00
Seth Fowler
96a19d6d45
Bug 820602 - Remove change to decoder notification behavior that causes AWSY leak. r=joe
2013-01-25 18:39:11 -08:00
Richard Newman
e98491e7fe
Bug 834449 - Part 3: simplify cleanup of cached statements. r=gps
2013-01-25 15:05:15 -08:00
Kartikaya Gupta
9fe615f47c
Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
d115f3b5a7
Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson
2013-01-25 13:51:41 -05:00