Ms2ger
1d57226508
Bug 876282 - Add unprefixed cancelAnimationFrame; r=bz
...
--HG--
rename : content/base/test/test_bug647518.html => content/base/test/test_bug876282.html
2013-05-28 19:31:31 +02:00
Bobby Holley
6032157247
Bug 870423 - Tests. r=bz
2013-05-28 10:29:38 -07:00
Bobby Holley
97556fd572
Bug 870423 - Use the actual hasInstance proxy hook for function proxies. r=luke
2013-05-28 10:29:37 -07:00
Timothy Nikkel
dfb5696db1
Bug 876630. The async widget release is no longer needed in nsComboBoxFrame because the view subsystem now does the widget destroy async. r=mats
2013-05-28 12:27:36 -05:00
Daniel Holbert
47db2ab059
Bug 876074: Soften flexbox assertion about out-of-order children, since it's not dangerous and it can be triggered by unrelated-to-flexbox tree mutations. r=bz
2013-05-28 09:39:02 -07:00
Jeff Hammel
3f37ee7897
Bug 872285 - bump packages and mirror to m-c for bug 790765;r=ahal
...
--HG--
rename : testing/mozbase/mozfile/tests/is_url.py => testing/mozbase/mozfile/tests/test_url.py
2013-05-28 09:51:35 -07:00
Mark Capella
3eaf466523
Bug 874036 - Tab counter displays incorrectly in some circumstances, r=lucasr
2013-05-28 11:56:01 -04:00
Ed Morley
b86e4b79f8
Merge latest green birch changeset and mozilla-central
2013-05-28 16:27:45 +01:00
Tim Taubert
3008866d9f
merge m-c to fx-team
2013-05-28 15:02:50 +02:00
Ed Morley
3d75fdc8aa
Merge mozilla-central and birch
2013-05-28 13:04:08 +01:00
Tim Taubert
7f0306022a
Bug 874452 - Remove Firefox 8 preference migration code; r=yoric
2013-05-28 11:02:13 +02:00
Tim Taubert
5a63b84116
Bug 876313 - [New Tab Page] Unpinning a site doesn't update pref; r=jaws
2013-05-28 11:01:54 +02:00
Ed Morley
0a9e684f5e
Backed out changeset 9395a7b2e54c (bug 876426) for crashtest timeouts on a CLOSED TREE
2013-05-28 08:50:53 +01:00
Ed Morley
cb03e05a97
Backed out changeset 3c6a72bd7411 (bug 876426)
2013-05-28 08:50:19 +01:00
Ed Morley
4724029a6f
Backed out changeset 6e02333d572b (bug 876380)
2013-05-28 08:50:17 +01:00
Robert O'Callahan
26730ab7e8
Bug 876380. Update 'show clickToPlay button' state after each load. r=dolske
2013-05-28 17:05:38 +12:00
Robert O'Callahan
ece8403a18
Bug 876426. Part 2: Call adjustControlSize when the controls are resized for whatever reason. r=dolske
2013-05-28 17:00:59 +12:00
Robert O'Callahan
fc5da57107
Bug 876426. Part 1: Fire 'resize' event on video controls element when the element's size is changed. r=mattwoodrow
2013-05-28 17:00:59 +12:00
Patrick Wang
8a32368fb3
Bug 875208 - Check blob last modification date before sending it through IPC. r=gene.lian
2013-05-28 12:24:11 +08:00
Eric Chou
70b3a85035
Bug 871438 - Reset value when file transfer session starts, r=gyeh
...
When the transferring session was stopped, mBodySegmentLength wouldn't reset
to 0, and that would impact the next transferring if the first packet of the
next transferring doesn't contain header Body or EndOfBody, which would invoke
ExtractPacketHeaders() and refresh mBodySegmentLength in the function.
2013-05-28 15:25:42 +08:00
Eric Chou
48159027b0
Bug 875719 - Simplify and correct the mechanism of handling call state change event, r=gyeh
...
1. Remove variable mCurrentCallIndex and replace with using function FindFirstCall(aState)
2. Remove unused variable index and callArrayLength
2013-05-28 14:58:51 +08:00
L. David Baron
bbcd59d515
Additional tests for bug 750388. No review.
2013-05-28 12:12:06 +08:00
Thomasy
a58861a388
Bug 750388: In an+b microsyntax in :nth-child() etc., allow starting with +n and allow comments at all token boundaries rather than requiring the strange tokens that result from lack of comments or spaces. r=dbaron
2013-05-28 12:12:06 +08:00
Phil Ringnalda
f671fb68af
Merge m-c to m-i
2013-05-27 20:24:40 -07:00
Phil Ringnalda
f3918e9824
Merge m-c and birch
2013-05-27 18:58:47 -07:00
David Zbarsky
8afdf30279
Bug 788549 Part 4: Add the ability to pause and sample animations on compositors at a specified time r=roc
2013-05-27 16:47:45 -07:00
Mats Palmgren
17c3dd2d83
Bug 871099. r=bzbarsky
2013-05-28 03:00:08 +00:00
Ehsan Akhgari
59a18c2247
Bug 876252 - Stop the AudioBufferSourceNode if the offset is no longer valid after setting a new buffer more effectively; r=roc
...
Calling Stop() here is not quite enough, because web content might call stop() again
with a non-zero argument, which overrides what we do here.
2013-05-27 20:17:24 -04:00
David Zbarsky
98d3a0b99a
Backed out changeset 6c1cf4694a13 for not building on windows and android
2013-05-27 17:14:33 -07:00
David Zbarsky
02c736e319
Bug 788549 Part 4: Add the ability to pause and sample animations on compositors at a specified time r=roc
2013-05-27 16:47:45 -07:00
Shane Caraveo
c7438f2e7f
bug 875949 - 'leaked' provider test cleanup, r=felipe
2013-05-27 15:46:11 -07:00
Joshua Cranmer
3c65985c73
Bug 868285 - Fix static checking builds, part 4: kill dehydra stack checking tests. r=bsmdberg
2013-05-27 16:05:22 -05:00
Joshua Cranmer
1b9302565d
Bug 868285 - Fix static checking builds, part 3: actually check js/src. r=glandium
2013-05-27 16:05:10 -05:00
Joshua Cranmer
c6a8662716
Bug 868285 - Fix static checking builds, part 2: Add MOZ_NONHEAP_CLASS. r=ehsan
...
--HG--
rename : build/clang-plugin/tests/TestStackClass.cpp => build/clang-plugin/tests/TestNonHeapClass.cpp
2013-05-27 16:05:02 -05:00
Joshua Cranmer
2cf82af930
Bug 868285 - Fix static checking builds, part 1: infer MOZ_STACK_CLASS. r=bsmedberg
2013-05-27 16:04:18 -05:00
Andrea Marchesini
8bd1d9af1d
Bug 874252 - Leak with expando on a DOMError, r=khuey
2013-05-27 16:43:09 -04:00
Justin Lebar
778c6f351b
Bug 857412 - Try to fix intermittent orange in browserElement_SendEvent.js by unregistering our test event listener after we're done testing. r=vingtetun
2013-05-27 16:33:57 -04:00
Phil Ringnalda
134763d9c2
Merge m-c to a CLOSED TREE s-c
2013-05-27 11:47:38 -07:00
Phil Ringnalda
6351f68629
Merge m-c to a CLOSED TREE birch
2013-05-27 11:47:01 -07:00
Phil Ringnalda
378ce8fe7f
Merge m-c to birch
2013-05-27 09:57:56 -07:00
Phil Ringnalda
cea75154ce
Merge birch to m-c
2013-05-27 09:55:00 -07:00
Phil Ringnalda
0f6261fe2e
Merge the last PGO-green cset on m-i to m-c
2013-05-27 09:44:40 -07:00
Fernando Jiménez
76f3bb1222
Bug 874148 - crash in libxul.so!mozilla::hal_impl::GonkDiskSpaceWatcher::OnFileCanReadWithoutBlocking [GonkDiskSpaceWatcher.cpp : 238 + 0x4]. r=fabrice
2013-05-27 18:35:27 +02:00
octoploid@yandex.com
ee81a84ae6
Bug 875790 - Revert AutoPushJSContext change in nsJSContext::CompileScript due to crashes. r=bholley
2013-05-27 06:40:37 -07:00
Markus Stange
e2c9b54971
Bug 876256 - Restore the previous scissor rect at the end of CompositorOGL::DrawQuad. r=mattwoodrow
2013-05-27 14:48:15 +02:00
Trevor Saunders
1fcd01f9fb
bug 876519 - include ostream instead of iostream in the profiler to get rid of static initializers r=ehsan
2013-05-27 08:29:24 -04:00
Jon Coppeard
c437a3a2c0
Bug 875872 - Add public Heap<T> class for implementing post-barriers in the browser r=terrence
2013-05-27 12:51:25 +01:00
Jon Coppeard
8a68ce4b84
Bug 874691 - Make CC participant tracing indirect r=mccr8 r=smaug r=bz
2013-05-27 12:50:49 +01:00
Jonathan Watt
81db085aa4
Bug 876175 - Fix O(n^2) behavior and other perf issues with nsSVGGradientFrame::GetPaintServerPattern. r=roc
2013-05-27 08:34:01 +01:00
Jonathan Watt
ddccab29b8
Bug 876157 - Avoid expensive nsSVGGradientFrame::GetGradientTransform calls when gradients paint only a single color. r=roc
2013-05-27 08:31:39 +01:00