Commit Graph

22291 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
d4c5afde03 Bug 1075230 - CSP: Update enforcment for scheme-wildcard combination (r=sstamm) 2014-10-01 04:59:05 -07:00
Christoph Kerschbaumer
f22ca8ed55 Bug 1075230 - CSP: Test enforcment for scheme-wildcard combination (r=sstamm) 2014-10-01 05:01:41 -07:00
Mats Palmgren
846a42b6ba 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
42703680b6 Backed out changeset e7c3be44c703 (bug 1061469) for Android m-11 test failures on a CLOSED TREE 2014-10-02 14:00:38 +02:00
Carsten "Tomcat" Book
03ac914b8b Backed out changeset 17c54acc6645 (bug 1061469) 2014-10-02 14:00:11 +02:00
Carsten "Tomcat" Book
f9c2a5968e Backed out changeset 27f8d501cef5 (bug 1061469) 2014-10-02 14:00:09 +02:00
Carsten "Tomcat" Book
facaec457d Backed out changeset 1008e478d100 (bug 1061469) 2014-10-02 14:00:07 +02:00
Carsten "Tomcat" Book
367177af7c Backed out changeset 01ead7a7bb5d (bug 1061469) 2014-10-02 14:00:05 +02:00
Carsten "Tomcat" Book
3b39f3cc7b Backed out changeset 62486f51f316 (bug 1061469) 2014-10-02 14:00:03 +02:00
Carsten "Tomcat" Book
ea5193a766 Backed out changeset 3c44a02925cb (bug 1061469) 2014-10-02 14:00:01 +02:00
Carsten "Tomcat" Book
eaaa0aa058 Backed out changeset 7c3db413f9da (bug 1061469) 2014-10-02 13:59:59 +02:00
Carsten "Tomcat" Book
01f07bb7d4 Backed out changeset 8378f26b0730 (bug 1061469) 2014-10-02 13:59:55 +02:00
William Chen
ce8a5e1656 Bug 1073043 - Fix mouse events trapped in shadow DOM. r=smaug 2014-10-02 01:31:45 -07:00
Gabor Krizsanits
e8bcb6a62a Bug 1061469 - part 9: defaultView should be null for imports. r=mrbkap 2014-10-02 09:54:26 +02:00
Gabor Krizsanits
ee17812b38 Bug 1061469 - part 8: Encoding for Imports. r=mrbkap 2014-10-02 09:54:22 +02:00
Gabor Krizsanits
410b297160 Bug 1061469 - part 7: Cyclic test for Imports 5. r=mrbkap 2014-10-02 09:54:18 +02:00
Gabor Krizsanits
0a12f29a04 Bug 1061469 - part 6: Cyclic test for Imports 4. r=mrbkap 2014-10-02 09:54:15 +02:00
Gabor Krizsanits
ee105f086d Bug 1061469 - part 5: Fixing up update for Imports. r=mrbkap 2014-10-02 09:54:09 +02:00
Gabor Krizsanits
dbc5806d47 Bug 1061469 - part 4: Cyclic test for Imports 3. r=mrbkap 2014-10-02 09:54:06 +02:00
Gabor Krizsanits
e352763ea9 Bug 1061469 - Part 3: Cyclic test for Imports 2. r=mrbkap 2014-10-02 09:54:03 +02:00
Gabor Krizsanits
3a5ec2a290 Bug 1061469 - Part 2: ImportManager::AddLoaderWithNewURI should only return main referrers. r=mrbkap 2014-10-02 09:53:57 +02:00
Gabor Krizsanits
d153d0ec89 Bug 1061469 - Part 1: Cyclic test for Imports 1. r=mrbkap 2014-10-02 09:53:51 +02:00
Jan-Ivar Bruaroey
860ea9b15e Bug 1033885 - minor refactor of MediaManager::GetUserMedia to figure out privileged state itself. r=jesup 2014-09-30 19:17:53 -04:00
JW Wang
57e8cf9dfd Bug 994292 - Call SpecialPowers.pushPermissions() to ensure permission change is completed before continuing the rest of the tests. r=baku 2014-10-01 22:16:00 +02:00
Andrew Osmond
70292da077 Bug 1059101 - Fix handling of buffer underrun causing assert failures in debug builds. r=roc 2014-10-01 08:38:00 +02:00
Anuj Agarwal
01df0446ad Bug 791777 - Replaced NS_finite() with mozilla::IsFinite. r=froydnj 2014-10-01 11:26:00 +02:00
Nick Lebedev
3694da2a86 Bug 1055773 - Move hasAttributes method from Node to Element. r=bz 2014-10-01 10:16:00 +02:00
Brian Birtles
0d80e67ebf 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
2349318ce3 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
4059c60799 Bug 1073396 - Make Element.getAnimationPlayers flush style; r=dbaron 2014-10-02 15:14:13 +09:00
Cameron McCormack
df92baa4c2 Bug 1028497 - Part 24: Implement FontFaceSet.{ready,status} and dispatch events. r=jdaggett,bzbarsky 2014-10-02 12:32:09 +10:00
Cameron McCormack
1af7e9d722 Bug 1028497 - Part 5: Implement document.fonts. r=bzbarsky 2014-10-02 12:32:06 +10:00
Cameron McCormack
57b587aadd Bug 1028497 - Part 3: Add skeleton implementations of CSSFontFaceLoadEvent, FontFace, FontFaceSet and FontFaceSource. r=jdaggett 2014-10-02 12:32:05 +10:00
Randell Jesup
c2bf5b3435 Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce 2014-10-01 22:13:18 -04:00
Daniel Holbert
4dde5e0d48 Backout 0ae42938a72d (bug 1073350) for build bustage, on a CLOSED TREE 2014-10-01 18:23:17 -07:00
Randell Jesup
6faff21702 Bug 1073350: Validate that returned decoded Shmems have enough data r=cpearce 2014-10-01 20:39:08 -04:00
Randell Jesup
b5cc736324 Bug 1073345: Block duplicate Shmems from the GMP SharedMemory cache r=cpearce 2014-10-01 20:39:04 -04:00
Karl Tomlinson
5414d1c0ab b=1012609 improve PeriodicWave phase-wrapping logic r=rillian
This approach takes advantage of the fact that periodicWaveSize is a power of
2 and uses unsigned integer modulo arithmetic to find the appropriate phase
of the period.

