Robert O'Callahan
ba36b9a9fe
Bug 942672. Mark test as failing on Windows non-D2D, because it seems to have exposed a bad bug there. Also, add some padding to fix test failures on Mac.
2013-12-02 15:48:01 +13:00
Cameron McCormack
25d2f37c9f
Bug 945048 - Correctly check for the CSS_PSEUDO_ELEMENT_SUPPORTS_USER_ACTION_STATE flag when parsing pseudo-classes after pseudo-elements. r=bz
2013-12-02 13:06:20 +11:00
Robert O'Callahan
8cdc635912
Bug 942672. When a gfxContext has a DrawTarget there's an extra device transform that we need to take account of here. r=mattwoodrow
...
--HG--
extra : rebase_source : 0b4c182ea6b1934b3136623539e4b8482de1481f
2013-12-02 10:10:50 +13:00
Robert O'Callahan
b55ef5ba0d
Bug 938022. Part 6: Have MediaDecoder/MediaDecoderStateMachine that's producing a MediaStream use that stream's current time as the media clock. r=padenot
...
We monitor the stream's output current time via a new MediaStreamListener
owned by DecodedStreamData. We also track its main-thread Finished status.
While we're writing to a DecodedStreamData stream that hasn't finished its
output, we stay in the DECODER_STATE_COMPLETED state so we can keep updating
video and firing timeupdates.
GetClock() uses the DecodedStreamData stream's current time as the source for
the clock if there is one.
--HG--
extra : rebase_source : aba1d092d3d347e26ebd823d61fcbfa40a8cd1fe
2013-12-02 10:09:06 +13:00
Robert O'Callahan
81716d992d
Bug 938022. Part 5: Add aCurrentTime parameter to MediaStreamListener::NotifyOutput and fire notifications when the MediaStreamGraph is in a good state. r=padenot
...
--HG--
extra : rebase_source : 79edce8650fdb7af315df5006ec3b91dc9fd869f
2013-11-26 00:59:49 +13:00
Robert O'Callahan
f2b4eea4b6
Bug 938022. Part 4: Add MediaTimeToMicroseconds. r=cpearce
...
--HG--
extra : rebase_source : 4c28f1b4babfbccc86bdacb9cc54810a307da8bb
2013-11-26 00:57:26 +13:00
Robert O'Callahan
e5c1cd3332
Bug 938022. Part 3: Add some MOZ_OVERRIDEs. r=cpearce
...
--HG--
extra : rebase_source : 66bd138f4a0bde5bb2494a157021a556d1267079
2013-11-26 00:57:25 +13:00
Robert O'Callahan
6b543c160e
Bug 936988. nsCSSFrameConstructor::IsValidSibling should check for fieldset legends even if the legend also has a table-part display type. r=mats
...
--HG--
extra : rebase_source : 046c8da065ee624bf7f589e8087aa3e50d133ed6
2013-11-23 22:48:27 +13:00
Robert O'Callahan
511a01b92a
Bug 931460. Part 2: Call ApplyRelativePositioning on fieldset legends so that sticky and relative positioning works on them. r=mats
...
--HG--
extra : rebase_source : c8f0d927ee2dcc87d0385b8f2d77475274b68e5f
2013-11-23 22:48:26 +13:00
Robert O'Callahan
a48288acad
Bug 931460. Part 1: When a <legend>'s frame is reparented to the <fieldset>, update StickyScrollContainers to match if necessary. r=mats
...
--HG--
extra : rebase_source : 05a224b4cf49b93c529a476f5c667d91a6e9f3e5
2013-11-23 22:48:26 +13:00
Robert O'Callahan
96642f41df
Bug 938022. Part 2: Block captured MediaStream when the MediaDecoderStateMachine is not playing. r=cpearce
...
--HG--
extra : rebase_source : 01d887b3b5917b7c51a286d61feb10e7b2426d9a
2013-11-23 22:48:24 +13:00
Robert O'Callahan
6748566aed
Bug 938022. Part 1: Update mAudioEndTime from SendStreamData. r=cpearce
...
--HG--
extra : rebase_source : 2cbb5dcbe4d97e21f276559c5fb7dac99d919a2b
2013-11-23 00:33:24 +13:00
Daniel Holbert
cd7355c0de
Bug 945059: Mark toolkit/profile and toolkit/components/startup as FAIL_ON_WARNINGS. r=glandium
2013-12-01 16:25:19 -08:00
Ehsan Akhgari
928fce7590
Backed out changeset 3e9d8536f7a8 (bug 943839) on the suspicion of having broken the PGO builds
2013-12-01 16:29:54 -05:00
Jonathan Watt
2d1f313e21
No bug. Disabled test_input_number_mouse_events.html and test_input_number_rounding.html completely while I figure out why the syntax for disabling them on B2G and Android isn't working.
2013-12-01 16:35:56 +00:00
Jonathan Watt
eec4f03320
Bug 943047 - Undo addressing of bogus review comment.
...
--HG--
extra : rebase_source : 7e919db02474e7632b9eacb0c66b6f255dcc8d07
2013-12-01 14:43:26 +00:00
Ehsan Akhgari
6b1ebf1d7f
Bug 943839 - Make sure that JS_AnchorPtr is never inlined; r=jandem,terrence
2013-12-01 09:41:50 -05:00
Jonathan Watt
e3b016c367
Bug 943047 - Stop <input type=number> from taking focus twice, and enable tabbing backwards through focusable items. r=smaug
2013-12-01 13:49:10 +00:00
Jonathan Watt
5f5f7f6466
Bug 935501 - Get pointer events working for <input type=number>'s spin up/down buttons. r=smaug
2013-12-01 13:49:10 +00:00
Jonathan Watt
1eaff6defb
Bug 935506 - Increase/decrease the value of <input type=number> in response to the up/down arrow keys. r=smaug
2013-12-01 13:49:10 +00:00
Jonathan Watt
8494dddee4
Bug 771559 - Make <input type=number>'s number parsing conform to HTML5's "valid floating point number" format. r=smaug
2013-12-01 13:49:09 +00:00
Chris Peterson
13631af445
Bug 784295 - Part 2: Compile self-hosted JS in extra warnings mode (in DEBUG builds). r=till
2013-11-30 00:16:43 -08:00
Chris Peterson
94e96bb8cb
Bug 784295 - Part 1: Compile self-hosted JS in strict mode (in DEBUG builds). r=till
2013-11-24 21:56:20 -08:00
Jason Orendorff
725d9a07c7
Bug 806522 - Assertion failure: getSlot(EVAL).isObject(), r=Waldo
2013-11-30 22:24:13 -08:00
Benoit Jacob
1634ca88a4
Bug 943712 - Fix the non-unified build of SmsIPCService.cpp - no review, trivial compilation fix
2013-11-30 21:21:35 -05:00
Benoit Jacob
fdc0726361
Bug 944571 - Fix the non-unified build of gfxBlur.cpp - no review, trivial compilation fix
2013-11-30 21:21:03 -05:00
Mike Hommey
19da4ce8f2
Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob
2013-12-01 07:20:57 +09:00
Mike Hommey
fbaaf4c59d
Bug 944835 - Fix non-unified build in layout/base after bug 941559. r=roc
2013-12-01 07:20:41 +09:00
Mike Hommey
95f50f57a3
Bug 944558 - Refactor config/makefiles/debugmake.mk for more correctness, and remove old cruft. r=gps
...
Also remove use of print-depth-path.sh in UPDATE_TITLE.
2013-12-01 07:20:19 +09:00
Mats Palmgren
7e31ce3c3c
Bug 943448 - Adjust assertion counts accordingly.
2013-11-30 21:45:20 +00:00
Mats Palmgren
02a8a7b105
Bug 943448 - Remove useless warnings about nscoord overflow in clamping functions. r=roc
2013-11-30 21:45:20 +00:00
Till Schneidereit
528f5f6e17
Bug 911578 - Backout of invalid packed array optimizations for array extras that can turn packed arrays into non-packed ones. r=me
...
--HG--
extra : rebase_source : 610323b286427d7b42645aecf0f7771ebb4c6dd9
2013-11-30 14:16:13 +01:00
Landry Breuil
e9ae7af602
Bug 944410 - add missing #include <stdarg.h> for va_list on OpenBSD after bug 942483 r=bgirard
2013-11-30 13:48:34 +01:00
Avi Halachmi
0ec9f5907d
Bug 840097: Add clipboard copy for about:telemetry histograms. r=vladan
2013-11-29 19:31:14 +02:00
Chris Peterson
fd2b11af1f
Bug 944257 - Fix warning by removing unused ContentClientBasic member variable mManager. r=gal
2013-11-27 19:19:56 -08:00
Chris Peterson
c2d288cdfb
Bug 940235 - Build uriloader in unified mode. r=ehsan
2013-11-18 23:50:59 -08:00
Gregory Szorc
b0cd0d8878
Bug 943874 - Update Git URL printed during mach bootstrap; r=ehsan
...
DONTBUILD (NPOTB)
--HG--
extra : rebase_source : e9d0f626803c2d9326f646b31f3f7bbc58a29bde
extra : amend_source : 39a4efa6ad8fd0c1d30a7d1970037edb281a471c
2013-11-28 13:03:04 +07:00
Cameron McCormack
425b6d0e7a
Bug 944493 - Rename PEPseudoSelTrailing because of a string change. r=flod
2013-11-30 12:17:51 +11:00
Ehsan Akhgari
16d3348d9e
Bug 943993 - Build toolkit/components/places in unified mode; r=mak
2013-11-29 18:29:49 -05:00
Ehsan Akhgari
cdfa3eab26
Bug 943995 - Build toolkit/components/downloads in unified mode; r=mak
2013-11-29 18:28:39 -05:00
Ehsan Akhgari
c5b24e64e1
Bug 942421 - Work around a gcc 4.8 bug when building the JS engine in unified mode; r=djvj
2013-11-29 16:51:22 -05:00
Andrew McCreight
cc18a72222
Bug 944491 - Add null-checking assert to GetGCThingRuntime. r=jonco
2013-11-29 12:44:00 -08:00
Catalin Iacob
7528af489d
Bug 819839 - Part 2 - Print file name and line number if available in DMD report. r=njn
2013-11-29 16:09:42 +01:00
Catalin Iacob
e961122fe2
Bug 819839 - Part 1 - Allow NS_StackWalk to be called during static initialization on Windows. r=ehsan
2013-11-29 16:08:43 +01:00
Catalin Iacob
8c249fbd1c
Bug 944438 - Get rid of InstallSignalHandlersMutex; r=luke
2013-11-25 16:37:24 +01:00
Matt Woodrow
527be3cbdd
Bug 944571 - Part 1: Convert gfxAlphaBoxBlur to use Moz2D surfaces instead of Thebes. r=Bas
2013-10-02 17:20:47 +13:00
Dan Minor
69e7d3a78d
Bug 943390 - Unit test TestTArray.cpp fails on Windows XP opt builds; r=froydnj
2013-11-29 12:48:08 -05:00
Till Schneidereit
da305e8c30
Bug 911578 - Use self-hosting intrinsic isPackedArray to optimize loops in array extras. r=jandem
...
--HG--
extra : rebase_source : 1b01fa6136f2bac70e98f8e8e900deb08d9dd3b8
2013-11-29 17:54:36 +01:00
Till Schneidereit
49cb91346e
Bug 911578 - Introduce self-hosting intrinsic isPackedArray. r=jandem
...
--HG--
extra : rebase_source : de128118f4a52553efa77f70bb4699dfb94d97c4
2013-11-29 17:54:31 +01:00
Neil Deakin
fa682b166a
Bug 849544/935460, don't consume mousewheel events when an arrow panel is open, r=karlt
2013-11-29 11:58:26 -05:00