Commit Graph

234938 Commits

Author SHA1 Message Date
Bill McCloskey
9f8401ccae Bug 1121072 - Always notify when layers cleared 2015-03-20 11:52:43 -07:00
Bill McCloskey
2e595f6afb Bug 1132072 - Handle RequestNotifyLayerTreeReady when RenderFrameParent not ready (r=dvander) 2015-03-20 11:52:43 -07:00
Benjamin Bouvier
8d87578e1d Bug 1135042: Optimize SIMD.storeX/storeXY/storeXYZ in Ion; r=bhackett 2015-03-19 13:50:56 +01:00
Benjamin Bouvier
507ebd1723 Bug 1135042: Optimize SIMD.loadX/loadXY/loadXYZ in Ion; r=bhackett 2015-03-20 19:36:16 +01:00
Kartikaya Gupta
8eac48cc93 Bug 1144831 - Remove the HandleLongTapUp callback and just use HandleSingleTap instead. r=botond 2015-03-20 14:26:52 -04:00
Kartikaya Gupta
ff7cb60a33 Bug 1128042 - Don't round critical displayport out as it should already be tile aligned and rounding error can increase tile usage. r=botond 2015-03-20 14:26:51 -04:00
Byron Campen [:bwc]
2fac9119ff Bug 1144933: Only check that remote candidate is loopback in TestLoopbackOnlySortOf. r=drno 2015-03-18 16:34:50 -07:00
Byron Campen [:bwc]
65249960e6 Bug 1144432 - Part 4: Unbust signaling_unittests r=mt 2015-03-18 14:56:19 -07:00
Byron Campen [:bwc]
bc0089cbcc Bug 1144432 - Part 3: Disable unused m-sections in answer, and fix a null ptr bug. r=mt 2015-03-18 14:55:36 -07:00
Byron Campen [:bwc]
0bedfc9633 Bug 1144432 - Part 2: Allow mid to change in renegotiation, check that mid doesn't change in answer, and disable some checking when the m-section was previously disabled. r=mt 2015-03-18 14:52:24 -07:00
Byron Campen [:bwc]
548216628b Bug 1144432 - Part 1: Test-case r=mt 2015-03-17 17:23:20 -07:00
Chenxia Liu
2df11d483e Bug 1122225 - Update tests for changed flow. r=ally 2015-03-17 10:25:36 -07:00
Jeremy Chen
5fd2f64070 Bug 1140994 - Notify gaia to hide selection bubble when scrolling without APZ. r=roc 2015-03-16 22:09:00 -04:00
Byron Campen [:bwc]
9f52236151 Bug 1141230: Stop using getLocalStreams() to drive checking of various things in the mochitest suite. r=jib 2015-03-12 17:30:12 -07:00
Nicolas B. Pierron
0150c85183 Bug 1138693 - Check if Loads can be optimized by Scalar Replcement. r=jandem 2015-03-20 19:16:47 +01:00
Ben Kelly
f417bd0137 Bug 1143223 Teach Cache ReadStream not to AddRef() itself in its destructor. r=ehsan 2015-03-20 11:01:57 -07:00
Jeff Gilbert
a60a968462 Bug 1143218 - Use mochitest subsuites to specify webgl tests. r=jmaher,gbrown 2015-03-18 17:19:22 -07:00
Kannan Vijayan
ed4c0370c4 Bug 1135236 - Remove unused print callbacks in profiler backend. r=mstange 2015-03-20 13:51:37 -04:00
Kannan Vijayan
3b8d6c58e5 Bug 1145333 - Skip NativeStackAddrs that conflict with pseudoStackAddrs and jsStackAddrs when merging sampler stacks. r=mstange 2015-03-20 13:50:46 -04:00
Kannan Vijayan
ba33562b8c Bug 1143802 - Forward jit level information to profiler frontend. r=shu 2015-03-20 13:50:23 -04:00
L. David Baron
05f2ed4a02 Bug 1010675 - Stop allowing button contents to overflow into the CSS padding and border (although still allow them to overflow into our internal focuspadding when the min-content width says the contents don't fit). r=dholbert
Note that this replaces the code that allows eroding the space with new
code that reduces the focusPadding value.

(Also, we previously didn't count the focusPadding towards what could be
eroded, which meant we wouldn't quite get to the edge of the padding and
border, because we weren't counting the extra for the focusPadding.)

The existing reftests that I'm changing from == to != are ones that were
specifically testing issues related to erosion of padding.

The change to 491180-{1,2}-ref.html is because we now *do* erode the
focusPadding, which is 3px in the horizontal dimensions (see the
button::-moz-focus-inner styles in forms.css), and that was the only
nonzero style on the button in 491180-{1,2}.html.

CLOSED TREE (per RyanVM)
2015-03-20 10:27:09 -07:00
Ryan VanderMeulen
d296d3f9ca Backed out changeset c5af69669855 (bug 1124084) for various regressions.
CLOSED TREE
2015-03-20 13:01:35 -04:00
Ryan VanderMeulen
cb23f0b54a Backed out changesets f33123f726b6 and c2724e2f9de9 (bug 1010675) for B2G reftest failures.
CLOSED TREE
2015-03-20 12:25:49 -04:00
Ryan VanderMeulen
78913c4393 Backed out changeset 763cc10e0bb1 (bug 1144127) for B2G reftest bustage. 2015-03-20 12:23:11 -04:00
Carsten "Tomcat" Book
70285ec3f2 Backed out changeset bd0060c41a3d (bug 1140558) for xpcshell bustage on a CLOSED TREE 2015-03-20 17:07:10 +01:00
Carsten "Tomcat" Book
b13e54e607 Backed out changeset 9a5f8a7ad479 (bug 1145057) for B2G L Emulator opt/debug bustage on a CLOSED TREE 2015-03-20 16:56:58 +01:00
Benjamin Bouvier
44e4c91635 Bug 1135428: Fix test to run with --no-asmjs as well on a CLOSED TREE; r=bustage 2015-03-20 16:55:06 +01:00
Timur Valeev
28a5828a95 Bug 1136757 - Add direct Response overload for FetchEvent.respondWith(). r=jdm,nsm,ehsan
ON CLOSED TREE
Fix bug number
2015-03-20 08:44:20 -07:00
Nikhil Marathe
21808d9cca Backed out changeset 62b55b1f9b7e for wrong bug number ON CLOSED TREE 2015-03-20 08:43:59 -07:00
L. David Baron
e76f3d2be8 Bug 1010675 followup - fix reftest failure annotation to fix Mac OS X 10.6 reftest orange. No review. 2015-03-20 08:39:27 -07:00
Timur Valeev
063358ac0c Bug 1135627 - Add direct Response overload for FetchEvent.respondWith(). r=jdm,nsm,ehsan 2015-03-18 06:17:11 +03:00
Benjamin Bouvier
a28f4e13a1 Bug 1135039: Generalize SimdGeneralShuffle codegen; r=sunfish 2015-03-12 14:58:59 +01:00
Benjamin Bouvier
ea3ccf4e1b Bug 1135039: Factor out LInstructionHelper/LVariadicInstruction code; r=sunfish 2015-03-12 14:25:29 +01:00
Benjamin Bouvier
6a2263406f Bug 1135039: Generalize swizzle MIR node to SimdGeneralShuffle; r=sunfish 2015-03-18 20:07:45 +01:00
Benjamin Bouvier
85af73e764 Bug 1135039: Implement LVariadicInstruction; r=sunfish 2015-03-12 14:01:29 +01:00
Mason Chang
9a88b696cc Bug 1133527. Fallback to software vsync on android. r=kats 2015-03-20 08:12:53 -07:00
Jan-Ivar Bruaroey
a64931a5e4 Bug 1145403 - Don't open MediaManager on shutdown. r=jesup 2015-03-19 18:43:25 -04:00
Nick Fitzgerald
527861e144 Bug 1144973 - Ensure that StringifySavedFrameStack puts its stack string in the cx's compartment. r=bz 2015-03-19 10:29:00 -04:00
Stéphane SCHMIDELY
ca672491fc Bug 1144619 - Variable 'nextX' is created in the wrong scope. r=dbaron 2015-03-19 21:00:03 +01:00
Patrick Brosset
9f3de2f061 Bug 1139186 - 1 - Refactor to the native anon nodes manipulation in highlighters; r=bgrins 2015-03-10 16:28:57 +01:00
Abdelrhman Ahmed
c1437e0a38 Bug 1143387 - Disable hover state in checked header button in share panel. r=jaws 2015-03-18 11:30:00 -04:00
Ian Moody
81d7c9f1f0 Bug 1141186 - Fix context-menu Share commands so they don't use unsafe CPOWs. r=mconley 2015-03-11 21:19:30 +00:00
Chenxia Liu
2e1c5b7f51 Bug 1122225 - Add context menu for about:passwords actions. r=ally 2015-03-09 14:40:32 -07:00
Marina Samuel
911b292dce Bug 1126186: Allow users to turn off all tiles that aren't history tiles and update newtab cogmenu wording. r=adw 2015-03-20 17:28:15 -04:00
Drew Willcoxon
6aaf28f482 Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Marina Samuel
1ae12482da Bug 1126188: Show suggested tile explanation text under a suggested tile. r=adw 2015-03-20 16:39:09 -04:00
Dave Townsend
6147fea31c Bug 1144900: Fix windows gfx out of memory assertion. r=Bas 2015-03-19 10:42:27 -07:00
Jared Wein
63b5332a05 Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me 2015-03-20 12:45:53 -07:00
Jared Wein
d978fdee60 Backed out changeset c8e6847915e1 (bug 1123518) 2015-03-20 12:45:01 -07:00
Jared Wein
bb48196f23 Bug 1123518 - Follow-up, use background-size:cover for the reading list images. r=me 2015-03-20 12:43:17 -07:00