Karl Tomlinson
5ca502c778
bug 1171785 use nsContentUtils::RunInStableState() r=bholley
2015-06-11 14:36:12 +12:00
Karl Tomlinson
cc5c7cf737
bug 1116382 test auto-revoking behavior with URL.createObjectURL(MediaSource) r=bholley
2015-05-29 00:01:34 +12:00
Karl Tomlinson
7e2353ac43
bug 1116382 auto revoke MediaSource object URLs r=bholley
2015-06-05 15:55:08 +12:00
Karl Tomlinson
2e41c8c701
bug 1171785 create nsContentUtils::RunInStableState helper r=bholley
2015-06-05 16:19:37 +12:00
Karl Tomlinson
78515a2a5a
bug 1004167 opaque back-button when not -moz-lwtheme to pixel-align clip r=mdeboer
...
Make back-button background match the color of its ancestor toolbar, where
possible, so that overdrawing the start of the url bar makes aligning the clip
with the arc of the back button border unnecessary.
This enables subpixel antialiasing and more efficient drawing in the url bar.
back-button border outside is aligned with the visible toolbarbutton-icon to
avoid any awkward lines should the color of the toolbar be modified in any
way.
2015-06-10 09:18:35 +12:00
Dan Glastonbury
07e8c59325
Bug 1170855 - Part C: Move _WEBGL GLenums from GLConsts.h to WebGLContext.h. r=jgilbert
2015-06-11 12:26:31 +10:00
Dan Glastonbury
67e7f01808
Bug 1170855 - Part B: READ_BUFFER requires emulation for default FB. r=jgilbert
...
WebGL internals use framebuffers to implement the default
framebuffer. This means that we can't just return the result from
glGetIntegerv(GL_READ_BUFFER, ...)
2015-06-11 12:26:30 +10:00
Dan Glastonbury
24cb63088a
Bug 1170855 - Part A: Don't error on MAX_ELEMENT_INDEX. r=jgilbert
...
MAX_ELEMENT_INDEX appears in GL 4.3 or via ES3_compatibility. Work
around on OSX 10.10 where max is GL 4.1.
2015-06-11 12:26:30 +10:00
Dan Glastonbury
3c78a389e6
Bug 1170855 - Part 9: MAX_VARYING_COMPONENTS workaround. r=jgilbert
...
Turns of querying MAX_VARYING_COMPONENTS on OS X 10.10 is buggy. Always
returns 1. The spec says that the value is 4 times MAX_VARYING_VECTORS
so work around using that method.
2015-06-11 12:26:29 +10:00
Dan Glastonbury
0d36dd1d7d
Bug 1170855 - Part 8: MAX_SERVER_WAIT_TIMEOUT is unsigned. r=jgilbert
2015-06-11 12:26:28 +10:00
Dan Glastonbury
ba48df27dc
Bug 1170855 - Part 7: Implement MAX_CLIENT_WAIT_TIMEOUT_WEBGL. r=jgilbert, r=smaug
...
This is a special addition for WebGL 2. I've updated webidl to match the
spec.
I've set the value to be 0 to match Chrome. If I query the underlying
GL, I get -1 back. (On OSX). We can discuss what a better value would
be.
2015-06-11 12:26:28 +10:00
Dan Glastonbury
163e0cc803
Bug 1170855 - Part 6: Implement Sampler binding tracking. r=jgilbert
2015-06-11 12:26:27 +10:00
Dan Glastonbury
e415166dbf
Bug 1170855 - Part 5: Correctly load glGetInteger64v. r=jgilbert
...
Correctly detect support for ARB_sync via GLFeature.
2015-06-11 12:26:26 +10:00
Dan Glastonbury
ae2b63809d
Bug 1170855 - Part 4: Pour in the WebGL 2 pnames. r=jgilbert
2015-06-11 12:26:25 +10:00
Dan Glastonbury
f4acdcb89d
Bug 1170855 - Part 3: Cleanup and better comments. r=jgilbert
2015-06-11 12:26:24 +10:00
Dan Glastonbury
4fba862693
Bug 1170855 - Part 2: Be consistent when handling pnames from extensions. r=jgilbert
2015-06-11 12:26:24 +10:00
Dan Glastonbury
54bb7b6be2
Bug 1170855 - Part 1: Extract WebGL 2 specific pnames. r=jgilbert
2015-06-11 12:26:23 +10:00
Mike Conley
ef282c1486
Bug 1171537 - Allow URIs to be the empty string in TabParent::RecvCreateWindow. r=billm.
2015-06-09 21:06:48 -04:00
Botond Ballo
9444e8f6e7
Bug 1158424 - Undeprecate HasNoParentWithSameLayersId(). r=kats
2015-06-01 19:15:52 -04:00
Botond Ballo
b5f861f867
Bug 1158424 - Fix APZCTreeManager::GetMultitouchTarget(). r=kats
2015-06-10 14:57:24 -04:00
Botond Ballo
711c9d3110
Bug 1158424 - Add APZCTreeManager::FindRootContentApzcForLayersId(). r=kats
2015-06-10 14:48:03 -04:00
Botond Ballo
d9d2910535
Bug 1158424 - Extract a BreadthFirstSearch() helper function. r=kats
2015-06-10 14:47:52 -04:00
Botond Ballo
418eb3b6d5
Bug 1158424 - Clean up uses of HasNoParentWithSameLayersId() in overscroll handoff chain building. r=kats
2015-06-01 18:52:32 -04:00
Botond Ballo
ab1091c140
Bug 1158424 - Clean up uses of HasNoParentWithSameLayersId() related to zoom constraints. r=kats
2015-06-10 14:56:26 -04:00
Botond Ballo
d7264a2f3e
Bug 1158424 - Expose IsRootContent() in AsyncPanZoomController. r=kats
2015-06-01 18:46:59 -04:00
Botond Ballo
bc8ac2de35
Bug 1158424 - Remove FrameMetrics::IsRootScrollable() (it just duplicated IsRootContent()). r=kats
2015-05-27 19:40:40 -04:00
Botond Ballo
b9201d6d43
Bug 1158424 - Rename FrameMetrics::mIsRoot to mIsRootContent. r=kats
2015-06-08 16:01:26 -04:00
Sean Stangl
5660a216d9
Bug 1167244 - Handle nullptr return from maybeGetProperty(). r=bhackett
2015-06-10 19:14:27 -07:00
Sean Stangl
6816932cd0
Bug 1166527 - Import ARM64 Architecture and Assembler. r=nbp
2015-06-10 19:06:12 -07:00
Ryan VanderMeulen
3651473f9f
Bug 986458 - Re-enable browser_whitelist7.js on all platforms since the leaks appear to have gone away.
2015-06-10 22:06:26 -04:00
Ryan VanderMeulen
8f7bd08805
Bug 1169243 - Re-enable the tests disabled while investigating these failures now that the underlying machine configuration issue is resolved.
2015-06-10 22:06:26 -04:00
Wes Kocher
45aceb23fe
Merge m-c to inbound, a=merge CLOSED TREE
2015-06-10 18:38:28 -07:00
Wes Kocher
f0ce838fe8
Merge b2ginbound to central, a=merge
2015-06-10 18:36:06 -07:00
Wes Kocher
a557d0fae7
Merge inbound to central, a=merge
2015-06-10 18:29:39 -07:00
Wes Kocher
4ad18d7872
Backed out changeset 7c72328e341b (bug 1164443) for being the likely cause of test_non-scaling-stroke.html and test_focusedChild.html permafails due to a Windows firewall prompt appearing on the screen CLOSED TREE
2015-06-10 18:01:02 -07:00
Wes Kocher
855aae2832
Backed out changeset d73a15153b3b (bug 1168028) for browser_domFullscreen_fullscreenMode.js failures CLOSED TREE
2015-06-10 16:03:44 -07:00
Byron Campen [:bwc]
7fb0e7cd2b
Bug 1035468: A NAT simulator based on NrSocket, and integrate into ice_unittest. r=ekr
2015-06-10 15:27:12 -07:00
Sean Stangl
f63ec6172f
Bug 1166037 - Follow-up - Revert SimulatorType to Simulator. no_r=me
2015-06-10 15:33:21 -07:00
Sean Stangl
a108009351
Bug 1166037 - Import ARM64 Baseline changes. r=djvj
2015-06-10 15:08:35 -07:00
Eric Rahm
25dbc7043c
Bug 1171528 - Remove overflowed nscoord_MAX warnings from nsRect. r=dholbert
2015-06-10 15:14:54 -07:00
Eric Rahm
3697a7e2a4
Bug 1146580 - Make FinalizationWitnessService listen for xpcom shutdown. r=bholley
2015-06-10 15:12:33 -07:00
Wes Kocher
eace79cbe4
Backed out changeset c4db01ea9e6c (bug 1170746) for test_filehandle_getFile.html orange
2015-06-10 15:08:41 -07:00
Terrence Cole
2e63d1ae21
No Bug - Remove an unneeded annotation DONTBUILD; r=sfink
2015-06-10 14:50:55 -07:00
Wes Kocher
eff080f338
Backed out 2 changesets (bug 1129957) for frequent browser_privatebrowsing_DownloadLastDirWithCPS.js timeouts a=merge
...
Backed out changeset 9ac1d4aadc38 (bug 1129957)
Backed out changeset 109474240d8c (bug 1129957)
2015-06-10 14:38:40 -07:00
Wes Kocher
7f08a0edf6
Merge fx-team to m-c a=merge
2015-06-10 18:08:46 -07:00
B2G Bumper Bot
3ed62dbc5b
Bumping manifests a=b2g-bump
2015-06-10 13:22:12 -07:00
B2G Bumper Bot
78b061b399
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2e9a1e5808b9
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #30507 from lissyx/bug1169861"
This reverts commit fb7e0cec2aefbd1b2a90af3af17b0036915db0b3, reversing
changes made to d63847b857c0626e266a60dccfa4532f5b809f25.
2015-06-10 13:20:16 -07:00
Kartikaya Gupta
93f272c174
Back out 3 csets from bug 1125325 for introducing bug 1173224. r=me
2015-06-10 15:55:34 -04:00
Ryan VanderMeulen
976eae61f0
Backed out changeset 7e51efbbf1d6 (bug 1170809) for somehow making ASAN opt builds perma-timeout.
...
CLOSED TREE
2015-06-10 15:30:10 -04:00
Ryan VanderMeulen
9241cddbd7
Bug 1173484 - Skip test_storageAreaListener.html on B2G debug builds due to frequent timeouts.
...
CLOSED TREE
2015-06-10 15:22:33 -04:00