--HG--
extra : rebase_source : bb5fc413785d5f12a76cff4cbb5ba2ed5e979b41
2014-09-30 18:10:03 +13:00
Ryan VanderMeulen
5cbfa3c2ce Backed out changeset 11f95edf23a4 (bug 1073615) for frequent mochitest-bc timeouts. 2014-10-01 13:04:02 -04:00
Bobby Holley
3b58397a4e Bug 1067009 - Tests. r=billm 2014-10-01 17:22:16 +02:00
Carsten "Tomcat" Book
7321b37f56 Backed out changeset 0a308311d9a7 (bug 1056409) for wrong commit message on a CLOSED TREE 2014-10-01 17:16:42 +02:00
James Long
ab8ef4df2e 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
073134d782 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
9187bf9236 Merge m-c to mozilla-inbound 2014-10-01 15:41:25 +02:00
Carsten "Tomcat" Book
1089eb43df merge b2g-inbound to mozilla-central a=merge 2014-10-01 15:05:31 +02:00
Gabor Krizsanits
7876c7d281 Bug 877072 - Script execution order for imports. r=mrbkap 2014-10-01 14:13:53 +02:00
xKhorasan
dce577b129 Bug 1073882 - XMLHttpRequest.prototype.responseURL should not have fragment per latest spec. r=smaug 2014-09-28 08:51:23 +09:00
Matthew Gregan
827d0770b4 Bug 1074004 - Fix WebMioData implementation in TestWebMWriter. r=giles 2014-09-29 13:13:21 +13:00
Matthew Gregan
85152b522c Bug 1064634 - Use the same media thread stack size on all platforms where we specify a size. Also document the rationale behind the MOZ_ASAN exception. r=cpearce 2014-09-30 15:30:58 +13:00
Boris Zbarsky
001c757eb1 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