Commit Graph

174357 Commits

Author SHA1 Message Date
Georg Koppen
589d483db5 Bug 942091 - Generate browser.manifest deterministically. r=glandium 2014-03-18 08:39:54 -04:00
Rick Eyre
dce4674300 Bug 983293 - Part 5: Remove unecessary default settings in TextTrack ctors. r=cpearce
Since there is no default constructor for TextTrack we don't
need to be setting mKind, mMode, or mReadyState to a default
value.
2014-03-13 14:58:08 -04:00
Rick Eyre
4b465b49a2 Bug 983293 - Part 4: Pass ReadyState variables to AddTextTrack methods and TextTrack ctors. r=cpearce
This makes it more clear what part of the code is triggering the ReadyState
to be what it is. I.E. Tracks added through the HTMLMediaElement::AddTextTrack
method should have a ReadyState of "Loaded" and so it's more clear for
function to specify that. Vice versa for TrackElements which add TextTracks
with a default ReadyState of "None".
2014-03-13 14:41:21 -04:00
Rick Eyre
fffd5328cf Bug 983293 - Part 3: Rename the READY_STATE enum to TextTrackReadyState. r=cpearce
- This allows us to pass around ReadyState values. It also makes the type
explicit which will save us from potentially shooting ourselves in
the foot.
- I also renamed 'READY_STATE_NONE' and 'READY_STATE_ERROR' to
'NotLoaded' and 'FailedToLoad' respectively in the enum. This is to
avoid some name collision errors we were having. It also makes it more
clear where in the spec this is as these names are the spec's names
for the TextTrack enum.
2014-03-13 14:29:32 -04:00
Rick Eyre
70894a38c2 Bug 983293 - Part 2: Move the READY_STATE enum to Track instead of HTMLTrackElement. r=cpearce
This makes more sense as the READY_STATE values in the spec are always
referred to be 'text track readiness states' not HTMLTrackElement
readiness states.
2014-03-13 13:48:09 -04:00
Rick Eyre
182212791c Bug 983293 - Part 1: Remove unused TextTrack constructor. r=cpearce 2014-03-13 13:37:31 -04:00
Simone Carletti
1caff7d36a Bug 981273 - New TLD additions for TLDs contracted with ICANN from 02/25/2014 - 03/13/2014. r=gerv 2014-03-19 13:30:28 -04:00
Steven Lee
84afa44f8f Bug 980744 - Fix resource that is protected by wrong mutex. r=jesup, r=mikeh 2014-03-19 13:30:27 -04:00
Nicolas Silva
df118a224d Bug 984437 - Remove GrallocDeprecatedTextureHostOGL. r=sortaro 2014-03-19 18:21:44 +01:00
Ryan VanderMeulen
76514a9d58 Backed out changeset 9394e6901453 (bug 958008) for causing bug 960224. 2014-03-19 13:19:02 -04:00
Ryan VanderMeulen
e51b5ba2fb Backed out changeset 893b864b4b18 (bug 969012) for causing bug 984653. 2014-03-19 13:16:06 -04:00
Ryan VanderMeulen
1dcfbca8a6 Backed out changeset f6478f166f2f (bug 967524) for bustage. 2014-03-19 13:13:18 -04:00
Eitan Isaacson
0aa0e8ad6d Bug 985126 - Utter value change. r=yzen 2014-03-19 10:08:54 -07:00
Birunthan Mohanathas
e0144ed909 Bug 984112 - Part 2: Use JS::CallArgs functions instead of JS_CALLEE in Codegen.py. r=bz 2014-03-19 13:05:04 -04:00
Birunthan Mohanathas
42dc35ee32 Bug 984112 - Part 1: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...}, argc in dom/. r=bz 2014-03-19 13:05:04 -04:00
Gregory Szorc
54f7341e78 Bug 983185 - Ensure adding a WebIDL file incurs code generation. r=glandium 2014-03-17 12:41:42 -07:00
Simone Carletti
dd5fb2ee6a Bug 967524 - Update to CentralNic SLDs. r=gerv 2014-03-19 13:05:03 -04:00
Alessio Placitelli
a0352e2e61 Bug 950076 - Use the return value of GetNodeTextContent for OOM checks. r=jst 2014-03-19 13:05:03 -04:00
Alessio Placitelli
6d5ed59b33 Bug 950076 - Propagate OOM errors to innerHTML getters. r=jst 2014-03-19 13:05:03 -04:00
Alessio Placitelli
c85cb08e9b Bug 950076 - Add a fallible form of nsAString::Append and Replace and use it in nsTextFragment::AppendTo. r=bsmedberg, r=jst 2014-03-19 13:05:02 -04:00
James Kitchener
750f59e1e8 Bug 522393 - Remove invisible operators special case in reflow. r=fredw, r=roc 2014-03-19 13:05:02 -04:00
Neil Deakin
ee0ba43827 Bug 972566, when a window is resized, panels should be repositioned after the view reflow rather than within the webshell listener, r=tn 2014-03-19 12:48:08 -04:00
Neil Deakin
5bca1a23ba Bug 982734, make nsIWidget::GetWindowType and nsIWidget::GetZIndex return their values, remove some unused colour-related widget methods, r=tn 2014-03-19 12:48:08 -04:00
L. David Baron
eb53116cab Rename tests to match normal convention (abspos rather than abpos) and to match their internal rel=match. No bug.
This is importing a changeset from the CSS WG test repository by
Peter Linss <peter.linss@hp.com>.

