Commit Graph

378531 Commits

Author SHA1 Message Date
Dave Hunt
8c00b138f8 Bug 1057044 - Remove minidumps from device after pulling them for crash detection. r=ahalberstadt 2014-08-22 08:12:00 +02:00
Martijn Wargers
6af6396d37 Bug 1032878 - Make sure that tests running after SimpleTest.finish() are causing errors. r=jmaher 2014-08-04 10:47:53 -07:00
Robert O'Callahan
43fa3946ce Bug 1048579. Always sniff for media loads. r=bzbarsky
--HG--
extra : rebase_source : 39b6d37dbbf138095856954bee583e84cfd971b5
2014-08-23 00:08:14 +12:00
Carsten "Tomcat" Book
8f23319856 Backed out changeset f7c5431f1c82 (bug 1052240) for B2G ICS Emulator Debug/Opt on a CLOSED TREE 2014-08-25 14:11:21 +02:00
Carsten "Tomcat" Book
ef9c1d4619 Backed out changeset ce97309bb8f5 (bug 1052240) 2014-08-25 14:10:22 +02:00
Carsten "Tomcat" Book
b6738b2820 Backed out changeset 12b979c3b7a7 (bug 1052240) 2014-08-25 14:10:17 +02:00
Carsten "Tomcat" Book
7e196b249c Backed out changeset 99302ed2d6ad (bug 1052240) 2014-08-25 14:10:16 +02:00
Carsten "Tomcat" Book
6af46c3004 Backed out changeset 2dd8e4e95c55 (bug 1052240) 2014-08-25 14:10:14 +02:00
Carsten "Tomcat" Book
802d3dd4d7 Backed out changeset fbd0bffddd86 (bug 1052240) 2014-08-25 14:10:12 +02:00
Andrea Marchesini
2076b14085 Bug 1055467 - Rename MozNamedAttrMap to NamedNodeMap, r=smaug
--HG--
rename : dom/webidl/MozNamedAttrMap.webidl => dom/webidl/NamedNodeMap.webidl
2014-08-25 10:25:34 +01:00
Hannes Verschore
c5218413a3 Bug 1047564 - TraceLogger: cleanups, r=bbouvier 2014-08-25 10:08:28 +02:00
Hannes Verschore
d7c0ae169d Bug 1055864 - IonMonkey: Remove bogus assert in MTruncateToInt32, r=jandem 2014-08-25 10:08:24 +02:00
Hannes Verschore
ef1c647d6b Bug 1055762 - IonMonkey: Take the conversion into consideration when deciding when to box, r=jandem 2014-08-25 09:52:50 +02:00
Chris Peterson
a5f78aa15e Back out changeset d89484b7c0fa (Bug 1036781 - Part 6) to see if it burned Android 2.3 Opt. 2014-08-24 22:23:26 -07:00
Daniel Holbert
52d061077a Bug 1055977 part 2: Add mochitest to verify that ancestors of a fullscreen element are fixed at the initial values of any properties that can create stacking contexts. r=cpearce
--HG--
rename : content/html/content/test/file_fullscreen-hidden.html => content/html/content/test/file_fullscreen-ancestor-stacking-context.html
2014-08-24 22:11:17 -07:00
Daniel Holbert
acf9313ae5 Bug 1055977 part 1: Use !important (and 'initial') in full-screen-override.css, to more thoroughly prevent ancestors of a fullscreen element from creating stacking contexts. r=dbaron 2014-08-24 22:11:15 -07:00
L. David Baron
7465178016 Bug 1057129 patch 3 - Post restyles from CheckAnimationRule directly to pseudo-elements. r=birtles
This matches patch 2, and also fixes an incorrect use of eRestyle_Self
on the parents of pseudo-elements in order to restyle those
pseudo-elements, where it would not previously have been effective.

This should all be temporary, since this code can go away with bug
960465, when animation phases are removed.
2014-08-24 21:48:22 -07:00
L. David Baron
50ba17c1ca Bug 1057129 patch 2 - Post all animation restyles directly to pseudo-elements. r=birtles
This (like patch 1) posts restyles directly to the pseudo-element
content nodes, which is a new thing as of this bug.  Previously we'd
have posted eRestyle_Subtree restyles to the pseudo element's real
element (i.e., the parent of the pseudo-element content node).

