Commit Graph

243804 Commits

Author SHA1 Message Date
Eric Rahm
0c5f2525a6 Bug 1163201 - Part 1: Remove instances of #ifdef PR_LOGGING in dom/. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
2015-05-14 10:13:23 -07:00
Michal Novotny
f98d3fd15c Bug 1163900 - crash in mozilla::net::nsHttpChannelCacheKey::GetData(unsigned int*, nsACString_internal&), r=jduell 2015-05-14 19:05:34 +02:00
Daniel Holbert
ed258f3d98 Bug 1050500 followup: Annotate js.cpp "Exit()" method as "override". rs=ehsan 2015-05-14 09:14:15 -07:00
Mason Chang
cdb604dd15 Bug 1155828 - Draw box-shadows using an approach inspired by border-image. r=mstange 2015-05-13 15:19:27 -04:00
Markus Stange
3fb2b3b5d8 Bug 1152461 - Don't use tiled layers for overflow:hidden scroll frames. r=tn 2015-05-08 14:10:00 -04:00
Markus Stange
aafb3abe48 Bug 1162726 - Make RoundedToInt() snap the rect properly. r=roc 2015-05-07 14:25:06 -04:00
Markus Stange
eba54193b0 Bug 1160789 - Make DrawTargetSkia support subpixel antialiasing for text. r=jrmuizel 2015-05-04 13:23:54 -04:00
Ehsan Akhgari
8ccb0c2ef0 Bug 1163945 - Handle aborted CompareNetwork jobs properly in CompareNetwork::OnStartRequst; r=nsm 2015-05-14 11:27:35 -04:00
Ehsan Akhgari
a18d8796a4 Bug 1163829 - Handle one more test 2015-05-14 11:21:32 -04:00
Ehsan Akhgari
b5804209fa Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm 2015-05-14 09:10:20 -04:00
Ehsan Akhgari
7b8543c272 Bug 1163829 - Set the necessary prefs for web-platform service worker tests; r=jgraham 2015-05-14 09:04:50 -04:00
Ehsan Akhgari
e64bf45240 Bug 1164487 - Part 2: Update the interfaces tests; r=baku 2015-05-14 09:04:02 -04:00
Ms2ger
2fe0201602 No bug - Add a bug number to the expected failure in message-event.html.
DONTBUILD
2015-05-14 14:31:18 +02:00
Andrea Marchesini
9fba4151f9 Bug 1161950 - patch 2 - fix the webplatform test, r=Ms2ger 2015-05-14 13:13:37 +01:00
Josh Matthews
0861ad41c9 Bug 1059081 - Add a threadsafe wrapper for persistent nsMultiplexStream queues. r=nfroyd 2015-05-14 07:55:57 -04:00
Alexander Surkov
4c83bb9931 Bug 1113153 - use 'paragraph' role for paragraphs only, introduce 'text' role for small text containers, r=marcoz 2015-05-13 11:40:15 -04:00
Andrea Marchesini
4ed450c1ad Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug 2015-05-14 12:25:36 +01:00
Andrea Marchesini
bcd095019c Bug 1159792 - get rid of dom.workers.websocket.enabled pref, r=smaug 2015-05-14 12:24:06 +01:00
Ted Mielczarek
45f3d053c5 bug 528092 - Supply binaries from the symbol server. r=gps 2015-05-13 17:43:19 -04:00
Ted Mielczarek
af38e65a13 bug 1076848 - fix source server indexing for headers from dist/include. r=dmajor 2015-05-07 07:11:27 -04:00
Dave Hunt
143c19534e Bug 1163992 - [moznetwork] When multiple IPs are found on Windows pick the first one. r=wlachance 2015-05-14 09:48:19 +01:00
Kan-Ru Chen
d544362e3d Backout chanset 9c18f3e4d02a and e784bb7b9f21 because b2g emulator bustage 2015-05-14 15:59:17 +08:00
Makoto Kato
165e0d8779 Bug 1134110 - other-license/android is unnecessary if Android minimum version is 11 or later. f=esawin, r=sworkman 2015-05-14 15:38:18 +09:00
Christoph Kerschbaumer
ec48d470b8 Bug 1162657 - Turn NewChannel deprecation warnings into assertions (r=sworkman,sicking,paolo) 2015-05-13 17:58:52 -07:00
Kan-Ru Chen
05649b2f53 Bug 1154231 - Part 2. Use LRU to manage remote layers. r=mattwoodrow 2015-05-14 12:54:56 +08:00
Kan-Ru Chen
ab4d3d2045 Bug 1154231 - Part 1. Reclaim cached resources when memory-pressure occurs. r=mattwoodrow 2015-05-14 12:54:54 +08:00
Paul Kerr [:pkerr]
31eafd8cab Bug 1163859: Only update webrtc.debug prefs from gecko thread. r=rjesup 2015-05-13 21:08:30 -07:00
Till Schneidereit
4ca00066dd Bug 861219 - Part 1: Make Date.prototype not be a Date object. r=bholley 2014-05-26 13:04:55 +02:00
Tooru Fujisawa
7820939df8 Bug 861219 - Part 0: Make ClassSpec be able to delegate to another ClassSpec. r=bholley 2015-05-14 13:03:14 +09:00
Boris Zbarsky
7d5f9989de Bug 913053. Split up IDLTypedef and IDLTypedefType, and likewise for IDLCallback vs IDLCallbackType, so it's clearer whether we're operating on types or objects represented by those types. r=khuey 2015-05-13 22:19:22 -04:00
JW Wang
86c502cd36 Bug 1164297 - tweaks to logging modules of MediaDecoderStateMachine to remove accessing to env vars. r=cpearce. 2015-05-14 10:15:05 +08:00
JW Wang
81c85b46d5 Bug 1105720 - remove flaky timeouts. r=cpearce. 2015-05-14 10:12:05 +08:00
Matt Woodrow
03425f7689 Bug 857895 - Run canvas rendering asynchronously on OSX. r=Bas,bholley 2013-04-09 16:51:44 +12:00
Matt Woodrow
8c9dd911da Bug 857895 - Only enforce tail dispatch if both source and dest support it. r=bholley 2015-05-14 13:47:42 +12:00
Xidorn Quan
f17a48e227 Bug 1162752 - Prevent collapsing toolbar on fullscreen mode on OS X >= Lion. r=dao 2015-05-14 13:14:47 +12:00
Nicholas Nethercote
39c828fdf2 Bug 1164373 - Remove two static constructors involving PR_NewLogModule(). r=froydnj. 2015-05-13 18:02:56 -07:00
Ben Kelly
51854c0265 Bug 1162342 Enable sqlite WAL transactions in Cache API. r=ehsan 2015-05-13 17:55:48 -07:00
Wes Kocher
6efe1685c5 Backed out 2 changesets (bug 1038536) for mass bustage CLOSED TREE
Backed out changeset c4551f3019a9 (bug 1038536)
Backed out changeset 0b122f0b6fcf (bug 1038536)
2015-05-13 17:48:28 -07:00
Wes Kocher
146a3c7891 Backed out changeset a65d0872089a (bug 819090) for mass bustage CLOSED TREE 2015-05-13 17:47:55 -07:00
Nicholas Nethercote
319dd1d975 Bug 1163916 (part 2) - Avoid a static constructor for kCompressedBufferLength. r=froydnj. 2015-05-13 16:48:32 -07:00
Nicholas Nethercote
41ef44b8ad Bug 1163916 (part 1) - Avoid a static nsDebugImpl constructor. r=froydnj. 2015-05-13 16:47:55 -07:00
Nikhil Marathe
55ba705435 Bug 1154268 - Fetch Request should not allow creating a GET request with a body by copying a PUT request. r=bkelly 2015-05-13 15:15:23 -07:00
Timothy Nikkel
c7fe5b456b Bug 1164340. Fix up some scrollbar related comments in AsyncCompositionManager. r=botond 2015-05-13 19:15:39 -05:00
Timothy Nikkel
6118e68d2c Bug 1164340. Convert the scrollbar thumb ratio to a unitless ratio properly for non-zoomable scrollframes. r=botond 2015-05-13 19:15:38 -05:00
Birunthan Mohanathas
247a537701 Bug 819090 - Follow-up: Make nsIdentifierMapEntry::mIdContentList a nsAutoTArray to save an allocation. r=sicking 2015-05-13 17:09:25 -07:00
Birunthan Mohanathas
b72b5150a4 Bug 1038536 - Flatten image/decoders/icon/qt/public/ directory. r=seth 2015-05-13 17:09:22 -07:00
Birunthan Mohanathas
162e5ace26 Bug 1038536 - Flatten image/src/ directory. r=seth 2015-05-12 15:02:36 -07:00
Ehsan Akhgari
4ca442db14 Bug 1154275 follow-up: Kill two more ise() usages, landed on a CLOSED TREE 2015-05-13 18:39:23 -04:00
Wes Kocher
c1ff06b71e Backed out changeset bff13db4c158 (bug 1137593) for being the best guess of what's breaking Gij(20) a=backout CLOSED TREE 2015-05-13 14:17:19 -07:00
Seth Fowler
fa4f61bfb3 Bug 1163878 (Followup) - Fix a warning about implicit conversion of nullptr to bool in FrameLayerBuilder on a CLOSED TREE. r=me 2015-05-13 14:23:52 -07:00