Граф коммитов

288496 Коммитов

Автор SHA1 Сообщение Дата
Richard Newman a431938ec6 Bug 806024 - Enable Android product announcements client service. r=trivial, a=akeybl 2012-12-20 19:06:43 -08:00
Dave Camp 8973f2de81 Backed out changeset f4467b37dfef for test failures. a=testfailure 2012-12-20 17:35:01 -08:00
Gian-Carlo Pascutto e1f5ede747 Bug 820283 - Only accept cached Completes if we still have the corresponding Prefix. r=dcamp, a=akeybl 2012-12-20 16:56:25 -08:00
Ralph Giles ea9bca6a92 Bug 816994 - Skip Opus packets with invalid lengths. r=derf a=bajaj
Reject Opus packets less than 2.5 ms or more than 120 ms
in length, which are invalid by the spec. Also explicitly
check for error after opus_packet_get_nb_frames() since
this could indicate the subsequent call to
opus_packet_get_samples_per_frame() call will segfault
because the packet buffer length is invalid.

Based on a patch by Tim Terriberry.
---
 content/media/ogg/nsOggReader.cpp | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
2012-12-11 11:25:10 -08:00
Boris Zbarsky fefb8bff6a Bug 822340. Disable the Ion optimization for DOM method calls. r=jandem, a=bbajaj 2012-12-19 19:58:32 -08:00
Cameron McCormack 5aad7419bd Backed out changeset a0dbfb9d776b, which shouldn't have landed on beta. a=backout 2012-12-20 10:52:07 +11:00
Cameron McCormack 8a7da5c632 Bug 820148 - Add a RELEASE_BUILD macro that can be used within pref js files. r=ted a=akeybl 2012-12-19 10:10:22 +11:00
Olli Pettay acc95c0dbc Bug 806031 - Less surprising toString for XBL binding objects. r=bz, a=akeybl 2012-12-12 17:10:02 +02:00
Ben Turner b77306f2c5 Bug 814026, r=mrbkap a=bajaj 2012-12-18 08:01:42 -08:00
Blake Kaplan be741cfd1f Bug 820185 - Fix the copy constructor to not use uninitialized members. r=bent a=bajaj 2012-12-10 16:12:49 -08:00
Lucas Rocha dde4b6f1d7 Bug 803571 - Clear database before refreshing about:home. r=mfinkle a=bajaj 2012-11-07 15:45:35 +00:00
Ryan VanderMeulen 0464aac348 Backed out changeset 459415b74683 (bug 800838) for more bake time. a=backout 2012-12-18 20:08:46 -05:00
Ryan VanderMeulen 131674c4ec Backed out 2 changesets (bug 814952) for not having approval to land on beta. a=backout 2012-12-18 18:16:31 -05:00
Joe Drew 42871ccee7 Bug 815648 - Correctly detect when we're going to use a shadow so we can measure the text's extents correctly. r=roc a=bajaj
--HG--
extra : rebase_source : 2da0a3e9ae30225595c42ebe0c68bf208260a176
2012-12-18 11:37:14 -05:00
Bas Schouten 8ec0b565e7 Bug 814952 - Test: Add a reftest for non-scaled stroke. r=jrmuizel, a=bajaj 2012-12-13 16:34:51 +01:00
Bas Schouten 6f97cd8183 Bug 814952 - Further cleanup state management surrounding paths and pathbuilders. r=joedrew, a=bajaj 2012-12-13 16:34:51 +01:00
James Willcox 6fac324a50 Bug 800838 - Remove unnecessary delay when unscheduling plugin timers. r=blassey, a=bajaj 2012-12-17 10:05:49 -05:00
Matt Woodrow 51d7e7a906 Bug 820061 - Clamp layer scale factors to inverse powers of 2 as well. r=roc, a=bajaj 2012-12-17 17:30:51 +13:00
Matt Woodrow afb045e4e0 Bug 819915 - Fix IsSingleFixedPositionImage to actually check if we only have a single image. r=roc, a=bajaj 2012-12-17 17:30:57 +13:00
Timothy Nikkel a1d7260817 Bug 805745. Paint notification can flush (via WillPaint), so re-check if the listener still exists after on puppet widget backend. r=cjones a=bajaj 2012-12-18 16:09:24 -06:00
Timothy Nikkel bf23f20421 Bug 805745. WillPaint notification can flush, so re-get the listener after it on Windows widget backend. r=jimm a=bajaj 2012-12-18 16:09:24 -06:00
Timothy Nikkel 2afe24732a Bug 805745. WillPaint notification can flush, so re-get the listener after it on GTK2 widget backend. r=karlt a=bajaj 2012-12-18 16:09:24 -06:00
Timothy Nikkel d92637d1aa Bug 805745. Move the forced repaint from the Paint notification to the WillPaint notification. r=mattwoodrow a=bajaj 2012-12-18 16:09:24 -06:00
Timothy Nikkel d611b11e36 Bug 813024. Restore mTemporarilyUseBasicLayerManager to the previous value instead of setting it to false when using an AutoUseBasicLayerManager object. r=roc a=bajaj 2012-12-17 00:35:39 -06:00
Milan Sreckovic 069bc2010f Bug 814839 - Disable WebGL depth textures on Mac NVIDIA - r=jgilbert,bjacob, a=abillings 2012-12-18 16:26:02 -05:00
Steven Michaud 3fedb50a72 Bug 804606 - Stop Flash from crashing in CoreGraphics mode on accessing "our" CGContextRef outside of the call we use to pass it. r=bgirard a=bbajaj 2012-12-18 15:03:40 -06:00
Jonathan Watt 3afd8ac2ec Bug 813531 - Part 2: Stop reconstructing the entire SVG frame tree after the initial reflow of nsSVGOuterSVGFrame frames that have a viewBox. r=roc, a=bajaj. 2012-12-18 02:25:16 +00:00
Jonathan Watt 346dbc51e5 Bug 813531 - Part 1: Fix pre-existing bugs by making sure we update the overflow areas of nsSVGOuterSVGFrame children when reflowing after a previous reflow that occurred when the viewport was zero-sized. r=roc, a=bajaj. 2012-12-18 02:21:09 +00:00
Jonathan Watt c5ea323b79 Bug 822378 - Update the overflow rects of the child frames when an nsSVGOuterSVGFrame's children-only transform changes. r=longsonr, a=bajaj. 2012-11-29 18:24:14 +00:00
Jim Chen c5b996e758 Bug 810821 - Only change focus if awesomebar text field responded to key press; r=cpeterson a=akeybl 2012-12-18 10:32:39 -05:00
Ed Morley 152aaf891e Bug 786539 - Disable test_timeupdate_small_files.html on Windows for too many intermittent timeouts; a=test-only
--HG--
extra : transplant_source : G%AE-k%A27-%D6A%C5%7F%B1%21%B1%B0%91%D0%F8%BE%1D
2012-11-06 22:26:03 +00:00
Ed Morley 47ffe1e833 Bug 536603 - Disable test_css_cross_domain.html on Android for too many intermittent failures; a=test-only
--HG--
extra : transplant_source : %05xD%E1%14F%B6%87%EB%C9%92%F1%C0%15Q%C4%992%8F%D1
2012-11-06 22:26:56 +00:00
Ehsan Akhgari ce78a14a8b Bug 802966 - Mark two absolute positioning reftests fuzzy on Linux; r=dholbert a=test-only
--HG--
extra : transplant_source : %5D2%1D%9C%D9w%96%89i%C4%A8Y/%03%D3%5BN%3D%19%1A
2012-12-04 18:05:31 -05:00
Ed Morley 5dbce2fbaa Bug 752243 - Disable test_service_wipeServer.js, test_service_createAccount.js, test_service_changePassword.js, test_aitc_server.js, test_aitc_client.js & test_hashcompleter.js on OS X & Linux for too many intermittent failures a=test-only
--HG--
extra : transplant_source : %93%BE%FF%10-%B25%FC%F6%1D%87%60%BB%97%CB%FB6Xy%A9
2012-12-13 12:48:42 +00:00
Ed Morley af6c9daaee Bug 817349 - Ensure topFrame is always defined; r=ted a=test-only
--HG--
extra : transplant_source : %F1%9C%16%AA%80%F2%91%01%27%3DVB%EC%94%22%9B%B3%9Ad%B3
2012-12-03 14:30:35 +00:00
Ed Morley 1c1b34858b Bug 813650 - Part 2: checkForCrashes() should output the top frame of a crash in a TBPL-parsable format; r=ted a=test-only
--HG--
extra : transplant_source : R%16%BA%25%18/%8F%827%D7%BF%7B%11%5E%E6k%B0%40%B6%89
2012-12-01 17:02:29 +00:00
Ed Morley b05efef4b3 Bug 813650 - Part 1: Don't print minidump stackwalk output incrementally, so we can implement part 2 without changing log order; r=ted a=test-only
--HG--
extra : transplant_source : %E6x%AE%11%06%93w%BE%0F%83i%FE%1A%03p%FF%DA%5B%7B%06
2012-12-01 16:58:40 +00:00
Ed Morley b31565ed69 Bug 765200 - Shorten errors of type: "an unexpected uncaught JS exception reported through window.onerror - ..."; r=jmaher a=test-only
--HG--
extra : transplant_source : %B8%7D%B9%D6%05T%21%A7k%05%E3%25%A60%B9%29kg%FE%F5
2012-12-04 17:45:32 +00:00
Robert Strong 6832b02adc Partial fix (all but test_0201_app_launch_apply_update_svc.js) for - Bug 762032 - Intermittent test_0201_app_launch_apply_update.js, test_0201_app_launch_apply_update_svc.js test_0203_app_launch_apply_update_svc.js | WindowsError: [Error 13] The process cannot access the file because it is being used by another process: '...helper.exe'. r=bbondy, a=test-only 2012-12-17 21:48:36 -08:00
Nicolas B. Pierron 555f83d25c Bug 800862 - Unwind bailouts exception with the interpreter. r=dvander, a=bajaj 2012-12-11 20:34:15 -08:00
Kartikaya Gupta c4375c4124 Bug 780831 - Guard against plugin code leaking refs in the JNI local ref table. r=snorp a=bajaj 2012-12-13 00:32:17 -05:00
Jonathan Watt de6e826ea5 Bug 802628 - Part 2, Fix broken invalidation in ReflowSVG implementations. r=mattwoodrow, a=bajaj. 2012-11-28 10:34:58 +00:00
Jonathan Watt 8a91553929 Bug 802628 - Part 1, Kill nsSVGUtils::InvalidateAndScheduleReflowSVG. r=mattwoodrow, a=bajaj. 2012-11-28 09:42:13 +00:00
Gavin Sharp c47fca1fe6 Fix more bustage from bug 802026, a=me 2012-12-15 15:57:20 -08:00
Gavin Sharp 98dc2d96c4 Fix bustage from bug 802026, a=me 2012-12-15 15:20:17 -08:00
Gavin Sharp 37cab40404 Bug 814404 followup: land the right patch on beta, a=me 2012-12-15 12:49:18 -08:00
Gavin Sharp 59959abc83 Bug 802026, r=dao
--HG--
extra : rebase_source : ec4c21d96f6780f6240c4fa86db3b1a5d4688b4f
2012-12-13 17:03:53 -08:00
Jared Wein b7f1425a3f Bug 814404 - Hide blank SocialAPI menu item in non-browser windows on Mac. r=gavin, a=bajaj 2012-12-11 15:41:42 -08:00
Adam Dane [:hobophobe] def409c7f8 Bug 814430 - Shutdown network on profile-change-net-teardown. r=mcmanus, a=akeybl 2012-11-29 15:07:37 -06:00
David Keeler 7a050c92d0 bug 820109 - click-to-play: open "Check for updates..." link in new tab (beta) r=dao a=akeybl 2012-12-11 14:28:30 -08:00