Benoit Jacob
fb38f6c750
Bug 799544 - block the old Mesa 'Software Rasterizer' -- recommend LLVMpipe instead - r=joe
2012-11-22 13:53:11 -05:00
Benoit Jacob
d9fa996926
Bug 810943 - add ability to skip webgl pages on Android by listing them in a text file, skipped_tests_android.txt - r=jgilbert
2012-11-22 13:53:11 -05:00
Benoit Jacob
60dd91833f
Bug 813818 - just return nsString by value in GfxInfoBase getters, not perf critical, not worth doing fancy things - r=joe
2012-11-22 13:53:11 -05:00
Benoit Jacob
52884c55ce
Bug 813818 - Return EmptyString() instead of a new nsString() in GfxInfoBase string getters - r=joe
2012-11-22 13:53:11 -05:00
Benoit Jacob
37a26121ee
Bug 814407 - check for null buffer data in readpixels (should never happen, but apparently does) - r=jgilbert
2012-11-22 13:53:11 -05:00
Benoit Jacob
c70efb7365
Bug 814159 - disable the global context on EGL altogether - r=jrmuizel
...
Was already disabled on Windows, Android, B2G. Only EGL platform remaining was Meego. This simplifies code quite a bit. If this doesn't break things, we can do further dead code removal.
2012-11-22 13:53:11 -05:00
Chris Lord
fed5b7d525
Bug 814447 - Fix progressive update callback using incorrect values. r=kats
...
Cancelling could happen at the wrong times due to using an out-of-date
resolution, or could not happen during low-res drawing due to not re-checking
the displayport age.
2012-11-22 18:19:00 +00:00
Kannan Vijayan
96e1e63ead
Bug 814472 - Add jump(Register) method to Ion macro assembler. r=jandem
2012-11-22 13:13:29 -05:00
Andrew Halberstadt
989373a67b
Backout 15ce50d1d609 for broken marionette tests, r=bustage
2012-11-22 13:06:27 -05:00
Ed Morley
5aec97aa38
Backout 231cce402e46, 383b6031c417, 8a518d6c8b60 & 4f55f76e34ee (bug 813438) for bustage
2012-11-22 17:49:58 +00:00
Gavin Sharp
1590899437
Bug 814255: use defineLazy[Module]Getter in browser.js, r=dao
2012-11-21 17:38:56 -08:00
Benoit Jacob
3d8cbb81ad
Bug 814444 - Remove now-useless TRAVERSE_NATIVE_BEGIN and UNLINK_BEGIN_NATIVE macros - r=mccr8
2012-11-22 12:15:38 -05:00
Patrick McManus
338f6b9d27
bug 807435 - telemetry for ssl key exchange algorithm r=bsmith r=honzab
2012-11-22 11:43:27 -05:00
Patrick McManus
763e59f9fd
bug 807435 - telemetry for ocsp success/failure and elapsed time r=bsmith r=honzab
2012-11-22 11:43:27 -05:00
Patrick McManus
dd26863620
bug 807435 telemetry for server TLS NPN support r=bsmith r=honzab
2012-11-22 11:43:27 -05:00
Patrick McManus
4b227908ba
bug 807435 telemetry for ssl version used r=honzab r=bsmith
2012-11-22 11:43:27 -05:00
Ehsan Akhgari
4d8c25c9ef
Bug 813438 - Part 4: Rewrite AsyncFaviconHelper to use NS_SniffContent; r=bzbarsky
2012-11-20 19:41:35 -05:00
Ehsan Akhgari
81c52f1b45
Bug 813438 - Part 3: Rewrite the unknown decoder to use NS_SniffContent; r=bzbarsky
2012-11-20 19:37:40 -05:00
Ehsan Akhgari
6c1c6015f2
Bug 813438 - Part 2: Remove the I/O service content sniffer cache; r=bzbarsky
2012-11-20 19:31:31 -05:00
Ehsan Akhgari
e5022e988f
Bug 813438 - Part 1: Implement NS_SniffContent; r=bzbarsky
2012-11-20 19:19:53 -05:00
Kartikaya Gupta
b497a7e7b1
Bug 792603 - Disable Fennec's reader mode entirely on low-memory platforms. r=lucasr
2012-11-22 11:15:17 -05:00
Mike Conley
ef463c5159
Bug 800314 - Stop the browser window from stealing focus when a download begins. r=paolo.
...
The most recent browser window (if available) was stealing focus when a download
started. This was to account for the case where a download was initiated from
the Library. We are, however, switching to a Library view that shows download
state and progress in bug 675902, so this focus pull is now unnecessary, and
disruptive for users with window managers that don't have focus-stealing
prevention.
2012-11-22 10:59:09 -05:00
David Burns
831fb179dc
Bug 754220: Adding support for managing cookies to Marionette; r=mdas
2012-11-22 15:53:44 +00:00
Brian Hackett
64a379ef89
Add --thread-count=N to shell, use at most one core for off thread compilation, disallow off thread compilation during IGC, bug 813559. r=dvander
2012-11-22 10:02:18 -05:00
Andrea Marchesini
afcb70dc61
Bug 813462 - Activities with unknown properties in the payload should not be filtered-out by the handlers. r=mounir
2012-11-22 14:40:34 +00:00
Andrea Marchesini
e1aa912c8f
Bug 808266 - Add memory reporter for GrallocBufferActor. r=cjones
2012-11-22 08:39:56 -05:00
Chuck Lee
51414633e6
Bug 807136 - Enable schedule scan recovery based on device property. r=mrbkap
2012-11-22 18:29:24 +08:00
Peter Van der Beken
47915af064
Fix for bug 812333 (Replace Node quickstubs with new binding methods) - part 2: install Node's binding methods on the XPConnect proto. r=bz.
2012-11-22 12:09:41 +01:00
Peter Van der Beken
3127552628
Fix for bug 812333 (Replace Node quickstubs with new binding methods) - part 1: make WrapNewBindingObject asserts deal with HTMLCollection. r=bz.
2012-11-22 11:46:53 +01:00
Peter Van der Beken
dd5db5a970
Fix for bug 814022 (Make instanceof for new DOM bindings work across scopes). r=bz.
2012-11-19 11:59:13 +01:00
Ed Morley
1536b03502
Merge mozilla-central to mozilla-inbound
2012-11-22 11:17:33 +00:00
Ed Morley
5ada0548cd
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-22 10:48:50 +00:00
Paul Adenot
ea454d07b2
Bug 495040 - Implement playbackRate and related bits (Fix other tests) r=kinetik
2012-11-22 11:38:29 +01:00
Paul Adenot
e124866b12
Bug 495040 - Implement playbackRate and related bits (Tests) r=kinetik
2012-11-22 11:38:28 +01:00
Paul Adenot
d37e140816
Bug 495040 - Implement playbackRate and related bits r=kinetik
2012-11-22 11:38:28 +01:00
Paul Adenot
520bdd6839
Bug 779997 - Backout e35029dcac2d to enable libsoundtouch again.
2012-11-22 11:38:28 +01:00
Ed Morley
68f1c3e84e
Backout d30b99cfd933 (bug 802385), 58ce0ddf7611 (bug 810275), 1c96b4a67d38 (bug 810592) for reftest failures
2012-11-22 09:59:23 +00:00
Alexander Surkov
66c40169dc
Bug 768243 - HTML select tree update problems, r=tbsaunde
2012-11-22 17:18:17 +09:00
Boris Zbarsky
17b5f62161
Bug 814093. Require preflight requests to receive a 200 response. r=sicking
2012-11-22 01:25:01 -05:00
Boris Zbarsky
1d16fa18f5
Bug 814064. We should not fire a readystatechange for our transition to the SENT state. r=sicking
2012-11-22 01:25:01 -05:00
Ryan VanderMeulen
b4af68ab55
Merge m-c to fx-team.
2012-11-22 00:34:14 -05:00
Matthew Gregan
cf76cd1e8e
Bug 814292 - Remove mAudioPlaybackThread and AudioStream refcounting. r=cpearce
2012-11-22 16:38:39 +13:00
Thinker K.F. Li
33076029f1
Bug 810734 - Check EOF to avoid infinite looping when parsing MP4. r=doublec
2012-11-21 22:45:42 -05:00
Mark Hammond
5131a48af6
Bug 808001 - clicking a social notification link now opens the link in a new tab. r=gavin
2012-11-22 13:53:07 +11:00
Shian-Yow Wu
7b074fb454
Bug 790463 - [B2G] several telephony tests often causes emulator to crash. r=jgriffin
2012-11-22 10:39:42 +08:00
Ryan VanderMeulen
b98eafa6a3
Merge the last PGO-green inbound changeset to m-c.
2012-11-21 19:50:22 -05:00
Ehsan Akhgari
f90938a237
Backed out 11 changesets (bug 783368) because of build bustage on a CLOSED TREE
...
Backed out changeset 2bc4310263c4 (bug 783368)
Backed out changeset a35c83a8d99d (bug 783368)
Backed out changeset afb9b2a661ba (bug 783368)
Backed out changeset 3926f510f9be (bug 783368)
Backed out changeset 9d1fe200ff87 (bug 783368)
Backed out changeset b6e4f88f5730 (bug 783368)
Backed out changeset bc53f7dba7c6 (bug 783368)
Backed out changeset 1948fa2fccc1 (bug 783368)
Backed out changeset 9af163388fd1 (bug 783368)
Backed out changeset 7a2256e1aa7c (bug 783368)
Backed out changeset 4da1958a9885 (bug 783368)
2012-11-21 14:57:02 -05:00
Gregory Szorc
4c6884173e
Bug 814075 - Remove reference to mach test, fix help usage; r=me
...
DONTBUILD (NPOTB)
2012-11-21 10:25:44 -08:00
Boris Zbarsky
27793548d6
Bug 776443 part 2. Support percent-less calc for internal table element widths. r=dbaron
2012-11-21 11:19:37 -05:00
Boris Zbarsky
c882c3bf6c
Bug 776443 part 1. Support percent-less calc for internal table element heights. r=dbaron
2012-11-21 11:19:30 -05:00