Mike Hommey
4da5ed0b71
Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn
...
The distinction between moz_malloc/moz_free and malloc/free is not
interesting. We are inconsistent in our use of one or the other, and
I wouldn't be surprised if we are mixing them anyways.
2015-03-31 12:32:49 +09:00
Mike Hommey
dbfea16b10
Bug 1142434 - Remove moz_memalign/moz_valloc, nothing uses them. r=njn
2015-03-31 12:26:45 +09:00
Mike Hommey
ecee63231c
Bug 1142434 - Remove moz_strdup/moz_strndup, nothing uses them. r=njn
2015-03-31 12:26:45 +09:00
Daniel Holbert
7ea77b404b
Bug 1149383 part 2: Reorder width/height decls in flexbox-writing-mode reftests for consistency. (test-only)
2015-03-30 20:22:04 -07:00
Daniel Holbert
4ab22478de
Bug 1149383 part 1: Make flexbox writing-mode tests use different widths vs. heights to reveal bug with vertical writing-modes. (test-only)
2015-03-30 20:22:03 -07:00
Brian Smith
b43440444d
Bug 1136278, Part 2: Refactor test SubjectPublicKeyInfo generation, r=keeler
2015-02-26 13:10:13 -08:00
Brian Smith
e23ee1cce5
Bug 1136278, Part 1: Refactor algorithm identifiers in tests, r=keeler
...
This will make it easier to expand the tests to additional
signature algorithms and additional public key types.
2015-02-26 16:11:41 -08:00
Bill McCloskey
061f09ba1e
Back out bug 1075670
2015-03-30 20:13:07 -07:00
Bill McCloskey
ce0c07e593
Bug 1148962 - Use TakeOwnershipOfErrorReporting in CPOW code (r=bholley)
2015-03-30 20:13:06 -07:00
Bill McCloskey
f5872f4f38
Bug 1148961 - Add missing QI in thumbnail code (r=markh)
2015-03-30 20:13:05 -07:00
Bill McCloskey
aaf07738cc
Bug 1137933 - Don't cache the docshell in WebNavigation in browser-child.js (r=felipe)
2015-03-30 20:13:04 -07:00
Bill McCloskey
bc12f7f350
Bug 1067042 - [e10s] Show page title in bookmark UI (r=mak)
2015-03-30 20:13:03 -07:00
Bill McCloskey
48c5f69a09
Bug 1147236 - Use AppConstants in session store code (r=ttaubert)
2015-03-30 20:13:02 -07:00
Bill McCloskey
2891e7faf2
Bug 1139718 - Warning when sending MM messages that include XPCOM data (r=smaug)
2015-03-30 20:13:01 -07:00
Xidorn Quan
6ccb78f80a
Bug 1143513 - Make nsFrameList compatible with range-based syntax and utils. r=roc,waldo
2015-03-31 14:08:17 +11:00
Xidorn Quan
36760511f3
Bug 1146103 - Use NS_WARNING instead of MOZ_ASSERT for bcoord check in ruby text container. r=dbaron
2015-03-31 14:08:03 +11:00
Bobby Holley
66c342fbae
Bug 1147555 - Implement logging for MediaTimer. r=mattwoodrow
2015-03-30 20:06:38 -07:00
Bobby Holley
9066048a68
Bug 1147555 - Invert the ordering of our priority queue. r=mattwoodrow
2015-03-30 20:06:38 -07:00
Cameron McCormack
0e8c735bc6
Bug 1088437 - Enable the CSS Font Loading API pref in non-release builds. r=dbaron
2015-03-31 14:05:33 +11:00
Cameron McCormack
fc060fb0c9
Bug 1072101 - Unified build fix; no review.
2015-03-31 14:05:33 +11:00
Cameron McCormack
ed67351bba
Bug 1072101 - Part 5: Remove indexed property access on FontFaceSet. r=peterv
2015-03-31 14:05:33 +11:00
Cameron McCormack
5f99c1a18d
Bug 1072101 - Part 4: Implement FontFaceSet.{keys,@@iterator}. r=peterv
2015-03-31 14:05:33 +11:00
Cameron McCormack
4995d7f612
Bug 1072101 - Part 3: Implement FontFaceSet.forEach. r=peterv
2015-03-31 14:05:33 +11:00
Cameron McCormack
161a8c2a7e
Bug 1072101 - Part 2: Implement FontFaceSet.{entries,values}. r=peterv
2015-03-31 14:05:33 +11:00
Cameron McCormack
b7a4daf2fd
Bug 1072101 - Part 1: Implement FontFaceSet.size. r=peterv
2015-03-31 14:05:33 +11:00
Ehsan Akhgari
31c13b72d8
Bug 1148064 - Enable interception of pings through service workers; r=nsm,smaug
...
Currently when sending a beacon, HttpBaseChannel::ShouldIntercept tries
to get access to the nsINetworkInterceptController interface through the
channel's notification callbacks, but in this case the notification
callback is the nsPingListener object.
This patch extends nsPingListener to make it aware of
nsINetworkInterceptController, and have it route the request for
nsINetworkInterceptController correctly to the docshell without the need
to mess with the notification callbacks.
This will be tested in bug 1147699.
2015-03-30 22:57:19 -04:00
Ehsan Akhgari
2d40ea6715
Bug 1131323
- Enable SharedWorker loads to be intercepted through service workers; r=nsm
...
SharedWorker's interface requestor needs to know how to forward requests
for nsINetworkInterceptController to the docshell.
This will be tested in bug 1148935.
2015-03-30 22:57:17 -04:00
Ehsan Akhgari
8a31417477
Bug 1149127 - Stop exporting LoadInfo unnecessarily; r=ckerschb
2015-03-30 22:57:16 -04:00
Wes Kocher
26af50b86d
Backed out changeset bc3c96747cdf (bug 1144806) for frequent bc1 failures CLOSED TREE
2015-03-30 19:46:01 -07:00
Wes Kocher
5a597f49dd
Backed out changeset 8a8e8efa5d38 (bug 866846)
2015-03-30 19:45:59 -07:00
Wes Kocher
de2d3e2990
Backed out changeset fdb8d8484cce (bug 1131766)
2015-03-30 19:45:58 -07:00
Wes Kocher
c352c08794
Backed out changeset 3be650e84eea (bug 1112702)
2015-03-30 19:45:56 -07:00
Wes Kocher
ea451f2ac4
Backed out changeset 14b9b4827805 (bug 1131776)
2015-03-30 19:45:55 -07:00
Wes Kocher
fcb24081cb
Backed out changeset d4fdf509f242 (bug 1071360)
2015-03-30 19:45:53 -07:00
Wes Kocher
77420a9c15
Merge m-c to inbound a=merge CLOSED TREE
2015-03-30 19:39:04 -07:00
Wes Kocher
f44ab3f6f4
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-30 19:34:41 -07:00
Wes Kocher
c758948b6d
Backed out changeset 399c30b5e357 (bug 1145781) for bc1 orange CLOSED TREE
2015-03-30 18:50:06 -07:00
Wes Kocher
482117a15c
Backed out changeset 912d7039be45 (bug 1118865
)
2015-03-30 18:50:05 -07:00
Wes Kocher
e226c3a7c6
Backed out changeset a9137f699a08 (bug 1146696) for cgc orange CLOSED TREE
2015-03-30 16:23:49 -07:00
B2G Bumper Bot
7fdc1a8778
Bumping manifests a=b2g-bump
2015-03-30 16:23:09 -07:00
B2G Bumper Bot
b846051ed8
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/12cf6177ae0c
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #29231 from hfiguiere/bug1149149
Fix the test permafail and reenable (bug 1149149 and bug 1148392) r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/db338dd316a0
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1148392 - Reenable now
========
https://hg.mozilla.org/integration/gaia-central/rev/51b900e77e83
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1149149 - We hang because we can't find the element due a changes that crossed the streams.
========
https://hg.mozilla.org/integration/gaia-central/rev/38ad6be7863c
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #29232 from millermedeiros/835256-empty-title-event
Bug 835256 - [Calendar] only save events if user inputs title or location r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/cbca58f887a8
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 835256 - [Calendar] only save events if user inputs title or location
2015-03-30 16:20:33 -07:00
Eric Faust
aa62f321e0
Bug 1145795 - Remove LJSCallInstructionHelper::numStackArgs() footgun. (r=jandem)
2015-03-30 15:29:18 -07:00
Eric Faust
3d289f5ee0
Bug 1147581 - Remove the now defunct TMPSLOT mechanism. (r=jorendorff)
2015-03-30 15:29:16 -07:00
Shu-yu Guo
4f1d17f0fe
Bug 1118865
- Relax assertion in DebugScopeProxy::isMagicMissingArgumentsValue. (r=nbp)
2015-03-30 15:25:06 -07:00
Shu-yu Guo
27ea207e65
Bug 1145781 - Unlazify functions when getting their debug scopes. (r=jimb)
2015-03-30 15:25:06 -07:00
Xidorn Quan
bb141ab140
Bug 1146112 - Mark ruby pseudo frames as line participant in frame constructor. r=roc
2015-03-31 09:20:01 +11:00
B2G Bumper Bot
490615b4e9
Bumping manifests a=b2g-bump
2015-03-30 14:43:12 -07:00
B2G Bumper Bot
7d262a2b79
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d833d1bddffb
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1142526 - merge pull request #28843 from stasm:1142526-innerHTML-value to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/5f89919cf2f6
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1142526 - Treat the innerHTML attribute as the string's value. r=gandalf
========
https://hg.mozilla.org/integration/gaia-central/rev/2d2ec2b37833
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1143214 - merge pull request #29157 from sfoster:task-manager-subtitle-tweak-bug-1143214 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/891f170b7460
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1143214 - Fix ssl icon size and subtitle style. r=etienne
2015-03-30 14:40:12 -07:00
Wes Kocher
1900a0add0
Merge fx-team to m-c a=merge
2015-03-30 14:30:57 -07:00
B2G Bumper Bot
e28886be70
Bumping manifests a=b2g-bump
2015-03-30 14:08:03 -07:00