Ehsan Akhgari
9ec4e7397c
Backed out 2 changesets (bug 957652) because bug 957431 is being backed out
...
Backed out changeset 92efd61cfca5 (bug 957652)
Backed out changeset 9d405c64a7bf (bug 957652)
2014-03-21 16:02:21 -04:00
David Keeler
c696487874
backout bug 985021 (8d622f4ec6e9) for another build breakage on a CLOSED TREE r=backout
2014-03-21 11:47:06 -07:00
Jeff Walden
d3340fc45f
Bug 985687 - Remove vestigial tinyid/shortid references, as well as the field in JSPropertySpec. Followup to bug 975069. r=luke
...
--HG--
extra : rebase_source : 9e4bd270925efb155dacb91470b617f169526824
2014-03-20 23:24:21 -07:00
Jeff Walden
f664b8ae51
Remove an unused variable in the shell. No bug, r=themaid
...
--HG--
extra : rebase_source : 2793c32ddb79901439d93f19136a906c96e3371a
2014-03-20 15:09:05 -07:00
David Keeler
f740f3e913
bug 985021 - mozilla::pkix: temporarily accept pathLenConstraint in EE basic constraints extensions r=briansmith
2014-03-21 10:38:36 -07:00
Terrence Cole
226d4a6189
Bug 985562 - Do not allocate large call objects in the nursery; r=jandem
2014-03-20 14:38:51 -07:00
Olli Pettay
8caa64631b
Bug 985988, event handlers should update preventDefault flag similar way to event.preventDefault(), r=masayuki
...
--HG--
extra : rebase_source : f82af82dfd290fbba851eda5dceebcd1911ef72b
2014-03-21 19:46:15 +02:00
John Schoenick
6e3494979d
Bug 985859 - navigator.mimeTypes access should be case-insensitive. r=bsmedberg
2014-03-21 10:50:25 -07:00
Nathan Froyd
1fc206bc24
Bug 942411 - Set the src of the iframe after adding it to the document
2014-03-21 13:36:11 -04:00
Nicolas Silva
9bd388fd15
Bug 968807 - Add assertions in TextureClient. r=bjacob
2014-03-21 18:03:20 +01:00
Andrea Marchesini
23d928823f
Bug 986379 - Console crash for a mTimer set to null, r=ehsan
2014-03-21 16:57:54 +00:00
Andrew McCreight
711f812b8a
Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus
2014-03-21 09:43:41 -07:00
Andrew McCreight
2016935adb
Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus
2014-03-21 09:43:41 -07:00
Andrew McCreight
17e5685a84
Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus
2014-03-21 09:43:41 -07:00
Andrew McCreight
c40624eb03
Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
f946453f2f
Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
064ffd4923
Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
97fbe13e38
Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
2ae6596de8
Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
349b1f4556
Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
c570740f97
Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus
2014-03-21 09:43:40 -07:00
Andrew McCreight
83858323d4
Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus
2014-03-21 09:43:39 -07:00
Andrew McCreight
a5be5679bf
Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus
2014-03-21 09:43:39 -07:00
Andrew McCreight
14d4a8fe82
Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus
2014-03-21 09:43:39 -07:00
Sid Stamm
0f1689a71a
Bug 835357 - fix telemetry probes for DNT so they accumulate before the pings are sent. r=mcmanus
2014-03-20 16:37:47 -07:00
Boris Zbarsky
f8115c0dde
Bug 983300 part 4. Convert exceptions in static methods returning promises into rejected promises. r=khuey,efaust
2014-03-21 12:18:24 -04:00
Boris Zbarsky
51d9175a36
Bug 983300 part 3. Convert exceptions in specialized methods returning promises into rejected promises. r=khuey, efaust
2014-03-21 12:18:24 -04:00
Boris Zbarsky
4b7f853a76
Bug 983300 part 2. Introduce a GenericPromiseReturningBindingMethod for methods that return Promise return value. r=khuey,bholley
...
This method effectively catches exceptions from GenericBindingMethod and converts them into rejected promises. This handles calls to Promise-returning APIs from everything except Ion fast paths.
2014-03-21 12:18:24 -04:00
Boris Zbarsky
7a7054f72d
Bug 983300 part 1. Disallow Promise as a return type for legacy callers and enforce all overloads for a method either returning promises or not returning promises. r=khuey
2014-03-21 12:18:24 -04:00
Botond Ballo
a0241eb5a5
Bug 984673 - Do not compress PBrowser::UpdateFrame. r=kats
2014-03-20 17:34:41 -04:00
Jan de Mooij
36526a5b38
Bug 983709 part 2 - Fix MBinaryInstruction to not override congruentTo. r=h4writer
2014-03-21 15:53:00 +01:00
Jan de Mooij
f30ab3701b
Bug 983709 part 1 - Don't mark shift instructions as commutative. r=h4writer
2014-03-21 15:48:27 +01:00
Maxim Zhilyaev
ad7ef35f09
Bug 978338 - Update new tab site rendering for fixed ratio tile images [r=adw]
...
Fix the size, margins, title, borders of tiles to new spec.
2014-03-21 07:22:53 -07:00
Carsten "Tomcat" Book
c209094b2a
Merge mozilla-central to mozilla-inbound
2014-03-21 15:20:35 +01:00
Carsten "Tomcat" Book
4a1fc1f0da
merge b2g-inbound to mozilla-central
2014-03-21 15:18:04 +01:00
Carsten "Tomcat" Book
12e249d1fa
merge fx-team to mozilla-central
2014-03-21 15:16:06 +01:00
Ryan VanderMeulen
99c262d103
Backed out changeset e9c807b1e3d4 (bug 985257) for bustage.
2014-03-21 10:07:07 -04:00
Rik Cabanier
82602e6861
Bug 985257 - Add implementation for Path2D constructor that takes an SVG path string. r=roc
2014-03-21 09:18:58 -04:00
David Rajchenbach-Teller
d1dd96e8c9
Bug 984237 - Specify mime type in require.js. r=gozala
2014-03-21 09:18:39 -04:00
Lars T Hansen
2f31b53f76
Bug 983675 - Intrinsify and inline TypeDescrIsArrayType, TypeDescrIsUnsizedArrayType, TypeDescrIsSizedArrayType, TypeDescrIsSimpleType, ObjectIsTypedObject. r=shu
2014-03-21 09:18:09 -04:00
Henrik Skupin
32625620a9
Bug 982591 - Update TPS to retrieve keys from server instead of hard-coding them. r=warner
...
--HG--
extra : rebase_source : 2a9449aeca2f28a2bce648971619635b19a4d670
2014-03-21 10:23:15 +01:00
B2G Bumper Bot
809ef82ba2
Bumping manifests a=b2g-bump
2014-03-21 02:17:41 -07:00
Shawn Huang
b214332845
Bug 986352 - [bluedroid] Fix hfp-fallback build break due to miss Reset() for BluetoothHfpManager, r=echou
2014-03-21 17:12:16 +08:00
Paolo Amadini
a3d7d2c5f0
Bug 984806 - Convert to Promise.jsm in the Webapp Runtime. r=marco
2014-03-21 09:43:34 +01:00
Carsten "Tomcat" Book
9468864ecc
Backed out changeset f787c0fa465e (bug 975042) for B2G ICS Emulator M7 Orange on a CLOSED TREE
2014-03-21 08:48:40 +01:00
Carsten "Tomcat" Book
bb48a49dd4
Backed out changeset 351371062c26 (bug 975042)
2014-03-21 08:47:48 +01:00
Carsten "Tomcat" Book
78052541e1
Backed out changeset 449ade4078c0 (bug 975042)
2014-03-21 08:47:47 +01:00
Carsten "Tomcat" Book
97ef36ac53
Backed out changeset 59a38e0e27bb (bug 975042)
2014-03-21 08:47:45 +01:00
Carsten "Tomcat" Book
7a8da8c316
Backed out changeset 8ac7fa583164 (bug 975042)
2014-03-21 08:47:44 +01:00
Carsten "Tomcat" Book
4b438d3d7a
Backed out changeset 6c25a4bfd449 (bug 975042)
2014-03-21 08:47:43 +01:00