Commit Graph

352098 Commits

Author SHA1 Message Date
Nathan Froyd
0ee6fbe7a3 Bug 942411 - Set the src of the iframe after adding it to the document 2014-03-21 13:36:11 -04:00
Nicolas Silva
43cda78fba Bug 968807 - Add assertions in TextureClient. r=bjacob 2014-03-21 18:03:20 +01:00
Andrea Marchesini
9115b34c9e Bug 986379 - Console crash for a mTimer set to null, r=ehsan 2014-03-21 16:57:54 +00:00
Andrew McCreight
d0b4aa0b15 Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
319dd2470d Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
7d38db7581 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
2f5e8ced66 Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
dd32fd245a 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
17d721b9aa Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
04be8960b7 Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
227263bd5a Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
ffcf3a38aa 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
26fab5796a Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
9e928a094f 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
b7bf0a594a Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-21 09:43:39 -07:00
Andrew McCreight
3a50095a14 Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-21 09:43:39 -07:00
Sid Stamm
197817a1d7 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
25b6f9a6ac 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
0421d9d17b 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
a4309c8b4e 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
f40021934e 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
8f05eedcd6 Bug 984673 - Do not compress PBrowser::UpdateFrame. r=kats 2014-03-20 17:34:41 -04:00
Jan de Mooij
f08e44a314 Bug 983709 part 2 - Fix MBinaryInstruction to not override congruentTo. r=h4writer 2014-03-21 15:53:00 +01:00
Jan de Mooij
a359e5e7c8 Bug 983709 part 1 - Don't mark shift instructions as commutative. r=h4writer 2014-03-21 15:48:27 +01:00
Maxim Zhilyaev
ec4e90fb7e 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
ce96bf1ad5 Merge mozilla-central to mozilla-inbound 2014-03-21 15:20:35 +01:00
Ryan VanderMeulen
fb1ef82fdf Backed out changeset e9c807b1e3d4 (bug 985257) for bustage. 2014-03-21 10:07:07 -04:00
Rik Cabanier
54ef4176c1 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
f047322200 Bug 984237 - Specify mime type in require.js. r=gozala 2014-03-21 09:18:39 -04:00
Lars T Hansen
469542aa31 Bug 983675 - Intrinsify and inline TypeDescrIsArrayType, TypeDescrIsUnsizedArrayType, TypeDescrIsSizedArrayType, TypeDescrIsSimpleType, ObjectIsTypedObject. r=shu 2014-03-21 09:18:09 -04:00
Ryan VanderMeulen
97b94e3bc0 Merge m-c to fx-team. 2014-03-20 17:26:53 -04:00
Paolo Amadini
cb51f08bcd Bug 984872 - Remove deprecated promise.js usage in Firefox for Desktop. r=mak 2014-03-20 22:21:05 +01:00
Ghislain 'Aus' Lacroix
d8e84e5a6d Bug 960749 - Improve error messages when < and > are used in filenames. r=bsmedberg
* Unify OS_FILE_ILLEGAL_CHARACTERS
* Provide KNOWN_PATH_SEPARATORS in addition to FILE_PATH_SEPARATOR.
* Update nsExternalAppHandler to use KNOWN_PATH_SEPARATORS instead of
  FILE_PATH_SEPARATOR when removing path separators.
* Fix DownloadsIPC.jsm when compiling with MOZ_DEBUG (would throw on undefined download.id).
* Add test for stripping out illegal characters when downloading.
2014-03-20 14:05:40 -07:00
B2G Bumper Bot
fb170c809d Bumping manifests a=b2g-bump 2014-03-21 04:11:09 -07:00
B2G Bumper Bot
d75d0a2514 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2f64eeaddcd8
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 984718 - [keyboard refactor] Add test/unit/.jshintrc
2014-03-21 04:05:56 -07:00
Ryan VanderMeulen
3b9993637f Merge inbound to m-c. 2014-03-20 17:03:59 -04:00
Ryan VanderMeulen
a5e0e0ab4a Merge fx-team to m-c. 2014-03-20 16:49:14 -04:00
B2G Bumper Bot
490ae21fca Bumping manifests a=b2g-bump 2014-03-20 12:17:44 -07:00
B2G Bumper Bot
305d59adcc Bumping manifests a=b2g-bump 2014-03-20 11:51:15 -07:00
B2G Bumper Bot
5aa944c469 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9008fd903e2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Bug 983777 - [B2G][Contacts] Tapping the Favorite button on an imported facebook contact will break the Edit Contact button"

This reverts commit a9b63fa5001dfe7e1fa8bdffe2e4bdc5d5221027.
2014-03-20 11:46:03 -07:00
Irving Reid
a815232c1c Bug 986080 - Return empty array if getting directory entries fails. r=Mossop 2014-03-20 14:43:56 -04:00
Benjamin Smedberg
b95d18d5eb Fix the test for bug 981842 to expect the new data on a CLOSED TREE. 2014-03-20 13:50:05 -04:00
Tom Schuster
0799170130 Bug 355430 - Fix rooting issue on CLOSED TREE 2014-03-20 18:48:43 +01:00
B2G Bumper Bot
40f6bdd877 Bumping manifests a=b2g-bump 2014-03-20 10:48:11 -07:00
B2G Bumper Bot
4e9f876ec6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/596d2a4031c3
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #16960 from fcampo/fix-jshint-fte

[FTE] Fixed some jshint errors (r=arcturus, f=julienw)

========

https://hg.mozilla.org/integration/gaia-central/rev/d91a3f5b5bae
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 980344 - [FTE] Fixed some jshint errors
2014-03-20 10:48:00 -07:00
Ryan VanderMeulen
d1d39ca3f2 Bug 983015 - Skip all inputmethod tests in the B2G emulator. 2014-03-20 13:43:14 -04:00
Irving Reid
791e1b429b Bug 986000 - Fix addonsListTmp undefined error in XPIProviderUtils.js. r=Mossop 2014-03-20 13:41:42 -04:00
Jim Chen
8e3a90b7bf Bug 984463 - Update GeckoEditableListener constants to match IMEMessage constants. r=masayuki 2014-03-21 13:44:59 -04:00
David Rajchenbach-Teller
1b5f5e3e5b Bug 965527 - More and more logging for OS.File AsyncShutdown. r=froydnj 2014-03-21 13:44:58 -04:00
Gavin Sharp
97c34ce81e Bug 976002: followup comment fix
--HG--
extra : rebase_source : 51567c379574539b32e386b7a03558b87d36d87f
2014-03-21 10:01:09 -07:00