--HG--
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-abpos-child-1-ref.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-abspos-child-1-ref.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-abpos-child-1a.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-abspos-child-1a.html
rename : layout/reftests/w3c-css/submitted/flexbox/flexbox-abpos-child-1b.html => layout/reftests/w3c-css/submitted/flexbox/flexbox-abspos-child-1b.html
2014-03-20 00:43:41 +08:00
David Keeler
2ccf86f421 bug 984567 - insanity::pkix: handle/test malformed OCSP responses r=briansmith r=cviecco 2014-03-19 09:36:10 -07:00
Bobby Holley
4fb8ea865c Bug 825392 - Remove SOWs. r=bz 2014-03-19 13:35:45 -03:00
Bobby Holley
5749541604 Bug 825392 - Generate anonymous content reflectors in the XBL scope. r=bz 2014-03-19 13:35:45 -03:00
Bobby Holley
bb4da51f82 Bug 825392 - Add xpc::GetXBLScopeOrGlobal and Sprinkle some calls to it where necessary. r=bz 2014-03-19 13:35:45 -03:00
Bobby Holley
e9b2546e5d Bug 825392 - Infer the global from the reflector in DoInitJSClass. r=bz 2014-03-19 13:35:45 -03:00
Bobby Holley
aed69fbf98 Bug 825392 - Parent Touch objects to the EventTarget's global. r=bz 2014-03-19 13:35:45 -03:00
Bobby Holley
62f0bc43ce Bug 825392 - Fix up a test to use transitive wrapping rather than getPrivilegedProps. r=bz 2014-03-19 13:35:44 -03:00
Jan de Mooij
13b0bd0992 Bug 985526 - Use notifyOne instead of notifyAll in StartOffThreadIonCompile. r=bhackett 2014-03-19 17:31:12 +01:00
Ehsan Akhgari
3ee6ff3d2b Bug 983845 - Port nsIFeedWriter to WebIDL and stop exposing BrowserFeedWriter to the Web; r=bzbarsky
X-Git-Commit-ID: 487d201e67d932da2d4a73b680181072a13e35b3
2014-03-19 12:29:00 -04:00
Ehsan Akhgari
eeec1df70b Bug 866528 - Make nsIDOMActivityOptions a dictionary; r=bzbarsky 2014-03-18 00:38:36 -04:00
Jonathan Kew
5df0aa644e bug 645124 - mismatched font-style should not cause a specified font-family to be skipped altogether. r=karlt 2014-03-19 16:06:04 +00:00
Cervantes Yu
b22bcfe208 Bug 959966: prevent the preallocated process from being killed by the lowmem killer by rasing its priority. r=khuey,gsvelto 2014-03-13 15:24:42 +08:00
B2G Bumper Bot
e130a37108 Bumping manifests a=b2g-bump 2014-03-19 07:56:05 -07:00
B2G Bumper Bot
011c1e8a46 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/077019d06037
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #17032 from flodolo/bug981604_timechangelanguage

