Commit Graph

352466 Commits

Author SHA1 Message Date
Jonathan Griffin
05107f9406 Bug 979650 - Always build with Marionette for Firefox, b2g desktop, r=ted 2014-03-11 13:22:34 -07:00
Henrik Skupin
414adfe553 Bug 987682 - DumpBookmarks() in bookmarks.jsm hangs due to invalid JSON data. r=jgriffin DONTBUILD 2014-03-25 19:43:33 +01:00
Birunthan Mohanathas
e1727be24a Bug 845478 - Part 9: Remove JS_{CALLEE,ARGV,RVAL,SET_RVAL}. r=evilpie 2014-03-25 14:42:34 -04:00
Birunthan Mohanathas
db98b1f766 Bug 845478 - Part 8: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...} in remaining instances. r=Waldo 2014-03-25 14:42:33 -04:00
Andrea Marchesini
ebeddf1969 Bug 910010 - Implementation of PFileDescriptorSet - part 2, r=bent 2014-03-25 18:37:28 +00:00
Andrea Marchesini
fdcbca4082 Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey 2014-03-25 18:37:13 +00:00
James Hugman
29b5f4490f Bug 958709 - enable webapps to kill their tasks; r=mfinkle,mhaigh
--HG--
extra : amend_source : d57e9195baa5eaf3d9847fef0a5b9d78ae8d3af4
2014-03-25 11:12:58 -07:00
Ehsan Akhgari
66495ade28 Bug 987667 - Make GenericAtomicRefCounted thread-safe; r=bjacob 2014-03-25 13:58:48 -04:00
David Keeler
dc2c4359dc bug 987217 - free leaking encodedRequest in GenerateCRMFRequest r=cviecco 2014-03-25 10:38:03 -07:00
Chris Peterson
9be9b98310 Bug 986789 - Suppress gcc warnings in third-party code: STLport. r=glandium 2014-03-20 22:22:02 -07:00
Chris Peterson
23140639d1 Bug 986788 - Suppress clang and gcc warnings in third-party code: MurmurHash3. r=bjacob 2014-03-20 21:39:32 -07:00
Nicolas Silva
26060d4188 Bug 984338 - Add a pref to flash layer borders when they are created. r=jrmuizel 2014-03-25 17:54:39 +01:00
Steven Michaud
166a497544 Bug 986976 - do_QueryInterface abuse in various .mm files. r=neil 2014-03-25 11:32:58 -05:00
Kevin Cox
a844a7ae48 Bug 958897 - ssltunnel lives if mochitest killed. r=jmaher
[PATCH] Made Mochitest.runApp() clean up after itself in case of exception
2014-03-23 10:20:32 -04:00
Nicolas Silva
b253190ddb Bug 984618 - Clear the compositor's unused textures when a frame was entirely composited by hwcomposer. r=cwiiis 2014-03-25 17:14:48 +01:00
Bobby Holley
a82fe6e195 Bug 987672 - Use a more reliable Function constructor and |bind| implementation for marquee event handler compilation. r=bz 2014-03-25 12:36:39 -03:00
Birunthan Mohanathas
bc35004647 Bug 987320 - Remove unnecessary null checks for do_QueryFrame arguments. r=bz 2014-03-25 11:36:49 -04:00
Rick Eyre
8524093d1f Bug 987076 - Construct HTMLMediaElement::mTextTrackManager lazily. r=roc
* Remove the TextTrackManager's initialization from the MediaElement's
ctor and add a getter that creates it if we don't have it yet. The public
functions exposed on the MediaElement's IDL now call this getter.
* Also remove the const qualifier from HTMLMediaElement::TextTracks()
as we don't really need it and this function now needs to call
GetOrCreateTextTrackManager() which is non-const.
2014-03-24 11:48:37 -04:00
Nicolas E. Bordenabe
1ff851fd6f Bug 973345 - Include gradient values in the return value of getCSSValuesForProperty() for properties that can have an <image> value specified. r=bz 2014-03-25 11:36:48 -04:00
Camilo Viecco
20e4991585 Bug 969188 - Part 3/3 - Test handling of v1/v2/v3 certificates from PSM. r=keeler
--HG--
extra : rebase_source : 321d603913f07a0afe64400e300146873e8a81af
2014-02-25 15:37:22 -08:00
Camilo Viecco
0b1f14ef5a Bug 969188 - Part 2/3 - mozilla::pkix only decode v3 extensions in v3 certificates. r=briansmith
--HG--
extra : rebase_source : 86e58ccf8538d0f40d3b24b89a92dceac095cb21
2014-03-06 10:04:04 -08:00
Camilo Viecco
a97f568c99 Bug 969188 - Part 1/3 - Fix mozilla::pkix handling of trusted v1 certificates. r=briansmith
--HG--
extra : rebase_source : 242b4849a7820d23518936a8c86ddcb7d9684394
2014-03-06 10:04:04 -08:00
Gabor Krizsanits
32333c6983 Bug 985472 - cloneInto for sandbox. r=bholley 2014-03-25 16:21:56 +01:00
Gabor Krizsanits
1a9fdd55e9 Bug 985472 - Name fixup in ExportFunction. r=bholley 2014-03-25 16:21:51 +01:00
Carsten "Tomcat" Book
e8531239e2 Backed out changeset b6c3d52bf61e (bug 791480) for breaking B2G ICS Emulator Reftest - 8 2014-03-25 14:36:48 +01:00
Carsten "Tomcat" Book
e67b16b3e7 Backed out changeset 259991514082 (bug 791480) 2014-03-25 14:36:16 +01:00
Kartikaya Gupta
cec4d1bf73 Bug 987314 - Move around a few things in AsyncPanZoomController.h. r=botond 2014-03-25 09:26:05 -04:00
Kartikaya Gupta
86f2de786f Bug 984548 - Ifdef APZ overflow:hidden behaviour so it doesn't regress Fennec pending a proper fix. r=tn 2014-03-25 09:25:56 -04:00
Gorman Ho
2f3c5ba795 Bug 983285 - Add a generic destructor for property values allocated with new. r=kats, r=bz 2014-03-25 09:25:47 -04:00
Ehsan Akhgari
fceee9b5aa Bug 985878 - Make AtomicRefCounted thread safe; r=khuey 2014-03-25 09:02:26 -04:00
Paul Adenot
97432d8c20 Bug 986793 - Fix set but unused variable warning in SoundTouch. r=cpeterson
--HG--
extra : rebase_source : 5f15cfc2b2224d9cb75b9ae1faa7b0ed915aba4a
2014-03-24 11:02:35 +01:00
Paul Adenot
fdf771928d Bug 986793 - Fix warnings in cubeb_audiotrack.c, and allow mixed declaration and code in cubeb_opensl.c. r=cpeterson
--HG--
extra : rebase_source : 91856a5c76063be3d6c180abe34cda5cee9f3d71
2014-03-24 10:58:23 +01:00
Carsten "Tomcat" Book
b5d2d427e6 Merge mozilla-central to mozilla-inbound 2014-03-25 13:40:56 +01:00
Carsten "Tomcat" Book
68f47b1cc6 merge b2g-inbound to mozilla-central 2014-03-25 13:23:10 +01:00
Carsten "Tomcat" Book
7d7256455e merge fx-team to mozilla-central 2014-03-25 13:17:42 +01:00
Masatoshi Kimura
505ac45667 Bug 986347 - Restore accidentaly removed HasBogusPopupsDropShadowOnMultiMonitor() call. r=jimm 2014-03-25 21:09:25 +09:00
B2G Bumper Bot
0b46ea5ed7 Bumping manifests a=b2g-bump 2014-03-25 00:11:03 -07:00
B2G Bumper Bot
0e92009132 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/215bb3fd100d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 974253 - Set preferred network type on startup based on the user preference"

