Commit Graph

374422 Commits

Author SHA1 Message Date
Ting-Yuan Huang
a3e12f94d7 Bug 1031396 - Part 2 Tests - GVN misses DCE when an MDefinition is used multiple times by the same MNode. r=sunfish
Factor out MinimalFunc and add 2 tests for DCE.
2014-07-29 07:26:00 +02:00
Ting-Yuan Huang
748cb0e98b Bug 1031396 - GVN misses DCE when an MDefinition is used multiple times by the same MNode. r=sunfish
Check the deadness of operands after discarding/removing them from dead instructions/phis.
2014-07-27 20:57:00 +02:00
Olli Pettay
99e8a32fe4 Bug 1024428 - don't crash when using input type='range' in shadow dom. r=wchen 2014-07-30 23:15:44 +03:00
Ehsan Akhgari
7d3ab121f1 Bug 1044243 - Remove unused Fennec reftest sandbox variables; r=ted 2014-07-25 17:10:39 -04:00
Jeff Gilbert
3a21d47e34 Bug 1045957 - Improve code in GLReadTexImageHelper.cpp. - r=mattwoodrow 2014-07-30 10:35:30 -07:00
Masayuki Nakano
c7581f07b6 Bug 1045978 Create InternalSVGZoomEvent class and InternalSMILTimeEvent class r=smaug 2014-07-31 02:16:57 +09:00
Jeff Gilbert
a413355c9b Bug 1045955 - Fix compositing for screen-based WebGL ShSurfs. - r=kamidphish 2014-07-30 10:03:07 -07:00
Jeff Gilbert
7c85866f8f Bug 1045955 - Fix style. - r=kamidphish 2014-07-30 10:03:07 -07:00
Ralph Giles
1685fc6756 Bug 1043695 - Fix comment formatting. r=cpearce 2014-07-26 23:45:00 -07:00
Tim Taubert
023e3fdb46 Bug 1037501 - Normalize WebCrypto algorithm names as they are defined in the spec r=rbarnes 2014-07-25 16:33:03 +02:00
Nathan Froyd
eacda44565 Bug 1045247 - move install rules in toolkit/devtools/*/Makefile.in to moz.build; r=mshal 2014-07-28 17:23:44 -04:00
Nathan Froyd
163669fca7 Bug 1045118 - move install rules in browser/devtools/*/Makefile.in to moz.build; r=mshal 2014-07-28 12:36:04 -04:00
Brian Hackett
b0cda48c8a Bug 1046452 - Fix --disable-ion build breakage, r=jandem. 2014-07-31 07:19:08 -08:00
Jeff Muizelaar
cc643f47c6 Bug 1045251. Use the concrete type imgRequestProxy in nsStyleImage. r=seth
--HG--
extra : rebase_source : de67e22ac03d213ee54ab63693c932b4abf12ce9
2014-07-29 10:56:39 -04:00
Ralph Giles
394b0b1cf2 Bug 1043695 - Add a frame reorder queue. r=cpearce
This fixes the frame drops on test.mp4. For now it just
assumes a reorder depth of 3, but we need to plumb the
actual value through the demuxer.

Based on now-removed code from Edwin's FFmpegH264Decoder.
2014-07-24 17:08:00 -07:00
Ralph Giles
6d3a2ab236 Bug 1043695 - Try passing zero for DTS instead of PTS. r=cpearce
Suggestion from ajones to make it fail more obviously if the lack
of DTS values causes a problem. Doesn't seem to make a difference.
2014-07-24 16:58:00 -07:00
Ralph Giles
396c36fc5a Bug 1043695 - Log output frame metadata. r=cpearce
Also cleans up the input sample log so they're easier to compare.
2014-07-24 16:57:00 -07:00
Ralph Giles
e94e627d56 Bug 1043695 - Wrap FrameRef in an nsAutoPtr. r=cpearce
Everything else auto-releases, might as well do this too.
2014-07-24 16:56:00 -07:00
Jean-Yves Avenard
d38ea5b37c Bug 1046005 - Fix compilation on OS X 10.9. r=rillian
We never directly link against the CoreVideo framework,
as such no external definition will be resolved
2014-07-30 22:32:58 +12:00
Nathan Froyd
12c76f15f7 Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
Nathan Froyd
2ed4280f6b Bug 1042878 - part 1 - make most *CFLAGS variables from configure lists in moz.build; r=glandium 2014-07-24 11:54:42 -04:00
Nathan Froyd
10399ce729 Bug 1042878 - part 0 - remove 'SHELL := ksh' assignment in layout/build/Makefile.in; r=glandium
This could be a separate bug, but it's easiest to fix it here, since
removing this assignment enables removing the Makefile.in later.

