Commit Graph

116095 Commits

Author SHA1 Message Date
Jeff Gilbert
dbc30801f9 Bug 821191 - Switch recent files from accidental windows line endings to unix line endings - r=bjacob 2012-12-17 17:58:44 -08:00
Nikhil Marathe
2dba77f34f Bug 822406 - Use transaction.error.name when possible. r=gwagner 2012-12-17 20:53:39 -05:00
Seth Fowler
170cc5a604 Bug 816362 - Refactor imgTools::DecodeImageData to remove imgIContainer argument and use ImageFactory. r=joe 2012-12-17 17:35:07 -08:00
Alexander J. Vincent
722faa2cd1 Bug 812302 - nsSAXXMLReader::HandleXMLDeclaration should report its results. r+sr=smaug 2012-12-17 20:53:38 -05:00
Chris Double
cf8659f3e9 Bug 821160 - Part6: Build changes for froyo libomxplugin libraries on Android - r=khuey 2012-12-18 14:44:45 +13:00
Chris Double
944d0fcd60 Bug 821160 - Part5: Package froyo libomxplugin libraries on Android - r=mark.finkle 2012-12-18 14:44:39 +13:00
Chris Double
b883ba82ee Bug 821160 - Part4: Add libstagefright stub libraries for Froyo - r=cpeterson 2012-12-18 14:44:32 +13:00
Chris Double
3bb0556e7e Bug 821160 - Part3: Add Android OS headers for Froyo - r=cpeterson 2012-12-18 14:44:25 +13:00
Chris Double
793546e5c0 Bug 821160 - Part2: Add libomxplugin support for froyo - r=cpeterson 2012-12-18 14:44:17 +13:00
Chris Double
596de89d1c Bug 821160 - Part1: Media plugin backend changes for Froyo support - r=cpeterson 2012-12-18 14:44:10 +13:00
Alexander Surkov
db23e3552b Bug 810572, part 2.5 - rename AccType constants again, r=tbsaunde, sr=roc 2012-12-18 10:25:52 +09:00
Gary Kwong
6900e0c183 Workaround YARR assert (bug 808478, r=sstangl). 2012-12-17 16:57:48 -08:00
Benjamin Peterson
944fdebd3e Bug 822283 - Make APIs that access strictMode() on the TokenStream private. r=njn
--HG--
extra : rebase_source : 9707c69c9a9dc5fd8f762e770d4fec9a03c98af2
2012-12-17 19:51:54 -05:00
Sriram Ramasubramanian
c50f85efd4 Bug 821311: Search suggestion text illegible. [r=bnicholson]
--HG--
extra : rebase_source : 7320e34aa5cc6e0b115cb7a0d0dd26fbaca21050
2012-12-13 15:21:34 -08:00
David Keeler
dad6614b55 bug 820497 - update popup notification for click-to-play more often r=jaws 2012-12-17 16:12:14 -08:00
Jeff Walden
118086b8be Bug 792108 - Implement JSCLASS_EMULATES_UNDEFINED to allow objects of a given class to act like the value |undefined| in certain contexts. Also add a TI flag for such objects, permitting us to assume that no objects use the flag until one is observed, also speeding up object-is-truthy tests when no falsy object is observed. r=jandem, r=bz
--HG--
extra : rebase_source : a76167661fffc26adf0e631d0b87c842b5fc0ed5
2012-09-15 11:19:54 -07:00
Jeff Walden
b1a01dc7d1 Bug 822350 - Make generated bindings include mozilla/FloatingPoint.h directly if they use it. r=bz
--HG--
extra : rebase_source : 7271aea09f40dee8d418ddd17c8f43559262a0d2
2012-12-17 17:21:26 -05:00
Ryan VanderMeulen
a5046a44ed Backed out changeset 1cd15c87f867 (bug 821901) for crashes. 2012-12-17 19:22:09 -05:00
Benjamin Peterson
f91af4d7f2 Bug 821103 - Don't spit out strict warnings on non-strict code. r=njn 2012-12-17 19:11:44 -05:00
Dão Gottwald
566a001620 Bug 822435 - Undo global-scope pollution from browser-plugins.js. r=jaws 2012-12-18 01:05:00 +01:00
Dão Gottwald
135ce41166 merge backout 2012-12-18 01:04:45 +01:00
Dão Gottwald
8074dbee73 Backed out changeset e14c7409ede7 2012-12-18 01:04:30 +01:00
Avi Halachmi
a22a349cdd Bug 820167: Enable performance measurement of tab animation. r=jmuizelaar 2012-12-17 18:48:01 -05:00
Gavin Sharp
55ee76fafc Bug 820489: fix runSocialTestWithProvider to always disable social functionality entirely, before removing the selected provider, r=markh
--HG--
extra : rebase_source : 81a7d30342b51cec036d6644a0e2aac1fd0ef64f
2012-12-17 15:39:49 -08:00
Chris Jones
56855bfde2 Bug 820560: Run unprivileged processes with different uids when possible. r=kang a=blocking-basecamp 2012-12-17 15:39:34 -08:00
Marshall Culpepper
4fedb0294f Bug 812584: Part 2 - Tweaks to update download retry prefs for B2G. r=fabrice 2012-12-17 17:23:14 -06:00
Marshall Culpepper
df4c17c4b0 Bug 812584: Part 1 - Always forward update download errors in B2G. r=bbondy 2012-12-17 17:23:14 -06:00
Masatoshi Kimura
e34323091a Bug 822094 - Part 2: Add transfer parameter to window.postMessage. r=sicking 2012-12-17 17:43:45 -05:00
Masatoshi Kimura
2dcb7e6152 Bug 822094 - Part 1: Unwrap the transfable parameter if allowed. r=sfink 2012-12-17 17:43:45 -05:00
Iordache Catalin
303c331b16 Bug 821901 - Fix build warnings in /toolkit/components/places/nsNavHistoryResult.cpp. r=mak 2012-12-17 17:43:45 -05:00
Seth Fowler
879247bc7e Bug 815471 - Don't assume that all imgIContainers are either a RasterImage or a VectorImage. r=joe 2012-12-17 14:05:18 -08:00
Gene Lian
0f0ee97b92 Bug 821633 - Alarm API - .getAll() need to wrap the objects respecting to the content window (part 2, Alarm API). r=vivien 2012-12-14 20:04:04 +08:00
Gene Lian
f0473e1636 Bug 821633 - Alarm API - .getAll() need to wrap the objects respecting to the content window (part 1, ObjectWrapper.jsm and Cu.createDateIn()). r=sicking 2012-12-17 13:29:00 +08:00
Gene Lian
6cb9952044 Bug 821977 - ObjectWrapper.jsm needs to provide |type| property for the new blob. r=sicking 2012-12-15 18:09:02 +08:00
Randy Lin
60ef034868 Bug 819965 - Unable to silence or control FM radio volume. r=sicking 2012-12-17 20:46:56 +08:00
Blake Kaplan
56b8bc0402 Bug 821539 - Don't expose ad-hoc networks in the regular network list. r=vchang 2012-12-13 17:16:18 -08:00
Rob Wood
2b8bd8e4ea Bug 819213 - Change filter tests to use international format and reenable on TBPL, also remove previous changes by gwagner. r=gwagner 2012-12-13 13:39:02 -08:00
Vincent Chang
d1e2ec0b13 Bug 806531 - Incorrect WPA-EAP username/password does not trigger incorrect password prompt, retries with bad password forever. r=mrbkap 2012-12-14 16:42:54 +08:00
Thomas Zimmermann
e93cd33a7a Bug 758103 - Return charging time of zero if no battery interface exists. r=mounir, r=dhylands
On the PandaBoard, and probably other platforms, no battery exists and
the related kernel interfaces are missing. The HAL returns 'charging' at
a battery level of 100%. The charging time is set to 'unknown'. This is
inconsistent according to the battery manager.

