Commit Graph

5017 Commits

Author SHA1 Message Date
Andrea Marchesini
bf219e3942 Bug 1082734 - Remove URL.searchParams to avoid the stealing of data from future cross-origin sites, r=bz 2014-10-23 12:48:44 +01:00
Tom Schuster
fa124bd97b Bug 842498 - Remove nsIJSNativeInitializer. r=peterv 2014-10-21 20:45:28 +02:00
Kearwood (Kip) Gilbert
96c33a1fa3 Bug 1045754 - Part 1 - Implement updated CSSOM-View smooth-scrolling specification. r=bz
- Added new WebIDL dictionary, ScrollToOptions.  This dictionary extends
  ScrollOptions by adding "left" and "top", specifying the scroll offset.
  This will be later extended with more members to allow scroll offsets to be
  specified with logical axes.
- Implemented Window.Scroll, Window.ScrollTo, Window.ScrollBy, Element.Scroll,
  Element.ScrollTo, and Element.ScrollBy functions that accept ScrollToOptions
  as a single parameter.
- Removed ScrollOptions dictionary parameter from existing Window.Scroll,
  Window.ScrollTo, and Window.ScrollBy functions as these have been replaced
  with functions accepting a single parameter, ScrollToOptions.
- Added new WebIDL dictionary, ScrollIntoViewOptions.  This dictionary
  extends ScrollOptions by adding "block", specifying whether the element
  start or end will be scrolled into view.
- Replaced Element.ScrollIntoView(bool,ScrollOptions) with
  Element.ScrollIntoView(ScrollIntoViewOptions) to match updated
  CSSOM-View scroll-behavior specification.
2014-10-01 10:47:56 -07:00
Peter Van der Beken
7ced30305e Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
2014-10-01 20:43:26 +02:00
William Chen
152e54d56c Bug 1083587 - Add host and olderShadowRoot properties to ShadowRoot interface. r=smaug 2014-10-15 18:25:45 -07:00
Bobby Holley
ae127df727 Bug 1081537 - Tests. r=bz 2014-10-17 17:19:19 +02:00
Gijs Kruitbosch
d7680acaa9 Bug 1083895 - favicon should not change if link element isn't in DOM, r=bz
--HG--
extra : rebase_source : 6d8c8e5ecab8021fa5d42ba4b6fc82a7315fcc79
2014-10-16 15:00:12 -07:00
Akshendra Pratap Singh
f351f81f46 Bug 1037990 - AccessLabelKey is now accessible event if the element is detached. r=bzbarsky 2014-10-15 07:42:00 +02:00
Christoph Kerschbaumer
897fd1befa Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-10-15 19:11:45 -07:00
Carsten "Tomcat" Book
ae2a8cfd8d Backed out changeset 6f411275b7ec (bug 1068740) for bustage on a CLOSED TREE 2014-10-15 16:50:45 +02:00
Peter Van der Beken
6fc8e58fd6 Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
--HG--
extra : rebase_source : f2d78da408764170cb9f366d97960ca62245f113
2014-10-01 20:43:26 +02:00
Olli Pettay
1023471e41 Bug 855443 - Assertion failure in nsSHEntry.cpp, don't just append a new SHEntry to parent if we already have an SHEntry for the loading page, r=bz
--HG--
extra : rebase_source : 8f8d0df030a3205d9d9845e90c849bf94115ff1b
2014-10-15 13:10:04 +03:00
Edwin Flores
541966c902 Bug 1082239 - Make MediaSourceResource return the script principal of the MediaSource object - r=kinetik 2014-10-15 14:17:03 +13:00
Carsten "Tomcat" Book
e797d1c40a Merge m-c to fx-team 2014-10-14 15:52:03 +02:00
Randell Jesup
d37b3935de Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717) 2014-10-13 22:18:22 -04:00
Michael Best
0d7881c31e Bug 1077308 - If a field is auto-filled while not in focus, fire a change event immediately. r=smaug r=MattN 2014-10-07 10:54:51 +02:00
Mats Palmgren
8e411ea4c2 Bug 1080352 - Update the rendering for <input type=range> after it was reset. r=jwatt 2014-10-13 11:48:33 +00:00
Benjamin Chen
9fa6a1b855 Bug 1029552 - Release HW resource when the MediaElement UnbindFromTree. r=cpearce 2014-10-13 12:07:42 +08:00
Andreas Pehrson
ceb456df75 Bug 879717: Part 1: Delay HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=roc 2014-10-10 11:34:57 +02:00
Chris Pearce
6c30cab8be Bug 1060179 - Generate a random node id for every EME (origin,topLevelOrigin) pair. r=bz 2014-10-13 11:53:43 +13:00
Carsten "Tomcat" Book
f94991135d Backed out changeset 48b65dba6387 (bug 1060179) 2014-10-09 12:48:28 +02:00
JW Wang
abe2a71d45 Bug 1023552 - fix race between 'playing' and wakelock events. r=baku. 2014-10-08 19:14:00 +02:00
Chris Pearce
20805a5295 Bug 1060179 - Generate a random node id for every EME (origin,topLevelOrigin) pair. r=bz 2014-10-09 17:01:02 +13:00
Andrea Marchesini
1560ff52a9 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-08 17:15:23 +01:00
Andrea Marchesini
119064a550 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-08 17:15:23 +01:00
Andrea Marchesini
57fa89d6de Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-08 17:15:22 +01:00
Ehsan Akhgari
ae6ea86e62 Bug 1079317 - Fix some more bad implicit constructors in DOM; r=baku 2014-09-24 09:16:53 -04:00
Ryan VanderMeulen
566e49b6ff Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)

