Brian Hacket
e7dee6f65e
Bug 916255 - Allow script loaders to have multiple in flight off thread parses (r=bz)
2013-12-05 14:55:31 -06:00
Chris Lord
4cb7e3c097
Bug 944047 - Store the last FrameMetrics for sub-frames in TabChild. r=botond
...
As well as the root frame, make sure to store the last received FrameMetrics
for sub-frames in TabChild. This prevents us sending scroll events triggered
by the APZC back to the APZC.
2013-12-05 20:47:21 +00:00
Chris Lord
6d5ec9a183
Bug 944047 - Capture scroll events in TabChild. r=kats
...
Set useCapture to true in the event listener on scroll events. It appears that
scroll events for sub-frames are often(/always?) swallowed before they reach
this point.
2013-12-05 20:47:20 +00:00
Vivien Nicolas
38b448e36f
Bug 944047 - Change the initialisation order in BrowserElementPanning.js r=cwiiis
...
Change the order of initialisation in BrowserElementPanning.js so that
TabChild::IsAsyncPanZoomEnabled isn't called before
TabChild::InitRenderingState.
2013-12-05 20:47:19 +00:00
Stephen Pohl
349d3a0be2
Bug 946862: Disable vertical overscroll until bug 939480 is fixed. r=felipe
2013-12-05 15:38:32 -05:00
Mats Palmgren
4c20efb5eb
Bug 946449 - Remove unused MozBeforeResize event. r=bz
2013-12-05 20:03:15 +00:00
Nathan Froyd
a61847de44
Bug 943734 - escape URL arguments in mochitests for the benefit of LLDB; r=jmaher
2013-12-03 13:01:30 -05:00
Jonathan Watt
d77b910df1
Bug 935508 - Implement native theming of <input type=number>. r=roc
2013-12-05 16:20:34 +00:00
Jonathan Watt
f38e31799c
Bug 945784, part 2 - Fire 'change' events for <input type=number> more frequently, per the new HTML5 rules. r=smaug
2013-12-05 16:20:33 +00:00
Jonathan Watt
a3390898c6
Bug 945784, part 1 - Fire 'input' events for <input type=number> more frequently, per the new HTML5 rules. r=smaug
2013-12-05 16:20:33 +00:00
Tom Schuster
50ab3e3db1
Bug 697343 - Add slice hook test. r=jandem
2013-12-05 20:07:25 +01:00
Boris Zbarsky
574377e72d
Bug 697343 - Add slice hook to DOM bindings like NodeList. r=peterv,bhackett
2013-12-02 11:32:22 -05:00
Tom Schuster
50c0f8f4e6
Bug 697343 - Introduce a slice hook to allow optimizing Array.prototype.slice for Proxies etc. r=jandem,bz
2013-12-05 20:07:24 +01:00
Tom Schuster
922370489e
Bug 697343 - Remove getElementIfPresent. r=Waldo
2013-12-05 20:07:24 +01:00
Terrence Cole
a8e63ef0b9
Bug 927685 - Followup to fix bustage in --disable-threadsafe builds on a CLOSED TREE; r=bustage
2013-12-05 11:13:58 -08:00
Terrence Cole
c4db17efca
Bug 945939 - Use the pre-split value when numbering values; r=sunfish
...
--HG--
extra : rebase_source : f5f67cd31653619806caab33a71eb8a1d48c7d62
2013-12-04 09:00:23 -08:00
Daniel Holbert
22aae2c243
Bug 939901 part 8: Reftests for multi-line flexbox layout. r=mats
...
--HG--
rename : layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1a.html => layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1a-wrap.html
rename : layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1b.html => layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1b-wrap.html
rename : layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1c.html => layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1c-wrap.html
rename : layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1d.html => layout/reftests/flexbox/pagination/flexbox-unbreakable-child-1d-wrap.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-horiz-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-line-horiz-1-ref.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-horiz-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-line-horiz-1.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-horiz-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-line-horiz-2-ref.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-item-horiz-1.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-baseline-multi-line-horiz-2.html
2013-12-05 10:57:52 -08:00
Daniel Holbert
5618520a6f
Bug 939901 part 7: Improve flex container baseline calculation from first FlexLine, in multi-line flex containers. r=mats
2013-12-05 10:57:52 -08:00
Daniel Holbert
af3597470d
Bug 939901 part 6: Calculate the intrinsic min-width of a multi-line flex container by assuming a wrap between each flex item. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
0fd622611b
Bug 939901 part 5: Honor 'align-content' in flexbox layout, for multi-line flex containers. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
bbb468d7da
Bug 939901 part 4: Make the flexbox reflow code loop over the FlexLines, rather than just working with one FlexLine. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
7281b58c28
Bug 939901 part 3.5: Honor "page-break-before" and "page-break-after" as flex line breaking requests. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
a578e01b92
Bug 939901 part 3: When generating FlexLines, wrap at page-breaks and at max-main-size. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
ab0e1a9cac
Bug 939901 part 2: Convert GenerateFlexItems into GenerateFlexLines, wrapping new FlexItems to new FlexLines when we run out of space in container's main axis. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
61852fcfdc
Bug 939901 part 1: Make FlexboxAxisTracker aware that flex-wrap:wrap-reverse flips cross axis, and clean up related assertions/comments. r=mats
2013-12-05 10:57:51 -08:00
Daniel Holbert
a84ea6e027
Bug 939905: Add support for CSS "flex-flow" shorthand property. r=heycam
2013-12-05 10:57:51 -08:00
Daniel Holbert
f21dfba90a
Bug 702508 part 2: Support parsing/computing the CSS property "align-content". r=dbaron
2013-12-05 10:57:50 -08:00
Daniel Holbert
285989a33c
Bug 702508 part 1: Support parsing/computing the CSS property "flex-wrap". r=dbaron
2013-12-05 10:57:50 -08:00
Nicholas Cameron
252dc1e208
Bug 893301. Don't use new textures content on b2g. r=bjacob,nical
2013-12-06 07:39:22 +13:00
Nicholas Cameron
6083fff067
Bug 893301. Rollup patch - new textures content. r=nical,nrc
2013-12-06 07:39:22 +13:00
Terrence Cole
9303d92f38
Bug 927685 - Enable --ion-parallel-compile=on by default in the shell; r=jandem,sr=jorendorff
...
--HG--
extra : rebase_source : b416f0008ae96d4734ebd6d33be901f02a3ac560
2013-11-12 14:02:24 -08:00
Ryan VanderMeulen
144da7f841
Backed out changesets 1b268ec6b81e, b68f5c69dce2 (bug 935508) and changesets 29db440280c8, 64f359e4e054 (bug 945784) for mochitest failures.
...
CLOSED TREE
2013-12-05 13:00:23 -05:00
Camilo Viecco
7223d195ae
Bug 585122 - In PSM provide EV only with OCSP revocation (Part 2: tests). r=briansmith.
2013-12-02 11:12:21 -08:00
Camilo Viecco
d5220b22a6
Bug 585122 - Part 1. EV do not request CRL. r=briansmith.
2013-12-02 11:08:06 -08:00
ISHIKAWA, Chiaki
19a250cd9d
Bug 938683 - Catch and pass the error values of PR_Close() to upper layer. r=johns
2013-12-05 12:16:09 -05:00
Takeshi Kurosawa
5c74e41f57
Bug 868789 - Name computation for SVG is wrong, r=tbsaude DONBUILT (fixing username)
2013-12-05 12:06:01 -05:00
Alexander Surkov
c30065c754
Backout (wrong username) Bug 868789 - Name computation for SVG is wrong, r=tbsaude
2013-12-05 11:59:18 -05:00
Jon Coppeard
1347c72bec
Bug 946732 - Reinstate xpcom/glue gtests r=BenWa
2013-12-05 16:48:48 +00:00
Jonathan Watt
2964be3283
Bug 935508. Follow-up to fix unified build bustage.
...
--HG--
extra : rebase_source : b8429c6f04bf4ac84b63940657deafe4a4bf9fac
2013-12-05 16:46:22 +00:00
Takeshi Kurosawa taken.spc@gmail.com
870c93f242
Bug 868789 - Name computation for SVG is wrong, r=tbsaude
2013-12-05 11:45:58 -05:00
Boris Zbarsky
21df6dd5cf
Bug 945788. Add support for dictionary return values to example codegen and js-implemented codegen. r=smaug
2013-12-05 11:39:50 -05:00
Benoit Girard
27592060c0
Bug 904227 - Disable gfxWordCacheTest.cpp to see if it helps with gtest crashes. r=bjacob
2013-12-05 11:36:04 -05:00
Ryan VanderMeulen
6d8ee2edb2
Backed out changeset 9fb6d1811696 (bug 942639) for B2G mochitest-3 timeouts.
2013-12-05 11:36:01 -05:00
Dan Gohman
168ddbbbd1
Bug 945860 - IonMonkey: Fold an unsigned self-mod to zero when there is no divide-by-zero. r=bhackett
2013-12-05 08:25:53 -08:00
Jonathan Watt
1e69b2f1ea
No bug. Re-enable test_input_number_mouse_events.html and test_input_number_rounding.html.
2013-12-05 16:20:34 +00:00
Jonathan Watt
aa6b5e3313
Bug 935508 - Implement native theming of <input type=number>. r=roc
2013-12-05 16:20:34 +00:00
Jonathan Watt
b9e9b31d55
Bug 945784, part 2 - Fire 'change' events for <input type=number> more frequently, per the new HTML5 rules. r=smaug
2013-12-05 16:20:33 +00:00
Jonathan Watt
c18065aca6
Bug 945784, part 1 - Fire 'input' events for <input type=number> more frequently, per the new HTML5 rules. r=smaug
2013-12-05 16:20:33 +00:00
Alexander Surkov
282ac7e591
Bug 942650 - Some toolbars have unknown accessible role or worse, r=tbsaunde Australis
2013-12-05 11:07:53 -05:00
Alexander Surkov
e15c84f518
Backout Bug 942650 - Some toolbars have unknown accessible role or worse - to fix commit message DONTBUILD
2013-12-05 11:03:48 -05:00