With this patch, the returned charging time is set to zero, which fulfills
the battery manager's requirements. The patch also cleans up and simplifies
the source code.
2012-11-29 20:18:46 +01:00
Brian Hackett
d4f042754b Bug 821735 - Cleanup/fix population and checking of register and slot information in safepoints, r=jandem. 2012-12-17 15:32:03 -07:00
William Chen
bfab6dc9b5 Bug 820957 - Support object members in WebIDL dictionary. r=bz 2012-12-17 13:44:13 -08:00
William Chen
d33f454e9f Bug 820544 - Prefix WebIDL dictionary native member names to avoid C++ keywords. r=bz 2012-12-17 13:44:04 -08:00
Benoit Jacob
456912483a Bug 817774 - Let nsIntRect not have a nsIntRect static data member, as that kills GDB printing it - r=dholbert 2012-12-17 16:59:53 -05:00
Steve Workman
9332fbdb86 Bug 816741 - Add a callback function in WebMReader for nestegg logging r=kinetik 2012-12-17 14:26:55 -08:00
Ed Morley
ede888aa41 Backout 97061a550935 (bug 817774) for build bustage on a CLOSED TREE 2012-12-17 22:22:08 +00:00
David Keeler
5572b3593f bug 821098 - browser_pluginnotification.js should not call Services.perms.removeAll() r=jaws 2012-12-17 14:07:53 -08:00
Brian Hackett
cfb98cb9ff Bug 821788 - Prevent elimination of phis and resume point operands for operands of inline calls, r=jandem. 2012-12-17 15:10:12 -07:00
Ed Morley
2426589905 Backout f5aaf21d0a2b (bug 722596) for python 2.6 compat issues 2012-12-17 22:06:21 +00:00
Patrick Wang
3db1ad17e1 Bug 821605 - Adding marionette test for SPDI. r=vicamo 2012-12-14 16:08:07 +08:00
Benoit Jacob
1e42bb0138 Bug 817774 - Let nsIntRect not have a nsIntRect static data member, as that kills GDB printing it - r=dholbert 2012-12-17 16:59:53 -05:00