Commit Graph

14918 Commits

Author SHA1 Message Date
Bobby Holley
49f8ff5f9d Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke
This will be useful for versioning, as well as JIT options and all the other
stuff that eventually needs to move out of the JSContext.
2013-06-29 09:11:17 -06:00
James Kitchener
e4c66f3e8a Bug 802895 - Implement srcdoc attribute for iframe r=bz 2013-06-28 23:13:23 -04:00
James Kitchener
eacdd65ec4 Bug 802895 - ns(I)document changes for iframe srcdoc implementation r=bz 2013-06-28 23:13:22 -04:00
Blake Kaplan
a3a6516091 Bug 653881 - Rework XBL insertion points and clean up related code to more closely follow the Web Components model. Instead of maintaining a hashtable of insertion points in bindings (and removing insertions points from the tree) leave the insertion points in the tree as explicit placeholders and teach all other relevant code how to walk the explicit children of elements via two iterators (ExplicitChildIterator and FlattenedChildIterator). Note that this patch does not maintain 100% compatibility with the previous code: there are bug fixes and behavior changes included. For example, by having explicit insertion points in the bindings, it is now easier to handle dynamic changes to the bound element correctly (as well as, eventually, handling dynamic changes to the binding correctly). Patch originally by sicking. r=bzbarsky
--HG--
extra : rebase_source : 6926ae8ea57b20f4067b16bd3d7bd85bda854756
2013-05-01 15:50:08 -07:00
Justin Lebar
09d2312322 Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
cab87a0cce Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else