This changes the way we post animation restyles for ::before and ::after
pseudo-elements with animations on them.
2014-08-24 21:48:22 -07:00
L. David Baron
26e0764f33 Bug 1057129 patch 1 - Make AddStyleUpdatesTo handle pseudo-elements. r=birtles
This (like patch 2) posts restyles directly to the pseudo-element
content nodes, which is a new thing.

This isn't needed right now since AddStyleUpdatesTo is currently only
used when updating main-thread-suppressed animations running on the
compositor.  However, it will be needed once we depend on
AddStyleUpdatesTo for bug 960465.  And it will have an effect now since
AddStyleUpdatesTo actually adds all animations rather than only the ones
that are suppressed from running on the main thread.
2014-08-24 21:48:22 -07:00
L. David Baron
f96287c656 Bug 1057098 - Rename ElementRestyler::Restyle{Before,After}Pseudo to MaybeReframeFor{Before,After}Pseudo. r=bzbarsky 2014-08-24 21:48:21 -07:00
Nicholas Nethercote
0c90379b35 Bug 1023719 - Report notable classes in the JS memory reporter. r=till.
--HG--
extra : rebase_source : 3139b17f6a660f460adb820c390368dc8367069a
2014-04-15 19:43:18 -07:00
Matthew Gregan
feab012c39 Bug 1040563 - Move WaitForData/NotifyGotData from MediaSource to MediaSourceDecoder, which is off-main-thread friendly. r=cajbir
Also remove mMediaSource from MediaSourceReader and rejig SetMediaSourceDuration to go via MediaSourceDecoder and handle mMediaSource being null.
2014-08-25 16:09:44 +12:00
Matthew Gregan
c553b77d97 Bug 1044498 - Improve accuracy of WebM buffered parser. r=cajbir
Store the end offset of the block, rather than the start offset, since a
frame is only usable if we have all of it.  Also compute the start of the
buffered range based on the offset of the block's resync point, since we
can't decode frames unless we have their cluster to resync at and compute
the absolute timecode from.
2014-08-25 16:09:44 +12:00
Matthew Gregan
1efc2a5224 Bug 1044498 - WebMBufferedReader used mBlockOffset in some places where it was intended to use mBlockTimecode. r=cajbir 2014-08-25 16:09:44 +12:00
Matthew Gregan
575706cc59 Bug 1044498 - Extend WebMBufferedParser to handle timecode scale elements in locations other than the first subelement of the segment info element. r=cajbir 2014-08-25 16:09:43 +12:00
Chris Peterson
ee1f9966b0 Bug 1036781 - Part 7: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/mips/. r=jandem
--HG--
extra : amend_source : 11a9db85160ce7754e19a9891670880b7da7b3e4
2014-08-24 20:14:29 -07:00
Chris Peterson
ca9955b18e Bug 1036781 - Part 6: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit/arm/. r=jandem 2014-08-24 20:15:01 -07:00
Masatoshi Kimura
3172b0beff Bug 1057839 - Fix build failure on VS2013 Update 3 with --enable-warnings-as-errors due to Warning C4717. r=roc 2014-08-25 07:13:38 +09:00
Chris Pearce
93e0776b0c Bug 1057883 - Remove bbb unseekable test, since the new MP4 demuxer can seek in it. r=kinetik 2014-08-25 09:45:27 +12:00
Chris Pearce
b2cc6112c2 Bug 1057880 - Don't assume fmp4 backend can play MP4 on WinXP. r=kinetik 2014-08-25 09:45:00 +12:00
Chris Peterson
0059278e60 Bug 1054630 - Collect telemetry on usage of SpiderMonkey's deprecated language extensions: for-each, destructuring for-in, legacy generators, and expression closures. r=till 2014-08-24 11:56:08 -07:00
Chris Manchester
66519af00d Bug 1055679 - Remove marionette's ad hoc log formatter now that it's no longer needed.;r=jgraham 2014-08-24 16:45:01 -04:00
Chris Manchester
968a1c0c9d Bug 1056977 - Bump version of marionette and dependencies on moztest and mozlog.;r=davehunt 2014-08-24 16:45:00 -04:00
Patrick Wang(Chih-Kai Wang)
bd9a493c80 Bug 1047303: use nsITimer to dispatch click and contextmenu event. r=bent 2014-08-24 15:16:32 +08:00
Monica Chew
d69280c39c Bug 1057764: Remove references to appRepUrl completely (r=gcp) 2014-08-24 08:50:28 -07:00
Daniel Holbert
ab77e41c52 Bug 1020661 followup: only attempt to disable -Wunused-local-typedefs (in a WebRTC header) on GCC >= 4.8. r=jesup 2014-08-24 08:48:29 -07:00
Jonathan Kew
50cb6e6264 bug 1046950 pt 4 - convert ComputeSizeWithIntrinsicDimensions to logical-coord parameters. r=smontagu 2014-08-24 15:34:57 +01:00
Jonathan Kew
7bb78ef42a bug 1046950 pt 3 - convert ComputeAutoSize to use logical-coordinate parameters. r=smontagu 2014-08-24 15:34:51 +01:00
Jonathan Kew
a5a5cf98e5 bug 1046950 pt 2 - convert ComputeSize to use logical-coordinate parameters. r=smontagu 2014-08-24 15:34:44 +01:00
Jonathan Kew
1e0d48aa2d bug 1046950 pt 1 - additional/modified APIs on LogicalSize. r=smontagu 2014-08-24 15:34:21 +01:00
Jonathan Kew
16cfe06c79 bug 1057548 patch 3 - regenerate transliterate.properties for unicode 7.0. r=smontagu 2014-08-24 15:23:53 +01:00
Jonathan Kew
37736bf205 bug 1057548 patch 2 - regenerate unicode data tables for version 7.0. r=smontagu 2014-08-24 15:23:24 +01:00
Jonathan Kew
4976c32106 bug 1057548 patch 1 - update table-generating tools. r=smontagu 2014-08-24 15:22:54 +01:00
Nils Ohlmeier [:drno]
e69648ebf6 Bug 1057621: remove default STUN server from mochitests r=bwc 2014-08-24 09:10:04 -04:00
Nigel Babu
e28bb5faec Backed out 6 changesets (bug 1054630) for hazards bustage ON A CLOSED TREE
Backed out changeset 684b95601155 (bug 1054630)
Backed out changeset e656c61ecd70 (bug 1054630)
Backed out changeset fa6d52a0cfea (bug 1054630)
Backed out changeset 19d115a44912 (bug 1054630)
Backed out changeset 0bceb044a4de (bug 1054630)
Backed out changeset be39ba3aa672 (bug 1054630)
2014-08-24 16:33:36 +05:30
Arpad Borsos
caf4566329 Bug 933276 - fix bc1 bustage on a CLOSED TREE; r=test-only 2014-08-24 12:02:11 +02:00
Arpad Borsos
4106c16e12 Bug 933276 - Implement [...x] in assignment target (spread operator); r=jorendorff
--HG--
extra : rebase_source : e0d6d62d1c405b89037de7dbb98b0aaaec8f35cd
2014-08-22 10:16:58 +02:00
Arpad Borsos
6884873a56 Bug 1040699 - Remove "group assignment" optimization in destructuring assignment; r=jorendorff
--HG--
extra : rebase_source : ffb266f0aace39aa80026bad1c7ba3eb336dfec1
2014-08-08 14:50:42 +02:00
Chris Peterson
d12d1cbd0e Bug 1054630 - Part 5b: Collect telemetry on usage of SpiderMonkey's deprecated expression closures. r=till 2014-08-17 17:22:42 -07:00
Chris Peterson
c45af46811 Bug 1054630 - Part 5a: Replace some deprecated expression closures with arrow functions in browser/. r=till 2014-08-17 17:21:23 -07:00