Commit Graph

174126 Commits

Author SHA1 Message Date
Markus Stange
9b7b3235ef Bug 984761 - Allow setting the primitive type of FilterPrimitiveDescriptions after construction. r=roc 2014-03-20 10:12:45 +08:00
Markus Stange
24f1c186d5 Bug 984761 - IPDL serialization for AttributeMap. r=roc 2014-03-20 10:12:45 +08:00
Markus Stange
be5c6e3640 Bug 984761 - Add AttributeMap::EnumerateRead. r=roc 2014-03-20 10:12:44 +08:00
Markus Stange
12b3f841f0 Bug 984761 - Add FilterPrimitiveDescription::operator==. r=roc 2014-03-20 10:12:44 +08:00
Markus Stange
46966112cf Bug 984761 - Add AttributeMap::operator==. r=roc 2014-03-20 10:12:44 +08:00
Markus Stange
55cc3adae6 Bug 984761 - Add FilterAttribute::operator==. r=roc 2014-03-20 10:12:44 +08:00
Markus Stange
d38fdbebeb Bug 984761 - IPDL serialization for the filter attribute name enum. r=bjacob 2014-03-20 10:12:44 +08:00
Markus Stange
491b734eae Bug 984761 - IPDL serialization for the ColorSpace enum. r=bjacob 2014-03-20 10:12:43 +08:00
Markus Stange
cb1ed17792 Bug 984761 - Use a typed enum for ColorSpace and AlphaModel. r=bjacob 2014-03-20 10:12:43 +08:00
Markus Stange
bbdb28c62e Bug 984761 - IPDL serialization for the PrimitiveType enum. r=bjacob 2014-03-20 10:12:43 +08:00
Markus Stange
e86eaec4d0 Bug 984761 - Use a typed enum for filter primitive types. r=bjacob 2014-03-20 10:12:43 +08:00
Markus Stange
5536342760 Bug 984761 - IPDL serialization for the AttributeType enum. r=bjacob 2014-03-20 10:12:42 +08:00
Markus Stange
f573077ace Bug 984761 - Use a typed enum for attribute types. r=bjacob 2014-03-20 10:12:42 +08:00
Markus Stange
19234151dc Bug 984761 - IPDL serialization for gfx::Matrix5x4. r=bjacob 2014-03-20 10:12:42 +08:00
Markus Stange
d1abc50006 Bug 984761 - IPDL serialization for gfx::Point3D. r=bjacob 2014-03-20 10:12:42 +08:00
Markus Stange
f5027a96cc Bug 984761 - IPDL serialization for gfx::Color. r=bjacob 2014-03-20 10:12:41 +08:00
Markus Stange
656d36ff4c Bug 983236 - Initialize FilterPrimitiveDescription::mOutputColorSpace. r=roc 2014-03-20 10:12:41 +08:00
Ehsan Akhgari
5ab76fe98e Bug 979118 - Add global MMX_FLAGS, SSE_FLAGS and SSE2_FLAGS variables; r=glandium 2014-03-19 21:55:00 -04:00
Robert Strong
f0619098ed Bug 899352 - Increase the installation timeout for the stub installer. r=bbondy 2014-03-19 18:32:46 -07:00
Robert Strong
e6a85ba891 Bug 899363 - Implement stub installer data ping version 6. r=bbondy 2014-03-19 18:32:39 -07:00
Wes Kocher
02b323aa8d Backed out 13 changesets (bug 975823) for leaks on a CLOSED TREE
Backed out changeset cd2da33bf4a2 (bug 975823)
Backed out changeset 62e2a43453f0 (bug 975823)
Backed out changeset 7f8366953cae (bug 975823)
Backed out changeset d46f1c00b4e5 (bug 975823)
Backed out changeset 3c36fb646951 (bug 975823)
Backed out changeset d535c32d3894 (bug 975823)
Backed out changeset 3f918acda96a (bug 975823)
Backed out changeset 6e2caad87673 (bug 975823)
Backed out changeset b550057222a2 (bug 975823)
Backed out changeset 24d9fe77f4e9 (bug 975823)
Backed out changeset 5be6da95a4b1 (bug 975823)
Backed out changeset b09d50f488c3 (bug 975823)
Backed out changeset ca381ebe34ae (bug 975823)
2014-03-19 17:45:28 -07:00
Kyle Huey
ef5db59b76 Bug 968031: Remove threadsafe refcounting from ContentParent and add it to the cycle collector graph. r=bent,mccr8 2014-03-19 17:22:25 -07:00
Andrew McCreight
7a62b318c9 Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
df5b4ca110 Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
d0f3457f8a Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
38693d9759 Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
d6fbb59e77 Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
fd6e4eba71 Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
e9d7e1d10a Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
38947c270c Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
21b81b1453 Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
e053b097ea Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
25a6dade6e Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
dd7b9c2321 Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Andrew McCreight
33c0ebf48e Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Steve Fink
476c41949c Bug 985143 - Comment updates to new ArrayBuffer storage scheme
--HG--
extra : rebase_source : 22cee061dc536d327ae10171578bf60b5ccc1469
2014-03-19 10:47:47 -07:00
Jeff Walden
74b4967307 Bug 982974 - Last bit of trunk fixup. r=sfink, r=nmatsakis
--HG--
extra : rebase_source : 8d4800943708f39dcd04d499224cd76ac9194ec7
2014-03-17 16:39:59 -07:00
Andrea Marchesini
6cad6cea93 Bug 985686 - DataStoreServiceChild is not leaked, r=ehsan 2014-03-19 22:39:23 +00:00
Shu-yu Guo
2d98bcd3b9 Bug 985182 - Only assert that we aren't operating in the self-hosted global for cross- (not same-) compartment wrappers. (r=bhackett) 2014-03-19 15:00:57 -07:00
Myk Melez
5dc916c0b3 Bug 985618 - only cancel notification if update check is user-initiated; r=mfinkle 2014-03-19 13:21:48 -07:00
Eric Faust
b3b0634177 Bug 953024 - Part 2: Make Ion do common getter optimizations for JSOP_GETGNAME. (r=jandem, f=jwalden over IRC) 2014-03-19 12:46:11 -07:00
Eric Faust
28f2915dc7 Bug 953024 - Part 1: Implement own getter cacheing in BC, and use it for JSOP_GETGNAME. (r=djvj) 2014-03-19 12:46:02 -07:00
Eric Faust
1c81c2a21e Bug 953024 - Part 0: Factor out common BC getter stub logic for own getters. (r=djvj) 2014-03-19 12:44:53 -07:00
Patrick McManus
807863d95e bug 477578 - http methods should be case sensitive r=hurley 2014-03-18 12:36:18 -04:00
James Kitchener
b4e54794ec Bug 522393 - Remove invisible operators special case in reflow. r=fredw, r=roc 2014-03-19 13:05:02 -04:00
Ryan VanderMeulen
a902b4a4c8 Backed out changesets a17ee88f1fe7, 6e3aee4a9650, 07e5ed676919 (bug 950076) for Werror bustage. 2014-03-19 14:00:10 -04:00
Simone Carletti
b3edeb6d46 Bug 985464 - Add outsystemscloud.com to PSL. r=gerv 2014-03-19 13:42:38 -04:00
Rik Cabanier
f09ec73950 Bug 985178 - Implementation + test cases for isPointInPath and isPointInStroke. r=roc 2014-03-19 13:42:38 -04:00
Simone Carletti
a4d611ded8 Bug 984995 - Update PSL for .se. r=gerv 2014-03-19 13:42:38 -04:00
Robert Strong
e7f87fe005 Bug 899254 - When installing on top of an existing install the install page should use the term 'Upgrading' instead of 'Installing' for the stub installer. r=bbondy 2014-03-19 10:40:17 -07:00