Mike Habicher
3063ddba91
Bug 783682 - Camera - always assume the camera gives us yuv420sp [r=gal]
2012-08-20 09:11:20 -07:00
Ed Morley
ca755c3d2a
Merge mozilla-central to mozilla-inbound
2012-08-20 16:46:18 +01:00
Ed Morley
0a433dea97
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-20 16:45:41 +01:00
Rafael Ávila de Espíndola
dec0a95314
Bug 783505 - OS X gcc builds failing. r=jorendorff.
...
This patch adds a workaround for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39608
2012-08-20 10:36:30 -04:00
Rafael Ávila de Espíndola
e92847be06
Bug 783505 - OS X gcc builds failing. r=jorendorff.
...
This patch adds a workaround for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39608
2012-08-20 10:28:08 -04:00
Masayuki Nakano
71369d36d3
Bug 565245 Use waitForFocus() for getting the timing to start tests r=smaug
2012-08-20 23:10:34 +09:00
David Zbarsky
15b5fb7346
Bug 776401 Part 2: Add animation to the layer and then add segments directly to it r=roc
2012-08-20 09:35:42 -04:00
David Zbarsky
9adfa01a55
Bug 776401 Part 1: Avoid copying animation segments when creating animations r=roc
2012-08-20 09:35:42 -04:00
David Zbarsky
7589db83b4
Bug 783835 - Compositor needs to know the css property being animated r=roc
2012-08-20 09:35:41 -04:00
Rail Aliiev
9c26acb7c2
Bug 783551 - Get tooltool running on the b2g on OS X builds. r=respindola
...
--HG--
rename : browser/config/tooltool-manifests/macosx64/releng.manifest => b2g/config/tooltool-manifests/macosx64/releng.manifest
2012-08-20 09:33:06 -04:00
Lucas Rocha
f51a4d386e
Bug 782348 - Fetch byline info from articles to show on Reader (r=bnicholson)
2012-08-20 14:06:58 +01:00
Robert O'Callahan
9152e8f482
Backing out parts 6 and 7 of bug 779715 (5a87f1d1807d, 5a87f1d1807d) due to crashtest orange.
...
--HG--
extra : rebase_source : bb7acb9958452850bd9d36f8e58f956d065d4935
2012-08-21 00:44:32 +12:00
Paolo Amadini
7614e7603f
Bug 763311 - Implement basic "Task.js" interfaces in Toolkit. r=Mossop
2012-08-20 13:51:44 +02:00
Paolo Amadini
5cfc3e0f37
Bug 756542 - Implement make files to include Add-on SDK modules in builds. r=gavin
2012-08-20 13:51:39 +02:00
Ginn Chen
9900e0c450
Bug 783533 testValueABI.cpp and valueABI.c should use same prototype of C_ValueToObject() r=bhackett
2012-08-20 16:27:14 +08:00
Landry Breuil
cffb55e9ac
Bug 777357: declare mjit namespace outside of #ifdef JS_METHODJIT, fixes non-mjit builds. r=bhackett
2012-08-20 09:59:37 +02:00
Robert O'Callahan
9c83e95b7a
Bug 779715. Part 7: Update test_streams_element_capture_reset.html to test new functionality. r=cpearce
...
test_streams_element_capture_reset.html is updated to test that mozCaptureStreamUntilEnded actually stops
capturing when the stream ends. It also tests that seeking and reloading the media resource keep
feeding a mozCaptureStream stream, and feed the right amount of data.
--HG--
extra : rebase_source : 6d9e9631516cebbde148d301050c388e0e0019a8
2012-08-20 16:57:12 +12:00
Sriram Ramasubramanian
db7145cb00
Bug 777026: Use a touch delegate on Tabs button to overcome overlapping on menu button. [r=mfinkle]
2012-08-20 00:45:37 -04:00
Chris Double
a24ed919da
Bug 781831 - Part 2 - Fix package error on XUL android - r=mfinkle
...
--HG--
extra : rebase_source : faa8b37f5f6fa0512c98e4a208774f1e3dd830b2
2012-08-20 12:09:27 +12:00
Chris Double
25a0c7db31
Bug 781831 - Build media and omx plugins by default on Android - r=khuey
...
--HG--
extra : rebase_source : 1d4105e4e1b3d22e590eb4ff703a05c75dcc78c9
2012-08-20 12:09:22 +12:00
Matthew Gregan
0b62b1a805
Bug 780490 - Re-enable test_seek, test_seek_out_of_range, and test_timeupdate_small_files on Linux. (Also bug 780491 and bug 780492). Test only.
2012-08-20 12:10:05 +12:00
David Zbarsky
38147cc954
Bug 783841 - Fix build warnings in layers r=cjones
2012-08-19 20:07:31 -04:00
Andrew Sutherland
6e9c14e23a
Bug 782862 - Add a --runapp command to b2g-desktop to automatically start an app, r=vingtetun
2012-08-19 15:35:44 -07:00
Nicolas Silva
75542595f3
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
2012-08-19 15:33:25 -04:00
Alexandre LISSY
54f5995338
Bug 783825 - Fix b2g breakage after bug 553102 - Part 2: wrap keyboard event detail [r=fabrice]
2012-08-19 12:00:22 -07:00
Fabrice Desré
3a6a1ec660
Bug 783825 - Fix b2g breakage after bug 553102 - Part 1 : fix mozChromeEvent events and system message manager [r=gal]
2012-08-19 12:00:19 -07:00
Phil Ringnalda
5c6d6db828
Merge mozilla-central to mozilla-inbound
2012-08-19 11:20:45 -07:00
Phil Ringnalda
a1dd8177da
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-08-19 11:17:28 -07:00
Masayuki Nakano
17d75f38f0
Bug 422132 part.1 Store unused fractional scroll amount for later wheel events r=smaug
2012-08-20 01:46:21 +09:00
Ryan VanderMeulen
5867af3068
Merge the last PGO-green inbound changeset to m-c.
2012-08-18 19:10:45 -04:00
Kyle Huey
1cad803140
Bug 774888: Error out if there's no TimeStamp implementation. r=glandium
2012-08-18 12:15:22 -07:00
Kyle Huey
e5307f0a9a
Bug 773435: Remove some extraneous nsIImageLoadingContent includes. r=jlebar
2012-08-18 12:15:04 -07:00
Ryan VanderMeulen
2d4e83283e
Merge the last PGO-green inbound changeset to m-c.
2012-08-18 07:22:18 -04:00
Saurabh Anand
edc04e44aa
Bug 730085 - Object.prototype.hasOwnProperty calls ToString on first argument before calling ToObject on this. r=evilpie
2012-08-18 15:51:52 +05:30
Tom Schuster
54cf1b2294
Bug 783016 - Make space for Int32 string type. r=luke
2012-08-18 18:15:51 +02:00
David Rajchenbach-Teller
877a376872
Bug 782303 - Serialize directory entries. r=froydnj
2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller
d823deabd9
Bug 776259 - Serialize file info. r=froydnj
2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller
fe2c20fbb6
Bug 771929 - Serialize numbers. r=froydnj
2012-08-18 12:26:35 -04:00
Justin Lebar
431379fa00
Bug 776132 - When the gonk AppShell is trying to shut down the OrientationObserver, don't call OrientationObserver::GetInstance() -- that might /create/ an orientation observer! r=cjones
...
--HG--
extra : rebase_source : 72ad44ea6edf1c170cb0af6fb3e207550c7bee15
2012-08-18 09:55:59 -04:00
Ed Morley
16944609f7
Bug 685516 - Mark more tests as random; rs=khuey
2012-08-18 14:49:50 +01:00
Ed Morley
5a6cb3b570
Backout 6943b37c68cc (bug 751809) for bug 783723
2012-08-18 14:11:13 +01:00
Mohit Sinha
2967f61c4e
Bug 781189 - Remove rowline attributes from mtable-align-whitespace.html and mtable-align-whitespace-ref.html to fix intermittent failures. r=fwang
2012-08-18 08:32:07 -04:00
Masatoshi Kimura
11a5c57afc
Bug 783532 - Remove DOMError::CreateForDOMExceptionCode. r=sicking
2012-08-18 08:25:49 -04:00
David Rajchenbach-Teller
e9801e280b
Bug 783284 - [OS.File] Rename *Time to *Date. r=froydnj
2012-08-18 08:25:49 -04:00
Marco Castelluccio
086e5b07ec
Bug 780528 - Webapp uninstallation on Linux through desktop action. r=karlt
2012-08-18 08:25:48 -04:00
Marco Castelluccio
be4a914c53
Bug 780530 - Notification after webapp uninstallation. r=mhommey
2012-08-18 08:25:48 -04:00
Ryan VanderMeulen
2a31543288
Merge m-c to inbound.
2012-08-18 08:27:10 -04:00
ffxbld
897d663179
Automated blocklist update from host bld-centos5-32-vmw-011
2012-08-18 03:07:31 -07:00
Shlomi Fish
2fb7bb3889
Bug 781808 - Don't fail to remove inexistent .pyc files during sdk packaging. r=glandium
2012-08-18 11:20:04 +02:00
Mike Hommey
3809e4278b
Bug 781529 - Use -MMD flag for dependency generation instead of -MD. r=ted
2012-08-18 11:17:48 +02:00