CLOSED TREE

--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
946cf8e0e1 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
61f3e1dfa6 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-07 15:20:53 +01:00
Andrea Marchesini
570a9abfb8 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Valentin Gosu
7db29d0d93 Bug 786419 - Part 6 - Disable HTMLDNSPrefetches for offline apps r=jduell 2014-08-23 02:17:18 +03:00
Giovanni Sferro
07c480f6f3 Bug 1059030 - Do not crash when an element has the same @id as a @name of a radiogroup. r=bz 2014-10-06 21:51:00 -04:00
Peter Van der Beken
4b7e268d87 Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Ryan VanderMeulen
7d91f5855c Backed out 4 changesets (bug 879717) for OSX/Android/B2G mochitest failures.
Backed out changeset 353aee813484 (bug 879717)
Backed out changeset cd7d8b93923f (bug 879717)
Backed out changeset 78b01186ff85 (bug 879717)
Backed out changeset 29f4a39efc29 (bug 879717)

CLOSED TREE
2014-10-06 13:44:28 -04:00
JW Wang
010fa9a56e Bug 994292 - Fix race between 'playing' and wakelock events. r=baku
--HG--
extra : rebase_source : 4a08b9b8bfcc026d05e6862dc08bad350033aa46
2014-10-05 19:21:00 -04:00
Andreas Pehrson
088565eb56 Bug 879717: Part 3 - Update screen wake lock when metadata has loaded. r=roc,esawin 2014-10-04 18:58:01 +02:00
Andreas Pehrson
589c39017e Bug 879717: Part 2 - Avoid having autoplaying stream-backed HTMLMediaElements block indefinitely. r=roc 2014-10-03 21:38:03 +02:00
Robert O'Callahan
5c9e8ea1f7 Bug 879717: Part 1-Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce 2013-06-18 14:17:29 +12:00
Gabor Krizsanits
1cc3094af2 Bug 1061469 - part 8: Encoding for Imports. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
5aa5cda7d5 Bug 1061469 - part 7: Cyclic test for Imports 5. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
90589ced65 Bug 1061469 - part 6: Cyclic test for Imports 4. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
9e9f731f99 Bug 1061469 - part 4: Cyclic test for Imports 3. r=mrbkap 2014-10-06 11:43:58 +02:00
Gabor Krizsanits
d43c2b4f13 Bug 1061469 - Part 3: Cyclic test for Imports 2. r=mrbkap 2014-10-06 11:43:57 +02:00
Gabor Krizsanits
7259735bd8 Bug 1061469 - Part 1: Cyclic test for Imports 1. r=mrbkap 2014-10-06 11:43:57 +02:00
JW Wang
2ca45ca9f3 Bug 984259 - 1. remove dead code to please the eyes. 2. remove the don't-preload-less-when-loading-resource rule which is no more spec. r=cpearce 2014-10-02 23:34:00 +02:00
Jonathan Kew
756913a870 Backed out changesets c42b68e0db15 and 6e2c7dd63fcf (bug 879717) due to mochitest orange. 2014-10-04 09:52:22 +01:00
Andreas Pehrson
2e14cb114c Bug 879717 - Part 2. Avoid autoplaying stream-backed HTMLMediaElements blocking indefinitely. r=roc 2014-10-03 21:38:03 +02:00
Robert O'Callahan
dc5041f181 Bug 879717. Part 1. Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce 2013-06-18 14:17:29 +12:00
Randell Jesup
9d74dbfe56 Bug 1077274: Clean up tracklists r=jib 2014-10-03 17:29:29 -04:00