This is a mechanical change made with sed.  Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Mike Shal
e1afc9dbd7 Bug 875013 - Eliminate VPATH usage (part 1 - EXPORTS); r=joey 2013-06-26 14:51:06 -04:00
Andrew McCreight
5810441ee9 Bug 882997 - Don't DROP or clear wrapper cache flag in GetAndClearExpandoObject. r=peterv 2013-06-28 12:32:27 -07:00
Andrew McCreight
317ce7416a Bug 886213 - Cycle collect Navigator more better. r=smaug 2013-06-28 11:06:39 -07:00
Ed Morley
d2a76b639e Merge latest green birch changeset and mozilla-central 2013-06-28 14:33:47 +01:00
Chia-hung Tai
bd5ab6ad2a Bug 887646 - B2G MMS: Do not set content-length in smil header when sending. r=gene a=leo+ 2013-06-27 13:56:33 +08:00
Gene Lian
cb8d9568dc Bug 888147 - [B2G][MMS][Regression] We are skipping 'sending' status when sending a MMS. r=ctai a=leo+ 2013-06-28 13:36:02 +08:00
Ken Chang
269eacf27e Bug 884829 - follow up - fix typo. r=hsinyi 2013-06-28 13:08:52 +08:00
Ken Chang
86f97c9cb4 Bug 884829 - [MMS] Impossible to send/receive MMS when Wi-Fi and cellular data on. r=hsinyi 2013-06-28 09:46:00 +08:00
Fernando Jiménez
998c3ee2e7 Bug 885701 - [DOMRequest] Implement DOMRequestService.fireDetailedError. r,sr=sicking 2013-06-28 10:53:44 +08:00
Yoshi Huang
c9909e11ad Bug 886809 - Part 2 : xpcshell tests. r=hsinyi 2013-06-26 17:53:42 +08:00
Yoshi Huang
2130a63fff Bug 886809 - Part 1: Import SIM contacts fails if contact has no number. r=hsinyi 2013-06-26 16:40:34 +08:00
Yoshi Huang
a2e96cd2d1 Bug 887671 - B2G RIL: Xpcshell failed in test_is_icc_service_available. r=hsinyi 2013-06-27 12:30:31 +08:00
Yoshi Huang
5b7f6eb8c0 Bug 887674 - B2G RIL: xpcshell tests got SyntaxError in test_mcc_mnc_parsing. r=hsinyi 2013-06-27 12:29:37 +08:00
Reuben Morais
59bd839fb9 Bug 885979 - Add support for enabling Contacts API debugging output at runtime. r=gwagner
--HG--
extra : rebase_source : b55c49743099532b939d57b673ae7f9a7cfc74da
2013-06-27 01:25:40 -07:00
Gregor Wagner
1b044740dc Bug 887125 - Allow 0 for Memory GC Preferences. r=bent 2013-06-27 14:40:17 +08:00
Ryan VanderMeulen
e207dc2c00 Merge m-c and inbound. 2013-06-26 12:33:24 -04:00
Boris Zbarsky
520e6c7b89 Bug 884373. Align WebIDL handling of default parameters with ES6. r=khuey 2013-06-26 10:59:46 -04:00
Boris Zbarsky
0091068f88 Bug 816343. Remove nsIDOMNodeSelector. r=smaug 2013-06-26 10:59:46 -04:00
Boris Zbarsky
d53f7897bb Bug 883892. Remove HTMLFormElement classinfo. r=peterv 2013-06-26 10:59:45 -04:00
Ed Morley
c4cd5d32a1 Merge mozilla-central and birch 2013-06-26 15:12:39 +01:00
Ed Morley
7b9e2849db Merge latest green inbound changeset and mozilla-central 2013-06-26 15:10:19 +01:00
Nikhil Marathe
e960f23251 Bug 887068 - SimplePush: Rename use of _request to _sendRequest. r=dougt
--HG--
extra : amend_source : 1c7cdca05ba04670ce696670a64607b808014188
2013-06-25 22:47:16 -07:00
Ryan VanderMeulen
c19cfbf6ec Merge inbound and m-c. IGNORE BAD COMMIT MESSAGES 2013-06-25 17:02:45 -04:00
Matthew Gregan
09a800bfde Backout 184ef886365d, 4c6a6ac3a9d5, and 59857a435c3b on a CLOSED TREE 2013-06-28 16:55:35 +12:00
Matthew Gregan
a3d77bedc3 Bug 855130 - Drop [Creator] from HTMLVideoElement.videoPlaybackQuality attribute. r=roc 2013-06-28 16:36:10 +12:00
Matthew Gregan
b5544d899d Bug 855130 - Implement a minimal working subset of the Media Source Extensions API. r=roc 2013-06-28 16:32:05 +12:00
Matthew Gregan
015e1dc50a Bug 855130 - Implement HTMLVideoElement's VideoPlaybackQuality (from Media Source Extensions spec). r=roc 2013-06-28 16:32:05 +12:00
Ed Morley
fa87c28e71 Backed out changeset 1d5db5f16a32 (bug 874669) for failures in test_bug716822.html 2013-06-25 14:18:52 +01:00
Gene Lian
b09faf3bd0 Bug 886767 - [MMS] Disable grouping functionality when receiving a MMS (temporarily) and keep it for sending. r=vicamo,ctai a=leo+ 2013-06-25 20:57:57 +08:00
Fernando Jiménez
74d9f3002b Bug 879032 - Localize MMI code strings. r=vicamo 2013-06-25 19:57:55 +08:00
Masatoshi Kimura
3d841b9b22 Bug 874669 - Remove legacy event type constants. r=smaug CLOBBER 2013-06-25 20:29:14 +09:00
Ed Morley
cc626517e5 Merge mozilla-central and inbound 2013-06-26 15:13:20 +01:00
Kartikaya Gupta
dee2df83d6 Bug 885030 - Move CalculateCompositedRectInCssPixels from APZC to FrameMetrics. r=kentuckyfriedtakahe 2013-06-26 09:54:49 -04:00
Kartikaya Gupta
93042f899e Bug 885030 - Move CalculateResolution from APZC to FrameMetrics. r=kentuckyfriedtakahe 2013-06-26 09:54:14 -04:00
Kartikaya Gupta
d2fdeefefe Bug 885030 - Move CalculateIntrinsicScale to FrameMetrics. r=kentuckyfriedtakahe 2013-06-26 09:53:51 -04:00
Chia-hung Tai
a8f84060d7 Bug 885685 - B2G MMS: Use nsIURI Object in applyFilter for MmsProxyFilter. r=vyang,gene a=leo+ 2013-06-25 14:36:59 +08:00
Phil Ringnalda
d27bda4e98 Back out 398f67b7d629 (bug 874669) for mochitest-1 failures
CLOSED TREE
2013-06-24 17:26:36 -07:00
Phil Ringnalda
bd2fa2877b Merge m-c to m-i 2013-06-24 16:51:59 -07:00
Josh Matthews
a092057ac7 Bug 886387, bug 886391, bug 886393 - Update missed IIDs for changed interfaces. 2013-06-24 19:07:03 +01:00
Ryan VanderMeulen
916b217bc7 Merge birch and m-c. 2013-06-24 14:01:24 -04:00
Ryan VanderMeulen
1de906acc0 Merge inbound and m-c. 2013-06-24 14:00:41 -04:00
Benjamin Smedberg
82eede8f1b Bug 880735 test fixups:
* Add a test-only setter to the center-item XBL binding
* add a head.js function to remove plugin permissions for use in cleanup functions
* browser_pluginnotification.js - lots of fixes for the core feature tests
* Alter test_bug751809 not to assume that clicking the page overlay will directly activate the plugin
* Alter browser_CTP_plugins.js because disabled plugins now do show up in the plugin doorhanger
* remove browser_CTPScriptPlugin.js and supporting files because we no longer auto-pop based on scripting
* fix browser_CTP_drag_drop.js so that active plugins still show the doorhanger icon, and other fixup
* fix browser_bug743421.js to expect the doorhanger all the time and activate it correctly
* fix browser_bug752516.js to check for doorhanger activation instead of plugin activation
* remove browser_bug818009.js and supporting files because they are testing something that no longer exists
* alter browser_bug820497.js so that it shows the popup notification before checking .centerActions, since we populate that data lazily now
* browser_plugins_added_dynamically.js: remove the "activate all" tests which are no longer relevant and fix the rest to match the new doorhanger structure.
2013-06-24 08:51:07 -04:00
Benjamin Smedberg
9185c2daf0 Bug 880735 part B - add .getPluginTagForType and make .getBlocklistStateForType scriptable, r=johns 2013-06-24 08:51:07 -04:00
Benjamin Smedberg
d566c8ebaf Bug 880735 part A - Add a .defaultFallbackType to plugins so that we can avoid re-implementing the ShouldPlay logic in the frontend code. r=johns 2013-06-24 08:51:07 -04:00