Untested, but if everything else builds without a custom SHELL
assignment, this module should too.
2014-07-24 10:03:14 -04:00
James Graham
4dbda546cc Bug 1026181 - Make mach terminal formatter work outside mach context, r=chmanchester 2014-07-31 14:54:05 +01:00
Ethan Hugg
0c857fc7bc Bug 1045468: WebRTC should support SVC NAL(NAL type 14) for H264 r=jesup 2014-07-31 06:45:08 -07:00
Kartikaya Gupta
e008079af7 Bug 1046292 - Follow-up to fix bustage. r=me on a CLOSED TREE 2014-07-31 09:23:34 -04:00
Douglas Crosher
eb87b5379a Bug 1046125 - IonMonkey: (ARM) Correct handling of 16 DP float registers for SetElementCache code generation. r=mjrosenb 2014-07-31 22:19:36 +10:00
Douglas Crosher
164d5df2db Bug 1046016 - IonMonkey (ARM): Correct the detection of the number of floating point registers. r=mjrosenb 2014-07-30 17:13:44 +10:00
Alphan Chen
fcc934febc Bug 1039939 - [MTP] Enable functionality on Windows 7. r=dhylands 2014-07-30 13:49:02 +08:00
Olli Pettay
064670a8d5 Bug 603685 - Disable the file_static_and_dynamic_1.html subtest in test_sessionhistory.html. 2014-07-30 13:02:00 -04:00
Kartikaya Gupta
a69fac5296 Bug 992122 - Add some design docs for APZ to the tree. r=botond 2014-07-31 09:04:35 -04:00
Kartikaya Gupta
dc79f33f56 Bug 1046428 - Remove unneeded constant. r=botond 2014-07-31 09:04:35 -04:00
Kartikaya Gupta
ae50691d1d Bug 1046292 - Add some unit tests for TaskThrottler. r=botond 2014-07-31 09:04:34 -04:00
Kartikaya Gupta
0c230c8328 Bug 1046292 - Add a max-wait timeout to TaskThrottler to robustify against it getting stuck. r=botond 2014-07-31 09:04:34 -04:00
Paul Rouget
6a87478ab4 Bug 1046140 - bail if getSubpropertiesForCSSProperty param is a CSS variable. r=bz 2014-07-31 22:33:17 +10:00
Gijs Kruitbosch
b3f8355486 Bug 1042625 - high contrast mode detection broken on Windows <8, r=jimm 2014-07-24 14:28:00 +01:00
Sotaro Ikeda
5f8282be5b Bug 1042771 - Fix TextureClientPool::ReturnDeferredClients() r=nical, jrmuizel 2014-07-24 06:16:47 -07:00
Nicolas Silva
a5875878eb Bug 1042771 - Backout for build failure on a CLOSED TREE 2014-07-31 13:49:12 +02:00
Sotaro Ikeda
e9b75b090a Bug 1042771 - Fix TextureClientPool::ReturnDeferredClients() r=nical, jrmuizel 2014-07-24 06:16:47 -07:00
Carsten "Tomcat" Book
d1f4c172f0 Merge mozilla-central to mozilla-inbound 2014-07-31 13:06:48 +02:00
Tim Taubert
8869021532 Bug 1041328 - Fix crash in CryptoKey::PrivateKeyFromPkcs8() when trying to import invalid key data r=rbarnes 2014-07-25 13:53:28 +02:00
Amogh Pradeep
4ad0834c67 Bug 1029548 - Add a toast notification for adding search engines from long tap. r=rnewman 2014-07-18 03:13:00 +02:00
Ashish Madeti
2eae6b08ca Bug 1012720 - Fix deleting in prototype getters in Fennec code. r=jchen 2014-07-29 09:27:00 +02:00
Brian Grinstead
e92298ac3f Bug 1045333 - Refactor toolbox.toggleSplitConsole. r=jwalker 2014-07-29 11:50:00 +02:00
Jordan Santell
58bae0c20a Bug 1034295 - Add e10s support to shader editor. r=vp, r=jryans 2014-07-29 13:57:00 +02:00
Simonas Kazlauskas
2c50b6a7dc Bug 1018595 – Remove context menu padding in linux. r=dao 2014-07-18 17:23:38 +03:00
Sami Jaktholm
22284ce286 Bug 978688 - Style Editor: Don't bypass cache when loading content of .css files. r=harth 2014-07-28 23:49:00 +02:00
Michael Pruett
e5f127d890 Bug 570175 - Add tests for cookie exception permissions. Original patch by Mehdi Mulani. r=unfocused 2014-07-27 23:16:10 -05:00
Wes Kocher
b1f20f9c54 Merge m-c to fx-team 2014-07-29 17:21:24 -07:00
Erik Vold
15ea581c66 Bug 1045115 - Uplift Add-on SDK to Firefox r=me 2014-07-29 17:14:18 -07:00
Wes Kocher
10853dd305 Merge inbound to m-c a=merge 2014-07-29 17:01:18 -07:00