Bug 981604 - [System]: Time Picker doesn't change when switching language in Settings

========

https://hg.mozilla.org/integration/gaia-central/rev/9e2254b020cd
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 981604 - [System]: Time Picker doesn't change when language is changed in Settings
2014-03-19 07:50:55 -07:00
B2G Bumper Bot
a69cbb43fb Bumping manifests a=b2g-bump 2014-03-19 07:21:20 -07:00
B2G Bumper Bot
b34032c571 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/70ead06003e6
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #17323 from Rik/jshint-settings-985409

Bug 985409 -  Fix JSHint issues with test/unit/setup.js r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/7ef356fbe891
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 985409 -  Fix JSHint issues with test/unit/setup.js
2014-03-19 07:16:01 -07:00
B2G Bumper Bot
ac5988fad5 Bumping manifests a=b2g-bump 2014-03-19 07:06:05 -07:00
B2G Bumper Bot
cd82a5c367 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/482809f5cff7
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17317 from ankit93040/943976_SMS/MMS__Attaching_Video_MMS_Prompts_Wrong_Error_Message

Bug 943976: Attaching_Video_MMS_Prompts_Wrong_Error_Message, r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/81784c3e3095
Author: ankit.agrawal <ankit.agrawal@lge.com>
Desc: 943976_Attaching_Video_MMS_Prompts_Wrong_Error_Message
2014-03-19 07:01:02 -07:00
B2G Bumper Bot
5036f7d2c0 Bumping manifests a=b2g-bump 2014-03-19 06:56:04 -07:00
B2G Bumper Bot
ca076f2303 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8bd420d84860
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #17257 from zacc/bug_983059

Bug 983059 - Wait for mozWifiManager to be ready before proceeding with ...

========

https://hg.mozilla.org/integration/gaia-central/rev/b77d76a183df
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 983059 - Wait for mozWifiManager to be ready before proceeding with test_ftu_skip_tour.py
2014-03-19 06:50:52 -07:00
B2G Bumper Bot
168ecd521d Bumping manifests a=b2g-bump 2014-03-19 06:42:36 -07:00
B2G Bumper Bot
4007db2ffa Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a68453b0a52
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #17275 from cctuan/979827"

This reverts commit 11d6cd3d50c5a92a85a738a8de5a36932c8a89e6, reversing
changes made to ce8a5f8153d45000e39fc9e4b2b94521747015c3.
2014-03-19 06:40:55 -07:00
B2G Bumper Bot
059280d9e7 Bumping manifests a=b2g-bump 2014-03-19 06:01:05 -07:00
B2G Bumper Bot
76810520b3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e816aba57af2
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #17288 from arcturus/bug-983777

Bug 983777 - [B2G][Contacts] Tapping the Favorite button on an imported facebook contact will break the Edit Contact button

========

https://hg.mozilla.org/integration/gaia-central/rev/55d3de7ae9ae
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 983777 - [B2G][Contacts] Tapping the Favorite button on an imported facebook contact will break the Edit Contact button
2014-03-19 05:55:53 -07:00
Diego Wilson
bbd8a78f7f Bug 984500 - Add general description of HwcComposer2D. r=sotaro 2014-03-18 07:53:09 -07:00
Jessica Jong
e588a7fc25 Bug 984327 - Part 2: Modify test cases for dun. r=vicamo 2014-03-19 08:39:00 -04:00