Commit Graph

8538 Commits

Author SHA1 Message Date
Andrew Osmond
3d9077beb7 Bug 994912 - Add support for promises and event-based notifications to camera. r=mikeh, r=bz 2014-10-03 04:19:00 -04:00
Andrew Osmond
c913330f80 Bug 994912 - Add support for event-based notifications to media streams. r=roc, r=bz 2014-10-03 04:18:00 -04:00
Christoph Kerschbaumer
cc23b235df Bug 1075230 - CSP: Update enforcment for scheme-wildcard combination (r=sstamm) 2014-10-01 04:59:05 -07:00
Christoph Kerschbaumer
bc6a277480 Bug 1075230 - CSP: Test enforcment for scheme-wildcard combination (r=sstamm) 2014-10-01 05:01:41 -07:00
Mats Palmgren
f2a0c268cf Bug 1075247 - Add support for starting the iteration from the end to FlattenedChildIterator and AllChildrenIterator. r=bzbarsky 2014-10-02 13:05:16 +00:00
Carsten "Tomcat" Book
2aed6652c0 Backed out changeset 17c54acc6645 (bug 1061469) 2014-10-02 14:00:11 +02:00
Carsten "Tomcat" Book
72da1ec687 Backed out changeset 01ead7a7bb5d (bug 1061469) 2014-10-02 14:00:05 +02:00
Carsten "Tomcat" Book
ffaa902765 Backed out changeset 7c3db413f9da (bug 1061469) 2014-10-02 13:59:59 +02:00
Carsten "Tomcat" Book
24c7ab1ce1 Backed out changeset 8378f26b0730 (bug 1061469) 2014-10-02 13:59:55 +02:00
William Chen
e2e1fd9188 Bug 1073043 - Fix mouse events trapped in shadow DOM. r=smaug 2014-10-02 01:31:45 -07:00
Gabor Krizsanits
97839168d4 Bug 1061469 - part 9: defaultView should be null for imports. r=mrbkap 2014-10-02 09:54:26 +02:00
Gabor Krizsanits
bb48766518 Bug 1061469 - part 8: Encoding for Imports. r=mrbkap 2014-10-02 09:54:22 +02:00
Gabor Krizsanits
034697c973 Bug 1061469 - part 5: Fixing up update for Imports. r=mrbkap 2014-10-02 09:54:09 +02:00
Gabor Krizsanits
f30b0c76bd Bug 1061469 - Part 2: ImportManager::AddLoaderWithNewURI should only return main referrers. r=mrbkap 2014-10-02 09:53:57 +02:00
Anuj Agarwal
4fb2f0f09c Bug 791777 - Replaced NS_finite() with mozilla::IsFinite. r=froydnj 2014-10-01 11:26:00 +02:00
Nick Lebedev
4d5c5fa88e Bug 1055773 - Move hasAttributes method from Node to Element. r=bz 2014-10-01 10:16:00 +02:00
Brian Birtles
9af240110b Bug 1074054 part 2 - Make Element::GetAnimationPlayers return in-effect animations too; r=dbaron
This patch makes Element::GetAnimationPlayers return not only current animations
but also animations that have finished but are filling forwards. This brings the
implementation into line with recent changes to the Web Animations spec and
allows querying all the animations that are currently affecting an element or
which are scheduled to do so in the future.
2014-10-02 15:14:14 +09:00
Brian Birtles
6de21c8b65 Bug 1046055 part 2 - Rename AnimationPlayer::IsCurrent to HasCurrentSource; r=dbaron
It's not the player that's "current" (a Web Animations term for an animation
that hasn't yet finished), but its source content, if any. This patch renames
the method on AnimationPlayer accordingly.

At the same time this patch moves the method to the header file since it's
quite simple and could possibly benefit from inlining.
2014-10-02 15:14:13 +09:00
Brian Birtles
4f4e448913 Bug 1073396 - Make Element.getAnimationPlayers flush style; r=dbaron 2014-10-02 15:14:13 +09:00
Cameron McCormack
20246f8891 Bug 1028497 - Part 24: Implement FontFaceSet.{ready,status} and dispatch events. r=jdaggett,bzbarsky 2014-10-02 12:32:09 +10:00
Cameron McCormack
0da9bd2766 Bug 1028497 - Part 5: Implement document.fonts. r=bzbarsky 2014-10-02 12:32:06 +10:00
Cameron McCormack
88d0d6a7ac Bug 1028497 - Part 3: Add skeleton implementations of CSSFontFaceLoadEvent, FontFace, FontFaceSet and FontFaceSource. r=jdaggett 2014-10-02 12:32:05 +10:00
Bobby Holley
364338f079 Bug 1067009 - Tests. r=billm 2014-10-01 17:22:16 +02:00
Carsten "Tomcat" Book
c3de87f0af Backed out changeset 0a308311d9a7 (bug 1056409) for wrong commit message on a CLOSED TREE 2014-10-01 17:16:42 +02:00
James Long
5cd822de7c Date: Fri Sep 26 11:30:08 2014 -0400
Bug 1056409 - move the sourceMapURL property to the Debugger.Source object. r=jorendorff
2014-09-30 10:03:00 +02:00
Christoph Kerschbaumer
a5689fcabb Bug 1070732 - CSP: log warning if csp-report is not sent using http or https (r=sstamm) 2014-09-21 09:13:54 -07:00
Carsten "Tomcat" Book
026b6469d9 Merge m-c to mozilla-inbound 2014-10-01 15:41:25 +02:00
Carsten "Tomcat" Book
266376bb09 merge b2g-inbound to mozilla-central a=merge 2014-10-01 15:05:31 +02:00
Gabor Krizsanits
32c396e986 Bug 877072 - Script execution order for imports. r=mrbkap 2014-10-01 14:13:53 +02:00
xKhorasan
84322f8ddd Bug 1073882 - XMLHttpRequest.prototype.responseURL should not have fragment per latest spec. r=smaug 2014-09-28 08:51:23 +09:00
Boris Zbarsky
e078641cf1 Bug 1072991. Make sure to set the right base URI on the document clones we create for printing. r=smaug 2014-09-30 21:26:26 -04:00
Jim Mathies
19c5e2c685 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Michael Wu
4f8045c96d Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey 2014-09-30 12:57:52 -04:00
Michael Wu
af351ee7d3 Backed out changeset dfbae87208dd (Bug 864327) for red 2014-09-30 13:39:43 -04:00
Michael Wu
b157d690d8 Bug 864327 - Support FM RDS in WebAPI, r=ehsan,pzhang,khuey 2014-09-30 12:57:52 -04:00
Bobby Holley
157ea044fa Bug 1070842 - Switch to new-style exception reporting in LoadFrameScriptInternal. r=bz 2014-09-29 15:34:21 +02:00
Carsten "Tomcat" Book
69dfb0a0ad Backed out changeset 199bffb1f6fb (bug 877072) for test failures 2014-09-29 13:17:03 +02:00
Bobby Holley
8175f6fa3d Bug 1070131 - Switch originPrincipals to a mutedError flags. r=luke,r=bz
--HG--
rename : js/src/jsapi-tests/testOriginPrincipals.cpp => js/src/jsapi-tests/testMutedErrors.cpp
2014-09-29 10:44:30 +02:00
Peter Van der Beken
72a0e9c3b4 Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, add a named properties object type to DOMObjectType and how to get the parent prototype object in DOMIfaceAndProtoJSClass. r=bz, r=bholley.
--HG--
extra : rebase_source : fdd72f5027b365554ab0b986de685204c8030c58
2014-09-09 15:19:10 +02:00
Gabor Krizsanits
9720d402c8 Bug 877072 - Script execution order for imports. r=mrbkap 2014-09-29 09:26:59 +02:00
Ben Turner
b5f643fa70 Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey. 2014-09-26 16:21:57 -07:00
William Chen
67ba5df791 Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug 2014-09-26 15:07:40 -07:00
Carsten "Tomcat" Book
9fbd35657c Backed out changeset 7d7ccb243db5 (bug 1062578) for breaking webplatform 4 tests 2014-09-26 08:14:23 +02:00
William Chen
4e2fd38b32 Bug 1062578 - Call BindToTree/UnbindFromTree on shadow root children when host is bound/unbound from tree. r=smaug 2014-09-25 21:53:20 -07:00
Phil Ringnalda
d9ceb5d4e5 Back out 693507b38116 (bug 1041180) since it doesn't like compiling without its friend
CLOSED TREE
2014-09-25 21:18:01 -07:00
Phil Ringnalda
ee20f52989 Back out 11fc11a90d6b (bug 1041180) for xpcshell orange 2014-09-25 21:00:37 -07:00
Christoph Kerschbaumer
706ab5bc96 Bug 1041180: Remove deprecated nsIChannelPolicy and use LoadInfo instead (r=sstamm) 2014-09-25 16:10:41 -07:00
Christoph Kerschbaumer
8afc30d206 Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst) 2014-09-25 16:10:28 -07:00
Ryan VanderMeulen
38ea59f57e Backed out changesets b08e57dbef4e and 1049cfbf3426 (bug 947044) for various regressions. 2014-09-25 14:32:43 -04:00
Guilherme Goncalves
b84ac62bce Bug 1071993 - Use js_realloc in nsXMLHttpRequest::ArrayBufferBuilder. r=sfink
--HG--
extra : rebase_source : e388083dff50ad02c4efa2d019a1b79586bd8d6e
2014-09-25 04:03:00 -04:00