Nicholas Nethercote
77419f6a47
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
...
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
2013-11-07 16:35:30 +11:00
Ehsan Akhgari
c3970a73fb
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
...
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
2013-11-27 20:05:00 -05:00
Ehsan Akhgari
4fcf99ad82
Bug 943982 - Build content/xul in unified mode; r=bzbarsky
2013-11-27 18:13:11 -05:00
Nicholas Nethercote
78e4d6490d
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
...
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
2013-11-07 16:35:30 +11:00
Nicholas Nethercote
e5485e4832
Bug 936964 (part 6) - Rename WebGLMemoryReporterWrapper as WebGLMemoryTracker. r=bjacob.
...
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 7a215cf3dbcf0b78f8ab823828360dd0cfba26d3
2013-11-25 16:03:38 -08:00
Nicholas Nethercote
8e08e0bcca
Bug 936964 (part 5) - Make WebGLMemoryReporterWrapper ref-counted. r=bjacob.
...
--HG--
extra : rebase_source : 4a0d989d47ee2687d0a9a77ac0a31b1cfb0009a6
2013-11-25 16:01:52 -08:00
Nicholas Nethercote
354d9bc155
Bug 936964 (part 4) - Make MediaMemoryTracker ref-counted. r=kinetik.
...
--HG--
extra : rebase_source : fced8b650971a152299fcf07a9ee75936d1810a2
2013-11-25 16:01:31 -08:00
Chris Pearce
7d71645558
Bug 943721 - Make MP4Reader restrict its codecs output to H.264 and AAC. r=kinetk
...
We should restrict the output of MP4Reader to H.264 and AAC so that we
don't end up invoking rogue platform decoders (if that's even possible).
This means that we won't play MP3 audio inside MP4, that's deliberate.
2013-11-28 11:12:24 +13:00
Chris Pearce
e818aefeaf
Bug 944088 - Make MP4Reader::Init() assume mLayersBackendType=LAYERS_NONE if it doesn't have a decoder owner. r=kinetik
...
This ensures that if the MP4Reader fails to get a decoder owner, we
don't abort the media load, but instead we will assume that we don't
have an advanced layers backend, and so fallback to software decoding on
Windows.
2013-11-28 11:12:22 +13:00
Neil Rashbrook
90e499cf14
Bug 943804 Always clear insertion points of cleared inserted children r=mrbkap
2013-11-27 20:12:58 +00:00
Neil Rashbrook
e43bfb63a1
Bug 936933 XBL should get the command controller directly from the window root r=mrbkap
2013-11-27 20:11:36 +00:00
Boris Zbarsky
6153f11d20
Bug 943418. Check for active documents, not current inners, in History APIs. r=bholley
2013-11-27 11:16:07 -05:00
Olli Pettay
37b1f66f95
Bug 943613 - Notify JS implemented Event Target when an event listener is added / removed, r=bz
...
--HG--
extra : rebase_source : 3285e318ca454297f4a9f06c86e733ddf70f4cf8
2013-11-27 17:22:16 +02:00
Botond Ballo
52ad7c7517
Bug 912666 - Introduce a 'scrollgrab' DOM property. r=roc,ehsan,Cwiiis
2013-11-20 15:23:43 -05:00
Dale Harvey
f2be228f2a
Bug 935672 - Only use accelerated skia on gonk. r=matt.woodrow
2013-11-22 11:06:05 +00:00
Sotaro Ikeda
b1a733db60
Bug 939654 - Remove unnecessary wait from instantiating MediaResourceManagerService. r=mwu
2013-11-21 16:03:27 -05:00
Ryan VanderMeulen
5caaa48f5b
Merge b2g-inbound to m-c.
2013-11-21 15:22:03 -05:00
Ryan VanderMeulen
94ddc2e1d9
Merge m-c to inbound.
2013-11-21 11:37:10 -05:00
Ryan VanderMeulen
b94d4e7bae
Backed out changesets efb217f1897a and c9a22296f311 (bug 935774) due to test_mediarecorder_record_4ch_audiocontext.html perma-fail on all platforms after today's inbound merge.
2013-11-21 11:28:06 -05:00
Carsten "Tomcat" Book
247dddda8c
merge fx-team to mozilla-central
2013-11-21 14:32:10 +01:00
Carsten "Tomcat" Book
9f47cb96d7
merge mozilla-inbound to mozilla-central
2013-11-21 14:20:21 +01:00
Ryan VanderMeulen
57e59a5be4
Merge m-c to b2g-inbound.
2013-11-21 11:38:18 -05:00
Vincent Chang
2c0c620b05
Bug 898864 - RTSP content process crash when press the play button at the end of video. r=sworkman
2013-11-20 11:08:10 +08:00
Oleg Romashin
b69f2731cd
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-20 21:44:31 -08:00
Oleg Romashin
8428edd05d
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-20 21:44:22 -08:00
Atte Kettunen
f5204a6dce
Bug 934939: Add crash test. r=roc
2013-11-20 23:27:38 -05:00
Stephen Pohl
e663e300c4
Bug 934939: Avoid crashing by gracefully handling invalid canvas sizes. r=roc
2013-11-20 23:27:33 -05:00
Ehsan Akhgari
8a4376526e
Bug 939582 - Part 2: Build content/media in unified mode; r=doublec
2013-11-20 21:12:13 -05:00
Ehsan Akhgari
2f9d8a7309
Bug 939582 - Part 1: Rework the NSPR logging in content/media to use different macro names for different logs; r=doublec
2013-11-20 22:02:42 -05:00
Ehsan Akhgari
e7936b0d93
Backed out 2 changesets (bug 939582) because of build bustage
...
Backed out changeset 2079c828645a (bug 939582)
Backed out changeset af472e590088 (bug 939582)
2013-11-20 21:41:40 -05:00
Ehsan Akhgari
4f0894ce81
Bug 939582 - Part 2: Build content/media in unified mode; r=doublec
2013-11-20 21:12:13 -05:00
Ehsan Akhgari
3c5450530e
Bug 939582 - Part 1: Rework the NSPR logging in content/media to use different macro names for different logs; r=doublec
2013-11-20 21:11:54 -05:00
Ralph Giles
62b851a4ee
Bug 941281 - Release resampler in OpusTrackEncoder dtor. r=roc
...
We released the resampler when we reached the end of the stream
but would leak if the encoder was destroyed while data was still
available.
2013-11-21 11:09:08 +13:00
Oleg Romashin
0e795599f8
Backed out 3 changesets (bug 822898) for mochitest bustage on B2G ICS emulator
2013-11-20 16:08:36 -08:00
Szu-Yu Chen [:aknow]
602517e64e
Bug 856553 - Part 2: Add setRadioEnabled API (dom). r=khuey
2013-11-21 09:08:50 -05:00
Trevor Saunders
bb5ea2186e
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00
Randy Lin
75f55f589a
Bug 935774 - Test for record four audio channels audiocontext. r=jsmith
2013-11-20 17:32:22 +08:00
Randy Lin
4e505b7361
Bug 935774 - Assertion failure: meta in mozilla::MediaEncoder::GetEncodedData. r=roc
2013-11-20 17:14:13 +08:00
Trevor Saunders
f2f73dd7c1
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
2013-11-15 02:12:43 -05:00
Oleg Romashin
9bc4ac4435
Bug 822898 - Implement pointer events. Basic Tests. r=smaug
2013-11-20 13:05:44 -08:00
Oleg Romashin
e4ee1caecb
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-20 13:05:41 -08:00
Oleg Romashin
4f81ba4a69
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-20 13:05:39 -08:00
Oleg Romashin
896588e661
Bug 822898 - Implement pointer events. CreateEvent hack. r=ehsan
2013-11-20 13:05:37 -08:00
Chris Pearce
cb7276fa04
Bug 886196 - Create a PlatformDecoderModule that outputs blank frames for fuzzing/testing purposes. r=kinetik
2013-11-21 10:04:33 +13:00
Chris Pearce
25d65fda1c
Bug 886196 - Implement WMF platform decoder for FMP4 demuxer. r=padenot
2013-11-21 10:04:33 +13:00
Chris Pearce
5e21be5dc6
Bug 886196 - Add pref to enable creation of fmp4 reader in DecoderTraits. Preffed of by default. r=kinetik
2013-11-21 10:04:33 +13:00
Chris Pearce
47e87db4d3
Bug 886196 - MP4 demuxing using Chromium's MP4 demuxer. No decoding yet. r=kinetik
2013-11-21 10:04:33 +13:00
Chris Pearce
0d0095228b
Bug 886196 - Import Chromium's MSE MP4 demuxer code. r=kinetik
2013-11-21 10:04:32 +13:00
Nathan Froyd
86ec57e686
Bug 940426 - part 2 - don't observe xpcom-shutdown in nsXULTemplateBuilder; r=bz
2013-11-19 20:04:15 -05:00
Nathan Froyd
2ec5630dff
Bug 940426 - part 1 - properly stop observing all the sources in nsXULTemplateBuilder; r=bz
2013-11-19 11:21:00 -05:00
Terrence Cole
db6bfaf0c6
Bug 940718 - Create the first safe JSContext in a GC safe location; r=bholley
...
--HG--
extra : rebase_source : fa6e43d8e194e21e1a5231050aa7a959d844edd5
2013-11-20 12:12:11 -08:00
Nathan Froyd
8ad5c97d8b
Bug 938702 - check for a valid encoding before creating an input stream in canvas code; r=smaug
2013-11-20 19:55:53 -05:00
Jed Davis
78f1fa7514
Bug 936272 - Avoid calling mkdir() from content process in form mochitests. r=sicking
2013-11-21 10:35:45 -05:00
Jonathan Watt
b255112725
Bug 939396 - Fix <input type=range> so that the focus code doesn't overwrite the correct pre-focus value onclick. r=smaug
...
--HG--
extra : rebase_source : 095f67af802d9b63e7eda93e33d580c8d0286b9c
2013-11-21 12:55:01 +00:00
Boris Zbarsky
4c293cf8e4
Bug 941437 part 2. Remove the unused cx argument from UNWRAP_OBJECT and UNWRAP_WORKER_OBJECT. r=smaug
2013-11-21 07:51:16 -05:00
Ryan VanderMeulen
a723ca0f3e
Merge m-c to fx-team.
2013-11-19 22:27:42 -05:00
Ryan VanderMeulen
73463a4880
Merge inbound to m-c.
2013-11-19 20:43:15 -05:00
Ehsan Akhgari
08bd61eef8
Bug 939609 - Build content/xslt in unified mode; r=jst
...
--HG--
extra : rebase_source : 315b7c5762ae4bf8e698f09073d34d048f320bec
2013-11-19 14:52:23 -05:00
Ehsan Akhgari
59b8e9d9a9
Bug 939303 - Build content/base in unified mode; r=jst,bzbarsky
...
--HG--
extra : rebase_source : 93bcb48cd6f8cdeab5aa2cd79f95aaba4790d521
2013-11-19 14:49:52 -05:00
Ehsan Akhgari
f7daa4eb4d
Bug 939296 - Build content/html in unified mode; r=jst,bzbarsky
...
--HG--
extra : rebase_source : e8cf6dfa1b5fc1b3a3db8742e4010fc2479740ed
2013-11-19 14:21:29 -05:00
Botond Ballo
b75d9dd1de
Bug 900092 - Remove FrameMetrics::ROOT_SCROLL_ID. r=kats,tn
2013-11-08 19:07:00 -05:00
Ryan VanderMeulen
1eadf974aa
Merge b2g-inbound to m-c.
2013-11-19 13:36:41 -05:00
Ehsan Akhgari
e0eb2ce597
Bug 939596 - Build content/event in unified mode; r=glandium
2013-11-19 07:42:45 -05:00
Nathan Froyd
8bee1ff184
Bug 940170 - part 2 - constify PLDHashTableOps in content/; r=bz
2013-11-18 21:52:15 -05:00
Ehsan Akhgari
d778db48a9
Bug 939571 - Build Web Audio in unified mode; r=glandium
2013-11-19 14:11:16 -05:00
Ryan VanderMeulen
18621dd236
Merge m-c to inbound.
...
--HG--
rename : dom/contacts/tests/test_contacts_upgrade.html => dom/contacts/tests/test_contacts_upgrade.xul
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 13:54:20 -05:00
Matthew Gregan
6dcb5015db
Bug 939662 - Remove "using namespace mozilla::dom;" from MediaDecoder.h and fix fallout. r=cpearce
2013-11-18 17:22:47 +13:00
Sotaro Ikeda
0523044e79
Bug 935118 - Allow buffering to be triggered when we're low on decoded audio or video. r=roc
2013-11-19 09:01:14 -05:00
Mike Hommey
a65383e1e9
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
8ceb917350
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
9fe772e7fd
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Mike Hommey
bb6779efe3
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
57a2dfcb91
Bug 939039 - Remove now useless FORCE_STATIC_LIB definitions. r=gps
2013-11-19 11:47:28 +09:00
Mike Hommey
d7b6f95761
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Wes Kocher
cc812cf104
Backed out 3 changesets (bug 822898) for mochitest bustage on Windows on a CLOSED TREE
...
Backed out changeset 63c1f6716755 (bug 822898)
Backed out changeset 145150ef00a5 (bug 822898)
Backed out changeset a5e360e6d713 (bug 822898)
2013-11-18 15:27:53 -08:00
Oleg Romashin
51237f988c
Bug 822898 - Implement pointer events. Basic Tests. r=smaug
2013-11-18 13:11:01 -08:00
Oleg Romashin
ed652a977e
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-18 13:10:48 -08:00
Oleg Romashin
63cf1c4a0a
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-18 13:10:05 -08:00
Ehsan Akhgari
84c0745ae1
Bug 939924 - Fix build error: KS.H must be included before codecapi.H in WMF.h. r=cpearce
2013-11-18 15:47:38 -05:00
Olli Pettay
749c9a1a73
Bug 939789, call nsJSContext::LikelyShortLivingObjectCreated() only in the main thread, r=mccr8
...
--HG--
extra : rebase_source : 9ea7616a6396b63363f0edb434761c11a0f47a53
2013-11-18 18:58:02 +02:00
Jonathan Watt
703351ec54
Bug 889736, part 6 - Stop setting the svg.text.css-frames.enabled pref. r=heycam
2013-11-18 14:29:53 +00:00
Jonathan Watt
9ab25aeece
Bug 889736, part 4 - Remove nsSVGTextContainerFrame. r=heycam
2013-11-18 14:29:53 +00:00
Jonathan Watt
769a3a3091
Bug 889736, part 3 - Remove nsSVGTSpanFrame. r=heycam
2013-11-18 14:29:52 +00:00
Jonathan Watt
5dc11fc229
Bug 889736, part 2 - Remove nsSVGTextPathFrame. r=heycam
2013-11-18 14:29:52 +00:00
Jonathan Watt
159a62b18f
Bug 889736, part 1 - Remove nsSVGTextFrame and nsSVGGlyphFrame. r=heycam
2013-11-18 14:29:51 +00:00
Benoit Jacob
4b74788f31
Bug 937886 - Build content/canvas/src in unified mode - r=ehsan
2013-11-18 08:08:24 -05:00
Jonathan Watt
5362d6b683
Bug 939534 - Follow-up to the follow-up to address review comments to address orange that caused (mark tests fuzzy). r=me
2013-11-18 11:17:09 +00:00
Chris Double
2b4869da59
Bug 874897 - Mochitest for copying of frames of videos with aspect ratio to canvas - r=kinetik
...
--HG--
extra : rebase_source : c5ff10d61a1ea46b0fdb2a43e926405660493912
2013-11-18 18:26:51 +13:00
Chris Double
867e379644
Bug 874897 - Fix canvas copying of Ogg video frames with aspect ratio - r=jmuizelaar
...
--HG--
extra : rebase_source : 6f0e03c10de90b14d5bca5d7951af9eb7bced736
2013-11-18 18:26:46 +13:00
Ed Morley
8e9d30130b
Backed out changeset e6a9c98d62d0 (bug 927196) for causing bug 939269
2013-11-18 10:59:01 +00:00
Ed Morley
e27c3b1f4f
Merge latest green b2g-inbound changeset and mozilla-central
2013-11-18 10:54:01 +00:00
Mats Palmgren
3ac692a1d2
Bug 938341. r=smaug
2013-11-18 03:54:35 +00:00
Bobby Holley
bf8b28b514
Bug 938297 - Stop using GetContextFromDocument in GetStateObject. r=bz
2013-11-17 18:44:04 -08:00
Vincent Chang
a0fe50f163
Bug 921963 - [RTSP] Support RTSP in Android JB build. r=sworkman
2013-11-13 16:03:26 +08:00
Boris Zbarsky
50446f2a31
Bug 937465. Warn when cloneNode() and importNode() are used without the boolean "deep" argument on nodes that have kids. r=sicking
2013-11-17 00:10:18 -05:00
Boris Zbarsky
26ee0ba914
Bug 937462. Eliminate all uses of cloneNode() and importNode() without the boolean "deep" arg that are not explicitly testing the behavior of that case from the tree, since the semantics of it will change. r=sicking
2013-11-17 00:10:18 -05:00
Robert Longson
c89588bebf
Bug 938569 - Path fails to render, with comma between move command and implied line command. r=dholbert
2013-11-16 09:51:39 +00:00
ISHIKAWA, Chiaki
e22fb2ab07
Bug 938693 - Check the return value of PR_Close() in ~FileBlockCache() and issue a message if it fails. r=cpearce
2013-11-15 21:46:40 -05:00
Tim Taubert
b14dbd0595
Bug 939784 - Provide a notification when the applicable state of a style sheet changes r=bz
...
From 0d69149ae5e9809d42bb7fbe9c60b760b931ec7e Mon Sep 17 00:00:00 2001
2013-10-28 10:09:04 +01:00
Yury Delendik
1d2b657a55
Bug 896047 - Clear builder when fill rule for path changes. r=Bas
2013-11-08 21:24:24 -06:00
Matthew Gregan
260addb88e
Bug 939613 - Remove MediaSource integration from HTMLMediaElement now and use the generic MediaDecoder interface, then move the necessary MS-specific bits to the MS decoder. r=doublec
2013-10-05 10:04:39 +02:00
Matthew Gregan
c6845c411d
Bug 939612 - Improve readability of MediaSource::SetReadyState. r=doublec
2013-10-05 10:03:50 +02:00
Ehsan Akhgari
c426806741
Bug 939584 - Build some of the directories under content/media in unified mode; r=roc
2013-11-17 21:31:46 -05:00
Jonathan Watt
64f542bda2
Bug 938388 - Convert all remaining code for calculating path lengths and position at an offset along a path in content/svg to Moz2D (kill off all uses of gfxPath). r=dholbert
2013-11-18 01:29:06 +00:00
Jonathan Watt
1f4b1d12c2
Bug 930577 - Convert much of the SVG code for calculating path lengths and position at an offset along a path to Moz2D. r=heycam
2013-11-18 01:29:06 +00:00
Bas Schouten
a5f5cb6bc9
Bug 937994 - Part 2: Mark some tests fuzzy, and change the discontinuity side of joins they expect. r=dholbert
2013-11-18 01:29:05 +00:00
Jonathan Watt
ce231112f6
Bug 937994 - Make the SMIL animateMotion code use a Moz2D PathBuilder instead of gfxContext. r=dholbert
2013-11-18 01:29:05 +00:00
Ehsan Akhgari
105dde09a8
Bug 939569 - Part 1: Stop using #pragma once in webspeech code; r=smaug
2013-11-17 19:48:02 -05:00
Matthew Gregan
ed941cac63
Bug 939601 - Refactor current thread assert into helper. r=cpearce
2013-11-04 11:11:09 +13:00
Chris Pearce
9f15c2477b
Bug 871804 - Clarify HTMLMediaElement.canPlayType() codecs for MPEG on Windows. r=kinetik
2013-11-18 11:29:55 +13:00
Tom Schuster
0d6b6b163b
Bug 939194 - Remove jsval event listeners. r=bz
2013-11-16 13:31:37 +01:00
Tom Schuster
f311064c6e
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
Ehsan Akhgari
a9b361e017
Bug 938864 - Build layout/svg in unified mode; blanket-r=glandium
2013-11-14 21:48:52 -05:00
Ehsan Akhgari
a9b0c71037
Bug 938852 - Build layout/inspector in unified mode; r=roc
2013-11-14 21:46:28 -05:00
Ehsan Akhgari
7159b5153a
Bug 937908 - Build content SVG code in unified mode; r=jwatt
2013-11-17 10:59:45 -05:00
Ms2ger
6b38d3ca3d
Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage.
2013-11-17 16:39:25 +01:00
Tom Schuster
73332ed177
Bug 939194 - Remove jsval event listeners. r=bz
2013-11-16 13:31:37 +01:00
Tom Schuster
dd485f9336
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
Edgar Chen
d4456d6d0c
Bug 814637 - Part 3: DOM changes for IccManager support multiple sim. f=hsinyi. r=smaug
2013-10-09 17:40:12 +08:00
Edgar Chen
5f86c692a7
Bug 814637 - Part 2: Add iccChangeEvent using event generator. f=hsinyi. r=smaug
2013-10-30 14:05:30 +08:00
Phil Ringnalda
83330ed1eb
Back out babac1cc0741:ad287f78608a (bug 939049) for OS X build bustage
...
CLOSED TREE
2013-11-19 07:35:17 -08:00
Trevor Saunders
37180a93f9
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00
Trevor Saunders
088fe2bf42
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
2013-11-15 02:12:43 -05:00
Jon Coppeard
cdb8275c7d
Bug 940692 - Fix rooting hazard in CheckForOutdatedParent() r=smaug
2013-11-20 15:37:30 +00:00
Benoit Jacob
ca59701e6c
Bug 940721 - Build content/smil in unified mode - r=ehsan
2013-11-20 11:29:04 -05:00
Benoit Jacob
67aa39c1f3
Bug 940720 - Build content/xul/templates in unified mode - r=ehsan
2013-11-20 11:29:04 -05:00
Benoit Jacob
621f179f55
Bug 940719 - Build content/xbl in unified mode - r=ehsan
2013-11-20 11:29:04 -05:00
Benoit Jacob
c76743d879
Bug 940717 - Unify the IsChromeURI functions we have in various places - r=ehsan
2013-11-20 11:29:03 -05:00
Ed Morley
ed2555d89d
Backed out changeset 2522a5bca61a (bug 940692)
2013-11-20 16:37:58 +00:00
Jon Coppeard
9827011909
Bug 940692 - Fix rooting hazard in CheckForOutdatedParent() r=smaug
2013-11-20 15:37:30 +00:00
Mats Palmgren
5e94ba11ba
Bug 936835 - Adding script runners or messing with mLinksToUpdate during FlushPendingLinkUpdates is not allowed. r=bz
2013-11-20 13:54:58 +00:00
Markus Stange
df500c9ab8
Bug 924103 - Use Moz2D for SVG filter rendering. r=roc
2013-11-27 12:25:29 +01:00
Olli Pettay
37ed427ba1
Bug 942432 - Remove nsIJSEventListener::mContext, r=bz
2013-11-27 11:12:41 +02:00
Ehsan Akhgari
e9a38e26b2
Backed out changeset 076bf878c59a (bug 942432) for build bustage
2013-11-26 22:14:23 -05:00
Ehsan Akhgari
831cdcd0cf
Backed out changeset db836ecd7746 (bug 943613) for build bustage
2013-11-26 22:14:19 -05:00
Olli Pettay
5edd720f8d
Bug 943613 - Notify JS implemented Event Target when an event listener is added / removed, r=bz
...
--HG--
extra : rebase_source : 88de22115dfef896468f2bb91d60f880cd84cfd3
2013-11-27 03:42:21 +02:00
Olli Pettay
3bea397824
Bug 942432 - Remove nsIJSEventListener::mContext, r=bz
...
--HG--
extra : rebase_source : 0339018010bd6a079080f603db231837bfa9bf00
2013-11-27 03:40:49 +02:00
Eric Chou
e25ca0c35b
Bug 942104 - Add nsIDOMBluetoothDiscoveryStateChangedEvent, r=gyeh
2013-11-30 20:20:17 +08:00
Eric Chou
d3a0fe86e9
Bug 942104 - Add an event "ondiscoverystatechanged", r=gyeh, sr=mrbkap
2013-11-30 20:20:17 +08:00
James Kitchener
ec1e1d02c3
Bug 114365 - Remove legacy mathml implementation details and some mathml css cleanup. r=fredw
2013-12-02 11:50:27 -05:00
James Kitchener
a7a2666393
Bug 114365 - Parse mathvariant, fontstyle, and fontweight for MathML. r=fredw
2013-12-02 11:49:54 -05:00
Ryan VanderMeulen
2866421e0f
Merge m-c to inbound.
2013-12-02 10:34:41 -05:00
Jacek Caban
cc451472be
Bug 930833 - Add missing extern "C" for mingw compilation
...
--HG--
extra : rebase_source : 54b23b82b4cab3d4fba31e289c69f03f00ec6f5f
2013-12-02 12:13:43 +01:00
Jacek Caban
7a28d05200
Bug 944900 - Fix content/media/fmp4 compilation on mingw. r=cpearce
...
--HG--
extra : rebase_source : 3e1bd0401c7768b97dc22bddb7c76cc8ba832675
2013-12-02 12:12:35 +01:00
Robert Longson
32b070e454
Bug 940381 (part 2) - Simplify test loading now that SMIL is always enabled. r=dholbert
2013-12-02 11:19:13 +00:00
Robert Longson
e13d2b0b68
Bug 940381 - Try to make mochitest loading more robust. r=dholbert
2013-12-02 11:16:19 +00:00
William Chen
1e84522b8f
Bug 929885 - Implement web components ShadowRoot style sheet behavior. r=mrbkap
2013-12-02 02:26:12 -08:00
William Chen
2d911c21d6
Bug 854736 - Implement HTML content element. r=mrbkap
2013-12-02 02:26:12 -08:00
William Chen
257e018b19
Bug 806506 - Part 2: Implement innerHTML on ShadowRoot. r=mrbkap
2013-12-02 02:26:12 -08:00
William Chen
e1156f34cd
Bug 806506 - Part 1: Implement ShadowRoot interface with DOM accessor methods. r=mrbkap,ehsan
2013-12-02 02:26:11 -08:00
William Chen
e7fa97d745
Bug 942217 - Undefine LoadImage to prevent naming conflict on Windows. r=ehsan
2013-12-02 02:26:11 -08:00
Tom Schuster
6e8e5fefaa
Bug 939194 - Bump iid of nsIXMLHttpRequestEventTarget. r=bz
2013-11-20 13:48:45 +01:00
Ed Morley
2ac7edcee1
Merge mozilla-central and inbound
2013-11-20 12:44:07 +00:00
Olli Pettay
54a85b044d
Bug 847763, add a way to prevent an iframe to take focus, (pref'ed off by default), r=jst
...
--HG--
extra : rebase_source : b2539bd99aebec59bc1d540e0502e1a5693f25ba
2013-11-20 00:21:16 +02:00
Jonathan Watt
8c03ead21c
Bug 939635 - Make the IME code aware of the new <input type=number> implementation. r=masayuki
2013-11-20 09:32:46 +00:00
Jonathan Watt
c500711e7e
Bug 940698 - Add an "ownerNumberControl" property to HTMLInputElement. r=smaug
2013-11-20 09:32:45 +00:00
Jonathan Watt
05d379bdc6
Bug 771561 - Make HTMLInputElement.stepUp()/stepDown() work when the input's value is NaN. r=smaug
2013-11-20 09:32:45 +00:00
Phil Ringnalda
ddc90dfbd9
Back out 4983f1debf4c (bug 918880) for b2g mochitest-3 bustage
...
CLOSED TREE
2013-11-19 21:59:10 -08:00
Seth Fowler
34d0b55cdf
Bug 917595 (Part 2) - Reftests for zoomed image documents with EXIF orientations. r=smaug
...
--HG--
extra : rebase_source : ffe78a522420a4ae8a51e76c02c8817f9fc03d42
2013-11-19 14:25:02 -08:00
Seth Fowler
2abbf2060e
Bug 917595 (Part 1) - Respect image-orientation in zoomed image documents. r=smaug
...
--HG--
extra : rebase_source : e5e27e3d8c9f63704e9f83970b6c9ddb2c08dfe1
2013-11-19 14:24:59 -08:00
Honza Bambas
8ea258361a
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
2013-11-19 23:15:59 +01:00
Chris Double
4ab99de3f6
Bug 939716 - Destructor for MediaStreamGraph should be virtual - r=roc
...
The destructor for MediaStreamGraph is non-virtual but it has a
derived class, MediaStreamGraphImpl, that overrides the destructor.
This destructor won't be called if an instance is deleted using a
pointer type of MediaStreamGraph.
It's unclear whether this actually happens but MediaStreamGraph.cpp
has code that creates a MediaStreamGraphImpl and returns it as a
MediaStreamGraph.
--HG--
extra : rebase_source : 9d006e5bf9bb056b5a54fc7aec159c26376c1459
2013-11-19 02:09:47 +13:00
Chris Double
cf4ed28111
Bug 939655 - Remove LOG macro definition from MediaStreamGraphImpl.h - r=roc
...
Removing this reduces opportunity for macro name clashes and using
the wrong log object if this header file is included out of order
in a .cpp file.
--HG--
rename : browser/themes/linux/Toolbar-inverted.png => browser/themes/windows/Toolbar-inverted.png
extra : rebase_source : 053384512e0f3a70d07ebe9ca0a07dc0f39d9b5b
2013-11-19 00:48:04 +13:00
Phil Ringnalda
102ba52e3d
Back out 4fd2bf2ec8db (bug 939662) for Windows build bustage
...
CLOSED TREE
2013-11-18 21:34:48 -08:00
Boris Zbarsky
db08d5bb20
Bug 933193 part 3. Add getElementById to DocumentFragment. r=smaug
2013-11-01 15:39:25 -04:00
Boris Zbarsky
533a12d89c
Bug 933193 part 2. Implement nsINode::GetElementById and make SVGSVGElement use it. r=smaug
2013-11-01 15:39:24 -04:00
Boris Zbarsky
1d482cc2e8
Bug 933193 part 1. Factor out the id selector fast-path from querySelector(All) so we can reuse it a bit more broadly. r=smaug
2013-11-01 15:39:24 -04:00
Matthew Gregan
f9db1edec7
Bug 939662 - Remove "using namespace mozilla::dom;" from MediaDecoder.h and fix fallout. r=cpearce
...
--HG--
extra : rebase_source : 922db8de8e9103e3001c26f23ed7402efa8237f5
2013-11-18 17:22:47 +13:00
Paul Adenot
bb61e5a5d6
Bug 919215 - Start the AudioStream on creation when in low-latency mode, and let it underrun. r=roc
...
The BufferedAudioStream buffers the data it gets through the Write() calls and
what is consumed by the callback. This means that if the audio producer starts
Write()ing data right after Start()ing the stream, data will accumulate in this
buffer and won't be consumed. Eventually, the buffer will be of a certain size
before it begins to be consumed by the callback, and this means an
umcompressible latency (because the data will be written at more or less the
same rate as it is produced).
This patch start the BufferedAudioStream right away when it is created, dropping
the silent AudioSegment until it finds real data (and padding with silence is
then done at the beginning). The stream will underrun, but the callback will
synthetize silence, avoiding overbuffering in the BufferedAudioStream. This
ensures minimal latency cause by the buffering.
Note that the clock will still advance, so this will not change the behavior of
content that has leading silence.
2013-11-19 10:43:15 +13:00
Martijn Wargers
d5ef4d9173
Bug 927196 - Check more stuff in XHR. r=sicking
2013-10-16 19:20:51 +02:00
Ryan VanderMeulen
25f4dc9657
Merge m-c to inbound on a CLOSED TREE.
2013-11-14 20:58:52 -05:00
Ryan VanderMeulen
b435761165
Merge b2g-inbound to m-c on a CLOSED TREE.
2013-11-14 20:57:32 -05:00
Nathan Froyd
182df38e7c
Bug 938612 - ensure the image buffers for canvases are freed; r=smaug
...
Landing this on a CLOSED TREE
2013-11-14 11:15:48 -05:00
Wes Kocher
b47b4c27ee
Merge inbound to m-c
2013-11-12 16:34:04 -08:00
Ryan VanderMeulen
6a012789b0
Merge inbound to m-c.
2013-11-12 15:22:52 -05:00
Garrett Robinson
e419d47cd9
Bug 934062 - Add waitForExplicitFinish to stop intermittent CSP test errors. r=sstamm
2013-11-11 14:20:16 -08:00
Joshua Cranmer
08036d15e9
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
...
--HG--
extra : rebase_source : 4c44e60c72e0ece3cea7ed1cf79079bd2a1b6487
2013-11-12 18:22:38 -06:00
Bobby Holley
337a156ad0
Bug 840488 - Remove nsIScriptContext script check in nsScriptLoader. r=bz
...
There are now no longer any consumers that set this to false.
2013-11-12 16:43:34 -08:00
Bobby Holley
6a9d194002
Bug 840488 - Move nsXULDocument to new-style scripts checks. r=bz
2013-11-12 16:43:34 -08:00
Bobby Holley
12a1ebfea9
Bug 840488 - Remove CheckFunctionAccess. r=bz
...
\o/
Aside from checking whether script is enabled, all the other work this function
does is silly.
2013-11-12 16:43:32 -08:00
Bobby Holley
6c0f7db3c4
Bug 840488 - Refactor Gecko to provide a more direct API to ask whether script is allowed for a given global. r=bz
2013-11-12 16:43:31 -08:00
Olli Pettay
c95f27db51
Bug 935274, speed up getting wrapper from nsIHTMLCollection, r=peterv
...
--HG--
extra : rebase_source : d5d0a8355ee84ce6291ae8ebca8f76e06f6cc44e
2013-11-12 17:22:22 +02:00
Jessica Jong
1a3992385c
Bug 814629 - Part 3: MobileConnection changes (dom). f=hsinyi,edgar r=khuey
2013-11-13 16:51:04 +08:00
Jeff Gilbert
68d16e5b58
Bug 936738 - 'uniform{2,3,4}i' should not check for valid sampler texUnit values. r=bjacob
2013-11-12 08:31:32 -05:00
Bob Owen
26107f627c
Bug 885140 - Test 4: Move testAttempted() call to before click and iframe to navigate to before test iframe. r=smaug
2013-11-11 11:55:35 +00:00
Ryan VanderMeulen
f39e728cb3
Merge m-c to inbound.
2013-11-12 15:35:37 -05:00
Henri Sivonen
e03d6ed558
Bug 936440 - Report UTF-16LE or UTF-16BE instead of UTF-16 as the BOM-sniffed encoding. r=emk.
2013-11-12 10:45:22 +02:00
Garrett Robinson
72855f7c75
Bug 902654 - refactor CSP call sites for readability r=dholbert r=mrbkap
2013-11-11 14:25:55 -08:00
Mike Hommey
f252e2fcc4
Bug 935857 - Replace MOZ_RTSP with proper NECKO_PROTOCOL handling. r=gps,r=vchang
2013-11-12 07:52:33 +09:00
Vendelin Ruzicka
be972363d7
Bug 933563 - Consolidate ReportUseOfDeprecatedMethod and WarnOnceAbout. r=sicking, r=ms2ger
2013-11-11 16:12:18 -05:00
Ryan VanderMeulen
4c2b6b9015
Merge m-c to inbound.
2013-11-11 15:55:25 -05:00
Ryan VanderMeulen
d4fc422b45
Merge inbound to m-c.
2013-11-11 15:41:03 -05:00
Ryan VanderMeulen
df21693fec
Backed out changeset 0595650a11bd (bug 934440) for bustage.
2013-11-11 09:49:46 -05:00
Ed Morley
faca188d59
Merge mozilla-central and inbound
2013-11-11 13:20:20 +00:00
Carsten "Tomcat" Book
7c2476f6f2
merge fx-team to mozilla-central
2013-11-11 12:32:39 +01:00
Ms2ger
5e1bd894df
No bug - Fix some style issues in DOM code.
2013-11-11 09:04:41 +01:00
Ms2ger
af09204569
Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps
2013-11-11 09:04:06 +01:00
Ms2ger
ff6eab15dd
Bug 928741 - Stop using PR_STATIC_ASSERT in content; r=jst
2013-11-11 09:03:59 +01:00
Ms2ger
de235a5dd8
Bug 909254 - Stop using jsapi for HTMLCollection.namedItem; r=peterv
2013-11-11 08:55:41 +01:00
Brad Lassey
2f86f92c0f
bug 936549 - Tab sharing capture device won't stream, use FormatStrideForWidth in tab stream r=jesup
2013-11-08 13:26:20 -05:00