This reverts commit c6931e59efef682aa42ad09cab3d843669d5f8f7.
2014-03-25 00:05:52 -07:00
B2G Bumper Bot
20c8c9dd28 Bumping manifests a=b2g-bump 2014-03-24 21:51:08 -07:00
B2G Bumper Bot
462d9bdadc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/20661b944c2e
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #17514 from alivedise/bugzilla/961800_master_merging/child-window-factory

Bug 961800 - Implement Child Window Factory. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/be865a491ba3
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 961800 - Implement Child Window Factory.

Conflicts:
	apps/system/js/app_transition_controller.js
	apps/system/js/app_window.js
	apps/system/js/app_window_manager.js
	apps/system/js/cards_view.js
	apps/system/style/window.css
2014-03-24 21:45:57 -07:00
B2G Bumper Bot
743909493c Bumping manifests a=b2g-bump 2014-03-24 20:58:23 -07:00
B2G Bumper Bot
df5f3e1718 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57ac935d11ae
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #16477 from crh0716/974253

Bug 974253 - Set preferred network type on startup based on the user preference r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/9929c37e9bc5
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 974253 - Set preferred network type on startup based on the user preference
2014-03-24 20:57:19 -07:00
B2G Bumper Bot
919f1ce098 Bumping manifests a=b2g-bump 2014-03-24 20:06:18 -07:00
B2G Bumper Bot
3493d20968 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e441d03d2aec
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17424 from ankit93040/BUG_959018_Enhanced_Suggestion_LisT

Bug 959018 Message_Enhanced_Suggestion_List. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/fea179eca2c9
Author: ankit.agrawal <ankit.agrawal@lge.com>
Desc: SMS_959018_Enhanced_Suggestion_List

SMS_959018_Enhanced_Suggestion_LIst
2014-03-24 20:01:11 -07:00
Ehsan Akhgari
0410df628a Bug 986993 - Remove the classinfo on the inputmethod API classes because they are already ported to WebIDL; r=bzbarsky
This patch also removes the mention to some non-existent interfaces.
2014-03-24 21:59:33 -04:00
B2G Bumper Bot
d6fd17893e Bumping manifests a=b2g-bump 2014-03-24 17:46:14 -07:00
B2G Bumper Bot
cb45b71d9a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/671132cc327c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #17547 from KevinGrandon/bug_971497_system2_home_gesture_2

Bug 971497 - [System2] Instantiable HomeGesture r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/aac6a3be42a1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971497 - [System2] Instantiable HomeGesture r=alive
2014-03-24 17:36:08 -07:00
Ed Lee
6a036331ee Bug 980014 - Allow new tab grid layout to reduce rows/columns if the window can't fit 3x3 [r=adw]
Remove newtab-rows and convert the grid to wrap/overflow tiles as necessary by setting the appropriate width and heights. Compute grid dimensions on load/preload and adjust for resizes.
2014-03-24 17:33:08 -07:00
Tatiana Meshkova
b05be4f889 Bug 985817 - Move some TabChild functionality into base class to be reusable in Embedlite implementation. r=kats 2014-03-24 19:28:46 -07:00
Ehsan Akhgari
c8b92dbc0e Bug 986980 - Remove the classinfo from WifiGeoCoordsObject and WifiGeoPositionObject; r=bzbarsky
These objects are not exposed to Web content, so they don't need the
classinfo.
2014-03-24 23:39:23 -04:00